{"info":{"_postman_id":"b7664975-9b8e-4c7d-acff-ad20350a37b2","name":"OpenDayLight (ODL) via Lighty.io featuring Nokia Altiplano 19.3","description":"<html><head></head><body><img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/Nokia-Network-Services-Platform.png\" width=\"618\" height=\"299\">\n\n<p><a href=\"https://www.nokia.com/networks/products/network-services-platform/\">Nokia Network Services Platform</a> is driven by YANG. The Altiplano 19.3 YANG models were used to build the instance of Lighty.io showing OpenDayLight services in this API.</p>\n<h1 id=\"platform-highlights\">Platform Highlights</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Platform Highlights</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equipment configuration</td>\n<td>Automates the on-boarding and initial configuration of network devices to speed up infrastructure deployment and reduce human errors.</td>\n</tr>\n<tr>\n<td>Network service delivery</td>\n<td>Utilizes the power of intent-based networking (IBN) to abstract the underlying network complexity and deploy services in minutes if not seconds.</td>\n</tr>\n<tr>\n<td>Network assurance</td>\n<td>Provides supervision, reporting and prediction tools that help you quickly troubleshoot network problems, pinpoint root causes and proactively prevent issues.</td>\n</tr>\n<tr>\n<td>Path computation</td>\n<td>Acts as an external SDN controller Path Computation Element (PCE) to ensure optimal multi-layer paths across multiple domains that meet SLAs relating to cost, latency, and bandwidth.</td>\n</tr>\n<tr>\n<td>IP-optical coordination</td>\n<td>Provides unified network visualization, correlation and optimization across IP and optical layers to enable greater resiliency and enhanced operations.</td>\n</tr>\n<tr>\n<td>Network orchestration</td>\n<td>Can automatically create, deploy, update, terminate and delete virtual and containerized network functions, as well as all the data center networks between these network functions.</td>\n</tr>\n<tr>\n<td>Network slicing</td>\n<td>Automates the creation, assurance and optimization of network slices in transport and core domains.</td>\n</tr>\n<tr>\n<td>Cloud interconnect</td>\n<td>Automatically engineers and provisions the necessary transport services to connect network and service functions distributed in edge and core clouds.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"iot-device-management\">IoT Device Management</h1>\n<p>The Internet of Things Data Management (IoTDM) on OpenDaylight (ODL) project is about developing a data-centric middleware that will act as a oneM2M compliant IoT Data Broker and enable authorized applications to retrieve IoT data uploaded by any device. The ODL platform is used to implement the oneM2M data store which models a hierarchical containment tree, where each node in the tree represents an oneM2M resource. Typically, IOT devices and applications interact with the resource tree over standard protocols such as CoAP, MQTT, and HTTP.</p>\n<img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/ODL-IoTDM.jpg\">\n\n<p>Initially, the oneM2M resource tree is used by applications to retrieve data. Possible applications are inventory/device management systems or big data analytic systems designed to make sense of the data collected. But, at some point, applications will need to configure the devices. Features and tools will have to be provided to enable configuration of the devices based on applications responding to user input, network conditions, or some set of programmable rules or policies possibly triggered by the receipt of data collected from the devices.</p>\n<p>The ODL platform, with its rich unique cross-section of SDN capabilities, NFV, and now IOT device and application management, can be bundled with a targeted set of features and deployed anywhere in the network to give the network/service provider ultimate control. Depending on the use case, the ODL IOT platform can be configured with only IOT data collection capabilities where it is deployed near the IOT devices and its footprint needs to be small, or it can be configured to run as a highly scaled up and out distributed cluster with IOT, SDN and NFV functions enabled and deployed in a high traffic data center.</p>\n<h3 id=\"tsdr\">TSDR</h3>\n<img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/OneM2M-TSDR.jpg\">\n\n<img src=\"https://raw.githubusercontent.com/CiscoDevNet/OneM2MPlugins/blob/master/onem2mTsdr/images/Slide1.jpg\">\n\n<h1 id=\"model-driven-network-automation\">Model-Driven Network Automation</h1>\n<img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/model-driven-programmability.png\">\n\n<h3 id=\"opendaylights-md-sal-engine\">OpenDayLight’s MD-SAL Engine</h3>\n<p>The MD-SAL engine of <strong>OpenDayLight</strong> provides the model driven approach to network automation for major initiatives of <strong>ONAP</strong>, <strong>oRAN</strong>, <strong>BroadbandForum</strong>, etc. This provides the “<strong>model driven</strong>” part of the previously mentioned components.</p>\n<p>The model driven service adaptation (abstraction) layer engine is a message-bus inspired extensible middleware component that provides messaging and data storage functionality based on data and interface models defined by application developers, i.e. user-defined models. Evidence of success is adoption by major open source and proprietary initiatives.</p>\n<h4 id=\"md-sal\">MD-SAL</h4>\n<ul>\n<li>Defines the infrastructure and framework for applications and inter-application communications. This is achieved through common concepts, data modeling and message pattern utilization.</li>\n<li>Provide common support for serialization and deserialization of payloads of common formats and transports.</li>\n</ul>\n<p>The <strong>YANG</strong> modeling language is used by the MD-SAL engine for interface and data definitions.</p>\n<h4 id=\"two-api-types-are-provided-by-the-md-sal-engine\">Two API types are provided by the MD-SAL Engine</h4>\n<ul>\n<li><strong>Binding</strong>: Provides the most compile time safety as classes are generated from the YANG data models to build both the northbound and southbound APIs.</li>\n<li><strong>DOM</strong>: Provides less compile time safety than binding, but are powerful.</li>\n</ul>\n<p>Model-driven nature of the MD-SAL and DOM-based APIs allows for behind-the-scene API and payload type mediation and transformation to facilitate seamless communication between applications. By extension other components and applications are enabled to provide connectors / expose different set of APIs. The power is from deriving most of its functionality purely from models themselves. This can benefit all consumers of the model without modification!</p>\n<p>Consider <strong>RESTCONF</strong>, it is built on top of <strong>MD-SAL</strong> and exposes YANG-modeled application APIs transparently via HTTP and adds support for XML and JSON payload types. Harnessing all the permutations and combinations possible from a generic modeling language is staggering!</p>\n<p>The BLS engine and generator were designed to harness MD-SAL exploitations.</p>\n<h4 id=\"basic-concepts-of-yang-modeling\">Basic concepts of YANG modeling</h4>\n<ul>\n<li><strong>Data Tree</strong> All state-related data are modeled and represented as data tree, with possibility to address any element / subtree<ul>\n<li><strong>Operational Data Tree</strong> - Reported state of the system, published by the providers using MDSAL. Represents a feedback loop for applications to observe state of the network / system. The operational state parameters would be directly related to monitoring, BeamFly, and compliance reporting.</li>\n<li><strong>Configuration Data Tree</strong> - Intended state of the system or network, populated by consumers, which expresses their intention. These are often understood as provisioning parameters.</li>\n</ul>\n</li>\n<li><strong>Instance Identifier</strong> Unique identifier of node / subtree in data tree, which provides unambiguous information, how to reference and retrieve node / subtree from conceptual data trees.</li>\n<li><strong>Notification</strong> Asynchronous transient event which may be consumed by subscribers and they may act upon it.</li>\n<li><strong>RPC</strong> asynchronous request-reply message pair, when request is triggered by consumer, send to the provider, which in future replies with reply message.</li>\n</ul>\n<p>In MD-SAL terminology, the term ‘RPC’ is used to define the input and output for a procedure (function) that is to be provided by a provider, and mediated by the MD-SAL, that means it may not result in remote call. Because it can be a local call, doesn’t exclude local interaction.</p>\n<p>The wisdom and maturity of OpenDayLight and primarily the MD-SAL engine becomes elegant and poetic, balanced on what can and should be compiled for safe execution and what should be fast and loose for power.</p>\n<h4 id=\"messaging-patterns\">Messaging Patterns</h4>\n<p>MD-SAL provides several patterns for using a message broker, by design this is intended to transfer YANG modeled data between applications. The implementation provides for data-centric application integration and API-centric application integration.</p>\n<ul>\n<li>Unicast Communication - Remote Procedure Calls - unicast between consumer and provider, consumer sends requests and provider responds asynchronously with a reply.</li>\n<li>Publish / Subscribe - Notifications and data change events. Notifications being alerts, alarms, call home requests. Data Change Events propagating conceptual data tree change events to subscribers.</li>\n<li>Transactional access to Data Tree - reading and writing to the conceptual data tree in isolation and the act of chaining them together.</li>\n</ul>\n<h5 id=\"protocols\">Protocols</h5>\n<ul>\n<li>NetConf</li>\n<li>OpenConfig</li>\n<li>Openflow</li>\n<li>BGP</li>\n<li>SMNP</li>\n<li>CLI</li>\n</ul>\n<h3 id=\"model-driven-networking-mdn\">Model Driven Networking (MDN)</h3>\n<p>Model-driven SDN networks enable the programmability, through an external controller, which supports applications and policies built from SDN programming languages, thus breaking the traditional bind between control and data plane.</p>\n<p>Model-Driven Engineering (MDE) paradigm, called Model-Driven Networking (MDN). MDN relies on a Domain-Specific Modeling Language (DSML) to create SDN applications. The MDN raises the level of abstraction on development, thus reducing the complexity to implement SDN applications.</p>\n<h4 id=\"model-driven-network-topology\">Model Driven Network Topology</h4>\n<p>Describes the network.</p>\n<h4 id=\"model-driven-services-description\">Model Driven Services Description</h4>\n<p>Describes network services and APIs.</p>\n<h4 id=\"model-driven-configuration-of-network-elements\">Model Driven Configuration of Network Elements</h4>\n<p>Describes the network element configuration provided and supported by: 1) manufacturers for physical elements or 2) software developers for virtual elements.</p>\n<h4 id=\"model-driven-telemetry-of-network-elements\">Model Driven Telemetry of Network Elements</h4>\n<p>Describes the network element supported telemetry provided and supported by: 1) manufacturers for physical elements or 2) software developers for virtual elements.</p>\n<h3 id=\"netconfyang\">Netconf/YANG</h3>\n<p><strong>NETCONF/YANG</strong> provides <strong>a standardized way to programmatically update and modify the configuration of a network device</strong>. ... <strong>YANG</strong> is the modeling language that describes the configuration changes. Whereas, <strong>NETCONF</strong> is the protocol that applies the changes to the relevant datastore (i.e running, saved etc) upon the device.</p>\n<p>The downstream usage of <strong>YANG</strong> data model to construct <strong>XML</strong> requests for <strong>NETCONF</strong>. The upstream usage is to struct a <strong>RESTCONF</strong> <strong>(REST) API</strong>. Command library generation for our engine from the api-doc becomes more obvious. This is a simplistic explanation.</p>\n<p><strong>NETCONF</strong> was specifically developed to support network configuration.</p>\n<p><strong>NETCONF</strong> supports transactions, commit and rollback, <strong>ACID</strong> transactions. Transactions are indivisible.</p>\n<p>Vendor Driven Independence, capabilities can be extracted from an exchange with the device and retrieved as schema from an RPC call. Yang models can be obtained from the device itself, from the discovery in a Call Home, or direct RPC call.</p>\n<p>Having a Vendor Agnostic strategy for your enterprise is quite valuable.</p>\n<p>This Technical Report defines YANG data models for the management interfaces to support<br>FTTdp. These models are to enable interoperability for FTTdp management.</p>\n<h1 id=\"broadband-forum-highlights\">Broadband Forum Highlights</h1>\n<img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/bbf-fttdp.png\">\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>YANG</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bbf-yang-types</td>\n<td>Common Broadband Forum YANG types.</td>\n</tr>\n<tr>\n<td>bbf-fastdsl</td>\n<td>Interface objects supporting xDSL and G.fast.</td>\n</tr>\n<tr>\n<td>bbf-ghs</td>\n<td>Standard parameters for G.fast startup and \"handshaking\" for G.fast or VDSL.</td>\n</tr>\n<tr>\n<td>bbf-vdsl</td>\n<td>All standardized parameters for VDSL2 configuration, status, monitoring, performance management, testing and diagnostics.</td>\n</tr>\n<tr>\n<td>bbf-fast</td>\n<td>All standardized parameters for G.fast configuration, status monitoring, performance management, testing and diagnostics.</td>\n</tr>\n<tr>\n<td>bbf-selt</td>\n<td>All standardized parameters for configuration and test results of SingleEnded Line Test (SELT).</td>\n</tr>\n<tr>\n<td>bbf-melt</td>\n<td>All standardized parameters for configuration and test results of Metallic Line Test (MELT).</td>\n</tr>\n<tr>\n<td>bbf-hardware-rpf-dpu</td>\n<td>All standardized parameters for Reverse Power Feeding (RPF) configuration, status monitoring and event notification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"references\">References</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Document</strong></th>\n<th><strong>Title</strong></th>\n<th><strong>Source</strong></th>\n<th><strong>Year</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RFC2119</td>\n<td>Key words for use in RFCs to Indicate Requirement  <br>Levels</td>\n<td>IETF</td>\n<td>1997</td>\n</tr>\n<tr>\n<td>RFC7223</td>\n<td>A YANG Data Model for Interface Management</td>\n<td>IETF</td>\n<td>2014</td>\n</tr>\n<tr>\n<td>RFC6991</td>\n<td>Common YANG Data Types</td>\n<td>IETF</td>\n<td>2013</td>\n</tr>\n<tr>\n<td>RFC7950</td>\n<td>The YANG 1.1 Data Modeling Language</td>\n<td>IETF</td>\n<td>2016</td>\n</tr>\n<tr>\n<td>RFC8348</td>\n<td>A YANG Data Model for Hardware Management</td>\n<td>IETF</td>\n<td>2018</td>\n</tr>\n<tr>\n<td>TR-301</td>\n<td>Architecture and Requirements for Fiber to the  <br>Distribution Point</td>\n<td>BBF</td>\n<td>2015</td>\n</tr>\n<tr>\n<td>TR252i3</td>\n<td>xDSL Protocol-Independent Management Model</td>\n<td>BBF</td>\n<td>2013</td>\n</tr>\n<tr>\n<td>TR-371</td>\n<td>G.fast Vector of Profiles (VoP)</td>\n<td>BBF</td>\n<td>2016</td>\n</tr>\n<tr>\n<td>TR-298</td>\n<td>Management model for DSL line test</td>\n<td>BBF</td>\n<td>2013</td>\n</tr>\n<tr>\n<td>G.9700</td>\n<td>Fast access to subscriber terminals (G.fast) –  <br>Power spectral density specification</td>\n<td>ITU-T</td>\n<td>2014</td>\n</tr>\n<tr>\n<td>G.9701</td>\n<td>Fast access to user terminals (FAST) - Physical  <br>layer specification</td>\n<td>ITU-T</td>\n<td>2014</td>\n</tr>\n<tr>\n<td>G.977.1</td>\n<td>Physical layer management for digital subscriber  <br>line (DSL) transceivers</td>\n<td>ITU-T</td>\n<td>2012</td>\n</tr>\n<tr>\n<td>G.997.2</td>\n<td>Physical layer management for G.fast transceivers</td>\n<td>ITU-T</td>\n<td>2015</td>\n</tr>\n<tr>\n<td>G.994.1</td>\n<td>Handshake procedures for digital subscriber line  <br>(DSL) transceivers</td>\n<td>ITU-T</td>\n<td>2012</td>\n</tr>\n<tr>\n<td>G.996.2</td>\n<td>Single-ended line testing for digital subscriber lines  <br>(DSL)</td>\n<td>ITU-T</td>\n<td>2009</td>\n</tr>\n<tr>\n<td>TR-383</td>\n<td>Common YANG Modules for Access Networks</td>\n<td>BBF</td>\n<td>2018</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"definitions\">Definitions</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Definition</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DP</td>\n<td>Distribution Point. The location in the Fiber To The Distribution Point architecture that provides the distribution of user traffic from fiber backhaul to  <br>copper drop points.</td>\n</tr>\n<tr>\n<td>DPU</td>\n<td>Distribution Point Unit. The node that resides at the DP in the Fiber To The Distribution Point architecture.</td>\n</tr>\n<tr>\n<td>FTTdp</td>\n<td>Fiber To The Distribution Point.</td>\n</tr>\n<tr>\n<td>IoTDM</td>\n<td>Internet-of-Things Device Management</td>\n</tr>\n<tr>\n<td>PMA</td>\n<td>Persistent Management Agent. A management proxy for the DPU that caches provisioning and last known status information for the DPU.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"abbreviations\">Abbreviations</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Abbreviation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FAST</td>\n<td>Fast Access to Subscriber Terminals</td>\n</tr>\n<tr>\n<td>MELT</td>\n<td>Metallic Line Test</td>\n</tr>\n<tr>\n<td>SELT</td>\n<td>Single Ended Line Test</td>\n</tr>\n<tr>\n<td>VoP</td>\n<td>Vector of Profiles</td>\n</tr>\n<tr>\n<td>xDSL</td>\n<td>Any Digital Subscriber Line Service</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"confd--tail-fcom-cisco-company\">ConfD / tail-f.com (Cisco Company)</h4>\n<p>Large service providers, such as AT&amp;T and Deutsche Telekom prefer the NETCONF and YANG standards.</p>\n<h3 id=\"for-service-and-custom-configurations-for-this-or-other-technologies\"><strong>For service and custom configurations for this or other technologies</strong></h3>\n<h1 id=\"contact-email-infoetisoftwarecom\">Contact Email: <a href=\"https://mailto:info@etisoftware.com\">info@etisoftware.com</a></h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Platform Highlights","slug":"platform-highlights"},{"content":"IoT Device Management","slug":"iot-device-management"},{"content":"Model-Driven Network Automation","slug":"model-driven-network-automation"},{"content":"Broadband Forum Highlights","slug":"broadband-forum-highlights"},{"content":"Contact Email: info@etisoftware.com","slug":"contact-email-infoetisoftwarecom"}],"owner":"11528456","collectionId":"b7664975-9b8e-4c7d-acff-ad20350a37b2","publishedId":"UVsJwS7S","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-10T19:53:54.000Z"},"item":[{"name":"mounted NodeID GET root","item":[{"name":"GET - NodeID - data","id":"5940fdc2-0ceb-47df-beff-3b1bf9eb421a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount","description":"<p>Queries the operational (running) datastore on the mounted hosted.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6557db2e-966c-4c17-a363-c6c473542524","name":"OK","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5940fdc2-0ceb-47df-beff-3b1bf9eb421a"},{"name":"GET - NodeID - operations","id":"2b6cf366-6e24-4e0a-8c18-6160cbdcc705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount","description":"<p>Queries the available operations (RPC calls) on the mounted hosted.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2c62747a-17f4-4e48-9da0-bfeead937807","name":"OK","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b6cf366-6e24-4e0a-8c18-6160cbdcc705"}],"id":"8feb85e7-f86c-4155-9bae-465887cee5f5","description":"<p>Mounting the device is similarly to plugging in a USB, the contents of the device are now available. Use this endpoint to obtain the root of the datastore on the device. The default is the <strong>?content=config datastore</strong> used for provisioning. The <strong>?content=nonconfig</strong> datastore is used for monitoring, operational status and performance measures.</p>\n","_postman_id":"8feb85e7-f86c-4155-9bae-465887cee5f5"},{"name":"mounted NodeID anv","item":[{"name":"POST - NodeID - anv - device-manager","id":"3efac22b-0583-42d3-ad77-eb443dc64a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager","description":"<p>This endpoint is for creating device manager on node NodeID.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5433e9d9-6829-473e-bb29-2b3db0533f70","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3efac22b-0583-42d3-ad77-eb443dc64a3a"},{"name":"GET - NodeID - anv - device-manager","id":"6da9cb41-308e-462c-bcb9-896030eee7bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager?content=<string>","description":"<p>This endpoint is for reading the device manager from a node NodeId.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8f4c37f3-e4da-4f19-b021-422a04e9d085","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-manager\": {\n    \"device-plugs\": {\n      \"device-plug-count\": \"Some device-plug-count\",\n      \"device-plug\": [\n        {\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"capabilities\": [\n            \"Some capabilities\",\n            \"Some capabilities\"\n          ],\n          \"module-path\": [\n            \"Some module-path\",\n            \"Some module-path\"\n          ],\n          \"default-xml\": \"Some default-xml\",\n          \"plug-version\": \"Some plug-version\",\n          \"build\": \"Some build\",\n          \"misalignment-netconf-operation\": \"edit-config\",\n          \"resource-allocation\": {\n            \"private-and-read-only-resource\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"capabilities\": [\n            \"Some capabilities\",\n            \"Some capabilities\"\n          ],\n          \"module-path\": [\n            \"Some module-path\",\n            \"Some module-path\"\n          ],\n          \"default-xml\": \"Some default-xml\",\n          \"plug-version\": \"Some plug-version\",\n          \"build\": \"Some build\",\n          \"misalignment-netconf-operation\": \"edit-config\",\n          \"resource-allocation\": {\n            \"private-and-read-only-resource\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"non-coded-device-plug\": [\n        {\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"plugin-version\": \"Some plugin-version\",\n          \"build-version\": \"Some build-version\",\n          \"last-action\": \"deploy\",\n          \"last-action-status\": \"idle\",\n          \"last-action-result\": \"success\",\n          \"last-action-error\": \"Some last-action-error\",\n          \"last-action-completion-time\": \"?:5170-33-59T67:16:07.197-84:41\"\n        },\n        {\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"plugin-version\": \"Some plugin-version\",\n          \"build-version\": \"Some build-version\",\n          \"last-action\": \"deploy\",\n          \"last-action-status\": \"idle\",\n          \"last-action-result\": \"success\",\n          \"last-action-error\": \"Some last-action-error\",\n          \"last-action-completion-time\": \"?:5170-33-59T67:16:07.197-84:41\"\n        }\n      ],\n      \"nokia-device-plug\": [\n        {\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"plugin-version\": \"Some plugin-version\",\n          \"nav-build-version\": \"Some nav-build-version\",\n          \"last-action\": \"deploy\",\n          \"last-action-status\": \"idle\",\n          \"last-action-result\": \"success\",\n          \"last-action-error\": \"Some last-action-error\",\n          \"last-action-completion-time\": \"?:3973-36-61T95:35:13-92:15\"\n        },\n        {\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"plugin-version\": \"Some plugin-version\",\n          \"nav-build-version\": \"Some nav-build-version\",\n          \"last-action\": \"deploy\",\n          \"last-action-status\": \"idle\",\n          \"last-action-result\": \"success\",\n          \"last-action-error\": \"Some last-action-error\",\n          \"last-action-completion-time\": \"?:3973-36-61T95:35:13-92:15\"\n        }\n      ]\n    },\n    \"device-config-backup-settings\": {\n      \"max-days-to-retain\": 30,\n      \"min-number-to-retain\": 1\n    },\n    \"vonu-mgmt\": {\n      \"onu-labeling-rules\": {\n        \"labeling-rule\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"match-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label-value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"match-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label-value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"load-balancer\": {\n        \"manager-instances\": {\n          \"manager-instance\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"distribution-algorithm\": \"<string>\"\n      }\n    },\n    \"device-notifications\": {\n      \"disable-forwarding\": [\n        {\n          \"type\": \"Some type\"\n        },\n        {\n          \"type\": \"Some type\"\n        }\n      ],\n      \"notification-statistics\": [\n        {\n          \"type\": \"Some type\",\n          \"received\": 0,\n          \"forwarded\": 0\n        },\n        {\n          \"type\": \"Some type\",\n          \"received\": 0,\n          \"forwarded\": 0\n        }\n      ]\n    },\n    \"configuration-templates\": {\n      \"configuration-template\": [\n        {\n          \"device-specific-data\": \"Some device-specific-data\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\"\n        },\n        {\n          \"device-specific-data\": \"Some device-specific-data\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\"\n        }\n      ]\n    },\n    \"slice-owners\": {\n      \"slice-owner\": [\n        {\n          \"group-name\": \"Some group-name\",\n          \"name\": \"Some name\",\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"destination-of-pm-data\": {\n            \"export-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"trusted-ca-certs\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"openTSDB-parameters\": {\n            \"url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"group-name\": \"Some group-name\",\n          \"name\": \"Some name\",\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"destination-of-pm-data\": {\n            \"export-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"trusted-ca-certs\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"openTSDB-parameters\": {\n            \"url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"software-management\": {\n      \"software-download-retries-by-device\": {\n        \"maximum-number-of-retries\": 0,\n        \"delay-between-retries\": 0\n      },\n      \"shaping\": {\n        \"maximum-number-of-devices-per-time-interval\": 1000,\n        \"time-interval\": 20\n      },\n      \"device-software-statistics\": {\n        \"misaligned-devices\": 0,\n        \"download-errors\": 0,\n        \"activate-errors\": 0,\n        \"commit-errors\": 0\n      },\n      \"device-software-distribution-per-release\": {\n        \"device-per-planned-software-image\": [\n          {\n            \"image-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hardware-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-devices\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"image-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hardware-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-devices\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"retry-policy-of-failed-device-operations\": {\n        \"policy-per-operation\": [\n          {\n            \"operation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-policy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"operation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-policy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"number-of-device-software-file-servers\": 0,\n      \"device-software-file-server\": [\n        {\n          \"name\": \"Some name\",\n          \"file-transfer-interface-with-devices\": {\n            \"file-transfer-protocol\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"http-configuration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"file-transfer-interface-with-devices\": {\n            \"file-transfer-protocol\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"http-configuration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"device-software-files-on-server\": {\n        \"number-of-available-files\": 0,\n        \"available-file\": [\n          {\n            \"hardware-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"missing-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"missing-from-server-timestamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sub-directory\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"hardware-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"missing-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"missing-from-server-timestamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sub-directory\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"software-updates\": {\n        \"operation-status\": [\n          {\n            \"request-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-result\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-completion-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"request-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-result\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-completion-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"vendor-code-mappings\": {\n      \"vendor-code-mapping\": [\n        {\n          \"omci-vendor-code\": \"?:UEPS\",\n          \"iana-enterprise-number\": 0\n        },\n        {\n          \"omci-vendor-code\": \"?:UEPS\",\n          \"iana-enterprise-number\": 0\n        }\n      ]\n    },\n    \"netconf-stack-configuration\": {\n      \"request-timeout\": 60,\n      \"tcp-connection-timeout\": 10\n    },\n    \"barcode-configuration\": {\n      \"white-list-pattern\": \"all\"\n    },\n    \"misbehaving-device-configuration\": {\n      \"interval-of-frequent-disconnects\": 300,\n      \"threshold-for-frequent-disconnects\": 10,\n      \"auto-disconnect-misbehaving-device\": true\n    },\n    \"netconf-polling\": {\n      \"frequency\": 1800,\n      \"timeout\": 10\n    },\n    \"device-edit-queue\": {\n      \"max-number-of-edit-tasks\": 10000,\n      \"max-number-of-edit-tasks-per-device\": 20,\n      \"current-number-of-edit-tasks\": 0\n    },\n    \"device\": [\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"device-id\": \"Some device-id\",\n        \"duid\": \"Some duid\",\n        \"gpon-serial-number\": \"?:KNCMB486D803\",\n        \"configured-device-properties\": {\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"pma-authentication-method\": \"username-and-password\",\n          \"username\": \"\",\n          \"password\": \"\"\n        },\n        \"identifier\": \"Some identifier\",\n        \"push-nav-configuration-to-device\": \"true\",\n        \"configuration-successfully-uploaded\": false,\n        \"device-specific-data\": {},\n        \"device-state\": {\n          \"reachable\": true,\n          \"reachable-last-change\": \"?:5811-17-78T66:47:20.3+64:84\",\n          \"disconnected-last-time\": \"?:4783-91-50T67:59:71Z\",\n          \"frequent-disconnects-count\": \"0\",\n          \"is-misbehaving\": false,\n          \"number-of-pending-tasks\": 0,\n          \"aligned\": true,\n          \"plug-mismatch\": true,\n          \"configuration-error\": true,\n          \"counted-subscriber-port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"licensed-device-type\": \"\",\n          \"configuration-error-request\": \"Some configuration-error-request\",\n          \"configuration-error-reply\": \"Some configuration-error-reply\",\n          \"modified-by-local-craft-terminal\": true,\n          \"configuration-change-counter\": 0,\n          \"time-of-last-sent-event\": \"?:9377-13-87T73:76:61Z\",\n          \"locked-for-migration\": true,\n          \"pma-db-version\": 0,\n          \"device-db-version\": 0,\n          \"transaction-id\": \"Some transaction-id\",\n          \"number-of-get-requests\": 0,\n          \"number-of-get-config-requests\": 0,\n          \"number-of-edit-config-requests\": 0,\n          \"number-of-copy-config-requests\": 0,\n          \"number-of-notifications\": 0\n        },\n        \"discovered-device-properties\": {\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"device-authentication-method\": \"username-and-password\"\n        },\n        \"slicing\": {\n          \"slice\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"device-config-history\": {\n          \"number-of-config-backups\": 0,\n          \"config-backup\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"configured-labels\": {\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"labels\": {\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"software\": {\n          \"target-active-software\": {\n            \"url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sub-directory\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"target-passive-software\": {\n            \"url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sub-directory\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"software-error-operation\": \"none\",\n          \"software-error-reason\": \"Some software-error-reason\",\n          \"software-error-time\": \"?:8422-50-94T25:46:50.3+71:61\"\n        },\n        \"progress-reporting\": {\n          \"already-triggered-operation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"current-operation\": {\n            \"operation-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"software-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"start-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-operation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"device-id\": \"Some device-id\",\n        \"duid\": \"Some duid\",\n        \"gpon-serial-number\": \"?:KNCMB486D803\",\n        \"configured-device-properties\": {\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"pma-authentication-method\": \"username-and-password\",\n          \"username\": \"\",\n          \"password\": \"\"\n        },\n        \"identifier\": \"Some identifier\",\n        \"push-nav-configuration-to-device\": \"true\",\n        \"configuration-successfully-uploaded\": false,\n        \"device-specific-data\": {},\n        \"device-state\": {\n          \"reachable\": true,\n          \"reachable-last-change\": \"?:5811-17-78T66:47:20.3+64:84\",\n          \"disconnected-last-time\": \"?:4783-91-50T67:59:71Z\",\n          \"frequent-disconnects-count\": \"0\",\n          \"is-misbehaving\": false,\n          \"number-of-pending-tasks\": 0,\n          \"aligned\": true,\n          \"plug-mismatch\": true,\n          \"configuration-error\": true,\n          \"counted-subscriber-port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"licensed-device-type\": \"\",\n          \"configuration-error-request\": \"Some configuration-error-request\",\n          \"configuration-error-reply\": \"Some configuration-error-reply\",\n          \"modified-by-local-craft-terminal\": true,\n          \"configuration-change-counter\": 0,\n          \"time-of-last-sent-event\": \"?:9377-13-87T73:76:61Z\",\n          \"locked-for-migration\": true,\n          \"pma-db-version\": 0,\n          \"device-db-version\": 0,\n          \"transaction-id\": \"Some transaction-id\",\n          \"number-of-get-requests\": 0,\n          \"number-of-get-config-requests\": 0,\n          \"number-of-edit-config-requests\": 0,\n          \"number-of-copy-config-requests\": 0,\n          \"number-of-notifications\": 0\n        },\n        \"discovered-device-properties\": {\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"device-authentication-method\": \"username-and-password\"\n        },\n        \"slicing\": {\n          \"slice\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"device-config-history\": {\n          \"number-of-config-backups\": 0,\n          \"config-backup\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"configured-labels\": {\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"labels\": {\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"software\": {\n          \"target-active-software\": {\n            \"url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sub-directory\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"target-passive-software\": {\n            \"url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sub-directory\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"software-error-operation\": \"none\",\n          \"software-error-reason\": \"Some software-error-reason\",\n          \"software-error-time\": \"?:8422-50-94T25:46:50.3+71:61\"\n        },\n        \"progress-reporting\": {\n          \"already-triggered-operation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"current-operation\": {\n            \"operation-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"software-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"start-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-operation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ],\n    \"new-devices\": {\n      \"new-device\": [\n        {\n          \"identification-method\": \"duid\",\n          \"identification-value\": \"Some identification-value\",\n          \"gpon-serial-number\": \"?:LPWK4FEEF8A5\",\n          \"detection-time\": \"?:1433-67-64T26:56:36.6-62:82\",\n          \"compatible-device-plug-details\": {\n            \"compatible-plug\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"device-capability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"identification-method\": \"duid\",\n          \"identification-value\": \"Some identification-value\",\n          \"gpon-serial-number\": \"?:LPWK4FEEF8A5\",\n          \"detection-time\": \"?:1433-67-64T26:56:36.6-62:82\",\n          \"compatible-device-plug-details\": {\n            \"compatible-plug\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"device-capability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"6da9cb41-308e-462c-bcb9-896030eee7bb"},{"name":"DELETE - NodeID - anv - device-manager","id":"2df4391a-35ed-40ff-a27d-6be8e13afcac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager","description":"<p>This endpoint is for deleting a node NodeID device manager.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"43f6600a-2290-4621-a8bc-9494c92ab891","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2df4391a-35ed-40ff-a27d-6be8e13afcac"},{"name":"PUT - NodeID - anv - device-manager","id":"3459415b-729c-4aeb-910f-09314991c512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager","description":"<p>This endpoint is for updating a node NodeID device manager.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8d93a1ce-4dc0-4134-846f-1fcb22418c72","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"355c429c-0fe0-4af9-b59b-49d74719d366","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3459415b-729c-4aeb-910f-09314991c512"},{"name":"GET - NodeID - anv - device-plugs","id":"0bc9762e-355c-45e1-8177-c75d337a381a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs?content=<string>","description":"<p>This endpoint is for querying a node NodeID device plugs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"db1fb8aa-bbfa-4b8e-bd3d-87d501cde08b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-plugs\": {\n    \"device-plug-count\": \"Some device-plug-count\",\n    \"device-plug\": [\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"capabilities\": [\n          \"Some capabilities\",\n          \"Some capabilities\"\n        ],\n        \"module-path\": [\n          \"Some module-path\",\n          \"Some module-path\"\n        ],\n        \"default-xml\": \"Some default-xml\",\n        \"plug-version\": \"Some plug-version\",\n        \"build\": \"Some build\",\n        \"misalignment-netconf-operation\": \"edit-config\",\n        \"resource-allocation\": {\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"capabilities\": [\n          \"Some capabilities\",\n          \"Some capabilities\"\n        ],\n        \"module-path\": [\n          \"Some module-path\",\n          \"Some module-path\"\n        ],\n        \"default-xml\": \"Some default-xml\",\n        \"plug-version\": \"Some plug-version\",\n        \"build\": \"Some build\",\n        \"misalignment-netconf-operation\": \"edit-config\",\n        \"resource-allocation\": {\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ],\n    \"non-coded-device-plug\": [\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"plugin-version\": \"Some plugin-version\",\n        \"build-version\": \"Some build-version\",\n        \"last-action\": \"deploy\",\n        \"last-action-status\": \"idle\",\n        \"last-action-result\": \"success\",\n        \"last-action-error\": \"Some last-action-error\",\n        \"last-action-completion-time\": \"?:5170-33-59T67:16:07.197-84:41\"\n      },\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"plugin-version\": \"Some plugin-version\",\n        \"build-version\": \"Some build-version\",\n        \"last-action\": \"deploy\",\n        \"last-action-status\": \"idle\",\n        \"last-action-result\": \"success\",\n        \"last-action-error\": \"Some last-action-error\",\n        \"last-action-completion-time\": \"?:5170-33-59T67:16:07.197-84:41\"\n      }\n    ],\n    \"nokia-device-plug\": [\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"plugin-version\": \"Some plugin-version\",\n        \"nav-build-version\": \"Some nav-build-version\",\n        \"last-action\": \"deploy\",\n        \"last-action-status\": \"idle\",\n        \"last-action-result\": \"success\",\n        \"last-action-error\": \"Some last-action-error\",\n        \"last-action-completion-time\": \"?:3973-36-61T95:35:13-92:15\"\n      },\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"plugin-version\": \"Some plugin-version\",\n        \"nav-build-version\": \"Some nav-build-version\",\n        \"last-action\": \"deploy\",\n        \"last-action-status\": \"idle\",\n        \"last-action-result\": \"success\",\n        \"last-action-error\": \"Some last-action-error\",\n        \"last-action-completion-time\": \"?:3973-36-61T95:35:13-92:15\"\n      }\n    ]\n  }\n}"}],"_postman_id":"0bc9762e-355c-45e1-8177-c75d337a381a"},{"name":"GET - NodeID - anv - device-plug","id":"d466168e-41ed-45eb-90af-72f81768d829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/device-plug=<string>,<string>?content=<string>","description":"<p>List of device plugs currently supported by this instance of\n   PMA. A device plug is identified by a hardware-type and interface-version.\n   Reference to a device plug (EG provided when creating a device)\n   should use explicit reference to this list, as a leafref.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","device-plug=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d1cb9d19-ea23-4dfc-adec-477d38f78d2b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/device-plug=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","device-plug=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-plug\": [\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"capabilities\": [\n        \"Some capabilities\",\n        \"Some capabilities\"\n      ],\n      \"module-path\": [\n        \"Some module-path\",\n        \"Some module-path\"\n      ],\n      \"default-xml\": \"Some default-xml\",\n      \"plug-version\": \"Some plug-version\",\n      \"build\": \"Some build\",\n      \"misalignment-netconf-operation\": \"edit-config\",\n      \"resource-allocation\": {\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"reference\": \"Some reference\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"reference\": \"Some reference\"\n          }\n        ]\n      }\n    },\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"capabilities\": [\n        \"Some capabilities\",\n        \"Some capabilities\"\n      ],\n      \"module-path\": [\n        \"Some module-path\",\n        \"Some module-path\"\n      ],\n      \"default-xml\": \"Some default-xml\",\n      \"plug-version\": \"Some plug-version\",\n      \"build\": \"Some build\",\n      \"misalignment-netconf-operation\": \"edit-config\",\n      \"resource-allocation\": {\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"reference\": \"Some reference\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"reference\": \"Some reference\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"d466168e-41ed-45eb-90af-72f81768d829"},{"name":"GET - NodeID - anv - resource-allocation","id":"34fdfda8-3cc6-4b39-943f-42b5cc9aebab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/device-plug=<string>,<string>/anv-network-slicing:resource-allocation?content=<string>","description":"<p>NOT SUPPORTED\nThe resource-allocation container lists the resource types that\ncan be allocated by the Slicing Manager to each virtual device of the\ndevice plug</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","device-plug=<string>,<string>","anv-network-slicing:resource-allocation"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"55ff5de4-70e5-4d48-a560-65b7439e4091","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/device-plug=<string>,<string>/anv-network-slicing:resource-allocation?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","device-plug=<string>,<string>","anv-network-slicing:resource-allocation"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"resource-allocation\": {\n    \"private-and-read-only-resource\": [\n      {\n        \"name\": \"Some name\",\n        \"reference\": \"Some reference\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"reference\": \"Some reference\"\n      }\n    ]\n  }\n}"}],"_postman_id":"34fdfda8-3cc6-4b39-943f-42b5cc9aebab"},{"name":"GET - NodeID - anv - private-and-read-only-resource","id":"5a8b94dc-2c51-4978-9af3-a8d553e5910e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/device-plug=<string>,<string>/anv-network-slicing:resource-allocation/private-and-read-only-resource=<string>?content=<string>","description":"<p>The private or read-only resources are the resources that can be\nallocated by the Slicing Manager to a virtual device, either as:</p>\n<ul>\n<li>private: granting read-write access to the virtual device,\nand masked from others\nor</li>\n<li>read-only: granting read-only access to the virtual device.\nA private-or-read-only-resource is identified by a name.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","device-plug=<string>,<string>","anv-network-slicing:resource-allocation","private-and-read-only-resource=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2ab4f219-6c13-488b-8ebf-52a7869b088e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/device-plug=<string>,<string>/anv-network-slicing:resource-allocation/private-and-read-only-resource=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","device-plug=<string>,<string>","anv-network-slicing:resource-allocation","private-and-read-only-resource=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"private-and-read-only-resource\": [\n    {\n      \"name\": \"Some name\",\n      \"reference\": \"Some reference\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"reference\": \"Some reference\"\n    }\n  ]\n}"}],"_postman_id":"5a8b94dc-2c51-4978-9af3-a8d553e5910e"},{"name":"GET - NodeID - anv - non-coded-device-plug","id":"359eb4b9-c65d-47d8-b892-8d66c8496157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/non-coded-device-plug=<string>,<string>?content=<string>","description":"<p>List of non-coded device plugs currently supported or currently being deployed\non this instance of PMA.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","non-coded-device-plug=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2a4f67ef-9e0d-4569-9269-188b6b85ce42","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/non-coded-device-plug=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","non-coded-device-plug=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"non-coded-device-plug\": [\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"plugin-version\": \"Some plugin-version\",\n      \"build-version\": \"Some build-version\",\n      \"last-action\": \"deploy\",\n      \"last-action-status\": \"idle\",\n      \"last-action-result\": \"success\",\n      \"last-action-error\": \"Some last-action-error\",\n      \"last-action-completion-time\": \"?:5170-33-59T67:16:07.197-84:41\"\n    },\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"plugin-version\": \"Some plugin-version\",\n      \"build-version\": \"Some build-version\",\n      \"last-action\": \"deploy\",\n      \"last-action-status\": \"idle\",\n      \"last-action-result\": \"success\",\n      \"last-action-error\": \"Some last-action-error\",\n      \"last-action-completion-time\": \"?:5170-33-59T67:16:07.197-84:41\"\n    }\n  ]\n}"}],"_postman_id":"359eb4b9-c65d-47d8-b892-8d66c8496157"},{"name":"GET - NodeID - anv - nokia-device-plug","id":"9ff4c371-db74-470c-af84-ba14c389d6bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/nokia-device-plug=<string>,<string>?content=<string>","description":"<p>List of Nokia device plugs currently supported or currently being deployed on this instance of PMA.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","nokia-device-plug=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b92450a7-5fc6-40e0-b0be-dd6f83006749","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-plugs:device-plugs/nokia-device-plug=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-plugs:device-plugs","nokia-device-plug=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"nokia-device-plug\": [\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"plugin-version\": \"Some plugin-version\",\n      \"nav-build-version\": \"Some nav-build-version\",\n      \"last-action\": \"deploy\",\n      \"last-action-status\": \"idle\",\n      \"last-action-result\": \"success\",\n      \"last-action-error\": \"Some last-action-error\",\n      \"last-action-completion-time\": \"?:3973-36-61T95:35:13-92:15\"\n    },\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"plugin-version\": \"Some plugin-version\",\n      \"nav-build-version\": \"Some nav-build-version\",\n      \"last-action\": \"deploy\",\n      \"last-action-status\": \"idle\",\n      \"last-action-result\": \"success\",\n      \"last-action-error\": \"Some last-action-error\",\n      \"last-action-completion-time\": \"?:3973-36-61T95:35:13-92:15\"\n    }\n  ]\n}"}],"_postman_id":"9ff4c371-db74-470c-af84-ba14c389d6bc"},{"name":"POST - NodeID - anv - device-config-backup-settings","id":"1e2d0e92-bcf0-4b17-86ba-a5ab45592bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"max-days-to-retain\": 30,\n  \"min-number-to-retain\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-config-history:device-config-backup-settings","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-config-history:device-config-backup-settings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"04736e0f-f47d-4a1e-a275-6eeed131df5c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"max-days-to-retain\": 30,\n  \"min-number-to-retain\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-config-history:device-config-backup-settings"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1e2d0e92-bcf0-4b17-86ba-a5ab45592bef"},{"name":"GET - NodeID - anv - device-config-backup-settings","id":"cdcc717a-ad15-404a-b0b1-85f479055bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-config-history:device-config-backup-settings?content=<string>","description":"<p>This endpoint is for reading a node configuration backup settings.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-config-history:device-config-backup-settings"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4a2a0922-9aef-447d-929b-26b26951776b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-config-history:device-config-backup-settings?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-config-history:device-config-backup-settings"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-config-backup-settings\": {\n    \"max-days-to-retain\": 30,\n    \"min-number-to-retain\": 1\n  }\n}"}],"_postman_id":"cdcc717a-ad15-404a-b0b1-85f479055bd0"},{"name":"DELETE - NodeID - anv - device-config-backup-settings","id":"e867dfa5-07f5-4620-a462-d18eeb8f6f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-config-history:device-config-backup-settings","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-config-history:device-config-backup-settings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8d0e04e7-7298-4360-b3a6-a096e5ae9e36","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-config-history:device-config-backup-settings"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e867dfa5-07f5-4620-a462-d18eeb8f6f44"},{"name":"PUT - NodeID - anv - device-config-backup-settings","id":"10d1abb5-fd64-4229-9fb2-6dfd292b7852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-config-backup-settings\": {\n    \"max-days-to-retain\": 30,\n    \"min-number-to-retain\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-config-history:device-config-backup-settings","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-config-history:device-config-backup-settings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"be40de1c-af70-4f87-9e77-00bb15b603ed","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-config-backup-settings\": {\n    \"max-days-to-retain\": 30,\n    \"min-number-to-retain\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-config-history:device-config-backup-settings"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"47d510b5-355c-4287-95b0-ac144daf472a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-config-backup-settings\": {\n    \"max-days-to-retain\": 30,\n    \"min-number-to-retain\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-config-history:device-config-backup-settings"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10d1abb5-fd64-4229-9fb2-6dfd292b7852"},{"name":"POST - NodeID - anv - vonu-mgmt","id":"617f3f5b-db5d-48b4-8fb7-aaee19d38866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"89ee4418-653d-403f-af30-5ee28fc1485f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"617f3f5b-db5d-48b4-8fb7-aaee19d38866"},{"name":"GET - NodeID - anv - vonu-mgmt","id":"fbb62bef-d955-4438-9809-732921fbd9cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6310b8d6-1512-479c-8449-1706457c97c4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"fbb62bef-d955-4438-9809-732921fbd9cf"},{"name":"DELETE - NodeID - anv - vonu-mgmt","id":"3ba1a217-cd03-4ebe-88d8-510745540875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd38501f-68f0-43d4-b905-caf6525766b5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ba1a217-cd03-4ebe-88d8-510745540875"},{"name":"PUT - NodeID - anv - vonu-mgmt","id":"702fe8e2-3036-4dda-a6d3-2daccc0cf5bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e8a526e5-bca3-41b8-8a2e-56a6f16e9731","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"acbe1462-2999-45e6-89b2-f1fe5d9fb8c0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"702fe8e2-3036-4dda-a6d3-2daccc0cf5bd"},{"name":"POST - NodeID - anv - onu-labeling-rules","id":"aca76f3a-ce52-4cb2-be5a-c20474e80178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8e6143d2-d566-400b-8044-cbb7816592fd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aca76f3a-ce52-4cb2-be5a-c20474e80178"},{"name":"GET - NodeID - anv - onu-labeling-rules","id":"a745e899-b860-4158-9d96-91a5f76ecc17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9892c206-8f3a-4caf-a614-e36b6807be50","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"a745e899-b860-4158-9d96-91a5f76ecc17"},{"name":"DELETE - NodeID - anv - onu-labeling-rules","id":"f0cf313a-06d0-4379-9329-d6ac1c48c456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"baaee5b6-0c22-4f79-aaa4-c99e4b250b81","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0cf313a-06d0-4379-9329-d6ac1c48c456"},{"name":"PUT - NodeID - anv - onu-labeling-rules","id":"8d03f837-791d-4bd5-bd7c-19e924a3b4d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ea6ec2a0-c580-4ccf-b52e-9d7023b5cb7d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"14adf727-718d-4574-b90b-0406611ce688","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d03f837-791d-4bd5-bd7c-19e924a3b4d6"},{"name":"POST - NodeID - anv - labeling-rule","id":"8057fd3e-ead3-467e-ae95-a7d8aa96d693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>","description":"<p>Rules use to assign a label to an ONU based on a limited set of ONU\ncharacteristics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"da52934f-3905-42b9-a08c-5ab4756be7bc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8057fd3e-ead3-467e-ae95-a7d8aa96d693"},{"name":"GET - NodeID - anv - labeling-rule","id":"13e0e051-3c46-4d32-8364-fc8052dfc3b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>?content=<string>","description":"<p>Rules use to assign a label to an ONU based on a limited set of ONU\ncharacteristics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8fe4cb23-4044-4735-b40b-85c7ca2d60f6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"13e0e051-3c46-4d32-8364-fc8052dfc3b9"},{"name":"DELETE - NodeID - anv - labeling-rule","id":"b3ead135-5008-46ed-9619-750a0beb6b67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>","description":"<p>Rules use to assign a label to an ONU based on a limited set of ONU\ncharacteristics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"57b5f11a-640a-4cb0-9c98-ac92482f0d95","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b3ead135-5008-46ed-9619-750a0beb6b67"},{"name":"PUT - NodeID - anv - labeling-rule","id":"aacf1870-c11b-4165-be33-4d0775a6a198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>","description":"<p>Rules use to assign a label to an ONU based on a limited set of ONU\ncharacteristics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"919b8d99-b133-4f70-ac9f-328da6c69187","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9e588bbb-117b-44e0-af03-dcca5b1b5348","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aacf1870-c11b-4165-be33-4d0775a6a198"},{"name":"POST - NodeID - anv - match-criteria","id":"a2b75a7a-796f-4481-86af-38133ba182de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>/match-criteria","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>","match-criteria"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dcaf59a4-2f47-47ed-af96-5f9cd8390b27","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>/match-criteria"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2b75a7a-796f-4481-86af-38133ba182de"},{"name":"GET - NodeID - anv - match-criteria","id":"1a1f0720-74eb-4add-9b61-889c9890ca71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>/match-criteria?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>","match-criteria"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c54bd7e6-938e-4ff5-bea6-c0e6edec6292","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>/match-criteria?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>","match-criteria"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"1a1f0720-74eb-4add-9b61-889c9890ca71"},{"name":"DELETE - NodeID - anv - match-criteria","id":"2ae1ee0e-6d08-4e0f-bc34-868a8d879c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>/match-criteria","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>","match-criteria"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f7e8b6b4-39b4-4108-a633-afd8d3a76c30","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>/match-criteria"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ae1ee0e-6d08-4e0f-bc34-868a8d879c02"},{"name":"PUT - NodeID - anv - match-criteria","id":"b8e3c5a2-18dc-46ec-9dc6-c3526ba723b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>/match-criteria","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","onu-labeling-rules","labeling-rule=<string>","match-criteria"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"83645b28-5251-470d-90cd-2d9bdcbe8f92","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>/match-criteria"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ccbd11c1-05a0-4d66-bebb-bb1301424c2a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/onu-labeling-rules/labeling-rule=<string>/match-criteria"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8e3c5a2-18dc-46ec-9dc6-c3526ba723b6"},{"name":"POST - NodeID - anv - load-balancer","id":"2844f5dd-669b-4a3a-becd-eb154a702da2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"manager-instances\": {\n    \"manager-instance\": [\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ]\n  },\n  \"distribution-algorithm\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"92535df2-eb9a-40bc-9d77-2549dc5b4d63","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-instances\": {\n    \"manager-instance\": [\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ]\n  },\n  \"distribution-algorithm\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2844f5dd-669b-4a3a-becd-eb154a702da2"},{"name":"GET - NodeID - anv - load-balancer","id":"de02da1c-36e5-4399-aec1-99d70689e58a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d6b6975a-812f-4239-9a17-e0e7e9e90303","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"load-balancer\": {\n    \"manager-instances\": {\n      \"manager-instance\": [\n        {\n          \"name\": \"Some name\",\n          \"address\": \"Some address\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"address\": \"Some address\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"distribution-algorithm\": \"<string>\"\n  }\n}"}],"_postman_id":"de02da1c-36e5-4399-aec1-99d70689e58a"},{"name":"DELETE - NodeID - anv - load-balancer","id":"6dc21b38-f93c-458a-8299-a2157e05408c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ae54847e-9a01-41f4-8d41-22d7c34ffc23","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6dc21b38-f93c-458a-8299-a2157e05408c"},{"name":"PUT - NodeID - anv - load-balancer","id":"c4b6afc3-a6a1-400d-ab14-5cf2e815d870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"load-balancer\": {\n    \"manager-instances\": {\n      \"manager-instance\": [\n        {\n          \"name\": \"Some name\",\n          \"address\": \"Some address\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"address\": \"Some address\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"distribution-algorithm\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ef24ff63-5e25-4270-8c9c-09e3ee93fddf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"load-balancer\": {\n    \"manager-instances\": {\n      \"manager-instance\": [\n        {\n          \"name\": \"Some name\",\n          \"address\": \"Some address\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"address\": \"Some address\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"distribution-algorithm\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a31ce33d-2d54-4031-add4-ca6776875d0e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"load-balancer\": {\n    \"manager-instances\": {\n      \"manager-instance\": [\n        {\n          \"name\": \"Some name\",\n          \"address\": \"Some address\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"address\": \"Some address\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"distribution-algorithm\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c4b6afc3-a6a1-400d-ab14-5cf2e815d870"},{"name":"POST - NodeID - anv - manager-instances","id":"515a21bb-261e-4318-a5f9-4df54dd8291f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"manager-instance\": [\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances","description":"<p>Container for the list of manager instances.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2374d429-2d2e-4e76-b7d3-f03615767c08","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-instance\": [\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"515a21bb-261e-4318-a5f9-4df54dd8291f"},{"name":"GET - NodeID - anv - manager-instances","id":"a2a740f7-ed83-4f68-93f4-5664ca31efff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances?content=<string>","description":"<p>Container for the list of manager instances.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c9804046-e5ce-4bc8-8559-1be80585eee5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"manager-instances\": {\n    \"manager-instance\": [\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"a2a740f7-ed83-4f68-93f4-5664ca31efff"},{"name":"DELETE - NodeID - anv - manager-instances","id":"e22438e8-fbe6-47f7-8c39-c5bfc74675ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances","description":"<p>Container for the list of manager instances.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4d8d17bb-975e-4e82-bb6c-42dbd834f48e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e22438e8-fbe6-47f7-8c39-c5bfc74675ab"},{"name":"PUT - NodeID - anv - manager-instances","id":"9a462fac-19a0-48b2-a93b-d3012b663f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"manager-instances\": {\n    \"manager-instance\": [\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances","description":"<p>Container for the list of manager instances.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a4fff56f-88a3-4a7c-8b90-d65c563e9587","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-instances\": {\n    \"manager-instance\": [\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4bf2175-b8a8-4b3e-853f-9ea45421d46f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-instances\": {\n    \"manager-instance\": [\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"address\": \"Some address\",\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a462fac-19a0-48b2-a93b-d3012b663f45"},{"name":"POST - NodeID - anv - manager-instance","id":"83917f3b-70cb-4391-9617-8f83575df6dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"Some address\",\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>","description":"<p>A manager instance. Multiple instances may run in parallel\nto achieve scalability or implement specific features.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8d7b4edb-e6c8-4a1a-8530-a6c1cf6eed4f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"address\": \"Some address\",\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"83917f3b-70cb-4391-9617-8f83575df6dd"},{"name":"GET - NodeID - anv - manager-instance","id":"f5c5c9b6-08cf-4e2c-9ec9-8048de45c3af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>?content=<string>","description":"<p>A manager instance. Multiple instances may run in parallel\nto achieve scalability or implement specific features.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4a242f9c-f812-4027-a230-e30cdde5d7ee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"manager-instance\": [\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"f5c5c9b6-08cf-4e2c-9ec9-8048de45c3af"},{"name":"DELETE - NodeID - anv - manager-instance","id":"b16e350a-75ad-49e8-94ce-a74291946b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>","description":"<p>A manager instance. Multiple instances may run in parallel\nto achieve scalability or implement specific features.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bf80e9d5-c3d2-44a4-9a7a-3dbadcec2abd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b16e350a-75ad-49e8-94ce-a74291946b0f"},{"name":"PUT - NodeID - anv - manager-instance","id":"e9df0549-b642-478c-935a-2e2a4e695c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"manager-instance\": [\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>","description":"<p>A manager instance. Multiple instances may run in parallel\nto achieve scalability or implement specific features.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fb3181a3-89e6-489d-a393-1be39dcff570","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-instance\": [\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"03b368d2-7562-406e-a454-e0a304beff52","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-instance\": [\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"address\": \"Some address\",\n      \"label\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9df0549-b642-478c-935a-2e2a4e695c37"},{"name":"POST - NodeID - anv - label","id":"cbabb64d-40a5-436c-91af-184f5648f858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>/label=<string>","description":"<p>The list of labels of the manager instance.\nLabels are used to allocate a managed resource to a manager\ninstance when their labels match.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>","label=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f3d72956-af4f-484e-8784-aeb6a8f88d8a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>/label=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbabb64d-40a5-436c-91af-184f5648f858"},{"name":"GET - NodeID - anv - label","id":"b8a122de-d207-4c95-ae23-6b9878021725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>/label=<string>?content=<string>","description":"<p>The list of labels of the manager instance.\nLabels are used to allocate a managed resource to a manager\ninstance when their labels match.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>","label=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"45dea4c6-8c21-4c6f-a3a8-35c1ca4e92c8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>/label=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>","label=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"b8a122de-d207-4c95-ae23-6b9878021725"},{"name":"DELETE - NodeID - anv - label","id":"562b7035-991e-452e-b4cd-05dd7e3101aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>/label=<string>","description":"<p>The list of labels of the manager instance.\nLabels are used to allocate a managed resource to a manager\ninstance when their labels match.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>","label=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3801717e-ea13-470c-807c-1b5abe52064b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>/label=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"562b7035-991e-452e-b4cd-05dd7e3101aa"},{"name":"PUT - NodeID - anv - label","id":"2fee1466-47b7-4187-ac36-375c755e0533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>/label=<string>","description":"<p>The list of labels of the manager instance.\nLabels are used to allocate a managed resource to a manager\ninstance when their labels match.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-vonu-management:vonu-mgmt","load-balancer","manager-instances","manager-instance=<string>","label=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"82f51764-cd47-46fd-ac39-9bc867acd3c2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>/label=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7c568c3f-b98f-4347-9da4-cafaff6fa07e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-vonu-management:vonu-mgmt/load-balancer/manager-instances/manager-instance=<string>/label=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2fee1466-47b7-4187-ac36-375c755e0533"},{"name":"POST - NodeID - anv - device-notifications","id":"42ce1a13-4ade-43bb-a753-dd4f63c7d88c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"disable-forwarding\": [\n    {\n      \"type\": \"Some type\"\n    },\n    {\n      \"type\": \"Some type\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications","description":"<p>Configuration &amp; state data for device notifications.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5091c8fa-fd99-45dc-9e74-0229782a1ee8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"disable-forwarding\": [\n    {\n      \"type\": \"Some type\"\n    },\n    {\n      \"type\": \"Some type\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42ce1a13-4ade-43bb-a753-dd4f63c7d88c"},{"name":"GET - NodeID - anv - device-notifications","id":"96170278-bdac-4255-8300-a86eb690eaf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications?content=<string>","description":"<p>Configuration &amp; state data for device notifications.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"306db66b-d9e3-4900-bc17-0d1772e855e8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-notifications\": {\n    \"disable-forwarding\": [\n      {\n        \"type\": \"Some type\"\n      },\n      {\n        \"type\": \"Some type\"\n      }\n    ],\n    \"notification-statistics\": [\n      {\n        \"type\": \"Some type\",\n        \"received\": 0,\n        \"forwarded\": 0\n      },\n      {\n        \"type\": \"Some type\",\n        \"received\": 0,\n        \"forwarded\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"96170278-bdac-4255-8300-a86eb690eaf6"},{"name":"DELETE - NodeID - anv - device-notifications","id":"887354c6-ad7d-4635-bf9e-7da9b3e7c40b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications","description":"<p>Configuration &amp; state data for device notifications.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73229b7f-8c41-4082-8095-b9c48d7ef5f8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"887354c6-ad7d-4635-bf9e-7da9b3e7c40b"},{"name":"PUT - NodeID - anv - device-notifications","id":"48ea4b06-c4c8-42a1-9950-602806aaa96d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-notifications\": {\n    \"disable-forwarding\": [\n      {\n        \"type\": \"Some type\"\n      },\n      {\n        \"type\": \"Some type\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications","description":"<p>Configuration &amp; state data for device notifications.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bf895f32-4954-4396-912b-90dbab140a9d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-notifications\": {\n    \"disable-forwarding\": [\n      {\n        \"type\": \"Some type\"\n      },\n      {\n        \"type\": \"Some type\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f4a0b2d8-a412-4455-b443-87c69ab468ef","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-notifications\": {\n    \"disable-forwarding\": [\n      {\n        \"type\": \"Some type\"\n      },\n      {\n        \"type\": \"Some type\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"48ea4b06-c4c8-42a1-9950-602806aaa96d"},{"name":"POST - NodeID - anv - disable-forwarding","id":"bb67074a-98d5-4234-af67-86601ec607cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/disable-forwarding=<string>","description":"<p>List reporting the wrap-around counter of the number of\nnotifications of all types received from devices &amp; forwarded.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications","disable-forwarding=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ced89ecf-72e4-4d10-b6f7-e1f3777979c7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/disable-forwarding=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb67074a-98d5-4234-af67-86601ec607cd"},{"name":"GET - NodeID - anv - disable-forwarding","id":"c45266d0-cd38-43af-b050-38175a7f982d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/disable-forwarding=<string>?content=<string>","description":"<p>List reporting the wrap-around counter of the number of\nnotifications of all types received from devices &amp; forwarded.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications","disable-forwarding=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1818f2bf-214e-47f7-9fa1-1347cacc99b9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/disable-forwarding=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications","disable-forwarding=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"disable-forwarding\": [\n    {\n      \"type\": \"Some type\"\n    },\n    {\n      \"type\": \"Some type\"\n    }\n  ]\n}"}],"_postman_id":"c45266d0-cd38-43af-b050-38175a7f982d"},{"name":"DELETE - NodeID - anv - disable-forwarding","id":"122fafe9-cc67-494e-85b6-1d67ae20113c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/disable-forwarding=<string>","description":"<p>List reporting the wrap-around counter of the number of\nnotifications of all types received from devices &amp; forwarded.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications","disable-forwarding=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c35a20fb-7d35-4685-93b1-bfcf6965bc0d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/disable-forwarding=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"122fafe9-cc67-494e-85b6-1d67ae20113c"},{"name":"PUT - NodeID - anv - disable-forwarding","id":"300bdd29-836d-4496-a381-005c504bf628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"disable-forwarding\": [\n    {\n      \"type\": \"Some type\"\n    },\n    {\n      \"type\": \"Some type\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/disable-forwarding=<string>","description":"<p>List reporting the wrap-around counter of the number of\nnotifications of all types received from devices &amp; forwarded.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications","disable-forwarding=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9083d5b2-f77e-4736-861c-1e0d09a096b5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"disable-forwarding\": [\n    {\n      \"type\": \"Some type\"\n    },\n    {\n      \"type\": \"Some type\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/disable-forwarding=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e8a101cf-6a4d-4093-87e5-084a8618b802","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"disable-forwarding\": [\n    {\n      \"type\": \"Some type\"\n    },\n    {\n      \"type\": \"Some type\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/disable-forwarding=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"300bdd29-836d-4496-a381-005c504bf628"},{"name":"GET - NodeID - anv - notification-statistics","id":"1742b1d4-ca0e-49f4-94e5-659e3f95644e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/notification-statistics=<string>?content=<string>","description":"<p>List reporting the wrap-around counter of the number of\nnotifications of all types received from devices &amp; forwarded at the NBI.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications","notification-statistics=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0aba4630-983b-435a-ba77-be9620f94f5e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-notifications:device-notifications/notification-statistics=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-notifications:device-notifications","notification-statistics=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"notification-statistics\": [\n    {\n      \"type\": \"Some type\",\n      \"received\": 0,\n      \"forwarded\": 0\n    },\n    {\n      \"type\": \"Some type\",\n      \"received\": 0,\n      \"forwarded\": 0\n    }\n  ]\n}"}],"_postman_id":"1742b1d4-ca0e-49f4-94e5-659e3f95644e"},{"name":"POST - NodeID - anv - configuration-templates","id":"37009631-3e14-4f4b-afa2-d5b42db77f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configuration-template\": [\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates","description":"<p>This container contains configuration templates. Configuration templates\nare XML documents that can be used to configure device of a given type &amp;\nrelease. Configuring a device is done by reading the XML document from\nthe anyxml 'device-specific-data' and inserting it under the container\n of a device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e728a529-d69d-400f-8da1-facad8c181f9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"configuration-template\": [\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37009631-3e14-4f4b-afa2-d5b42db77f49"},{"name":"GET - NodeID - anv - configuration-templates","id":"539a44d9-f1aa-40f5-af03-ed4d66843626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates?content=<string>","description":"<p>This container contains configuration templates. Configuration templates\nare XML documents that can be used to configure device of a given type &amp;\nrelease. Configuring a device is done by reading the XML document from\nthe anyxml 'device-specific-data' and inserting it under the container\n of a device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ca414218-23f0-4191-993f-33af573f6063","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configuration-templates\": {\n    \"configuration-template\": [\n      {\n        \"device-specific-data\": \"Some device-specific-data\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"device-specific-data\": \"Some device-specific-data\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}"}],"_postman_id":"539a44d9-f1aa-40f5-af03-ed4d66843626"},{"name":"DELETE - NodeID - anv - configuration-templates","id":"f8e5e8c5-ba54-4ff3-9541-2c8ef20beb6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates","description":"<p>This container contains configuration templates. Configuration templates\nare XML documents that can be used to configure device of a given type &amp;\nrelease. Configuring a device is done by reading the XML document from\nthe anyxml 'device-specific-data' and inserting it under the container\n of a device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ba8bd6b8-3167-438f-8991-dd8a695fa936","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8e5e8c5-ba54-4ff3-9541-2c8ef20beb6f"},{"name":"PUT - NodeID - anv - configuration-templates","id":"514c6b61-3096-450e-9530-d73ae6a83112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configuration-templates\": {\n    \"configuration-template\": [\n      {\n        \"device-specific-data\": \"Some device-specific-data\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"device-specific-data\": \"Some device-specific-data\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates","description":"<p>This container contains configuration templates. Configuration templates\nare XML documents that can be used to configure device of a given type &amp;\nrelease. Configuring a device is done by reading the XML document from\nthe anyxml 'device-specific-data' and inserting it under the container\n of a device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"39fb6323-5118-4c63-b996-0f7b6b209184","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configuration-templates\": {\n    \"configuration-template\": [\n      {\n        \"device-specific-data\": \"Some device-specific-data\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"device-specific-data\": \"Some device-specific-data\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a8cf4603-93d0-4e4c-b600-01b09283c005","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configuration-templates\": {\n    \"configuration-template\": [\n      {\n        \"device-specific-data\": \"Some device-specific-data\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"device-specific-data\": \"Some device-specific-data\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"514c6b61-3096-450e-9530-d73ae6a83112"},{"name":"POST - NodeID - anv - configuration-template","id":"9b8c07e5-1a4c-48fc-afaf-71a20403917d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-specific-data\": \"Some device-specific-data\",\n  \"description\": \"Some description\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates/configuration-template=<string>,<string>,<string>","description":"<p>A named configuration template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates","configuration-template=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c18c3652-1603-4cbd-89e8-8de2a4649c2c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"device-specific-data\": \"Some device-specific-data\",\n  \"description\": \"Some description\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates/configuration-template=<string>,<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b8c07e5-1a4c-48fc-afaf-71a20403917d"},{"name":"GET - NodeID - anv - configuration-template","id":"a7dd2635-65b2-4a99-aaf0-194a1c3bf2f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates/configuration-template=<string>,<string>,<string>?content=<string>","description":"<p>A named configuration template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates","configuration-template=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d5e0bcb2-1f57-4a3d-ab61-84dd8588b182","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates/configuration-template=<string>,<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates","configuration-template=<string>,<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configuration-template\": [\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    }\n  ]\n}"}],"_postman_id":"a7dd2635-65b2-4a99-aaf0-194a1c3bf2f1"},{"name":"DELETE - NodeID - anv - configuration-template","id":"80167379-f9b8-4f05-8378-bdfce7804007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates/configuration-template=<string>,<string>,<string>","description":"<p>A named configuration template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates","configuration-template=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4b91a226-db78-4600-9495-920edf744ce6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates/configuration-template=<string>,<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80167379-f9b8-4f05-8378-bdfce7804007"},{"name":"PUT - NodeID - anv - configuration-template","id":"5bbdad36-5731-42c3-92bf-8b744a09ffca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configuration-template\": [\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates/configuration-template=<string>,<string>,<string>","description":"<p>A named configuration template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-configuration-templates:configuration-templates","configuration-template=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f7668217-2ccc-43f9-8992-b457ab74b676","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configuration-template\": [\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates/configuration-template=<string>,<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0c69bbe6-c55b-4691-a79d-aaaa42c8d5e4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configuration-template\": [\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"device-specific-data\": \"Some device-specific-data\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-configuration-templates:configuration-templates/configuration-template=<string>,<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5bbdad36-5731-42c3-92bf-8b744a09ffca"},{"name":"POST - NodeID - anv - slice-owners","id":"1a8f75db-a5ab-458d-bffc-2a5300993e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"slice-owner\": [\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    },\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners","description":"<p>Container for the list of Slice Owners.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4f7927c2-1197-4f39-8ad8-d2a97d3e7502","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"slice-owner\": [\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    },\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a8f75db-a5ab-458d-bffc-2a5300993e5e"},{"name":"GET - NodeID - anv - slice-owners","id":"2bc22b0f-28a4-4d3c-84d5-f180d5b83469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners?content=<string>","description":"<p>Container for the list of Slice Owners.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d334935a-2909-4789-a8b7-8c1f2330e32d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"slice-owners\": {\n    \"slice-owner\": [\n      {\n        \"group-name\": \"Some group-name\",\n        \"name\": \"Some name\",\n        \"kafka-parameters\": {\n          \"use-kafka-for-notification-replay\": true,\n          \"configured-zookeeper-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"configured-kafka-broker-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"kafka-broker-secureconnection\": false,\n          \"kafka-clientauth-required\": false,\n          \"kafka-topic-retention-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"retry-backoff-time\": 60,\n          \"kafka-heartbeat-interval\": 30,\n          \"configured-topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"destination-of-pm-data\": {\n          \"export-type\": \"none\",\n          \"kafka-topic\": \"Some kafka-topic\"\n        },\n        \"trusted-ca-certs\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"openTSDB-parameters\": {\n          \"url\": \"Some url\"\n        }\n      },\n      {\n        \"group-name\": \"Some group-name\",\n        \"name\": \"Some name\",\n        \"kafka-parameters\": {\n          \"use-kafka-for-notification-replay\": true,\n          \"configured-zookeeper-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"configured-kafka-broker-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"kafka-broker-secureconnection\": false,\n          \"kafka-clientauth-required\": false,\n          \"kafka-topic-retention-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"retry-backoff-time\": 60,\n          \"kafka-heartbeat-interval\": 30,\n          \"configured-topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"destination-of-pm-data\": {\n          \"export-type\": \"none\",\n          \"kafka-topic\": \"Some kafka-topic\"\n        },\n        \"trusted-ca-certs\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"openTSDB-parameters\": {\n          \"url\": \"Some url\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"2bc22b0f-28a4-4d3c-84d5-f180d5b83469"},{"name":"DELETE - NodeID - anv - slice-owners","id":"d180bb22-49cb-43ef-9843-07f276626dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners","description":"<p>Container for the list of Slice Owners.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ca9af3ec-1620-4229-a9a3-b60fed427486","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d180bb22-49cb-43ef-9843-07f276626dd6"},{"name":"PUT - NodeID - anv - slice-owners","id":"36dea92c-3cc4-456f-b20b-b35e985de9af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"slice-owners\": {\n    \"slice-owner\": [\n      {\n        \"group-name\": \"Some group-name\",\n        \"name\": \"Some name\",\n        \"kafka-parameters\": {\n          \"use-kafka-for-notification-replay\": true,\n          \"configured-zookeeper-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"configured-kafka-broker-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"kafka-broker-secureconnection\": false,\n          \"kafka-clientauth-required\": false,\n          \"kafka-topic-retention-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"retry-backoff-time\": 60,\n          \"kafka-heartbeat-interval\": 30,\n          \"configured-topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"destination-of-pm-data\": {\n          \"export-type\": \"none\",\n          \"kafka-topic\": \"Some kafka-topic\"\n        },\n        \"trusted-ca-certs\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"openTSDB-parameters\": {\n          \"url\": \"Some url\"\n        }\n      },\n      {\n        \"group-name\": \"Some group-name\",\n        \"name\": \"Some name\",\n        \"kafka-parameters\": {\n          \"use-kafka-for-notification-replay\": true,\n          \"configured-zookeeper-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"configured-kafka-broker-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"kafka-broker-secureconnection\": false,\n          \"kafka-clientauth-required\": false,\n          \"kafka-topic-retention-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"retry-backoff-time\": 60,\n          \"kafka-heartbeat-interval\": 30,\n          \"configured-topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"destination-of-pm-data\": {\n          \"export-type\": \"none\",\n          \"kafka-topic\": \"Some kafka-topic\"\n        },\n        \"trusted-ca-certs\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"openTSDB-parameters\": {\n          \"url\": \"Some url\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners","description":"<p>Container for the list of Slice Owners.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b59c48f2-8de0-4ba6-b2d7-d6beee7329c1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"slice-owners\": {\n    \"slice-owner\": [\n      {\n        \"group-name\": \"Some group-name\",\n        \"name\": \"Some name\",\n        \"kafka-parameters\": {\n          \"use-kafka-for-notification-replay\": true,\n          \"configured-zookeeper-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"configured-kafka-broker-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"kafka-broker-secureconnection\": false,\n          \"kafka-clientauth-required\": false,\n          \"kafka-topic-retention-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"retry-backoff-time\": 60,\n          \"kafka-heartbeat-interval\": 30,\n          \"configured-topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"destination-of-pm-data\": {\n          \"export-type\": \"none\",\n          \"kafka-topic\": \"Some kafka-topic\"\n        },\n        \"trusted-ca-certs\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"openTSDB-parameters\": {\n          \"url\": \"Some url\"\n        }\n      },\n      {\n        \"group-name\": \"Some group-name\",\n        \"name\": \"Some name\",\n        \"kafka-parameters\": {\n          \"use-kafka-for-notification-replay\": true,\n          \"configured-zookeeper-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"configured-kafka-broker-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"kafka-broker-secureconnection\": false,\n          \"kafka-clientauth-required\": false,\n          \"kafka-topic-retention-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"retry-backoff-time\": 60,\n          \"kafka-heartbeat-interval\": 30,\n          \"configured-topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"destination-of-pm-data\": {\n          \"export-type\": \"none\",\n          \"kafka-topic\": \"Some kafka-topic\"\n        },\n        \"trusted-ca-certs\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"openTSDB-parameters\": {\n          \"url\": \"Some url\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1c6490bc-f067-45d1-8407-6dc1991a1eba","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"slice-owners\": {\n    \"slice-owner\": [\n      {\n        \"group-name\": \"Some group-name\",\n        \"name\": \"Some name\",\n        \"kafka-parameters\": {\n          \"use-kafka-for-notification-replay\": true,\n          \"configured-zookeeper-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"configured-kafka-broker-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"kafka-broker-secureconnection\": false,\n          \"kafka-clientauth-required\": false,\n          \"kafka-topic-retention-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"retry-backoff-time\": 60,\n          \"kafka-heartbeat-interval\": 30,\n          \"configured-topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"destination-of-pm-data\": {\n          \"export-type\": \"none\",\n          \"kafka-topic\": \"Some kafka-topic\"\n        },\n        \"trusted-ca-certs\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"openTSDB-parameters\": {\n          \"url\": \"Some url\"\n        }\n      },\n      {\n        \"group-name\": \"Some group-name\",\n        \"name\": \"Some name\",\n        \"kafka-parameters\": {\n          \"use-kafka-for-notification-replay\": true,\n          \"configured-zookeeper-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"configured-kafka-broker-server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"kafka-broker-secureconnection\": false,\n          \"kafka-clientauth-required\": false,\n          \"kafka-topic-retention-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"retry-backoff-time\": 60,\n          \"kafka-heartbeat-interval\": 30,\n          \"configured-topic-parameters\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"destination-of-pm-data\": {\n          \"export-type\": \"none\",\n          \"kafka-topic\": \"Some kafka-topic\"\n        },\n        \"trusted-ca-certs\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"openTSDB-parameters\": {\n          \"url\": \"Some url\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36dea92c-3cc4-456f-b20b-b35e985de9af"},{"name":"POST - NodeID - anv - slice-owner","id":"b53d907c-c75c-4ade-b4db-b76fcc3c0462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group-name\": \"Some group-name\",\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  },\n  \"destination-of-pm-data\": {\n    \"export-type\": \"none\",\n    \"kafka-topic\": \"Some kafka-topic\"\n  },\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  },\n  \"openTSDB-parameters\": {\n    \"url\": \"Some url\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>","description":"<p>List of Virtual Network Operators for which NETCONF users\nare authorized to access the NETCONF server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e54b4866-b069-433b-af18-89a049f61a31","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"group-name\": \"Some group-name\",\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  },\n  \"destination-of-pm-data\": {\n    \"export-type\": \"none\",\n    \"kafka-topic\": \"Some kafka-topic\"\n  },\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  },\n  \"openTSDB-parameters\": {\n    \"url\": \"Some url\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b53d907c-c75c-4ade-b4db-b76fcc3c0462"},{"name":"GET - NodeID - anv - slice-owner","id":"45150589-5523-40a6-bd35-344ec2d82720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>?content=<string>","description":"<p>List of Virtual Network Operators for which NETCONF users\nare authorized to access the NETCONF server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"08070bc9-eb51-4e67-bcbf-94b74a7b5a15","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"slice-owner\": [\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ],\n        \"topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\",\n            \"subject\": \"Some subject\",\n            \"issuer\": \"Some issuer\",\n            \"serial-number\": \"<byte>\",\n            \"valid-not-before\": \"?:6931-49-27T99:49:31+32:89\",\n            \"valid-not-after\": \"?:8160-83-74T90:35:45Z\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\",\n            \"subject\": \"Some subject\",\n            \"issuer\": \"Some issuer\",\n            \"serial-number\": \"<byte>\",\n            \"valid-not-before\": \"?:6931-49-27T99:49:31+32:89\",\n            \"valid-not-after\": \"?:8160-83-74T90:35:45Z\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    },\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ],\n        \"topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\",\n            \"subject\": \"Some subject\",\n            \"issuer\": \"Some issuer\",\n            \"serial-number\": \"<byte>\",\n            \"valid-not-before\": \"?:6931-49-27T99:49:31+32:89\",\n            \"valid-not-after\": \"?:8160-83-74T90:35:45Z\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\",\n            \"subject\": \"Some subject\",\n            \"issuer\": \"Some issuer\",\n            \"serial-number\": \"<byte>\",\n            \"valid-not-before\": \"?:6931-49-27T99:49:31+32:89\",\n            \"valid-not-after\": \"?:8160-83-74T90:35:45Z\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    }\n  ]\n}"}],"_postman_id":"45150589-5523-40a6-bd35-344ec2d82720"},{"name":"DELETE - NodeID - anv - slice-owner","id":"1e8582bc-c066-428b-89df-cf8c434217d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>","description":"<p>List of Virtual Network Operators for which NETCONF users\nare authorized to access the NETCONF server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e927776a-d16d-44aa-8271-40dc6697fc76","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1e8582bc-c066-428b-89df-cf8c434217d6"},{"name":"PUT - NodeID - anv - slice-owner","id":"b702eee1-2818-448e-a212-e2c39519e9e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"slice-owner\": [\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    },\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>","description":"<p>List of Virtual Network Operators for which NETCONF users\nare authorized to access the NETCONF server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"282efd06-ac55-4a32-9bbc-630f28a43c06","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"slice-owner\": [\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    },\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0182ca41-8e17-4aa1-8bb5-eac419ccb891","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"slice-owner\": [\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    },\n    {\n      \"group-name\": \"Some group-name\",\n      \"name\": \"Some name\",\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      },\n      \"destination-of-pm-data\": {\n        \"export-type\": \"none\",\n        \"kafka-topic\": \"Some kafka-topic\"\n      },\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      },\n      \"openTSDB-parameters\": {\n        \"url\": \"Some url\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b702eee1-2818-448e-a212-e2c39519e9e8"},{"name":"POST - NodeID - anv - kafka-parameters","id":"edffc7b8-5292-41ec-8362-bb14ea2a6d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"use-kafka-for-notification-replay\": true,\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ],\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ],\n  \"kafka-broker-secureconnection\": false,\n  \"kafka-clientauth-required\": false,\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ],\n  \"retry-backoff-time\": 60,\n  \"kafka-heartbeat-interval\": 30,\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"901c8096-c1d4-4a3f-bf13-43ddddd76481","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"use-kafka-for-notification-replay\": true,\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ],\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ],\n  \"kafka-broker-secureconnection\": false,\n  \"kafka-clientauth-required\": false,\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ],\n  \"retry-backoff-time\": 60,\n  \"kafka-heartbeat-interval\": 30,\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"edffc7b8-5292-41ec-8362-bb14ea2a6d5a"},{"name":"GET - NodeID - anv - kafka-parameters","id":"08eaeae3-a5bb-4cc3-9742-bf3f8ea34c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters?content=<string>","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bd199e58-742d-4181-99d0-fd2993701691","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ],\n    \"topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}"}],"_postman_id":"08eaeae3-a5bb-4cc3-9742-bf3f8ea34c83"},{"name":"DELETE - NodeID - anv - kafka-parameters","id":"2d174396-bca6-45cf-b9d9-b664f6ff7720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dbcf2165-ccdc-4bba-80a3-049a9666b498","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d174396-bca6-45cf-b9d9-b664f6ff7720"},{"name":"PUT - NodeID - anv - kafka-parameters","id":"347db97f-13c1-4e11-bff7-0f6a8e4d8ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dc36df8c-80af-4cee-a44a-880fab7a336b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"33a9eec8-968d-42b5-9212-7acf4ad33071","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"347db97f-13c1-4e11-bff7-0f6a8e4d8ff1"},{"name":"POST - NodeID - anv - configured-zookeeper-server","id":"823a1e2e-22a0-47b3-b686-581c0af157c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-zookeeper-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5d301ce2-f049-4b4f-8d2b-2092f9ec6139","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"823a1e2e-22a0-47b3-b686-581c0af157c8"},{"name":"GET - NodeID - anv - configured-zookeeper-server","id":"0818c639-3c7e-4c71-b543-326cb207d1d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-zookeeper-server=<string>,<string>?content=<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"453648b4-75b6-4aec-93a3-36152f8a78eb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-zookeeper-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"0818c639-3c7e-4c71-b543-326cb207d1d4"},{"name":"DELETE - NodeID - anv - configured-zookeeper-server","id":"1d853ad1-cf42-4d75-afba-983b225a711a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-zookeeper-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e37af662-a2ca-4a30-975a-eecde3af4f05","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d853ad1-cf42-4d75-afba-983b225a711a"},{"name":"PUT - NodeID - anv - configured-zookeeper-server","id":"10d7896b-c136-4e3f-9faa-875d4bc8471e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-zookeeper-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"13d61bb3-91d5-4082-a159-e7670480fa46","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"98b70db0-4a44-42cc-981c-df0077695eb1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10d7896b-c136-4e3f-9faa-875d4bc8471e"},{"name":"POST - NodeID - anv - configured-kafka-broker-server","id":"d9bff2ff-b69c-4145-b4fb-d8556e90963e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-kafka-broker-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f124ee58-24b3-4122-b9cf-96bb5a6045c1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9bff2ff-b69c-4145-b4fb-d8556e90963e"},{"name":"GET - NodeID - anv - configured-kafka-broker-server","id":"103e0c52-86cf-402d-b909-b3abece137d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-kafka-broker-server=<string>,<string>?content=<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"12af6103-05c4-446d-90cd-59a0a2d1756d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-kafka-broker-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"103e0c52-86cf-402d-b909-b3abece137d0"},{"name":"DELETE - NodeID - anv - configured-kafka-broker-server","id":"03924b4e-5181-4a47-8c8c-126273d192ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-kafka-broker-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"080b44ef-cf37-43e5-af40-5d4d6f4567e6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03924b4e-5181-4a47-8c8c-126273d192ba"},{"name":"PUT - NodeID - anv - configured-kafka-broker-server","id":"3be39101-176b-4c3b-b62e-c08871584cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-kafka-broker-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"752e5899-8608-47c7-8515-e29b200b2985","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f61c300e-ef83-43e0-804f-7ecdd51194bd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3be39101-176b-4c3b-b62e-c08871584cdd"},{"name":"POST - NodeID - anv - kafka-topic-retention-time","id":"d2cad35d-699c-40a8-a258-a149d442833c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"retention-time\": 1440\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/kafka-topic-retention-time=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2c1b67e1-aff1-487b-bd83-0fc2a58aefe3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"retention-time\": 1440\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2cad35d-699c-40a8-a258-a149d442833c"},{"name":"GET - NodeID - anv - kafka-topic-retention-time","id":"fde1db11-8839-4f17-a98b-6c2fc64cc9ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/kafka-topic-retention-time=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ac65890e-d550-4fd7-acca-6694ddfe0ae4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/kafka-topic-retention-time=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","kafka-topic-retention-time=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}"}],"_postman_id":"fde1db11-8839-4f17-a98b-6c2fc64cc9ea"},{"name":"DELETE - NodeID - anv - kafka-topic-retention-time","id":"225b6ee5-bdee-49fe-a972-ccfa7c5c2252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/kafka-topic-retention-time=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4f6d79a7-fdc0-4d2a-9f2e-de67783c39ba","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"225b6ee5-bdee-49fe-a972-ccfa7c5c2252"},{"name":"PUT - NodeID - anv - kafka-topic-retention-time","id":"f6261b57-e1f1-4ce4-b781-4da86b5cf0bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/kafka-topic-retention-time=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"27afc4f5-7b2b-4dca-8368-e9270e25994b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b1d7e192-ba95-4497-8d66-f024fd788ab1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f6261b57-e1f1-4ce4-b781-4da86b5cf0bf"},{"name":"POST - NodeID - anv - configured-topic-parameters","id":"06d33eb2-79d2-46a1-8815-45c02fff0864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"number-of-partitions\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-topic-parameters=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"37a4ac3f-e0a5-4ded-930d-55a48570f1ea","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"number-of-partitions\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-topic-parameters=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06d33eb2-79d2-46a1-8815-45c02fff0864"},{"name":"GET - NodeID - anv - configured-topic-parameters","id":"1c0974e5-0278-4ace-bfd1-2c99186b0bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-topic-parameters=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"12f20073-1c15-4448-8dfc-4d64879cb292","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-topic-parameters=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-topic-parameters=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}"}],"_postman_id":"1c0974e5-0278-4ace-bfd1-2c99186b0bc7"},{"name":"DELETE - NodeID - anv - configured-topic-parameters","id":"0cba132d-b1d6-4897-a379-23b6bebef111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-topic-parameters=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2e0e798a-08ff-44cf-b8b1-dd76d903349a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-topic-parameters=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0cba132d-b1d6-4897-a379-23b6bebef111"},{"name":"PUT - NodeID - anv - configured-topic-parameters","id":"0c60ec05-a312-437f-b244-272747006572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-topic-parameters=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ec587ccc-f273-4e32-b0ff-a5e94d09bfeb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-topic-parameters=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"84ed4d3b-4fac-4bd3-be01-24a23b5c1b33","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/configured-topic-parameters=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c60ec05-a312-437f-b244-272747006572"},{"name":"GET - NodeID - anv - topic-parameters","id":"97d922b3-eeeb-4d7b-addc-d7bb7f388dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/topic-parameters=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0b5f79b7-f4f9-4868-a2b8-ccf019f608a0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/kafka-parameters/topic-parameters=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","kafka-parameters","topic-parameters=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}"}],"_postman_id":"97d922b3-eeeb-4d7b-addc-d7bb7f388dae"},{"name":"POST - NodeID - anv - destination-of-pm-data","id":"e10f3e88-7645-4c21-9bb4-2aef32b76eea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"export-type\": \"none\",\n  \"kafka-topic\": \"Some kafka-topic\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/destination-of-pm-data","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","destination-of-pm-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"26a01187-d226-4920-bf41-f97589c921cb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"export-type\": \"none\",\n  \"kafka-topic\": \"Some kafka-topic\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/destination-of-pm-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e10f3e88-7645-4c21-9bb4-2aef32b76eea"},{"name":"GET - NodeID - anv - destination-of-pm-data","id":"1b4c6f13-dfa2-4b4c-bdac-c9c513825141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/destination-of-pm-data?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","destination-of-pm-data"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"64fc705d-413a-44c6-bf90-b4d09d28952e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/destination-of-pm-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","destination-of-pm-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"destination-of-pm-data\": {\n    \"export-type\": \"none\",\n    \"kafka-topic\": \"Some kafka-topic\"\n  }\n}"}],"_postman_id":"1b4c6f13-dfa2-4b4c-bdac-c9c513825141"},{"name":"DELETE - NodeID - anv - destination-of-pm-data","id":"3ed0c29c-df6f-486e-a987-efece9576ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/destination-of-pm-data","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","destination-of-pm-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6b7921d9-a059-4360-add3-f75c46bc3241","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/destination-of-pm-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ed0c29c-df6f-486e-a987-efece9576ef9"},{"name":"PUT - NodeID - anv - destination-of-pm-data","id":"68608e2f-7b62-4f97-a260-9c130a0141b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"destination-of-pm-data\": {\n    \"export-type\": \"none\",\n    \"kafka-topic\": \"Some kafka-topic\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/destination-of-pm-data","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","destination-of-pm-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a01231e4-024b-479c-9c87-987f59d9f6ab","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"destination-of-pm-data\": {\n    \"export-type\": \"none\",\n    \"kafka-topic\": \"Some kafka-topic\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/destination-of-pm-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"56601721-b6f8-4c07-85fe-33afd7e4db00","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"destination-of-pm-data\": {\n    \"export-type\": \"none\",\n    \"kafka-topic\": \"Some kafka-topic\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/destination-of-pm-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68608e2f-7b62-4f97-a260-9c130a0141b6"},{"name":"POST - NodeID - anv - trusted-ca-certs","id":"c17f9fd6-5c80-4476-9ae4-363d5105e431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs","description":"<p>A list of Certificate Authority (CA) certificates that\na NETCONF server can use to authenticate NETCONF client\ncertificates. A client's certificate is authenticated\nif there is a chain of trust to a configured trusted CA\ncertificate. The client certificate MAY be accompanied\nwith additional certificates forming a chain of trust.\nThe client's certificate is authenticated if there is\npath-validation from any of the certificates it presents\nto a configured trust anchor.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"240a7c56-e98b-4e36-bc22-654099ed141e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c17f9fd6-5c80-4476-9ae4-363d5105e431"},{"name":"GET - NodeID - anv - trusted-ca-certs","id":"f302ac9d-bac5-4bd8-baef-190a7e950c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs?content=<string>","description":"<p>A list of Certificate Authority (CA) certificates that\na NETCONF server can use to authenticate NETCONF client\ncertificates. A client's certificate is authenticated\nif there is a chain of trust to a configured trusted CA\ncertificate. The client certificate MAY be accompanied\nwith additional certificates forming a chain of trust.\nThe client's certificate is authenticated if there is\npath-validation from any of the certificates it presents\nto a configured trust anchor.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f66f63d5-7984-49dd-a2ea-9e2ee69c2ac0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\",\n        \"subject\": \"Some subject\",\n        \"issuer\": \"Some issuer\",\n        \"serial-number\": \"<byte>\",\n        \"valid-not-before\": \"?:6931-49-27T99:49:31+32:89\",\n        \"valid-not-after\": \"?:8160-83-74T90:35:45Z\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\",\n        \"subject\": \"Some subject\",\n        \"issuer\": \"Some issuer\",\n        \"serial-number\": \"<byte>\",\n        \"valid-not-before\": \"?:6931-49-27T99:49:31+32:89\",\n        \"valid-not-after\": \"?:8160-83-74T90:35:45Z\"\n      }\n    ]\n  }\n}"}],"_postman_id":"f302ac9d-bac5-4bd8-baef-190a7e950c41"},{"name":"DELETE - NodeID - anv - trusted-ca-certs","id":"26c1e091-a5fb-4fee-abec-c85fc2f9d86b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs","description":"<p>A list of Certificate Authority (CA) certificates that\na NETCONF server can use to authenticate NETCONF client\ncertificates. A client's certificate is authenticated\nif there is a chain of trust to a configured trusted CA\ncertificate. The client certificate MAY be accompanied\nwith additional certificates forming a chain of trust.\nThe client's certificate is authenticated if there is\npath-validation from any of the certificates it presents\nto a configured trust anchor.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"87b6506d-90a8-4226-99ba-570f972fa62f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26c1e091-a5fb-4fee-abec-c85fc2f9d86b"},{"name":"PUT - NodeID - anv - trusted-ca-certs","id":"8fd9c4d8-4eff-447f-92ab-eaa0142f9174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs","description":"<p>A list of Certificate Authority (CA) certificates that\na NETCONF server can use to authenticate NETCONF client\ncertificates. A client's certificate is authenticated\nif there is a chain of trust to a configured trusted CA\ncertificate. The client certificate MAY be accompanied\nwith additional certificates forming a chain of trust.\nThe client's certificate is authenticated if there is\npath-validation from any of the certificates it presents\nto a configured trust anchor.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fbaeea6a-e034-481b-b13b-73523905f867","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8a0028d7-e7e9-4eeb-974e-dfbe65cdb5cc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8fd9c4d8-4eff-447f-92ab-eaa0142f9174"},{"name":"POST - NodeID - anv - certificate","id":"3fa8dd5f-4d28-489c-80d1-6e02744f90cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert-binary\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs/certificate=<string>","description":"<p>A list of X 509 certificates.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs","certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6d646cc3-158f-4223-b15c-cda81bb5ff3b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cert-binary\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs/certificate=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3fa8dd5f-4d28-489c-80d1-6e02744f90cb"},{"name":"GET - NodeID - anv - certificate","id":"400dbd8d-7fbc-4c71-979b-c014740b78a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs/certificate=<string>?content=<string>","description":"<p>A list of X 509 certificates.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs","certificate=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"11ec5d81-6222-45cb-aeb2-f7507a34d466","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs/certificate=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs","certificate=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\",\n      \"subject\": \"Some subject\",\n      \"issuer\": \"Some issuer\",\n      \"serial-number\": \"<byte>\",\n      \"valid-not-before\": \"?:6931-49-27T99:49:31+32:89\",\n      \"valid-not-after\": \"?:8160-83-74T90:35:45Z\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\",\n      \"subject\": \"Some subject\",\n      \"issuer\": \"Some issuer\",\n      \"serial-number\": \"<byte>\",\n      \"valid-not-before\": \"?:6931-49-27T99:49:31+32:89\",\n      \"valid-not-after\": \"?:8160-83-74T90:35:45Z\"\n    }\n  ]\n}"}],"_postman_id":"400dbd8d-7fbc-4c71-979b-c014740b78a9"},{"name":"DELETE - NodeID - anv - certificate","id":"c01b02ee-4b71-4d06-964d-24c857790839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs/certificate=<string>","description":"<p>A list of X 509 certificates.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs","certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"00f112c3-b40e-4775-8a42-5e631cac15b0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs/certificate=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c01b02ee-4b71-4d06-964d-24c857790839"},{"name":"PUT - NodeID - anv - certificate","id":"3f05f7c1-7fa3-4679-829f-f0b748d2e8f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs/certificate=<string>","description":"<p>A list of X 509 certificates.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","trusted-ca-certs","certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2c5b4213-edda-44b0-8b12-23953a147a98","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs/certificate=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3fcb2a62-e8df-4fca-9cdc-8d63de485a28","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/trusted-ca-certs/certificate=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f05f7c1-7fa3-4679-829f-f0b748d2e8f7"},{"name":"POST - NodeID - anv - openTSDB-parameters","id":"d1864570-95e1-4774-b2e0-e9bcb041bc7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"Some url\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/openTSDB-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","openTSDB-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"278f520a-4c9f-4dcf-ac47-13e78c2b1815","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"url\": \"Some url\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/openTSDB-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1864570-95e1-4774-b2e0-e9bcb041bc7b"},{"name":"GET - NodeID - anv - openTSDB-parameters","id":"6cebea82-36c4-4a46-90c9-fb17e82f7cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/openTSDB-parameters?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","openTSDB-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f6e75653-5c7e-410b-b7ef-77314ee29a8a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/openTSDB-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","openTSDB-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"openTSDB-parameters\": {\n    \"url\": \"Some url\"\n  }\n}"}],"_postman_id":"6cebea82-36c4-4a46-90c9-fb17e82f7cf8"},{"name":"DELETE - NodeID - anv - openTSDB-parameters","id":"5d69cd95-6eeb-4049-8163-330f03e80dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/openTSDB-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","openTSDB-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25570949-69c0-47da-859a-ff8e46b65ac4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/openTSDB-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d69cd95-6eeb-4049-8163-330f03e80dcb"},{"name":"PUT - NodeID - anv - openTSDB-parameters","id":"b96b9901-9dcf-47b8-8894-0325fa0150bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openTSDB-parameters\": {\n    \"url\": \"Some url\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/openTSDB-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-network-slicing:slice-owners","slice-owner=<string>","openTSDB-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"152966bf-80d2-407d-bdc8-5d0c29183ed3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"openTSDB-parameters\": {\n    \"url\": \"Some url\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/openTSDB-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"639eb66d-8a11-4573-8848-1f6fd3e886a0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"openTSDB-parameters\": {\n    \"url\": \"Some url\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-network-slicing:slice-owners/slice-owner=<string>/openTSDB-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b96b9901-9dcf-47b8-8894-0325fa0150bb"},{"name":"POST - NodeID - anv - software-management","id":"8bd728e2-24a0-4fb0-967c-4cebc6325299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"software-download-retries-by-device\": {\n    \"maximum-number-of-retries\": 0,\n    \"delay-between-retries\": 0\n  },\n  \"shaping\": {\n    \"maximum-number-of-devices-per-time-interval\": 1000,\n    \"time-interval\": 20\n  },\n  \"retry-policy-of-failed-device-operations\": {\n    \"policy-per-operation\": [\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      },\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      }\n    ]\n  },\n  \"device-software-file-server\": [\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    }\n  ],\n  \"device-software-files-on-server\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"59d0c120-4d4e-47e7-9ad3-f94843595b43","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"software-download-retries-by-device\": {\n    \"maximum-number-of-retries\": 0,\n    \"delay-between-retries\": 0\n  },\n  \"shaping\": {\n    \"maximum-number-of-devices-per-time-interval\": 1000,\n    \"time-interval\": 20\n  },\n  \"retry-policy-of-failed-device-operations\": {\n    \"policy-per-operation\": [\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      },\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      }\n    ]\n  },\n  \"device-software-file-server\": [\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    }\n  ],\n  \"device-software-files-on-server\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8bd728e2-24a0-4fb0-967c-4cebc6325299"},{"name":"GET - NodeID - anv - software-management","id":"c149f893-c4eb-4e24-bab6-e0cb7d2b3506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5b04e25b-4d38-4f03-b8c6-e94a3271d57f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software-management\": {\n    \"software-download-retries-by-device\": {\n      \"maximum-number-of-retries\": 0,\n      \"delay-between-retries\": 0\n    },\n    \"shaping\": {\n      \"maximum-number-of-devices-per-time-interval\": 1000,\n      \"time-interval\": 20\n    },\n    \"device-software-statistics\": {\n      \"misaligned-devices\": 0,\n      \"download-errors\": 0,\n      \"activate-errors\": 0,\n      \"commit-errors\": 0\n    },\n    \"device-software-distribution-per-release\": {\n      \"device-per-planned-software-image\": [\n        {\n          \"image-name\": \"Some image-name\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"number-of-devices\": 0\n        },\n        {\n          \"image-name\": \"Some image-name\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"number-of-devices\": 0\n        }\n      ]\n    },\n    \"retry-policy-of-failed-device-operations\": {\n      \"policy-per-operation\": [\n        {\n          \"operation\": \"activate\",\n          \"retry-policy\": \"disabled\"\n        },\n        {\n          \"operation\": \"activate\",\n          \"retry-policy\": \"disabled\"\n        }\n      ]\n    },\n    \"number-of-device-software-file-servers\": 0,\n    \"device-software-file-server\": [\n      {\n        \"name\": \"Some name\",\n        \"file-transfer-interface-with-devices\": {\n          \"file-transfer-protocol\": \"<string>\",\n          \"http-configuration\": {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"file-transfer-interface-with-devices\": {\n          \"file-transfer-protocol\": \"<string>\",\n          \"http-configuration\": {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"device-software-files-on-server\": {\n      \"number-of-available-files\": 0,\n      \"available-file\": [\n        {\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"missing-from-server\": true,\n          \"missing-from-server-timestamp\": \"?:6754-52-18T90:10:92Z\",\n          \"file-server\": \"Some file-server\",\n          \"sub-directory\": \"Some sub-directory\",\n          \"file-name\": \"Some file-name\"\n        },\n        {\n          \"hardware-type\": \"Some hardware-type\",\n          \"interface-version\": \"Some interface-version\",\n          \"missing-from-server\": true,\n          \"missing-from-server-timestamp\": \"?:6754-52-18T90:10:92Z\",\n          \"file-server\": \"Some file-server\",\n          \"sub-directory\": \"Some sub-directory\",\n          \"file-name\": \"Some file-name\"\n        }\n      ]\n    },\n    \"software-updates\": {\n      \"operation-status\": [\n        {\n          \"request-id\": 0,\n          \"operation\": \"copy-device-software-from-anv\",\n          \"operation-status\": \"idle\",\n          \"operation-result\": \"success\",\n          \"operation-error\": \"Some operation-error\",\n          \"operation-completion-time\": \"?:3490-36-80T81:48:16-74:17\"\n        },\n        {\n          \"request-id\": 0,\n          \"operation\": \"copy-device-software-from-anv\",\n          \"operation-status\": \"idle\",\n          \"operation-result\": \"success\",\n          \"operation-error\": \"Some operation-error\",\n          \"operation-completion-time\": \"?:3490-36-80T81:48:16-74:17\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c149f893-c4eb-4e24-bab6-e0cb7d2b3506"},{"name":"DELETE - NodeID - anv - software-management","id":"e353b399-1874-48f4-a1db-4339a9144b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"35329d62-20f2-46d4-a7a3-d5673ceed432","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e353b399-1874-48f4-a1db-4339a9144b6f"},{"name":"PUT - NodeID - anv - software-management","id":"2a85a0c7-612f-4a93-a845-a94b94530bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"software-management\": {\n    \"software-download-retries-by-device\": {\n      \"maximum-number-of-retries\": 0,\n      \"delay-between-retries\": 0\n    },\n    \"shaping\": {\n      \"maximum-number-of-devices-per-time-interval\": 1000,\n      \"time-interval\": 20\n    },\n    \"retry-policy-of-failed-device-operations\": {\n      \"policy-per-operation\": [\n        {\n          \"operation\": \"activate\",\n          \"retry-policy\": \"disabled\"\n        },\n        {\n          \"operation\": \"activate\",\n          \"retry-policy\": \"disabled\"\n        }\n      ]\n    },\n    \"device-software-file-server\": [\n      {\n        \"name\": \"Some name\",\n        \"file-transfer-interface-with-devices\": {\n          \"file-transfer-protocol\": \"<string>\",\n          \"http-configuration\": {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"file-transfer-interface-with-devices\": {\n          \"file-transfer-protocol\": \"<string>\",\n          \"http-configuration\": {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"device-software-files-on-server\": {}\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1dde519a-3a36-41c8-b46d-c84a57733d30","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software-management\": {\n    \"software-download-retries-by-device\": {\n      \"maximum-number-of-retries\": 0,\n      \"delay-between-retries\": 0\n    },\n    \"shaping\": {\n      \"maximum-number-of-devices-per-time-interval\": 1000,\n      \"time-interval\": 20\n    },\n    \"retry-policy-of-failed-device-operations\": {\n      \"policy-per-operation\": [\n        {\n          \"operation\": \"activate\",\n          \"retry-policy\": \"disabled\"\n        },\n        {\n          \"operation\": \"activate\",\n          \"retry-policy\": \"disabled\"\n        }\n      ]\n    },\n    \"device-software-file-server\": [\n      {\n        \"name\": \"Some name\",\n        \"file-transfer-interface-with-devices\": {\n          \"file-transfer-protocol\": \"<string>\",\n          \"http-configuration\": {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"file-transfer-interface-with-devices\": {\n          \"file-transfer-protocol\": \"<string>\",\n          \"http-configuration\": {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"device-software-files-on-server\": {}\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"be604976-b057-485c-971a-a879bf05564b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software-management\": {\n    \"software-download-retries-by-device\": {\n      \"maximum-number-of-retries\": 0,\n      \"delay-between-retries\": 0\n    },\n    \"shaping\": {\n      \"maximum-number-of-devices-per-time-interval\": 1000,\n      \"time-interval\": 20\n    },\n    \"retry-policy-of-failed-device-operations\": {\n      \"policy-per-operation\": [\n        {\n          \"operation\": \"activate\",\n          \"retry-policy\": \"disabled\"\n        },\n        {\n          \"operation\": \"activate\",\n          \"retry-policy\": \"disabled\"\n        }\n      ]\n    },\n    \"device-software-file-server\": [\n      {\n        \"name\": \"Some name\",\n        \"file-transfer-interface-with-devices\": {\n          \"file-transfer-protocol\": \"<string>\",\n          \"http-configuration\": {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"file-transfer-interface-with-devices\": {\n          \"file-transfer-protocol\": \"<string>\",\n          \"http-configuration\": {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"device-software-files-on-server\": {}\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a85a0c7-612f-4a93-a845-a94b94530bd5"},{"name":"POST - NodeID - anv - software-download-retries-by-device","id":"2d1b7cc9-cfb3-460a-b777-8ee26440a931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-retries\": 0,\n  \"delay-between-retries\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-download-retries-by-device","description":"<p>Top-level container for configuring retry policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","software-download-retries-by-device"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"da0dbd8f-97c3-41b5-8dbb-3f6aa5eadaff","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-retries\": 0,\n  \"delay-between-retries\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-download-retries-by-device"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d1b7cc9-cfb3-460a-b777-8ee26440a931"},{"name":"GET - NodeID - anv - software-download-retries-by-device","id":"37748b2f-7913-4ade-b310-920a779bb61c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-download-retries-by-device?content=<string>","description":"<p>Top-level container for configuring retry policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","software-download-retries-by-device"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1700c8fa-021c-4e6b-b14d-18557da87dc3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-download-retries-by-device?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","software-download-retries-by-device"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software-download-retries-by-device\": {\n    \"maximum-number-of-retries\": 0,\n    \"delay-between-retries\": 0\n  }\n}"}],"_postman_id":"37748b2f-7913-4ade-b310-920a779bb61c"},{"name":"DELETE - NodeID - anv - software-download-retries-by-device","id":"45c53ca3-3a53-41ef-9b65-21c5f0908a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-download-retries-by-device","description":"<p>Top-level container for configuring retry policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","software-download-retries-by-device"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"81382638-f6d0-44cd-aadb-a8cffdab3c0c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-download-retries-by-device"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"45c53ca3-3a53-41ef-9b65-21c5f0908a80"},{"name":"PUT - NodeID - anv - software-download-retries-by-device","id":"e4487bf4-5049-4ef6-8bee-9df2b04f327e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"software-download-retries-by-device\": {\n    \"maximum-number-of-retries\": 0,\n    \"delay-between-retries\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-download-retries-by-device","description":"<p>Top-level container for configuring retry policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","software-download-retries-by-device"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0c5516ac-c4cd-4c74-9350-a436934a7737","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software-download-retries-by-device\": {\n    \"maximum-number-of-retries\": 0,\n    \"delay-between-retries\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-download-retries-by-device"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6ec2a562-5d44-4ea5-8700-ecb28adef64a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software-download-retries-by-device\": {\n    \"maximum-number-of-retries\": 0,\n    \"delay-between-retries\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-download-retries-by-device"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4487bf4-5049-4ef6-8bee-9df2b04f327e"},{"name":"POST - NodeID - anv - shaping","id":"3806de0f-5ea2-450e-b761-a3ef53970b20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-devices-per-time-interval\": 1000,\n  \"time-interval\": 20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/shaping","description":"<p>This helps throttle the download requests over time to reduce the overload on FTP servers. For Eg. 1000 devices over 20 mins can be downloaded.\nThe same can be used for controlling the activation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","shaping"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"de057daf-7851-4554-b899-6b440a37aab5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-devices-per-time-interval\": 1000,\n  \"time-interval\": 20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/shaping"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3806de0f-5ea2-450e-b761-a3ef53970b20"},{"name":"GET - NodeID - anv - shaping","id":"5fe8a00a-8a32-413c-88bc-6029bc0f400e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/shaping?content=<string>","description":"<p>This helps throttle the download requests over time to reduce the overload on FTP servers. For Eg. 1000 devices over 20 mins can be downloaded.\nThe same can be used for controlling the activation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","shaping"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"32f26011-7e41-4863-a9a6-17a33a2e3a80","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/shaping?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","shaping"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"shaping\": {\n    \"maximum-number-of-devices-per-time-interval\": 1000,\n    \"time-interval\": 20\n  }\n}"}],"_postman_id":"5fe8a00a-8a32-413c-88bc-6029bc0f400e"},{"name":"DELETE - NodeID - anv - shaping","id":"f55d4633-00bb-46d5-9f09-0c6f5899f964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/shaping","description":"<p>This helps throttle the download requests over time to reduce the overload on FTP servers. For Eg. 1000 devices over 20 mins can be downloaded.\nThe same can be used for controlling the activation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","shaping"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cefa4ad4-d2f4-45e1-9060-bf87ebaf3315","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/shaping"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f55d4633-00bb-46d5-9f09-0c6f5899f964"},{"name":"PUT - NodeID - anv - shaping","id":"82f6a1db-2b7c-4d05-819f-9665e6f37f4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shaping\": {\n    \"maximum-number-of-devices-per-time-interval\": 1000,\n    \"time-interval\": 20\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/shaping","description":"<p>This helps throttle the download requests over time to reduce the overload on FTP servers. For Eg. 1000 devices over 20 mins can be downloaded.\nThe same can be used for controlling the activation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","shaping"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6e9ede93-5bce-4ada-a98b-76a0b112ce9c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"shaping\": {\n    \"maximum-number-of-devices-per-time-interval\": 1000,\n    \"time-interval\": 20\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/shaping"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"20f78254-9fad-4acb-bb00-645f08972010","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"shaping\": {\n    \"maximum-number-of-devices-per-time-interval\": 1000,\n    \"time-interval\": 20\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/shaping"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82f6a1db-2b7c-4d05-819f-9665e6f37f4f"},{"name":"GET - NodeID - anv - device-software-statistics","id":"e4b12f07-e8f3-402d-8bb6-36e221827241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-statistics?content=<string>","description":"<p>This container models counters used for reporting completion &amp; errors\nof the device software upgrade.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-statistics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8bb09aa1-583c-4878-a5a8-a467a7d401cd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-statistics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-statistics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-software-statistics\": {\n    \"misaligned-devices\": 0,\n    \"download-errors\": 0,\n    \"activate-errors\": 0,\n    \"commit-errors\": 0\n  }\n}"}],"_postman_id":"e4b12f07-e8f3-402d-8bb6-36e221827241"},{"name":"GET - NodeID - anv - device-software-distribution-per-release","id":"2a4526c6-0665-4f81-b2e6-65e29365fb17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-distribution-per-release?content=<string>","description":"<p>This container models counters to report, per software release,\nhow many devices are expected to run that release.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-distribution-per-release"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f141d184-f667-49f4-ba7a-39f2a9b1e0e6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-distribution-per-release?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-distribution-per-release"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-software-distribution-per-release\": {\n    \"device-per-planned-software-image\": [\n      {\n        \"image-name\": \"Some image-name\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"number-of-devices\": 0\n      },\n      {\n        \"image-name\": \"Some image-name\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"number-of-devices\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"2a4526c6-0665-4f81-b2e6-65e29365fb17"},{"name":"GET - NodeID - anv - device-per-planned-software-image","id":"550e84ee-9b81-48ac-b1e0-ccb6f633754c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-distribution-per-release/device-per-planned-software-image=<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-distribution-per-release","device-per-planned-software-image=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4d793505-302c-4965-9f94-e7f591b47942","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-distribution-per-release/device-per-planned-software-image=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-distribution-per-release","device-per-planned-software-image=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-per-planned-software-image\": [\n    {\n      \"image-name\": \"Some image-name\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"number-of-devices\": 0\n    },\n    {\n      \"image-name\": \"Some image-name\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"number-of-devices\": 0\n    }\n  ]\n}"}],"_postman_id":"550e84ee-9b81-48ac-b1e0-ccb6f633754c"},{"name":"POST - NodeID - anv - retry-policy-of-failed-device-operations","id":"81d389ea-5e4b-43e0-89d7-82743d36a184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy-per-operation\": [\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    },\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations","description":"<p>This container models how the ANV retries failed operations on the devices\nAn operations fails when the corresponding RPC returns an RPC error or\nwhen the notification reporting completion of the operation reports an\nerror.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3ad01e53-e825-47de-b59e-7b2354d0ece8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-per-operation\": [\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    },\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81d389ea-5e4b-43e0-89d7-82743d36a184"},{"name":"GET - NodeID - anv - retry-policy-of-failed-device-operations","id":"a6b4abe5-83a5-4167-b352-1e7d78f309ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations?content=<string>","description":"<p>This container models how the ANV retries failed operations on the devices\nAn operations fails when the corresponding RPC returns an RPC error or\nwhen the notification reporting completion of the operation reports an\nerror.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1e910488-c502-4b83-8832-bd815c057133","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"retry-policy-of-failed-device-operations\": {\n    \"policy-per-operation\": [\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      },\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a6b4abe5-83a5-4167-b352-1e7d78f309ff"},{"name":"DELETE - NodeID - anv - retry-policy-of-failed-device-operations","id":"8e462550-49e4-477a-aee0-bf4838704712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations","description":"<p>This container models how the ANV retries failed operations on the devices\nAn operations fails when the corresponding RPC returns an RPC error or\nwhen the notification reporting completion of the operation reports an\nerror.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f85f70fe-611a-4009-9977-a994a7053edb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e462550-49e4-477a-aee0-bf4838704712"},{"name":"PUT - NodeID - anv - retry-policy-of-failed-device-operations","id":"8fcc4b4c-e13f-4ea4-b452-06800b84530a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"retry-policy-of-failed-device-operations\": {\n    \"policy-per-operation\": [\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      },\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations","description":"<p>This container models how the ANV retries failed operations on the devices\nAn operations fails when the corresponding RPC returns an RPC error or\nwhen the notification reporting completion of the operation reports an\nerror.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"20643709-31b4-4701-8143-a8f3dcf829ec","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"retry-policy-of-failed-device-operations\": {\n    \"policy-per-operation\": [\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      },\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"313f1bf0-ab68-4fc2-b38f-246fc08a5725","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"retry-policy-of-failed-device-operations\": {\n    \"policy-per-operation\": [\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      },\n      {\n        \"operation\": \"activate\",\n        \"retry-policy\": \"disabled\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8fcc4b4c-e13f-4ea4-b452-06800b84530a"},{"name":"POST - NodeID - anv - policy-per-operation","id":"c994c2c2-69cd-4423-8dc4-db72196cec03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"retry-policy\": \"disabled\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations/policy-per-operation=<string>","description":"<p>Defines the retry parameters per operation. The server instantiates one\nentry per operation in the list and rejects deletion of entries</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations","policy-per-operation=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e49c6d41-35ad-4692-aab2-89a910f1d8e3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"retry-policy\": \"disabled\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations/policy-per-operation=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c994c2c2-69cd-4423-8dc4-db72196cec03"},{"name":"GET - NodeID - anv - policy-per-operation","id":"ceab2962-bebb-4d45-ba21-487f929b50f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations/policy-per-operation=<string>?content=<string>","description":"<p>Defines the retry parameters per operation. The server instantiates one\nentry per operation in the list and rejects deletion of entries</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations","policy-per-operation=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"701a845d-6b7c-47a6-bbd3-e79a520489cf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations/policy-per-operation=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations","policy-per-operation=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy-per-operation\": [\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    },\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    }\n  ]\n}"}],"_postman_id":"ceab2962-bebb-4d45-ba21-487f929b50f8"},{"name":"DELETE - NodeID - anv - policy-per-operation","id":"e65c8c1b-f730-4b61-83bd-d76a9ba9aaa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations/policy-per-operation=<string>","description":"<p>Defines the retry parameters per operation. The server instantiates one\nentry per operation in the list and rejects deletion of entries</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations","policy-per-operation=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c447593f-3724-4dde-bb68-1453d4ff2e6a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations/policy-per-operation=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e65c8c1b-f730-4b61-83bd-d76a9ba9aaa5"},{"name":"PUT - NodeID - anv - policy-per-operation","id":"01dc7c6a-aadc-4305-ae12-728a59fb1e84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy-per-operation\": [\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    },\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations/policy-per-operation=<string>","description":"<p>Defines the retry parameters per operation. The server instantiates one\nentry per operation in the list and rejects deletion of entries</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","retry-policy-of-failed-device-operations","policy-per-operation=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d08f6e81-d8b4-467b-a8e4-60b0a90079fc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-per-operation\": [\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    },\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations/policy-per-operation=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"626ac57e-41ee-4473-8654-eaa74c50bb20","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-per-operation\": [\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    },\n    {\n      \"operation\": \"activate\",\n      \"retry-policy\": \"disabled\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/retry-policy-of-failed-device-operations/policy-per-operation=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01dc7c6a-aadc-4305-ae12-728a59fb1e84"},{"name":"POST - NodeID - anv - device-software-file-server","id":"a4320f4d-cc9d-4fb9-9191-cff8f00eedcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file-transfer-interface-with-devices\": {\n    \"file-transfer-protocol\": \"<string>\",\n    \"http-configuration\": {\n      \"host\": \"<string>\",\n      \"port-number\": 80\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>","description":"<p>File server hosting the software files of the devices managed\nby the ANV\nThe IP address &amp; port configured in this list correspond with\nwhat is visible/reachable from the devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e3fddb82-eae7-43c1-ba16-b463c306db70","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"file-transfer-interface-with-devices\": {\n    \"file-transfer-protocol\": \"<string>\",\n    \"http-configuration\": {\n      \"host\": \"<string>\",\n      \"port-number\": 80\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4320f4d-cc9d-4fb9-9191-cff8f00eedcd"},{"name":"GET - NodeID - anv - device-software-file-server","id":"1e79bfc9-543e-4bf5-bf05-e4e320c93a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>?content=<string>","description":"<p>File server hosting the software files of the devices managed\nby the ANV\nThe IP address &amp; port configured in this list correspond with\nwhat is visible/reachable from the devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1d850cca-eb39-4cb6-ac41-647452cd647f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-software-file-server\": [\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"1e79bfc9-543e-4bf5-bf05-e4e320c93a5b"},{"name":"DELETE - NodeID - anv - device-software-file-server","id":"ae594e4c-37ae-4371-bfdf-8a6ca706affc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>","description":"<p>File server hosting the software files of the devices managed\nby the ANV\nThe IP address &amp; port configured in this list correspond with\nwhat is visible/reachable from the devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3bb07e78-e2a3-45d0-be6b-35971fbd24d5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae594e4c-37ae-4371-bfdf-8a6ca706affc"},{"name":"PUT - NodeID - anv - device-software-file-server","id":"06d26b36-5b3b-4a4f-b9db-f0f3a29dcf75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-software-file-server\": [\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>","description":"<p>File server hosting the software files of the devices managed\nby the ANV\nThe IP address &amp; port configured in this list correspond with\nwhat is visible/reachable from the devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"94be3768-26c3-487b-8d8b-39a21e795d93","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-software-file-server\": [\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c020c7bf-c7da-4aea-85de-6d0cb87be077","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-software-file-server\": [\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"file-transfer-interface-with-devices\": {\n        \"file-transfer-protocol\": \"<string>\",\n        \"http-configuration\": {\n          \"host\": \"<string>\",\n          \"port-number\": 80\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06d26b36-5b3b-4a4f-b9db-f0f3a29dcf75"},{"name":"POST - NodeID - anv - file-transfer-interface-with-devices","id":"c3dfbba2-1926-4e39-a1bc-20da8f339c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file-transfer-protocol\": \"<string>\",\n  \"http-configuration\": {\n    \"host\": \"<string>\",\n    \"port-number\": 80\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices","description":"<p>This container supports the configuration of the file transfer\nservice between the ANV file Server and the devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"af7b6103-a62c-4f71-8bde-0f8425ea19f7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"file-transfer-protocol\": \"<string>\",\n  \"http-configuration\": {\n    \"host\": \"<string>\",\n    \"port-number\": 80\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3dfbba2-1926-4e39-a1bc-20da8f339c29"},{"name":"GET - NodeID - anv - file-transfer-interface-with-devices","id":"3e4133c0-f875-4527-bc68-1713f1d5f0e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices?content=<string>","description":"<p>This container supports the configuration of the file transfer\nservice between the ANV file Server and the devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"268e282e-efc2-43ae-b3aa-e188c99ed3bc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file-transfer-interface-with-devices\": {\n    \"file-transfer-protocol\": \"<string>\",\n    \"http-configuration\": {\n      \"host\": \"<string>\",\n      \"port-number\": 80\n    }\n  }\n}"}],"_postman_id":"3e4133c0-f875-4527-bc68-1713f1d5f0e5"},{"name":"DELETE - NodeID - anv - file-transfer-interface-with-devices","id":"77b41521-58fb-45bb-a74e-d51cdf7bf97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices","description":"<p>This container supports the configuration of the file transfer\nservice between the ANV file Server and the devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9da085c5-4972-453a-a221-18a3dcdbf064","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77b41521-58fb-45bb-a74e-d51cdf7bf97f"},{"name":"PUT - NodeID - anv - file-transfer-interface-with-devices","id":"ab477b5d-b9ff-472a-8f85-807a3e5015b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file-transfer-interface-with-devices\": {\n    \"file-transfer-protocol\": \"<string>\",\n    \"http-configuration\": {\n      \"host\": \"<string>\",\n      \"port-number\": 80\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices","description":"<p>This container supports the configuration of the file transfer\nservice between the ANV file Server and the devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d6033502-9c99-429f-8b92-cf28614c3cd6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file-transfer-interface-with-devices\": {\n    \"file-transfer-protocol\": \"<string>\",\n    \"http-configuration\": {\n      \"host\": \"<string>\",\n      \"port-number\": 80\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8b92386d-6d55-4584-82ad-9b7ebfc1bc5e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file-transfer-interface-with-devices\": {\n    \"file-transfer-protocol\": \"<string>\",\n    \"http-configuration\": {\n      \"host\": \"<string>\",\n      \"port-number\": 80\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab477b5d-b9ff-472a-8f85-807a3e5015b8"},{"name":"POST - NodeID - anv - http-configuration","id":"26431910-5c76-4131-a2fd-18d20e989aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"host\": \"<string>\",\n  \"port-number\": 80\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices/http-configuration","description":"<p>The WebDAV/HTTP file server configuration.\nInformation provided here are used to build the URL sent to the\ndevices to pull software files from the file server.\nThe URL will be:\n'http(s)://://...'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices","http-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"549635ff-99ee-476b-8f17-88f77a2eeef2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"host\": \"<string>\",\n  \"port-number\": 80\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices/http-configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26431910-5c76-4131-a2fd-18d20e989aa3"},{"name":"GET - NodeID - anv - http-configuration","id":"a785c3cd-b717-4115-a31f-a4a7e7b167b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices/http-configuration?content=<string>","description":"<p>The WebDAV/HTTP file server configuration.\nInformation provided here are used to build the URL sent to the\ndevices to pull software files from the file server.\nThe URL will be:\n'http(s)://://...'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices","http-configuration"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e9dd36ba-6489-46a2-9230-0e98ef5f93e9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices/http-configuration?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices","http-configuration"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"http-configuration\": {\n    \"host\": \"<string>\",\n    \"port-number\": 80\n  }\n}"}],"_postman_id":"a785c3cd-b717-4115-a31f-a4a7e7b167b1"},{"name":"DELETE - NodeID - anv - http-configuration","id":"8ef86534-b16e-42e4-8c2b-6c29046ce479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices/http-configuration","description":"<p>The WebDAV/HTTP file server configuration.\nInformation provided here are used to build the URL sent to the\ndevices to pull software files from the file server.\nThe URL will be:\n'http(s)://://...'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices","http-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ff9c4d67-34d0-4a82-8e5d-0a6931021f10","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices/http-configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ef86534-b16e-42e4-8c2b-6c29046ce479"},{"name":"PUT - NodeID - anv - http-configuration","id":"bd243362-44fb-430f-ba92-2b0d0ac6ece2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"http-configuration\": {\n    \"host\": \"<string>\",\n    \"port-number\": 80\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices/http-configuration","description":"<p>The WebDAV/HTTP file server configuration.\nInformation provided here are used to build the URL sent to the\ndevices to pull software files from the file server.\nThe URL will be:\n'http(s)://://...'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-file-server=<string>","file-transfer-interface-with-devices","http-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5d63176b-d502-4aaf-8947-50ff67853510","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"http-configuration\": {\n    \"host\": \"<string>\",\n    \"port-number\": 80\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices/http-configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e7370133-2c07-44c4-b9d6-18e9bce7362b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"http-configuration\": {\n    \"host\": \"<string>\",\n    \"port-number\": 80\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-file-server=<string>/file-transfer-interface-with-devices/http-configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd243362-44fb-430f-ba92-2b0d0ac6ece2"},{"name":"POST - NodeID - anv - device-software-files-on-server","id":"6e7f7565-22e9-4c43-b8af-8962c8364252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-files-on-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e0efba6e-0d41-4304-a380-3af615428f97","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e7f7565-22e9-4c43-b8af-8962c8364252"},{"name":"GET - NodeID - anv - device-software-files-on-server","id":"b8c4216c-7835-4d4e-886f-34795167c7c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-files-on-server"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6afa702a-22b8-4c9a-972d-1aecfb8a161c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-files-on-server"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-software-files-on-server\": {\n    \"number-of-available-files\": 0,\n    \"available-file\": [\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"missing-from-server\": true,\n        \"missing-from-server-timestamp\": \"?:6754-52-18T90:10:92Z\",\n        \"file-server\": \"Some file-server\",\n        \"sub-directory\": \"Some sub-directory\",\n        \"file-name\": \"Some file-name\"\n      },\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"missing-from-server\": true,\n        \"missing-from-server-timestamp\": \"?:6754-52-18T90:10:92Z\",\n        \"file-server\": \"Some file-server\",\n        \"sub-directory\": \"Some sub-directory\",\n        \"file-name\": \"Some file-name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"b8c4216c-7835-4d4e-886f-34795167c7c5"},{"name":"DELETE - NodeID - anv - device-software-files-on-server","id":"2b012421-d8c0-49e3-ad71-eac5f7f39be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-files-on-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cc930ef2-6c0c-4c0b-8ca5-7b62b3cbfab4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b012421-d8c0-49e3-ad71-eac5f7f39be0"},{"name":"PUT - NodeID - anv - device-software-files-on-server","id":"470de0fb-e8ca-43e6-b5e0-03bbfbd0ae78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-software-files-on-server\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-files-on-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1e6fef9e-6b85-4475-8fea-6efdfb4f5607","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-software-files-on-server\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aa397b17-7bdc-4df1-96b2-48403852071d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-software-files-on-server\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"470de0fb-e8ca-43e6-b5e0-03bbfbd0ae78"},{"name":"GET - NodeID - anv - available-file","id":"040118c4-1ca9-49cc-8500-61fe685ccd1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server/available-file=<string>,<string>,<string>?content=<string>","description":"<p>Read-only list of device software files available on the file\nserver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-files-on-server","available-file=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4da13eb1-263d-4c11-8f44-5af90fd544fd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/device-software-files-on-server/available-file=<string>,<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","device-software-files-on-server","available-file=<string>,<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"available-file\": [\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"missing-from-server\": true,\n      \"missing-from-server-timestamp\": \"?:6754-52-18T90:10:92Z\",\n      \"file-server\": \"Some file-server\",\n      \"sub-directory\": \"Some sub-directory\",\n      \"file-name\": \"Some file-name\"\n    },\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"missing-from-server\": true,\n      \"missing-from-server-timestamp\": \"?:6754-52-18T90:10:92Z\",\n      \"file-server\": \"Some file-server\",\n      \"sub-directory\": \"Some sub-directory\",\n      \"file-name\": \"Some file-name\"\n    }\n  ]\n}"}],"_postman_id":"040118c4-1ca9-49cc-8500-61fe685ccd1a"},{"name":"GET - NodeID - anv - software-updates","id":"a8d39728-59ed-4c22-9c33-16ab3927a4dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-updates?content=<string>","description":"<p>Container reporting the status of software update\nchecks and installation with the device\nsoftware repositories</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","software-updates"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2231f893-84ff-4563-a617-5c3700c325a0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-updates?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","software-updates"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software-updates\": {\n    \"operation-status\": [\n      {\n        \"request-id\": 0,\n        \"operation\": \"copy-device-software-from-anv\",\n        \"operation-status\": \"idle\",\n        \"operation-result\": \"success\",\n        \"operation-error\": \"Some operation-error\",\n        \"operation-completion-time\": \"?:3490-36-80T81:48:16-74:17\"\n      },\n      {\n        \"request-id\": 0,\n        \"operation\": \"copy-device-software-from-anv\",\n        \"operation-status\": \"idle\",\n        \"operation-result\": \"success\",\n        \"operation-error\": \"Some operation-error\",\n        \"operation-completion-time\": \"?:3490-36-80T81:48:16-74:17\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a8d39728-59ed-4c22-9c33-16ab3927a4dc"},{"name":"GET - NodeID - anv - operation-status","id":"fb16c126-0389-40d7-b39b-de0b261dddd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-updates/operation-status=<string>?content=<string>","description":"<p>An entry in this list provides information on the\nstatus of a software update operation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","software-updates","operation-status=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b4651472-91f3-4bcb-bef5-ff25a502aa87","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-software:software-management/software-updates/operation-status=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-software:software-management","software-updates","operation-status=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"operation-status\": [\n    {\n      \"request-id\": 0,\n      \"operation\": \"copy-device-software-from-anv\",\n      \"operation-status\": \"idle\",\n      \"operation-result\": \"success\",\n      \"operation-error\": \"Some operation-error\",\n      \"operation-completion-time\": \"?:3490-36-80T81:48:16-74:17\"\n    },\n    {\n      \"request-id\": 0,\n      \"operation\": \"copy-device-software-from-anv\",\n      \"operation-status\": \"idle\",\n      \"operation-result\": \"success\",\n      \"operation-error\": \"Some operation-error\",\n      \"operation-completion-time\": \"?:3490-36-80T81:48:16-74:17\"\n    }\n  ]\n}"}],"_postman_id":"fb16c126-0389-40d7-b39b-de0b261dddd0"},{"name":"POST - NodeID - anv - vendor-code-mappings","id":"ad8276a7-2789-4734-86de-83ac50243946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vendor-code-mapping\": [\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    },\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0bb124d2-aa28-4e18-8d39-6ba6f97d23e0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vendor-code-mapping\": [\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    },\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ad8276a7-2789-4734-86de-83ac50243946"},{"name":"GET - NodeID - anv - vendor-code-mappings","id":"40e10e12-7828-4a4a-a8fb-16fae9ef1ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7bb7ad5b-0803-494d-84be-e6f1aa07c107","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vendor-code-mappings\": {\n    \"vendor-code-mapping\": [\n      {\n        \"omci-vendor-code\": \"?:UEPS\",\n        \"iana-enterprise-number\": 0\n      },\n      {\n        \"omci-vendor-code\": \"?:UEPS\",\n        \"iana-enterprise-number\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"40e10e12-7828-4a4a-a8fb-16fae9ef1ee9"},{"name":"DELETE - NodeID - anv - vendor-code-mappings","id":"dcbb52bb-d475-4bbb-9087-ccc3418e56ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"71580edb-da82-421a-ba31-ab6da01818ca","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcbb52bb-d475-4bbb-9087-ccc3418e56ef"},{"name":"PUT - NodeID - anv - vendor-code-mappings","id":"ed4a12a8-a23a-48cb-b632-73f61ec0be5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vendor-code-mappings\": {\n    \"vendor-code-mapping\": [\n      {\n        \"omci-vendor-code\": \"?:CRBG\",\n        \"iana-enterprise-number\": 0\n      },\n      {\n        \"omci-vendor-code\": \"?:CRBG\",\n        \"iana-enterprise-number\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a632659d-9617-4349-adbf-410e51179baf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vendor-code-mappings\": {\n    \"vendor-code-mapping\": [\n      {\n        \"omci-vendor-code\": \"?:CRBG\",\n        \"iana-enterprise-number\": 0\n      },\n      {\n        \"omci-vendor-code\": \"?:CRBG\",\n        \"iana-enterprise-number\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e29faaaf-b6e5-45a8-bfe2-dbc1506d4ccc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vendor-code-mappings\": {\n    \"vendor-code-mapping\": [\n      {\n        \"omci-vendor-code\": \"?:CRBG\",\n        \"iana-enterprise-number\": 0\n      },\n      {\n        \"omci-vendor-code\": \"?:CRBG\",\n        \"iana-enterprise-number\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed4a12a8-a23a-48cb-b632-73f61ec0be5e"},{"name":"POST - NodeID - anv - vendor-code-mapping","id":"9d62e018-6286-471b-91f3-b1aa7482bb56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"omci-vendor-code\": \"?:CRBG\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings/vendor-code-mapping=<string>","description":"<p>This lists maps an IANA Enterprise Number, into a vendor code as defined\nin the identification of an ONU specified in G.984.3/G.987.3.\nThis mapping is used to translate a call-home device identification between:\na) DUID value, from the CN attribute of the DN field of a X.509 certificate\nb) GPON-SN, as specified in G.984.3/G.987.3</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings","vendor-code-mapping=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d6548ffb-8150-47fc-9c89-047bed3cfdba","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"omci-vendor-code\": \"?:CRBG\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings/vendor-code-mapping=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d62e018-6286-471b-91f3-b1aa7482bb56"},{"name":"GET - NodeID - anv - vendor-code-mapping","id":"c163b351-7095-4001-a414-6246a332528c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings/vendor-code-mapping=<string>?content=<string>","description":"<p>This lists maps an IANA Enterprise Number, into a vendor code as defined\nin the identification of an ONU specified in G.984.3/G.987.3.\nThis mapping is used to translate a call-home device identification between:\na) DUID value, from the CN attribute of the DN field of a X.509 certificate\nb) GPON-SN, as specified in G.984.3/G.987.3</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings","vendor-code-mapping=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"848723d2-d4a6-4ad5-837f-8968076a6bd0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings/vendor-code-mapping=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings","vendor-code-mapping=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vendor-code-mapping\": [\n    {\n      \"omci-vendor-code\": \"?:UEPS\",\n      \"iana-enterprise-number\": 0\n    },\n    {\n      \"omci-vendor-code\": \"?:UEPS\",\n      \"iana-enterprise-number\": 0\n    }\n  ]\n}"}],"_postman_id":"c163b351-7095-4001-a414-6246a332528c"},{"name":"DELETE - NodeID - anv - vendor-code-mapping","id":"37346722-e535-484d-9dcc-820f5e1717c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings/vendor-code-mapping=<string>","description":"<p>This lists maps an IANA Enterprise Number, into a vendor code as defined\nin the identification of an ONU specified in G.984.3/G.987.3.\nThis mapping is used to translate a call-home device identification between:\na) DUID value, from the CN attribute of the DN field of a X.509 certificate\nb) GPON-SN, as specified in G.984.3/G.987.3</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings","vendor-code-mapping=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b3a33689-00b7-4c0e-b93a-81cb6d990493","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings/vendor-code-mapping=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37346722-e535-484d-9dcc-820f5e1717c2"},{"name":"PUT - NodeID - anv - vendor-code-mapping","id":"3c5d2bac-04fa-475d-bd93-65baa2eba2ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vendor-code-mapping\": [\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    },\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings/vendor-code-mapping=<string>","description":"<p>This lists maps an IANA Enterprise Number, into a vendor code as defined\nin the identification of an ONU specified in G.984.3/G.987.3.\nThis mapping is used to translate a call-home device identification between:\na) DUID value, from the CN attribute of the DN field of a X.509 certificate\nb) GPON-SN, as specified in G.984.3/G.987.3</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:vendor-code-mappings","vendor-code-mapping=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7cf57670-aef2-4e19-a849-777c069ebfc4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vendor-code-mapping\": [\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    },\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings/vendor-code-mapping=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"db88af12-423f-4e6f-a56d-ec30a63115f5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vendor-code-mapping\": [\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    },\n    {\n      \"omci-vendor-code\": \"?:CRBG\",\n      \"iana-enterprise-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:vendor-code-mappings/vendor-code-mapping=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c5d2bac-04fa-475d-bd93-65baa2eba2ea"},{"name":"POST - NodeID - anv - netconf-stack-configuration","id":"da2f154e-b22e-423a-aed8-641ccae7df6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request-timeout\": 60,\n  \"tcp-connection-timeout\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-stack-configuration","description":"<p>This container groups parameters allowing to tune the NETCONF\n stack behavior for the management of devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-stack-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"681c5850-c290-47e5-bc80-b7b8a97648d2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"request-timeout\": 60,\n  \"tcp-connection-timeout\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-stack-configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da2f154e-b22e-423a-aed8-641ccae7df6b"},{"name":"GET - NodeID - anv - netconf-stack-configuration","id":"ce3c5a18-215b-4d08-b0c2-8effd5879d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-stack-configuration?content=<string>","description":"<p>This container groups parameters allowing to tune the NETCONF\n stack behavior for the management of devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-stack-configuration"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"de97723d-d0b1-4795-aeb5-e46b3adad415","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-stack-configuration?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-stack-configuration"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf-stack-configuration\": {\n    \"request-timeout\": 60,\n    \"tcp-connection-timeout\": 10\n  }\n}"}],"_postman_id":"ce3c5a18-215b-4d08-b0c2-8effd5879d62"},{"name":"DELETE - NodeID - anv - netconf-stack-configuration","id":"7905dd46-09cf-4fcf-8a36-672ab863a154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-stack-configuration","description":"<p>This container groups parameters allowing to tune the NETCONF\n stack behavior for the management of devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-stack-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5defa386-3bc7-4cdb-810e-aa309a87b202","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-stack-configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7905dd46-09cf-4fcf-8a36-672ab863a154"},{"name":"PUT - NodeID - anv - netconf-stack-configuration","id":"1679b2c7-70c7-4ba4-beac-7be3156b83c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconf-stack-configuration\": {\n    \"request-timeout\": 60,\n    \"tcp-connection-timeout\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-stack-configuration","description":"<p>This container groups parameters allowing to tune the NETCONF\n stack behavior for the management of devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-stack-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c3d15ec1-e942-4347-b184-d926624eb724","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-stack-configuration\": {\n    \"request-timeout\": 60,\n    \"tcp-connection-timeout\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-stack-configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b4543628-a486-473f-9fbe-cbe4876a6885","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-stack-configuration\": {\n    \"request-timeout\": 60,\n    \"tcp-connection-timeout\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-stack-configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1679b2c7-70c7-4ba4-beac-7be3156b83c7"},{"name":"POST - NodeID - anv - barcode-configuration","id":"5edd670e-7084-48cd-89c8-befb9d940012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"white-list-pattern\": \"all\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:barcode-configuration","description":"<p>This container groups parameters allowing to tune the Barcode configuration (whitelists pattern) of devices (for the DUID scanning through the webapp)</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:barcode-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e40f6ab7-3914-4e21-9407-09585c9ecad3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"white-list-pattern\": \"all\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:barcode-configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5edd670e-7084-48cd-89c8-befb9d940012"},{"name":"GET - NodeID - anv - barcode-configuration","id":"c43c7c68-e044-41e7-9e71-042559863d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:barcode-configuration?content=<string>","description":"<p>This container groups parameters allowing to tune the Barcode configuration (whitelists pattern) of devices (for the DUID scanning through the webapp)</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:barcode-configuration"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fa3eab31-c43b-4bc5-ab7b-c2a6a2ace537","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:barcode-configuration?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:barcode-configuration"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"barcode-configuration\": {\n    \"white-list-pattern\": \"all\"\n  }\n}"}],"_postman_id":"c43c7c68-e044-41e7-9e71-042559863d64"},{"name":"DELETE - NodeID - anv - barcode-configuration","id":"2b073eb5-2b19-4915-97a8-ad5e07ebfa16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:barcode-configuration","description":"<p>This container groups parameters allowing to tune the Barcode configuration (whitelists pattern) of devices (for the DUID scanning through the webapp)</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:barcode-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"91632a7e-adbe-4017-a295-ce566a0eff2c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:barcode-configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b073eb5-2b19-4915-97a8-ad5e07ebfa16"},{"name":"PUT - NodeID - anv - barcode-configuration","id":"f0543a76-5436-44bd-8ecf-58f26befcf43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"barcode-configuration\": {\n    \"white-list-pattern\": \"all\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:barcode-configuration","description":"<p>This container groups parameters allowing to tune the Barcode configuration (whitelists pattern) of devices (for the DUID scanning through the webapp)</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:barcode-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a4b6bc24-8565-4c8e-9f74-25cbe22237cd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"barcode-configuration\": {\n    \"white-list-pattern\": \"all\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:barcode-configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f4632450-c60e-400b-b4b3-55dd5336d04a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"barcode-configuration\": {\n    \"white-list-pattern\": \"all\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:barcode-configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0543a76-5436-44bd-8ecf-58f26befcf43"},{"name":"POST - NodeID - anv - misbehaving-device-configuration","id":"4b8e8098-af13-481b-8613-9705c7929dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interval-of-frequent-disconnects\": 300,\n  \"threshold-for-frequent-disconnects\": 10,\n  \"auto-disconnect-misbehaving-device\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:misbehaving-device-configuration","description":"<p>This container groups parameters allowing to tune the Access Virtualizer behavior for the management of misbehaving devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:misbehaving-device-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eb183451-c4a4-41a5-ad8c-7c00ef9345f6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"interval-of-frequent-disconnects\": 300,\n  \"threshold-for-frequent-disconnects\": 10,\n  \"auto-disconnect-misbehaving-device\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:misbehaving-device-configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b8e8098-af13-481b-8613-9705c7929dae"},{"name":"GET - NodeID - anv - misbehaving-device-configuration","id":"d5eabc9b-fce4-4e69-a684-7b61f998a551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:misbehaving-device-configuration?content=<string>","description":"<p>This container groups parameters allowing to tune the Access Virtualizer behavior for the management of misbehaving devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:misbehaving-device-configuration"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"601897dd-ebe8-4183-b78b-0fd3cb5da4c6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:misbehaving-device-configuration?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:misbehaving-device-configuration"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"misbehaving-device-configuration\": {\n    \"interval-of-frequent-disconnects\": 300,\n    \"threshold-for-frequent-disconnects\": 10,\n    \"auto-disconnect-misbehaving-device\": true\n  }\n}"}],"_postman_id":"d5eabc9b-fce4-4e69-a684-7b61f998a551"},{"name":"DELETE - NodeID - anv - misbehaving-device-configuration","id":"5be3a4cb-b284-4bc6-bdb6-064d6ec6ef35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:misbehaving-device-configuration","description":"<p>This container groups parameters allowing to tune the Access Virtualizer behavior for the management of misbehaving devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:misbehaving-device-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d284bb4e-8d73-4060-86f4-acc3fac1bc2c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:misbehaving-device-configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5be3a4cb-b284-4bc6-bdb6-064d6ec6ef35"},{"name":"PUT - NodeID - anv - misbehaving-device-configuration","id":"4bcab00e-124a-4529-9a71-33c65ea5f762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"misbehaving-device-configuration\": {\n    \"interval-of-frequent-disconnects\": 300,\n    \"threshold-for-frequent-disconnects\": 10,\n    \"auto-disconnect-misbehaving-device\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:misbehaving-device-configuration","description":"<p>This container groups parameters allowing to tune the Access Virtualizer behavior for the management of misbehaving devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:misbehaving-device-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a2824d21-5678-4af9-960a-4b63bf49ae89","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"misbehaving-device-configuration\": {\n    \"interval-of-frequent-disconnects\": 300,\n    \"threshold-for-frequent-disconnects\": 10,\n    \"auto-disconnect-misbehaving-device\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:misbehaving-device-configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1ee22614-218e-4a7b-a8a1-f25580b1f0f1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"misbehaving-device-configuration\": {\n    \"interval-of-frequent-disconnects\": 300,\n    \"threshold-for-frequent-disconnects\": 10,\n    \"auto-disconnect-misbehaving-device\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:misbehaving-device-configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4bcab00e-124a-4529-9a71-33c65ea5f762"},{"name":"POST - NodeID - anv - netconf-polling","id":"8c32a227-d32d-426f-8869-6dd1413979e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"frequency\": 1800,\n  \"timeout\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-polling","description":"<p>Configures the polling policy, to proactively\ntest the aliveness of the NETCONF server. An\nunresponsive NETCONF server will be dropped after\napproximately frequency + timeout seconds.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-polling"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c78f73b0-89e8-4a84-b58e-bbc78e395ffd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"frequency\": 1800,\n  \"timeout\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-polling"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c32a227-d32d-426f-8869-6dd1413979e4"},{"name":"GET - NodeID - anv - netconf-polling","id":"48fa76b3-bc64-4558-b96a-c32edbf5c95b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-polling?content=<string>","description":"<p>Configures the polling policy, to proactively\ntest the aliveness of the NETCONF server. An\nunresponsive NETCONF server will be dropped after\napproximately frequency + timeout seconds.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-polling"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6013671e-2b88-4741-b681-94ac88f82720","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-polling?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-polling"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf-polling\": {\n    \"frequency\": 1800,\n    \"timeout\": 10\n  }\n}"}],"_postman_id":"48fa76b3-bc64-4558-b96a-c32edbf5c95b"},{"name":"DELETE - NodeID - anv - netconf-polling","id":"8ed71ee3-e86e-45d2-bfd9-92dbfa90f2e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-polling","description":"<p>Configures the polling policy, to proactively\ntest the aliveness of the NETCONF server. An\nunresponsive NETCONF server will be dropped after\napproximately frequency + timeout seconds.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-polling"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b6903cd8-5ff5-43fa-87ff-c60bc73372fc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-polling"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ed71ee3-e86e-45d2-bfd9-92dbfa90f2e3"},{"name":"PUT - NodeID - anv - netconf-polling","id":"8918f9b6-36ec-4dd3-b931-b5c742326025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconf-polling\": {\n    \"frequency\": 1800,\n    \"timeout\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-polling","description":"<p>Configures the polling policy, to proactively\ntest the aliveness of the NETCONF server. An\nunresponsive NETCONF server will be dropped after\napproximately frequency + timeout seconds.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:netconf-polling"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ef372d0c-758b-4089-acd5-3f2300540e79","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-polling\": {\n    \"frequency\": 1800,\n    \"timeout\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-polling"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"35c3e540-ac1f-42e7-8f6b-2cf5aae518c0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-polling\": {\n    \"frequency\": 1800,\n    \"timeout\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:netconf-polling"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8918f9b6-36ec-4dd3-b931-b5c742326025"},{"name":"POST - NodeID - anv - device-edit-queue","id":"b0812ff2-532c-4155-8efe-ca7a4f0d8592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"max-number-of-edit-tasks\": 10000,\n  \"max-number-of-edit-tasks-per-device\": 20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device-edit-queue","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device-edit-queue"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ff17f581-e64a-428e-be5f-d6772e052dc9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"max-number-of-edit-tasks\": 10000,\n  \"max-number-of-edit-tasks-per-device\": 20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device-edit-queue"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0812ff2-532c-4155-8efe-ca7a4f0d8592"},{"name":"GET - NodeID - anv - device-edit-queue","id":"5ad5cc3a-44e3-429e-a958-11ec6b03ac49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device-edit-queue?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device-edit-queue"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ade6aa5f-9f5e-47de-a29a-7189fb14f53b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device-edit-queue?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device-edit-queue"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-edit-queue\": {\n    \"max-number-of-edit-tasks\": 10000,\n    \"max-number-of-edit-tasks-per-device\": 20,\n    \"current-number-of-edit-tasks\": 0\n  }\n}"}],"_postman_id":"5ad5cc3a-44e3-429e-a958-11ec6b03ac49"},{"name":"DELETE - NodeID - anv - device-edit-queue","id":"41538210-8f6d-41ca-a58f-20bc0f896e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device-edit-queue","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device-edit-queue"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"987d0ed8-f1a4-4359-a27f-c49f044d5c32","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device-edit-queue"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41538210-8f6d-41ca-a58f-20bc0f896e9e"},{"name":"PUT - NodeID - anv - device-edit-queue","id":"b28cd9b2-377f-4163-b6bc-942d3fa57d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-edit-queue\": {\n    \"max-number-of-edit-tasks\": 10000,\n    \"max-number-of-edit-tasks-per-device\": 20\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device-edit-queue","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device-edit-queue"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f6628c26-d6e5-4290-b83b-3582a2852675","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-edit-queue\": {\n    \"max-number-of-edit-tasks\": 10000,\n    \"max-number-of-edit-tasks-per-device\": 20\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device-edit-queue"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f843204c-d1c7-4ce1-a257-b6a8355b3036","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-edit-queue\": {\n    \"max-number-of-edit-tasks\": 10000,\n    \"max-number-of-edit-tasks-per-device\": 20\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device-edit-queue"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b28cd9b2-377f-4163-b6bc-942d3fa57d49"},{"name":"POST - NodeID - anv - device","id":"5aeefd2a-3f0e-4228-b106-90979598b0ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"hardware-type\": \"Some hardware-type\",\n  \"interface-version\": \"Some interface-version\",\n  \"duid\": \"Some duid\",\n  \"gpon-serial-number\": \"?:YYOFA385DD2C\",\n  \"configured-device-properties\": {\n    \"ip-address\": \"<string>\",\n    \"ip-port\": 0,\n    \"transport-protocol\": \"ssh\",\n    \"pma-authentication-method\": \"username-and-password\",\n    \"username\": \"\",\n    \"password\": \"\"\n  },\n  \"identifier\": \"Some identifier\",\n  \"push-nav-configuration-to-device\": \"true\",\n  \"device-specific-data\": {},\n  \"slicing\": {\n    \"slice\": [\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  },\n  \"configured-labels\": {\n    \"label\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  },\n  \"software\": {\n    \"target-active-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    },\n    \"target-passive-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>","description":"<p>A device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9e8e7d4a-5eb8-49e0-8ee5-3adc9a231494","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"hardware-type\": \"Some hardware-type\",\n  \"interface-version\": \"Some interface-version\",\n  \"duid\": \"Some duid\",\n  \"gpon-serial-number\": \"?:YYOFA385DD2C\",\n  \"configured-device-properties\": {\n    \"ip-address\": \"<string>\",\n    \"ip-port\": 0,\n    \"transport-protocol\": \"ssh\",\n    \"pma-authentication-method\": \"username-and-password\",\n    \"username\": \"\",\n    \"password\": \"\"\n  },\n  \"identifier\": \"Some identifier\",\n  \"push-nav-configuration-to-device\": \"true\",\n  \"device-specific-data\": {},\n  \"slicing\": {\n    \"slice\": [\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  },\n  \"configured-labels\": {\n    \"label\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  },\n  \"software\": {\n    \"target-active-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    },\n    \"target-passive-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5aeefd2a-3f0e-4228-b106-90979598b0ae"},{"name":"GET - NodeID - anv - device","id":"9603928b-535f-49c6-81de-dfe50be6f35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>?content=<string>","description":"<p>A device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3608fc7d-f655-4496-9bfe-2bbf2c622767","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device\": [\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"device-id\": \"Some device-id\",\n      \"duid\": \"Some duid\",\n      \"gpon-serial-number\": \"?:KNCMB486D803\",\n      \"configured-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"pma-authentication-method\": \"username-and-password\",\n        \"username\": \"\",\n        \"password\": \"\"\n      },\n      \"identifier\": \"Some identifier\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"configuration-successfully-uploaded\": false,\n      \"device-specific-data\": {},\n      \"device-state\": {\n        \"reachable\": true,\n        \"reachable-last-change\": \"?:5811-17-78T66:47:20.3+64:84\",\n        \"disconnected-last-time\": \"?:4783-91-50T67:59:71Z\",\n        \"frequent-disconnects-count\": \"0\",\n        \"is-misbehaving\": false,\n        \"number-of-pending-tasks\": 0,\n        \"aligned\": true,\n        \"plug-mismatch\": true,\n        \"configuration-error\": true,\n        \"counted-subscriber-port\": [\n          {\n            \"port-type\": \"Some port-type\",\n            \"port-count\": \"0\"\n          },\n          {\n            \"port-type\": \"Some port-type\",\n            \"port-count\": \"0\"\n          }\n        ],\n        \"licensed-device-type\": \"\",\n        \"configuration-error-request\": \"Some configuration-error-request\",\n        \"configuration-error-reply\": \"Some configuration-error-reply\",\n        \"modified-by-local-craft-terminal\": true,\n        \"configuration-change-counter\": 0,\n        \"time-of-last-sent-event\": \"?:9377-13-87T73:76:61Z\",\n        \"locked-for-migration\": true,\n        \"pma-db-version\": 0,\n        \"device-db-version\": 0,\n        \"transaction-id\": \"Some transaction-id\",\n        \"number-of-get-requests\": 0,\n        \"number-of-get-config-requests\": 0,\n        \"number-of-edit-config-requests\": 0,\n        \"number-of-copy-config-requests\": 0,\n        \"number-of-notifications\": 0\n      },\n      \"discovered-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"device-authentication-method\": \"username-and-password\"\n      },\n      \"slicing\": {\n        \"slice\": [\n          {\n            \"virtual-device-id\": \"?:\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:Y\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"virtual-device-id\": \"?:\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:Y\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"device-config-history\": {\n        \"number-of-config-backups\": 0,\n        \"config-backup\": [\n          {\n            \"version\": 0,\n            \"timestamp\": \"?:3662-97-57T65:63:31.8Z\",\n            \"config-interface-version\": \"Some config-interface-version\",\n            \"username\": \"Some username\",\n            \"pma-db-version\": 0\n          },\n          {\n            \"version\": 0,\n            \"timestamp\": \"?:3662-97-57T65:63:31.8Z\",\n            \"config-interface-version\": \"Some config-interface-version\",\n            \"username\": \"Some username\",\n            \"pma-db-version\": 0\n          }\n        ]\n      },\n      \"configured-labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"software\": {\n        \"target-active-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"target-passive-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"active-software\": \"Some active-software\",\n        \"passive-software\": \"Some passive-software\",\n        \"software-error-operation\": \"none\",\n        \"software-error-reason\": \"Some software-error-reason\",\n        \"software-error-time\": \"?:8422-50-94T25:46:50.3+71:61\"\n      },\n      \"progress-reporting\": {\n        \"already-triggered-operation\": [\n          {\n            \"operation-type\": \"activate\",\n            \"software-name\": \"Some software-name\",\n            \"start-time\": \"?:4765-45-46T61:03:39+31:35\",\n            \"result\": \"Some result\",\n            \"result-time\": \"?:2328-94-64T39:64:58.71+85:17\"\n          },\n          {\n            \"operation-type\": \"activate\",\n            \"software-name\": \"Some software-name\",\n            \"start-time\": \"?:4765-45-46T61:03:39+31:35\",\n            \"result\": \"Some result\",\n            \"result-time\": \"?:2328-94-64T39:64:58.71+85:17\"\n          }\n        ],\n        \"current-operation\": {\n          \"operation-type\": \"activate\",\n          \"software-name\": \"Some software-name\",\n          \"start-time\": \"?:5637-37-23T74:12:61+93:18\",\n          \"failed\": \"<object>\"\n        },\n        \"next-operation\": [\n          {\n            \"order\": 0,\n            \"operation-type\": \"activate\",\n            \"software-name\": \"Some software-name\"\n          },\n          {\n            \"order\": 0,\n            \"operation-type\": \"activate\",\n            \"software-name\": \"Some software-name\"\n          }\n        ]\n      }\n    },\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"device-id\": \"Some device-id\",\n      \"duid\": \"Some duid\",\n      \"gpon-serial-number\": \"?:KNCMB486D803\",\n      \"configured-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"pma-authentication-method\": \"username-and-password\",\n        \"username\": \"\",\n        \"password\": \"\"\n      },\n      \"identifier\": \"Some identifier\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"configuration-successfully-uploaded\": false,\n      \"device-specific-data\": {},\n      \"device-state\": {\n        \"reachable\": true,\n        \"reachable-last-change\": \"?:5811-17-78T66:47:20.3+64:84\",\n        \"disconnected-last-time\": \"?:4783-91-50T67:59:71Z\",\n        \"frequent-disconnects-count\": \"0\",\n        \"is-misbehaving\": false,\n        \"number-of-pending-tasks\": 0,\n        \"aligned\": true,\n        \"plug-mismatch\": true,\n        \"configuration-error\": true,\n        \"counted-subscriber-port\": [\n          {\n            \"port-type\": \"Some port-type\",\n            \"port-count\": \"0\"\n          },\n          {\n            \"port-type\": \"Some port-type\",\n            \"port-count\": \"0\"\n          }\n        ],\n        \"licensed-device-type\": \"\",\n        \"configuration-error-request\": \"Some configuration-error-request\",\n        \"configuration-error-reply\": \"Some configuration-error-reply\",\n        \"modified-by-local-craft-terminal\": true,\n        \"configuration-change-counter\": 0,\n        \"time-of-last-sent-event\": \"?:9377-13-87T73:76:61Z\",\n        \"locked-for-migration\": true,\n        \"pma-db-version\": 0,\n        \"device-db-version\": 0,\n        \"transaction-id\": \"Some transaction-id\",\n        \"number-of-get-requests\": 0,\n        \"number-of-get-config-requests\": 0,\n        \"number-of-edit-config-requests\": 0,\n        \"number-of-copy-config-requests\": 0,\n        \"number-of-notifications\": 0\n      },\n      \"discovered-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"device-authentication-method\": \"username-and-password\"\n      },\n      \"slicing\": {\n        \"slice\": [\n          {\n            \"virtual-device-id\": \"?:\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:Y\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"virtual-device-id\": \"?:\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:Y\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"device-config-history\": {\n        \"number-of-config-backups\": 0,\n        \"config-backup\": [\n          {\n            \"version\": 0,\n            \"timestamp\": \"?:3662-97-57T65:63:31.8Z\",\n            \"config-interface-version\": \"Some config-interface-version\",\n            \"username\": \"Some username\",\n            \"pma-db-version\": 0\n          },\n          {\n            \"version\": 0,\n            \"timestamp\": \"?:3662-97-57T65:63:31.8Z\",\n            \"config-interface-version\": \"Some config-interface-version\",\n            \"username\": \"Some username\",\n            \"pma-db-version\": 0\n          }\n        ]\n      },\n      \"configured-labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"software\": {\n        \"target-active-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"target-passive-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"active-software\": \"Some active-software\",\n        \"passive-software\": \"Some passive-software\",\n        \"software-error-operation\": \"none\",\n        \"software-error-reason\": \"Some software-error-reason\",\n        \"software-error-time\": \"?:8422-50-94T25:46:50.3+71:61\"\n      },\n      \"progress-reporting\": {\n        \"already-triggered-operation\": [\n          {\n            \"operation-type\": \"activate\",\n            \"software-name\": \"Some software-name\",\n            \"start-time\": \"?:4765-45-46T61:03:39+31:35\",\n            \"result\": \"Some result\",\n            \"result-time\": \"?:2328-94-64T39:64:58.71+85:17\"\n          },\n          {\n            \"operation-type\": \"activate\",\n            \"software-name\": \"Some software-name\",\n            \"start-time\": \"?:4765-45-46T61:03:39+31:35\",\n            \"result\": \"Some result\",\n            \"result-time\": \"?:2328-94-64T39:64:58.71+85:17\"\n          }\n        ],\n        \"current-operation\": {\n          \"operation-type\": \"activate\",\n          \"software-name\": \"Some software-name\",\n          \"start-time\": \"?:5637-37-23T74:12:61+93:18\",\n          \"failed\": \"<object>\"\n        },\n        \"next-operation\": [\n          {\n            \"order\": 0,\n            \"operation-type\": \"activate\",\n            \"software-name\": \"Some software-name\"\n          },\n          {\n            \"order\": 0,\n            \"operation-type\": \"activate\",\n            \"software-name\": \"Some software-name\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"9603928b-535f-49c6-81de-dfe50be6f35f"},{"name":"DELETE - NodeID - anv - device","id":"5929971d-d815-43da-8fd1-1facae504fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>","description":"<p>A device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4270fb16-2ded-45ab-a864-6f191d1463fa","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5929971d-d815-43da-8fd1-1facae504fc8"},{"name":"PUT - NodeID - anv - device","id":"4d3e8d1c-3294-46eb-a530-43c2112bcc5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device\": [\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"device-id\": \"Some device-id\",\n      \"duid\": \"Some duid\",\n      \"gpon-serial-number\": \"?:YYOFA385DD2C\",\n      \"configured-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"pma-authentication-method\": \"username-and-password\",\n        \"username\": \"\",\n        \"password\": \"\"\n      },\n      \"identifier\": \"Some identifier\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"device-specific-data\": {},\n      \"slicing\": {\n        \"slice\": [\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"configured-labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"software\": {\n        \"target-active-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"target-passive-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        }\n      }\n    },\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"device-id\": \"Some device-id\",\n      \"duid\": \"Some duid\",\n      \"gpon-serial-number\": \"?:YYOFA385DD2C\",\n      \"configured-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"pma-authentication-method\": \"username-and-password\",\n        \"username\": \"\",\n        \"password\": \"\"\n      },\n      \"identifier\": \"Some identifier\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"device-specific-data\": {},\n      \"slicing\": {\n        \"slice\": [\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"configured-labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"software\": {\n        \"target-active-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"target-passive-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>","description":"<p>A device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ecf369b8-f170-4111-8407-fad2b6c6109d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device\": [\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"device-id\": \"Some device-id\",\n      \"duid\": \"Some duid\",\n      \"gpon-serial-number\": \"?:YYOFA385DD2C\",\n      \"configured-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"pma-authentication-method\": \"username-and-password\",\n        \"username\": \"\",\n        \"password\": \"\"\n      },\n      \"identifier\": \"Some identifier\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"device-specific-data\": {},\n      \"slicing\": {\n        \"slice\": [\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"configured-labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"software\": {\n        \"target-active-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"target-passive-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        }\n      }\n    },\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"device-id\": \"Some device-id\",\n      \"duid\": \"Some duid\",\n      \"gpon-serial-number\": \"?:YYOFA385DD2C\",\n      \"configured-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"pma-authentication-method\": \"username-and-password\",\n        \"username\": \"\",\n        \"password\": \"\"\n      },\n      \"identifier\": \"Some identifier\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"device-specific-data\": {},\n      \"slicing\": {\n        \"slice\": [\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"configured-labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"software\": {\n        \"target-active-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"target-passive-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c7a8212b-aacb-488d-b321-ab1773e15132","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device\": [\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"device-id\": \"Some device-id\",\n      \"duid\": \"Some duid\",\n      \"gpon-serial-number\": \"?:YYOFA385DD2C\",\n      \"configured-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"pma-authentication-method\": \"username-and-password\",\n        \"username\": \"\",\n        \"password\": \"\"\n      },\n      \"identifier\": \"Some identifier\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"device-specific-data\": {},\n      \"slicing\": {\n        \"slice\": [\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"configured-labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"software\": {\n        \"target-active-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"target-passive-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        }\n      }\n    },\n    {\n      \"hardware-type\": \"Some hardware-type\",\n      \"interface-version\": \"Some interface-version\",\n      \"device-id\": \"Some device-id\",\n      \"duid\": \"Some duid\",\n      \"gpon-serial-number\": \"?:YYOFA385DD2C\",\n      \"configured-device-properties\": {\n        \"ip-address\": \"<string>\",\n        \"ip-port\": 0,\n        \"transport-protocol\": \"ssh\",\n        \"pma-authentication-method\": \"username-and-password\",\n        \"username\": \"\",\n        \"password\": \"\"\n      },\n      \"identifier\": \"Some identifier\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"device-specific-data\": {},\n      \"slicing\": {\n        \"slice\": [\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"virtual-device-id\": \"?:\\u001c\\u000b\",\n            \"slice-owner\": \"Some slice-owner\",\n            \"prefix\": \"?:C\",\n            \"resource-allocation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"configured-labels\": {\n        \"label\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      \"software\": {\n        \"target-active-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        \"target-passive-software\": {\n          \"url\": \"Some url\",\n          \"file-server\": \"Some file-server\",\n          \"file-name\": \"Some file-name\",\n          \"sub-directory\": \"Some sub-directory\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d3e8d1c-3294-46eb-a530-43c2112bcc5f"},{"name":"POST - NodeID - anv - lock-for-migration","id":"b1a7413c-bdea-4734-95ac-75a269048a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconv/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/lock-for-migration","description":"<p>Use this action before triggering a device upgrade that results into a datastore migration.\n       This action will temporarily set the  in read-only mode and\n       automatically upload the device datastore when it was migrated.</p>\n","urlObject":{"path":["restconv","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","lock-for-migration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c69989dd-3c66-4e4c-ada8-c28cb21d0c5c","name":"RPC lock-for-migration success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconv/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/lock-for-migration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1a7413c-bdea-4734-95ac-75a269048a07"},{"name":"POST - NodeID - anv - unlock-for-migration","id":"f3b84e3e-a393-4d89-a063-ca331fa66876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/unlock-for-migration","description":"<p>Use this action will remove the temporary lock of the \n       that was set by action .</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","unlock-for-migration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8d800ddf-081b-4571-b03c-74b2089a53bf","name":"RPC unlock-for-migration success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/unlock-for-migration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3b84e3e-a393-4d89-a063-ca331fa66876"},{"name":"POST - NodeID - anv - device-specific-data","id":"d732f62a-7c85-4fe4-a0b9-38dc620ff766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-specific-data","description":"<p>Empty container used to plug-in the device specific model\nby adding an 'augment' statement</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","device-specific-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a297ad4e-8bb2-468d-ad45-ace20ff5e359","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-specific-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d732f62a-7c85-4fe4-a0b9-38dc620ff766"},{"name":"GET - NodeID - anv - device-specific-data","id":"c0439ceb-6d06-4be9-af08-daa7d9e3dd62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-specific-data?content=<string>","description":"<p>Empty container used to plug-in the device specific model\nby adding an 'augment' statement</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","device-specific-data"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5f565772-8eb6-4a40-89e7-5ad78249b04a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-specific-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","device-specific-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-specific-data\": {}\n}"}],"_postman_id":"c0439ceb-6d06-4be9-af08-daa7d9e3dd62"},{"name":"DELETE - NodeID - anv - device-specific-data","id":"553de8b4-7981-4ee1-afe7-f1e9d874847b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-specific-data","description":"<p>Empty container used to plug-in the device specific model\nby adding an 'augment' statement</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","device-specific-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fc86f870-7d44-4eb4-aebd-9e7f5431560d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-specific-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"553de8b4-7981-4ee1-afe7-f1e9d874847b"},{"name":"PUT - NodeID - anv - device-specific-data","id":"f0af9360-42e0-4829-9ac4-83ef88494496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-specific-data\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-specific-data","description":"<p>Empty container used to plug-in the device specific model\nby adding an 'augment' statement</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","device-specific-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3062818d-cedf-490d-bd28-c860fc2143e2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-specific-data\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-specific-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3b2b1285-96b9-426e-8105-8beac3b2806d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-specific-data\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-specific-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0af9360-42e0-4829-9ac4-83ef88494496"},{"name":"GET - NodeID - anv - device-state","id":"315d8b92-b4c8-49dc-8480-7a4f68137441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-state?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","device-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"96ca9350-9ad7-4bb7-9053-52c7fb361e00","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","device-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-state\": {\n    \"reachable\": true,\n    \"reachable-last-change\": \"?:5811-17-78T66:47:20.3+64:84\",\n    \"disconnected-last-time\": \"?:4783-91-50T67:59:71Z\",\n    \"frequent-disconnects-count\": \"0\",\n    \"is-misbehaving\": false,\n    \"number-of-pending-tasks\": 0,\n    \"aligned\": true,\n    \"plug-mismatch\": true,\n    \"configuration-error\": true,\n    \"counted-subscriber-port\": [\n      {\n        \"port-type\": \"Some port-type\",\n        \"port-count\": \"0\"\n      },\n      {\n        \"port-type\": \"Some port-type\",\n        \"port-count\": \"0\"\n      }\n    ],\n    \"licensed-device-type\": \"\",\n    \"configuration-error-request\": \"Some configuration-error-request\",\n    \"configuration-error-reply\": \"Some configuration-error-reply\",\n    \"modified-by-local-craft-terminal\": true,\n    \"configuration-change-counter\": 0,\n    \"time-of-last-sent-event\": \"?:9377-13-87T73:76:61Z\",\n    \"locked-for-migration\": true,\n    \"pma-db-version\": 0,\n    \"device-db-version\": 0,\n    \"transaction-id\": \"Some transaction-id\",\n    \"number-of-get-requests\": 0,\n    \"number-of-get-config-requests\": 0,\n    \"number-of-edit-config-requests\": 0,\n    \"number-of-copy-config-requests\": 0,\n    \"number-of-notifications\": 0\n  }\n}"}],"_postman_id":"315d8b92-b4c8-49dc-8480-7a4f68137441"},{"name":"GET - NodeID - anv - counted-subscriber-port","id":"bab38639-26c0-40b6-becb-0f59208269f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-state/counted-subscriber-port=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","device-state","counted-subscriber-port=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7eff1cc7-82a6-4a67-a53b-aa4e5fab7a95","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/device-state/counted-subscriber-port=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","device-state","counted-subscriber-port=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"counted-subscriber-port\": [\n    {\n      \"port-type\": \"Some port-type\",\n      \"port-count\": \"0\"\n    },\n    {\n      \"port-type\": \"Some port-type\",\n      \"port-count\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"bab38639-26c0-40b6-becb-0f59208269f3"},{"name":"GET - NodeID - anv - discovered-device-properties","id":"1a299615-e187-4a0c-885b-ba444f14b3fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/discovered-device-properties?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","discovered-device-properties"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"166093eb-a6c9-4e21-9ebf-86efcf0c8c72","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/discovered-device-properties?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","discovered-device-properties"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"discovered-device-properties\": {\n    \"ip-address\": \"<string>\",\n    \"ip-port\": 0,\n    \"transport-protocol\": \"ssh\",\n    \"device-authentication-method\": \"username-and-password\"\n  }\n}"}],"_postman_id":"1a299615-e187-4a0c-885b-ba444f14b3fd"},{"name":"POST - NodeID - anv - slicing","id":"3e8ea968-865a-4ecf-ae07-cd22730a4ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"slice\": [\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    },\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing","description":"<p>The slicing container holds the configuration of\nthe slices that are made for this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1510a130-418e-48db-aba8-c6fa9c58b156","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"slice\": [\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    },\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3e8ea968-865a-4ecf-ae07-cd22730a4ec4"},{"name":"GET - NodeID - anv - slicing","id":"f4ff1ea1-1dea-411a-9028-8b7a8d45cef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing?content=<string>","description":"<p>The slicing container holds the configuration of\nthe slices that are made for this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"33510bd9-159e-4ca1-bb44-80a5285a902e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"slicing\": {\n    \"slice\": [\n      {\n        \"virtual-device-id\": \"?:\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:Y\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"virtual-device-id\": \"?:\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:Y\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"f4ff1ea1-1dea-411a-9028-8b7a8d45cef0"},{"name":"DELETE - NodeID - anv - slicing","id":"63454a1e-2881-4818-a4f1-62559b9d4628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing","description":"<p>The slicing container holds the configuration of\nthe slices that are made for this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d2984cc3-b396-4573-9c43-b4e2165a30df","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63454a1e-2881-4818-a4f1-62559b9d4628"},{"name":"PUT - NodeID - anv - slicing","id":"6e712585-f793-41ac-b1c3-b7057083d661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"slicing\": {\n    \"slice\": [\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing","description":"<p>The slicing container holds the configuration of\nthe slices that are made for this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e46014e2-0362-442b-81f8-2b411a338ea0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"slicing\": {\n    \"slice\": [\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"44a10ffb-a6ef-4eef-951a-a466629b81eb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"slicing\": {\n    \"slice\": [\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"virtual-device-id\": \"?:\\u001c\\u000b\",\n        \"slice-owner\": \"Some slice-owner\",\n        \"prefix\": \"?:C\",\n        \"resource-allocation\": {\n          \"validation-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"partitioned-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"private-and-read-only-resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e712585-f793-41ac-b1c3-b7057083d661"},{"name":"POST - NodeID - anv - slice","id":"ccca0458-0396-4d10-95e9-8964799baea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource-allocation\": {\n    \"validation-rule\": [\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ],\n    \"partitioned-resource\": [\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      },\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      }\n    ],\n    \"private-and-read-only-resource\": [\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      }\n    ]\n  },\n  \"slice-owner\": \"Some slice-owner\",\n  \"prefix\": \"?:C\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>","description":"<p>For each configured slice of the device, this\nlist supports the configuration of the resources within\nthe device allocated to Slice Owners.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6f08ca27-eec2-401b-b914-a4a8d74a0168","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"resource-allocation\": {\n    \"validation-rule\": [\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ],\n    \"partitioned-resource\": [\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      },\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      }\n    ],\n    \"private-and-read-only-resource\": [\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      }\n    ]\n  },\n  \"slice-owner\": \"Some slice-owner\",\n  \"prefix\": \"?:C\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ccca0458-0396-4d10-95e9-8964799baea8"},{"name":"GET - NodeID - anv - slice","id":"6c9e27e9-bbd1-430e-b623-e76dbfb0ea26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>?content=<string>","description":"<p>For each configured slice of the device, this\nlist supports the configuration of the resources within\nthe device allocated to Slice Owners.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8d78bfa3-ed4f-4ae6-8874-dff34b4aa7b1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"slice\": [\n    {\n      \"virtual-device-id\": \"?:\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:Y\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    },\n    {\n      \"virtual-device-id\": \"?:\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:Y\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"6c9e27e9-bbd1-430e-b623-e76dbfb0ea26"},{"name":"DELETE - NodeID - anv - slice","id":"2ef071b2-982d-4cbb-b25c-93cca2a3f557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>","description":"<p>For each configured slice of the device, this\nlist supports the configuration of the resources within\nthe device allocated to Slice Owners.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ae652005-e2ca-41b6-96d4-34075ee2b6db","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ef071b2-982d-4cbb-b25c-93cca2a3f557"},{"name":"PUT - NodeID - anv - slice","id":"3abc33e3-2d25-4f0b-b267-6d3426b5ce99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"slice\": [\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    },\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>","description":"<p>For each configured slice of the device, this\nlist supports the configuration of the resources within\nthe device allocated to Slice Owners.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4905c486-bc99-49cf-b6a9-910ffd8d08b4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"slice\": [\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    },\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4181b2e6-3675-445e-9193-9cf70d049c1f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"slice\": [\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    },\n    {\n      \"virtual-device-id\": \"?:\\u001c\\u000b\",\n      \"slice-owner\": \"Some slice-owner\",\n      \"prefix\": \"?:C\",\n      \"resource-allocation\": {\n        \"validation-rule\": [\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"argument\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"partitioned-resource\": [\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          },\n          {\n            \"number\": -2147483648,\n            \"name\": \"Some name\"\n          }\n        ],\n        \"private-and-read-only-resource\": [\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"private-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"read-only-resource-name\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3abc33e3-2d25-4f0b-b267-6d3426b5ce99"},{"name":"POST - NodeID - anv - resource-allocation","id":"bb187978-848a-4ce1-be6e-a099a2adbc98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validation-rule\": [\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ],\n  \"partitioned-resource\": [\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    },\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    }\n  ],\n  \"private-and-read-only-resource\": [\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation","description":"<p>This container models the allocation of resources\nwithin the device-specific-data of the device to\nthe Slice Owner.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bc4566ac-9f88-4e1e-b387-1799ecc207b0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"validation-rule\": [\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ],\n  \"partitioned-resource\": [\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    },\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    }\n  ],\n  \"private-and-read-only-resource\": [\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb187978-848a-4ce1-be6e-a099a2adbc98"},{"name":"GET - NodeID - anv - resource-allocation","id":"537570b0-a04a-4ec9-a060-0e77aa430d6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation?content=<string>","description":"<p>This container models the allocation of resources\nwithin the device-specific-data of the device to\nthe Slice Owner.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bb6eb2e3-c5b1-44d6-a990-74c755b4bc76","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"resource-allocation\": {\n    \"validation-rule\": [\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ],\n    \"partitioned-resource\": [\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      },\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      }\n    ],\n    \"private-and-read-only-resource\": [\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"537570b0-a04a-4ec9-a060-0e77aa430d6c"},{"name":"DELETE - NodeID - anv - resource-allocation","id":"ea6bc984-7704-4cae-9d3f-b57fd27e14b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation","description":"<p>This container models the allocation of resources\nwithin the device-specific-data of the device to\nthe Slice Owner.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d6931a1e-6b67-4fca-93e2-d8916ef8b452","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea6bc984-7704-4cae-9d3f-b57fd27e14b4"},{"name":"PUT - NodeID - anv - resource-allocation","id":"9e539f0f-e94a-4088-a585-58d132e3ed30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource-allocation\": {\n    \"validation-rule\": [\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ],\n    \"partitioned-resource\": [\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      },\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      }\n    ],\n    \"private-and-read-only-resource\": [\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation","description":"<p>This container models the allocation of resources\nwithin the device-specific-data of the device to\nthe Slice Owner.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"90fda2dd-a2b7-4343-91e8-37126f88fae6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource-allocation\": {\n    \"validation-rule\": [\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ],\n    \"partitioned-resource\": [\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      },\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      }\n    ],\n    \"private-and-read-only-resource\": [\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f59c9fa9-b67b-45db-803e-896a8f28e721","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource-allocation\": {\n    \"validation-rule\": [\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"argument\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ]\n      }\n    ],\n    \"partitioned-resource\": [\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      },\n      {\n        \"number\": -2147483648,\n        \"name\": \"Some name\"\n      }\n    ],\n    \"private-and-read-only-resource\": [\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"private-resource-name\": [\n          \"Some private-resource-name\",\n          \"Some private-resource-name\"\n        ],\n        \"read-only-resource-name\": [\n          \"Some read-only-resource-name\",\n          \"Some read-only-resource-name\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9e539f0f-e94a-4088-a585-58d132e3ed30"},{"name":"POST - NodeID - anv - validation-rule","id":"749b8463-61de-4188-9a74-ed733320c737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"argument\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>","description":"<p>The list of validation rules supports the configuration\nthe configuration of rule arguments.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5d2cdab9-673b-4cab-99f0-0e7c92deae89","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"argument\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"749b8463-61de-4188-9a74-ed733320c737"},{"name":"GET - NodeID - anv - validation-rule","id":"e59f6d80-d610-471d-bba0-1ba067df519f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>?content=<string>","description":"<p>The list of validation rules supports the configuration\nthe configuration of rule arguments.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"73d5fc3b-a5c7-4c74-832c-e997fcab19f0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"validation-rule\": [\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"e59f6d80-d610-471d-bba0-1ba067df519f"},{"name":"DELETE - NodeID - anv - validation-rule","id":"d498f77c-8331-4f05-a298-a9daf4b3ee9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>","description":"<p>The list of validation rules supports the configuration\nthe configuration of rule arguments.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3019ca12-33f9-458a-a315-69f6d854daba","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d498f77c-8331-4f05-a298-a9daf4b3ee9b"},{"name":"PUT - NodeID - anv - validation-rule","id":"af51b6a2-71e4-4b53-ac95-4e764bec52c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validation-rule\": [\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>","description":"<p>The list of validation rules supports the configuration\nthe configuration of rule arguments.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2b6dfc58-58b4-4ee1-a1e1-189694a08809","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"validation-rule\": [\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a4e6ecf4-fe57-4923-96d0-a33785d4fbaf","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"validation-rule\": [\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"argument\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af51b6a2-71e4-4b53-ac95-4e764bec52c7"},{"name":"POST - NodeID - anv - argument","id":"167cf7cc-7c3d-408b-a95b-8d93cc84964b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>/argument=<string>","description":"<p>The arguments (name &amp; value) of the rule.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>","argument=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2203685c-8846-4430-973e-c1a4731448c2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>/argument=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"167cf7cc-7c3d-408b-a95b-8d93cc84964b"},{"name":"GET - NodeID - anv - argument","id":"086ed7d8-9cc1-42e3-8b7e-1403512fa7e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>/argument=<string>?content=<string>","description":"<p>The arguments (name &amp; value) of the rule.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>","argument=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d08a0594-9a7f-4a98-98a0-3dd588d45353","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>/argument=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>","argument=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"argument\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"086ed7d8-9cc1-42e3-8b7e-1403512fa7e5"},{"name":"DELETE - NodeID - anv - argument","id":"465b2429-bd08-4ede-9430-77b7044d4815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>/argument=<string>","description":"<p>The arguments (name &amp; value) of the rule.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>","argument=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"62992cd3-6a50-483d-bc68-556f6895f949","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>/argument=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"465b2429-bd08-4ede-9430-77b7044d4815"},{"name":"PUT - NodeID - anv - argument","id":"de7fc463-b0d6-4ed7-a44b-ec2bc7ae4c79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"argument\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>/argument=<string>","description":"<p>The arguments (name &amp; value) of the rule.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","validation-rule=<string>","argument=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"78ec0453-1e22-4861-b551-97939fa6d166","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"argument\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>/argument=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f89d643f-2a7e-4ead-a493-622002986cd4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"argument\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/validation-rule=<string>/argument=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de7fc463-b0d6-4ed7-a44b-ec2bc7ae4c79"},{"name":"POST - NodeID - anv - partitioned-resource","id":"3743aed4-a967-40de-ab64-7cf85a74aa38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"number\": -2147483648\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/partitioned-resource=<string>","description":"<p>The list of partitioned resources supports the configuration\nof the number of resources of a given type that are allocated\nto this virtual device.\nThe resource type is identified by the 'name' leaf.\nThe list of resource types that can be partitioned can be\nretrieved from the device-plug list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","partitioned-resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9c7abac9-fe33-4957-a8d7-b7eb8a04e1f7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"number\": -2147483648\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/partitioned-resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3743aed4-a967-40de-ab64-7cf85a74aa38"},{"name":"GET - NodeID - anv - partitioned-resource","id":"607907f6-0817-4575-8d79-a44a3738decc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/partitioned-resource=<string>?content=<string>","description":"<p>The list of partitioned resources supports the configuration\nof the number of resources of a given type that are allocated\nto this virtual device.\nThe resource type is identified by the 'name' leaf.\nThe list of resource types that can be partitioned can be\nretrieved from the device-plug list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","partitioned-resource=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0c5c469e-d558-4574-86b9-443773324c46","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/partitioned-resource=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","partitioned-resource=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"partitioned-resource\": [\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    },\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"607907f6-0817-4575-8d79-a44a3738decc"},{"name":"DELETE - NodeID - anv - partitioned-resource","id":"7a41da62-589d-4441-8396-1113d0411089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/partitioned-resource=<string>","description":"<p>The list of partitioned resources supports the configuration\nof the number of resources of a given type that are allocated\nto this virtual device.\nThe resource type is identified by the 'name' leaf.\nThe list of resource types that can be partitioned can be\nretrieved from the device-plug list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","partitioned-resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"448244c6-e095-4dc6-a8d2-c4e750d4b375","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/partitioned-resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a41da62-589d-4441-8396-1113d0411089"},{"name":"PUT - NodeID - anv - partitioned-resource","id":"f3a77ee8-dc64-4127-befb-edab366186e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"partitioned-resource\": [\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    },\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/partitioned-resource=<string>","description":"<p>The list of partitioned resources supports the configuration\nof the number of resources of a given type that are allocated\nto this virtual device.\nThe resource type is identified by the 'name' leaf.\nThe list of resource types that can be partitioned can be\nretrieved from the device-plug list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","partitioned-resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"83042216-8310-4cf6-a1ce-a6a08ea6be87","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"partitioned-resource\": [\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    },\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/partitioned-resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bde0fa97-4a39-4712-b10c-4e096130359d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"partitioned-resource\": [\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    },\n    {\n      \"number\": -2147483648,\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/partitioned-resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3a77ee8-dc64-4127-befb-edab366186e9"},{"name":"POST - NodeID - anv - private-and-read-only-resource","id":"d918a480-152e-475c-84cb-bc6085c5b7ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"private-resource-name\": [\n    \"Some private-resource-name\",\n    \"Some private-resource-name\"\n  ],\n  \"read-only-resource-name\": [\n    \"Some read-only-resource-name\",\n    \"Some read-only-resource-name\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/private-and-read-only-resource=<string>","description":"<p>The list of private and read-only resources supports\nthe configuration of resource names of a given type,\nEG equipment, that are allocated to this virtual device</p>\n<ol>\n<li>in read-write mode, and are not visible to other Slice Owners.</li>\n<li>in read-only mode, and may be visible to other Slice Owners.\nThe resource type is identified by the 'name' leaf.\nThe list of resource types that can be read-only can be\nretrieved from the device-plug list.</li>\n</ol>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","private-and-read-only-resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f22ac36e-2032-4572-8260-1639b17ae7f7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"private-resource-name\": [\n    \"Some private-resource-name\",\n    \"Some private-resource-name\"\n  ],\n  \"read-only-resource-name\": [\n    \"Some read-only-resource-name\",\n    \"Some read-only-resource-name\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/private-and-read-only-resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d918a480-152e-475c-84cb-bc6085c5b7ec"},{"name":"GET - NodeID - anv - private-and-read-only-resource","id":"fe864fcf-1ff0-4f16-840b-9e0d1dd868d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/private-and-read-only-resource=<string>?content=<string>","description":"<p>The list of private and read-only resources supports\nthe configuration of resource names of a given type,\nEG equipment, that are allocated to this virtual device</p>\n<ol>\n<li>in read-write mode, and are not visible to other Slice Owners.</li>\n<li>in read-only mode, and may be visible to other Slice Owners.\nThe resource type is identified by the 'name' leaf.\nThe list of resource types that can be read-only can be\nretrieved from the device-plug list.</li>\n</ol>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","private-and-read-only-resource=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"22f3cb7c-ba9b-4483-87df-f290744b27a0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/private-and-read-only-resource=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","private-and-read-only-resource=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"private-and-read-only-resource\": [\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"fe864fcf-1ff0-4f16-840b-9e0d1dd868d3"},{"name":"DELETE - NodeID - anv - private-and-read-only-resource","id":"bcf68565-6b21-4f09-813b-ec1813578b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/private-and-read-only-resource=<string>","description":"<p>The list of private and read-only resources supports\nthe configuration of resource names of a given type,\nEG equipment, that are allocated to this virtual device</p>\n<ol>\n<li>in read-write mode, and are not visible to other Slice Owners.</li>\n<li>in read-only mode, and may be visible to other Slice Owners.\nThe resource type is identified by the 'name' leaf.\nThe list of resource types that can be read-only can be\nretrieved from the device-plug list.</li>\n</ol>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","private-and-read-only-resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6ba947c8-5f80-4a9b-8352-4a480439fc3f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/private-and-read-only-resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bcf68565-6b21-4f09-813b-ec1813578b72"},{"name":"PUT - NodeID - anv - private-and-read-only-resource","id":"bcba727e-d888-4bd4-9c85-b6b33064cb41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"private-and-read-only-resource\": [\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/private-and-read-only-resource=<string>","description":"<p>The list of private and read-only resources supports\nthe configuration of resource names of a given type,\nEG equipment, that are allocated to this virtual device</p>\n<ol>\n<li>in read-write mode, and are not visible to other Slice Owners.</li>\n<li>in read-only mode, and may be visible to other Slice Owners.\nThe resource type is identified by the 'name' leaf.\nThe list of resource types that can be read-only can be\nretrieved from the device-plug list.</li>\n</ol>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-network-slicing:slicing","slice=<string>","resource-allocation","private-and-read-only-resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"878b16ba-0e0b-4216-b91c-261e0fdc9416","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"private-and-read-only-resource\": [\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/private-and-read-only-resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d692f9c0-e36e-48c9-9e44-0fcc50814e60","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"private-and-read-only-resource\": [\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"private-resource-name\": [\n        \"Some private-resource-name\",\n        \"Some private-resource-name\"\n      ],\n      \"read-only-resource-name\": [\n        \"Some read-only-resource-name\",\n        \"Some read-only-resource-name\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-network-slicing:slicing/slice=<string>/resource-allocation/private-and-read-only-resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bcba727e-d888-4bd4-9c85-b6b33064cb41"},{"name":"GET - NodeID - anv - device-config-history","id":"3c059ba0-b209-434b-aa4a-a76a3926c823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-config-history:device-config-history?content=<string>","description":"<p>List used to hold together all the versions of device configuration backup</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-config-history:device-config-history"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"467600ef-ae1a-4590-8a27-158a4faa5e63","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-config-history:device-config-history?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-config-history:device-config-history"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-config-history\": {\n    \"number-of-config-backups\": 0,\n    \"config-backup\": [\n      {\n        \"version\": 0,\n        \"timestamp\": \"?:3662-97-57T65:63:31.8Z\",\n        \"config-interface-version\": \"Some config-interface-version\",\n        \"username\": \"Some username\",\n        \"pma-db-version\": 0\n      },\n      {\n        \"version\": 0,\n        \"timestamp\": \"?:3662-97-57T65:63:31.8Z\",\n        \"config-interface-version\": \"Some config-interface-version\",\n        \"username\": \"Some username\",\n        \"pma-db-version\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"3c059ba0-b209-434b-aa4a-a76a3926c823"},{"name":"GET - NodeID - anv - config-backup","id":"e87eb2d0-93c6-47db-9f67-3d3691f65273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-config-history:device-config-history/config-backup=<string>?content=<string>","description":"<p>A device configuration backup.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-config-history:device-config-history","config-backup=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d82bdbee-f924-4956-8281-1823f280c7b8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-config-history:device-config-history/config-backup=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-config-history:device-config-history","config-backup=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config-backup\": [\n    {\n      \"version\": 0,\n      \"timestamp\": \"?:3662-97-57T65:63:31.8Z\",\n      \"config-interface-version\": \"Some config-interface-version\",\n      \"username\": \"Some username\",\n      \"pma-db-version\": 0\n    },\n    {\n      \"version\": 0,\n      \"timestamp\": \"?:3662-97-57T65:63:31.8Z\",\n      \"config-interface-version\": \"Some config-interface-version\",\n      \"username\": \"Some username\",\n      \"pma-db-version\": 0\n    }\n  ]\n}"}],"_postman_id":"e87eb2d0-93c6-47db-9f67-3d3691f65273"},{"name":"POST - NodeID - anv - configured-labels","id":"c96c7e58-892e-4c75-960f-b73ac2acd587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels","description":"<p>This container holds the set of configured labels.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"87bcc927-eb17-487d-ade9-240ce85786e0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c96c7e58-892e-4c75-960f-b73ac2acd587"},{"name":"GET - NodeID - anv - configured-labels","id":"c5efcfaa-73cc-4731-8e87-59c68009f058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels?content=<string>","description":"<p>This container holds the set of configured labels.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7f2526f8-ce53-4f44-8f08-abae7f8aa3ba","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-labels\": {\n    \"label\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}"}],"_postman_id":"c5efcfaa-73cc-4731-8e87-59c68009f058"},{"name":"DELETE - NodeID - anv - configured-labels","id":"74a835ec-f3e3-4154-a082-f5f64321168d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels","description":"<p>This container holds the set of configured labels.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fd22bddf-adb1-4a80-a993-733c1f782cfa","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74a835ec-f3e3-4154-a082-f5f64321168d"},{"name":"PUT - NodeID - anv - configured-labels","id":"24dff02b-98c3-4540-9b9c-f6db8d36658b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-labels\": {\n    \"label\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels","description":"<p>This container holds the set of configured labels.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ebe614c2-dc2f-4874-bcf9-aeb2e230609d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-labels\": {\n    \"label\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"66def899-dc17-41c0-9c6b-f8e2b4721e73","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-labels\": {\n    \"label\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"24dff02b-98c3-4540-9b9c-f6db8d36658b"},{"name":"POST - NodeID - anv - label","id":"c520329d-8ab1-4c6e-b670-461a12b21e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels/label=<string>","description":"<p>A set of labels that one can associate to a device for miscellaneous\npurposes</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels","label=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3990b8f1-ef00-4a12-8e91-da40c05e698d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels/label=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c520329d-8ab1-4c6e-b670-461a12b21e54"},{"name":"GET - NodeID - anv - label","id":"1785aa01-bb9a-427e-b969-b95f5ec752f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels/label=<string>?content=<string>","description":"<p>A set of labels that one can associate to a device for miscellaneous\npurposes</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels","label=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b03e3010-ecbe-4fe8-868a-a36f8c053e49","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels/label=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels","label=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"1785aa01-bb9a-427e-b969-b95f5ec752f7"},{"name":"DELETE - NodeID - anv - label","id":"b7aba52a-90b1-4695-a2a2-3eb2008e7c4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels/label=<string>","description":"<p>A set of labels that one can associate to a device for miscellaneous\npurposes</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels","label=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"35dd9541-cd89-46c2-bbdd-4e5fdf489d60","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels/label=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b7aba52a-90b1-4695-a2a2-3eb2008e7c4e"},{"name":"PUT - NodeID - anv - label","id":"b38dec02-db7e-4af8-8b2b-6bcc6eef9368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels/label=<string>","description":"<p>A set of labels that one can associate to a device for miscellaneous\npurposes</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:configured-labels","label=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"690c8824-9cb4-475e-b16f-7e80714e93cf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels/label=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8870879e-cbb0-4f9b-9056-4ec5cb1cd8f4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:configured-labels/label=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b38dec02-db7e-4af8-8b2b-6bcc6eef9368"},{"name":"GET - NodeID - anv - labels","id":"79c884f3-662c-4d31-b393-6e07b9cf24b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:labels?content=<string>","description":"<p>This container holds a set of labels configured and generated\n    by the server</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:labels"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d67d222d-e02e-4b92-a9c8-4c4249f97930","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:labels?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:labels"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"labels\": {\n    \"label\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}"}],"_postman_id":"79c884f3-662c-4d31-b393-6e07b9cf24b2"},{"name":"GET - NodeID - anv - label","id":"e0825629-07f3-433a-987b-f3f10caf6d0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:labels/label=<string>?content=<string>","description":"<p>A set of labels that one can associate to a device for miscellaneous\npurposes</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:labels","label=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9b91cb7b-57a5-472d-bfb1-a0fea0ee0105","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-device-tag:labels/label=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-device-tag:labels","label=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"label\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"e0825629-07f3-433a-987b-f3f10caf6d0f"},{"name":"POST - NodeID - anv - software","id":"bda9faff-77e1-459b-bb0d-42eecadbdeb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"target-active-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  },\n  \"target-passive-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software","description":"<p>Container for target &amp; actual software versions of a device. This\ncontainer represents local data of the ANV server</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2f1b0c47-77c6-4fef-8348-4566cb23eb54","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"target-active-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  },\n  \"target-passive-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bda9faff-77e1-459b-bb0d-42eecadbdeb8"},{"name":"GET - NodeID - anv - software","id":"10864f5c-deac-440e-b5a4-c3a9cf994578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software?content=<string>","description":"<p>Container for target &amp; actual software versions of a device. This\ncontainer represents local data of the ANV server</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"19616bfd-4579-4ade-9bab-364fbb3784ea","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software\": {\n    \"target-active-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    },\n    \"target-passive-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    },\n    \"active-software\": \"Some active-software\",\n    \"passive-software\": \"Some passive-software\",\n    \"software-error-operation\": \"none\",\n    \"software-error-reason\": \"Some software-error-reason\",\n    \"software-error-time\": \"?:8422-50-94T25:46:50.3+71:61\"\n  }\n}"}],"_postman_id":"10864f5c-deac-440e-b5a4-c3a9cf994578"},{"name":"DELETE - NodeID - anv - software","id":"606655f1-52b0-4dc8-8933-f07b210df027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software","description":"<p>Container for target &amp; actual software versions of a device. This\ncontainer represents local data of the ANV server</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dab7024c-e621-4030-8d95-9dd613ba3c03","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"606655f1-52b0-4dc8-8933-f07b210df027"},{"name":"PUT - NodeID - anv - software","id":"9545353a-cf82-4364-8c74-12507a405050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"software\": {\n    \"target-active-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    },\n    \"target-passive-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software","description":"<p>Container for target &amp; actual software versions of a device. This\ncontainer represents local data of the ANV server</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"12a086a8-0894-4033-95fa-c31243546cdd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software\": {\n    \"target-active-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    },\n    \"target-passive-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"396b4cd2-7312-45fb-a2c2-b44ee3442835","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software\": {\n    \"target-active-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    },\n    \"target-passive-software\": {\n      \"url\": \"Some url\",\n      \"file-server\": \"Some file-server\",\n      \"file-name\": \"Some file-name\",\n      \"sub-directory\": \"Some sub-directory\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9545353a-cf82-4364-8c74-12507a405050"},{"name":"POST - NodeID - anv - target-active-software","id":"92704295-c7eb-437b-9ad6-056cb604aceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"Some url\",\n  \"file-server\": \"Some file-server\",\n  \"file-name\": \"Some file-name\",\n  \"sub-directory\": \"Some sub-directory\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-active-software","description":"<p>Software version expected to be active on the target devices.</p>\n<ul>\n<li>This leaf is optional. When not provided, the ANV will not to try &amp;\n change the currently active software on the device.</li>\n<li>Value 'url' explicitly specifies the URL from where the file\n can be downloaded\n Example: <a href=\"ftp://user:password@host/downloadPath/swImageName\">ftp://user:password@host/downloadPath/swImageName</a>.</li>\n<li>Value 'file-on-server' refers to a software file entry in the\n list device-software-files-on-server/available-file. The ANV\n computes a URL from that entry.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-active-software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8e91d899-3f9a-49fb-9d00-bf22145cb0bb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"url\": \"Some url\",\n  \"file-server\": \"Some file-server\",\n  \"file-name\": \"Some file-name\",\n  \"sub-directory\": \"Some sub-directory\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-active-software"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"92704295-c7eb-437b-9ad6-056cb604aceb"},{"name":"GET - NodeID - anv - target-active-software","id":"7965e7c3-7ff9-4c15-8bde-df1a2724c9b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-active-software?content=<string>","description":"<p>Software version expected to be active on the target devices.</p>\n<ul>\n<li>This leaf is optional. When not provided, the ANV will not to try &amp;\n change the currently active software on the device.</li>\n<li>Value 'url' explicitly specifies the URL from where the file\n can be downloaded\n Example: <a href=\"ftp://user:password@host/downloadPath/swImageName\">ftp://user:password@host/downloadPath/swImageName</a>.</li>\n<li>Value 'file-on-server' refers to a software file entry in the\n list device-software-files-on-server/available-file. The ANV\n computes a URL from that entry.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-active-software"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"40262697-9f97-4d2a-a23e-5a643150bfbe","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-active-software?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-active-software"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"target-active-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}"}],"_postman_id":"7965e7c3-7ff9-4c15-8bde-df1a2724c9b4"},{"name":"DELETE - NodeID - anv - target-active-software","id":"98b08482-3b78-4426-8fd1-2727168ef848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-active-software","description":"<p>Software version expected to be active on the target devices.</p>\n<ul>\n<li>This leaf is optional. When not provided, the ANV will not to try &amp;\n change the currently active software on the device.</li>\n<li>Value 'url' explicitly specifies the URL from where the file\n can be downloaded\n Example: <a href=\"ftp://user:password@host/downloadPath/swImageName\">ftp://user:password@host/downloadPath/swImageName</a>.</li>\n<li>Value 'file-on-server' refers to a software file entry in the\n list device-software-files-on-server/available-file. The ANV\n computes a URL from that entry.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-active-software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3bb8b07c-a834-406e-b9ee-8c2a0d505de9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-active-software"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98b08482-3b78-4426-8fd1-2727168ef848"},{"name":"PUT - NodeID - anv - target-active-software","id":"efadc2be-afd3-429f-8692-9785acb37b15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"target-active-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-active-software","description":"<p>Software version expected to be active on the target devices.</p>\n<ul>\n<li>This leaf is optional. When not provided, the ANV will not to try &amp;\n change the currently active software on the device.</li>\n<li>Value 'url' explicitly specifies the URL from where the file\n can be downloaded\n Example: <a href=\"ftp://user:password@host/downloadPath/swImageName\">ftp://user:password@host/downloadPath/swImageName</a>.</li>\n<li>Value 'file-on-server' refers to a software file entry in the\n list device-software-files-on-server/available-file. The ANV\n computes a URL from that entry.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-active-software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"439437e7-a0d5-4953-9b15-423ed0a559f8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"target-active-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-active-software"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e5775304-aa74-4288-8619-473a6bd571a6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"target-active-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-active-software"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"efadc2be-afd3-429f-8692-9785acb37b15"},{"name":"POST - NodeID - anv - target-passive-software","id":"6ef168d4-f637-4a69-b661-37ac7c29a5f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"Some url\",\n  \"file-server\": \"Some file-server\",\n  \"file-name\": \"Some file-name\",\n  \"sub-directory\": \"Some sub-directory\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-passive-software","description":"<p>Software version expected to be passive on the target devices.</p>\n<ul>\n<li>This leaf is optional. When not provided, the ANV will not to try &amp;\n change the currently passive software on the device.</li>\n<li>Value 'url' explicitly specifies the URL from where the file\n can be downloaded\n Example: <a href=\"ftp://user:password@host/downloadPath/swImageName\">ftp://user:password@host/downloadPath/swImageName</a>.</li>\n<li>Value 'file-on-server' refers to a software file entry in the\n list device-software-files-on-server/available-file. The ANV\n computes a URL from that entry.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-passive-software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"daf2b511-7210-4924-b7c3-f6bbe30fe822","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"url\": \"Some url\",\n  \"file-server\": \"Some file-server\",\n  \"file-name\": \"Some file-name\",\n  \"sub-directory\": \"Some sub-directory\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-passive-software"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ef168d4-f637-4a69-b661-37ac7c29a5f9"},{"name":"GET - NodeID - anv - target-passive-software","id":"df10b165-7206-43b8-b074-23f67f15464e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-passive-software?content=<string>","description":"<p>Software version expected to be passive on the target devices.</p>\n<ul>\n<li>This leaf is optional. When not provided, the ANV will not to try &amp;\n change the currently passive software on the device.</li>\n<li>Value 'url' explicitly specifies the URL from where the file\n can be downloaded\n Example: <a href=\"ftp://user:password@host/downloadPath/swImageName\">ftp://user:password@host/downloadPath/swImageName</a>.</li>\n<li>Value 'file-on-server' refers to a software file entry in the\n list device-software-files-on-server/available-file. The ANV\n computes a URL from that entry.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-passive-software"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"19e3cff0-34c8-4a47-a27f-dfc749e4a7d8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-passive-software?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-passive-software"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"target-passive-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}"}],"_postman_id":"df10b165-7206-43b8-b074-23f67f15464e"},{"name":"DELETE - NodeID - anv - target-passive-software","id":"931ad06c-52af-4321-bc10-de29653e6660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-passive-software","description":"<p>Software version expected to be passive on the target devices.</p>\n<ul>\n<li>This leaf is optional. When not provided, the ANV will not to try &amp;\n change the currently passive software on the device.</li>\n<li>Value 'url' explicitly specifies the URL from where the file\n can be downloaded\n Example: <a href=\"ftp://user:password@host/downloadPath/swImageName\">ftp://user:password@host/downloadPath/swImageName</a>.</li>\n<li>Value 'file-on-server' refers to a software file entry in the\n list device-software-files-on-server/available-file. The ANV\n computes a URL from that entry.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-passive-software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4914bacc-bda3-4535-bbb2-aac4a8c3581c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-passive-software"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"931ad06c-52af-4321-bc10-de29653e6660"},{"name":"PUT - NodeID - anv - target-passive-software","id":"2a03b971-943a-47aa-998d-8073478ade09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"target-passive-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-passive-software","description":"<p>Software version expected to be passive on the target devices.</p>\n<ul>\n<li>This leaf is optional. When not provided, the ANV will not to try &amp;\n change the currently passive software on the device.</li>\n<li>Value 'url' explicitly specifies the URL from where the file\n can be downloaded\n Example: <a href=\"ftp://user:password@host/downloadPath/swImageName\">ftp://user:password@host/downloadPath/swImageName</a>.</li>\n<li>Value 'file-on-server' refers to a software file entry in the\n list device-software-files-on-server/available-file. The ANV\n computes a URL from that entry.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:software","target-passive-software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"852d9dc8-808c-46a8-8885-bce8ee7eeece","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"target-passive-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-passive-software"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1b52578e-d8b5-4d33-9194-fad841e563e3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"target-passive-software\": {\n    \"url\": \"Some url\",\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:software/target-passive-software"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a03b971-943a-47aa-998d-8073478ade09"},{"name":"GET - NodeID - anv - progress-reporting","id":"99cb2477-cba3-4c70-88e6-b712601e0e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:progress-reporting?content=<string>","description":"<p>Holds data nodes reporting the progress of the current software alignment\nprocess.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:progress-reporting"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e0c944d1-de24-4131-b28d-e19520ea9da9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:progress-reporting?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:progress-reporting"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"progress-reporting\": {\n    \"already-triggered-operation\": [\n      {\n        \"operation-type\": \"activate\",\n        \"software-name\": \"Some software-name\",\n        \"start-time\": \"?:4765-45-46T61:03:39+31:35\",\n        \"result\": \"Some result\",\n        \"result-time\": \"?:2328-94-64T39:64:58.71+85:17\"\n      },\n      {\n        \"operation-type\": \"activate\",\n        \"software-name\": \"Some software-name\",\n        \"start-time\": \"?:4765-45-46T61:03:39+31:35\",\n        \"result\": \"Some result\",\n        \"result-time\": \"?:2328-94-64T39:64:58.71+85:17\"\n      }\n    ],\n    \"current-operation\": {\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\",\n      \"start-time\": \"?:5637-37-23T74:12:61+93:18\",\n      \"failed\": \"<object>\"\n    },\n    \"next-operation\": [\n      {\n        \"order\": 0,\n        \"operation-type\": \"activate\",\n        \"software-name\": \"Some software-name\"\n      },\n      {\n        \"order\": 0,\n        \"operation-type\": \"activate\",\n        \"software-name\": \"Some software-name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"99cb2477-cba3-4c70-88e6-b712601e0e9b"},{"name":"GET - NodeID - anv - already-triggered-operation","id":"6cc7e42b-5e71-4391-953f-1ebe7eb664e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:progress-reporting/already-triggered-operation=<string>?content=<string>","description":"<p>List of software operations towards the device that were\ntriggered in the scope of the current software alignment process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:progress-reporting","already-triggered-operation=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5a811c19-14f7-468b-a8bb-11a0abef4f37","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:progress-reporting/already-triggered-operation=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:progress-reporting","already-triggered-operation=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"already-triggered-operation\": [\n    {\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\",\n      \"start-time\": \"?:4765-45-46T61:03:39+31:35\",\n      \"result\": \"Some result\",\n      \"result-time\": \"?:2328-94-64T39:64:58.71+85:17\"\n    },\n    {\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\",\n      \"start-time\": \"?:4765-45-46T61:03:39+31:35\",\n      \"result\": \"Some result\",\n      \"result-time\": \"?:2328-94-64T39:64:58.71+85:17\"\n    }\n  ]\n}"}],"_postman_id":"6cc7e42b-5e71-4391-953f-1ebe7eb664e2"},{"name":"GET - NodeID - anv - current-operation","id":"9e56c4e7-fb39-4573-b53e-4c7cb77fdf18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:progress-reporting/current-operation?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:progress-reporting","current-operation"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"303d8971-7683-4dd4-a2d4-e9f50d8af2e8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:progress-reporting/current-operation?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:progress-reporting","current-operation"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current-operation\": {\n    \"operation-type\": \"activate\",\n    \"software-name\": \"Some software-name\",\n    \"start-time\": \"?:5637-37-23T74:12:61+93:18\",\n    \"failed\": \"<object>\"\n  }\n}"}],"_postman_id":"9e56c4e7-fb39-4573-b53e-4c7cb77fdf18"},{"name":"GET - NodeID - anv - next-operation","id":"613537d5-4e1e-4a91-9c64-39e5abb6f3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:progress-reporting/next-operation=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:progress-reporting","next-operation=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8ab52a48-90cc-4d66-8ac9-cb658a8bce1b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:device=<string>/anv-software:progress-reporting/next-operation=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:device=<string>","anv-software:progress-reporting","next-operation=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"next-operation\": [\n    {\n      \"order\": 0,\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\"\n    },\n    {\n      \"order\": 0,\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\"\n    }\n  ]\n}"}],"_postman_id":"613537d5-4e1e-4a91-9c64-39e5abb6f3e0"},{"name":"GET - NodeID - anv - new-devices","id":"d8fbf38a-8bb0-4188-b853-c791e266e288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:new-devices?content=<string>","description":"<p>Container for the list of new-devices. New-devices are devices\ncalling the PMAA but not provisioned in the 'device' list of the\nPMAA</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:new-devices"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"650cdecf-84e1-472b-b608-52d99518982c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:new-devices?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:new-devices"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"new-devices\": {\n    \"new-device\": [\n      {\n        \"identification-method\": \"duid\",\n        \"identification-value\": \"Some identification-value\",\n        \"gpon-serial-number\": \"?:LPWK4FEEF8A5\",\n        \"detection-time\": \"?:1433-67-64T26:56:36.6-62:82\",\n        \"compatible-device-plug-details\": {\n          \"compatible-plug\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"device-capability\": [\n            \"Some device-capability\",\n            \"Some device-capability\"\n          ]\n        }\n      },\n      {\n        \"identification-method\": \"duid\",\n        \"identification-value\": \"Some identification-value\",\n        \"gpon-serial-number\": \"?:LPWK4FEEF8A5\",\n        \"detection-time\": \"?:1433-67-64T26:56:36.6-62:82\",\n        \"compatible-device-plug-details\": {\n          \"compatible-plug\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"device-capability\": [\n            \"Some device-capability\",\n            \"Some device-capability\"\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"d8fbf38a-8bb0-4188-b853-c791e266e288"},{"name":"GET - NodeID - anv - new-device","id":"332f0d37-c467-4a12-991c-326bdc824a57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:new-devices/new-device=<string>,<string>?content=<string>","description":"<p>List of new-devices.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:new-devices","new-device=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3ccd5efd-cfdf-4fbe-b43a-5efdde9a2db3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:new-devices/new-device=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:new-devices","new-device=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"new-device\": [\n    {\n      \"identification-method\": \"duid\",\n      \"identification-value\": \"Some identification-value\",\n      \"gpon-serial-number\": \"?:LPWK4FEEF8A5\",\n      \"detection-time\": \"?:1433-67-64T26:56:36.6-62:82\",\n      \"compatible-device-plug-details\": {\n        \"compatible-plug\": [\n          {\n            \"hardware-type\": \"Some hardware-type\",\n            \"interface-version\": \"Some interface-version\"\n          },\n          {\n            \"hardware-type\": \"Some hardware-type\",\n            \"interface-version\": \"Some interface-version\"\n          }\n        ],\n        \"device-capability\": [\n          \"Some device-capability\",\n          \"Some device-capability\"\n        ]\n      }\n    },\n    {\n      \"identification-method\": \"duid\",\n      \"identification-value\": \"Some identification-value\",\n      \"gpon-serial-number\": \"?:LPWK4FEEF8A5\",\n      \"detection-time\": \"?:1433-67-64T26:56:36.6-62:82\",\n      \"compatible-device-plug-details\": {\n        \"compatible-plug\": [\n          {\n            \"hardware-type\": \"Some hardware-type\",\n            \"interface-version\": \"Some interface-version\"\n          },\n          {\n            \"hardware-type\": \"Some hardware-type\",\n            \"interface-version\": \"Some interface-version\"\n          }\n        ],\n        \"device-capability\": [\n          \"Some device-capability\",\n          \"Some device-capability\"\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"332f0d37-c467-4a12-991c-326bdc824a57"},{"name":"GET - NodeID - anv - compatible-device-plug-details","id":"99cce763-d32c-407b-ad5d-fd2d3b5f5919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:new-devices/new-device=<string>,<string>/compatible-device-plug-details?content=<string>","description":"<p>Details of the installed device plug that can be used to manage the device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:new-devices","new-device=<string>,<string>","compatible-device-plug-details"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5bd709c4-422f-4a93-b63c-8b85d31884a6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv:device-manager/anv-device-holders:new-devices/new-device=<string>,<string>/compatible-device-plug-details?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv:device-manager","anv-device-holders:new-devices","new-device=<string>,<string>","compatible-device-plug-details"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"compatible-device-plug-details\": {\n    \"compatible-plug\": [\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\"\n      },\n      {\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\"\n      }\n    ],\n    \"device-capability\": [\n      \"Some device-capability\",\n      \"Some device-capability\"\n    ]\n  }\n}"}],"_postman_id":"99cce763-d32c-407b-ad5d-fd2d3b5f5919"}],"id":"27da3864-dce7-4a29-8d2d-978594e41bfd","description":"<p>These endpoints pertain to the Internet-of-Things (IoT) Data Management (DM) running on a node identified by NodeID.</p>\n<p>IoT device management refers to the processes involving the provisioning and authenticating, configuring, maintaining, monitoring and diagnosing connected devices operating as part of an IoT environment to provide and support the whole spectrum of their functional capabilities.</p>\n<p>The IoTDM application (plugin) interacts with data producers (IoT devices such as sensors and IoT management systems) and data consumers (analytics engines). The interaction happens through a variety of IoT protocol plugins, such as CoAP, MQTT, HTTP, and so on.</p>\n<p>The endpoints in this section are for Internet-of-Things (IoT) Data Management (DM).</p>\n<h2 id=\"onem2m\">OneM2M</h2>\n<p><img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/ODL-IoTDM.jpg\" alt /></p>\n<p>The Internet of Things Data Management (IoTDM) on OpenDaylight (ODL) project is about developing a data-centric middleware that will act as a oneM2M compliant IoT Data Broker and enable authorized applications to retrieve IoT data uploaded by any device. The ODL platform is used to implement the oneM2M data store which models a hierarchical containment tree, where each node in the tree represents an oneM2M resource. Typically, IOT devices and applications interact with the resource tree over standard protocols such as CoAP, MQTT, and HTTP.</p>\n<p>Initially, the oneM2M resource tree is used by applications to retrieve data. Possible applications are inventory/device management systems or big data analytic systems designed to make sense of the data collected. But, at some point, applications will need to configure the devices. Features and tools will have to be provided to enable configuration of the devices based on applications responding to user input, network conditions, or some set of programmable rules or policies possibly triggered by the receipt of data collected from the devices.</p>\n<p>The ODL platform, with its rich unique cross-section of SDN capabilities, NFV, and now IOT device and application management, can be bundled with a targeted set of features and deployed anywhere in the network to give the network/service provider ultimate control. Depending on the use case, the ODL IOT platform can be configured with only IOT data collection capabilities where it is deployed near the IOT devices and its footprint needs to be small, or it can be configured to run as a highly scaled up and out distributed cluster with IOT, SDN and NFV functions enabled and deployed in a high traffic data center.</p>\n<h2 id=\"onem2m-plugins\">Onem2m Plugins</h2>\n<p>The onem2m plugin family comes in many flavors and enables capabilities that are not part of the core set of onem2m features. An example of a capability would be to provide the ability to send oneM2M data to the Time Series Data Repository (TSDR) system of ODL. The flow of data will determine how your plugin is structured. For instance, if data arrives into the system from \"Things\" communicating with IoTDM via oneM2M CoAP/MQTT/HTTP messages, then the Create/Retrieve/Update/Delete (CRUD) handling could result in data being written to the data store. At this point, your app may be interested in receiving notifications of data store modifications so that it, in turn, can notify other subsystems. For instance, it can forward a kafka message, or update an external database, send data off to TSDR.</p>\n<p>The goal of some of the plugin's is to avoid having to write code. The YANG files for each plugin allow a set of functionality to drive the plugin to behave in a certain way, to interact with the oneM2M resource tree, etc.</p>\n<h2 id=\"protocol-handling\">Protocol Handling</h2>\n<p>The onem2m system handles onem2m-compliant \"things\" that interact with it via onem2m-formatted messages over the 3 supported wire-protocols (CoAP, MQTT, HTTP). If your \"things\" are onem2m compliant then no plugin's are required as the onem2m system supports these protocols out-of-the-box. However, what if your \"things\" do not support onem2m.</p>\n<p>The iotdm/onem2m infrastructure provides support to handle data running over HTTP, CoAP, or MQTT. We have two kinds of protocol handlers. A plugin is provided to support simple protocol adatper plugin which does not required any coding. The yang model has API's to tell the system how to handle basic messages and how to map them to the onem2m resource tree. If you need a more complex model where you need to write code to handle your messages, then some infrastructure is provided to make it easier to handle your custom protocols. An example of a more complex plugin is adapting LWM2M messages to ONEM2M. There are some standard documented ways to adapt these message types to onem2m but code is requuired. A onem2mlwm2m plugin is being developed and will illustrate how to use this infrastucture.</p>\n<h2 id=\"plugin-architecture-and-structure\">Plugin Architecture and Structure</h2>\n<p>In order to support onem2m plugins's, some functions are supplied. For instance, when oneM2M data is added to the oneM2M datastore, it is possible to inform applications that CRUDs have happened to the datastore.</p>\n<p><img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/OneM2MPlugins.jpg\" alt /></p>\n<p>The figure depicts a sample architecture where messages arrive via message #1 in the figure, move through to the oneM2M data store, then Sample Plugin#1 receives a message via the oneM2mDatastoreListener via message #2.</p>\n","_postman_id":"27da3864-dce7-4a29-8d2d-978594e41bfd"},{"name":"mounted NodeID anv-alarms","item":[{"name":"POST - NodeID - anv-alarms - retrieve-active-alarms","id":"03e044f8-3bdb-4660-a40f-aacfb5c25975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"max-number-of-alarms\": 1000,\n    \"offset\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-alarms:retrieve-active-alarms","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-alarms:retrieve-active-alarms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0fddd930-50fd-46c3-b07d-e931d8dfaa63","name":"RPC retrieve-active-alarms success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"max-number-of-alarms\": 1000,\n    \"offset\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-alarms:retrieve-active-alarms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"active-alarms\": {\n      \"offset\": \"<byte>\",\n      \"alarm\": [\n        {\n          \"resource\": \"<string>\",\n          \"alarm-type-id\": \"<string>\",\n          \"last-status-change\": \"?:5289-64-70T51:39:89Z\",\n          \"last-perceived-severity\": \"<string>\",\n          \"last-alarm-text\": \"Some last-alarm-text\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n          \"yang-resource\": true,\n          \"resource-json-id\": \"Some resource-json-id\",\n          \"alarm-type-json-id\": \"Some alarm-type-json-id\",\n          \"alarm-type-qualifier-json\": \"Some alarm-type-qualifier-json\"\n        },\n        {\n          \"resource\": \"<string>\",\n          \"alarm-type-id\": \"<string>\",\n          \"last-status-change\": \"?:5289-64-70T51:39:89Z\",\n          \"last-perceived-severity\": \"<string>\",\n          \"last-alarm-text\": \"Some last-alarm-text\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n          \"yang-resource\": true,\n          \"resource-json-id\": \"Some resource-json-id\",\n          \"alarm-type-json-id\": \"Some alarm-type-json-id\",\n          \"alarm-type-qualifier-json\": \"Some alarm-type-qualifier-json\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"03e044f8-3bdb-4660-a40f-aacfb5c25975"}],"id":"14ea9961-008b-4d6d-b15d-574ff260c4ce","description":"<h3 id=\"fault-and-event-management\">Fault and event management</h3>\n<p><img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/Nokia-NSP-Alarms.png\" alt /></p>\n","_postman_id":"14ea9961-008b-4d6d-b15d-574ff260c4ce"},{"name":"mounted NodeID anv-device-config-history","item":[{"name":"POST - NodeID - anv-device-config-history - restore-device-configuration-version","id":"b615b93e-81d8-48a1-a47a-21e4f53515e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"version\": 0,\n    \"timestamp\": \"?:8651-81-26T65:79:64.8+30:64\",\n    \"latest-accepted-configuration\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-config-history:restore-device-configuration-version","description":"<p>Pushes the copy of the device configuration from the specified\nPMA datastore to the specified device datastore, using .\nUser choice of either config backup version or the timestamp is used\nto determine which configuration is restored to the device.\nUses standard RPC mechanisms to report success, error &amp; error\nmessage resulting from ANV validation. This RPC is asynchronous,\nwhich means, RPC will not report success or error status of the copy\nconfiguration operation from ANV to the device.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-config-history:restore-device-configuration-version"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"787d38e7-729f-4f74-9192-b76f1770f278","name":"RPC restore-device-configuration-version success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"version\": 0,\n    \"timestamp\": \"?:8651-81-26T65:79:64.8+30:64\",\n    \"latest-accepted-configuration\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-config-history:restore-device-configuration-version"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b615b93e-81d8-48a1-a47a-21e4f53515e7"},{"name":"POST - NodeID - anv-device-config-history - delete-device-configuration-version","id":"4a4a237f-1775-4320-a67c-ba9752e287e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"version\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-config-history:delete-device-configuration-version","description":"<p>Delete the specified version of configuration backup from the specified\ndevice. Uses standard RPC mechanisms to report success, error &amp; error\nmessage.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-config-history:delete-device-configuration-version"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d942c606-6384-49ed-855e-a484467cc776","name":"RPC delete-device-configuration-version success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"version\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-config-history:delete-device-configuration-version"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a4a237f-1775-4320-a67c-ba9752e287e4"},{"name":"POST - NodeID - anv-device-config-history - get-device-configuration-version","id":"86a8f757-dc10-430e-bb4d-dc6693dd6875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"version\": 0,\n    \"timestamp\": \"?:0795-45-40T02:01:57Z\",\n    \"latest-accepted-configuration\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-config-history:get-device-configuration-version","description":"<p>Retrieve the full content of the specified version of configuration backup\nof the specified device. Uses standard RPC mechanisms to report success, error &amp;\nerror message.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-config-history:get-device-configuration-version"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"581ebda1-3b13-4bf4-b8d3-79c3a0b9152f","name":"RPC get-device-configuration-version success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"version\": 0,\n    \"timestamp\": \"?:0795-45-40T02:01:57Z\",\n    \"latest-accepted-configuration\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-config-history:get-device-configuration-version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"device-id\": \"Some device-id\",\n    \"version\": 0,\n    \"timestamp\": \"?:9255-48-06T31:85:65Z\",\n    \"config-interface-version\": \"Some config-interface-version\",\n    \"username\": \"Some username\",\n    \"pma-db-version\": 0,\n    \"config-file\": \"<config-file> ... </config-file>\"\n  }\n}"}],"_postman_id":"86a8f757-dc10-430e-bb4d-dc6693dd6875"}],"id":"9163d4a1-2be0-4988-88ff-72e1a0f3c3e3","_postman_id":"9163d4a1-2be0-4988-88ff-72e1a0f3c3e3","description":""},{"name":"mounted NodeID anv-device-holders","item":[{"name":"POST - NodeID - anv-device-holders - download-pma-configuration-to-device","id":"d909b107-b552-4a00-a056-818083165ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:download-pma-configuration-to-device","description":"<p>Pushes the copy of the device configuration from the specified\nPMA datastore to the specified device datastore, using .\nUses standard RPC mechanisms to report success, error &amp; error\nmessage. In case of error, the error message returned by \nis returned 'as is' in the error message of this rpc</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-holders:download-pma-configuration-to-device"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e9052350-ac7d-4d30-9d06-3ed66a2518c1","name":"RPC download-pma-configuration-to-device success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:download-pma-configuration-to-device"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d909b107-b552-4a00-a056-818083165ce5"},{"name":"POST - NodeID - anv-device-holders - upload-device-configuration-to-pma","id":"6d0bd2d8-4368-42d5-9dbf-b73772c91b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:upload-device-configuration-to-pma","description":"<p>Uploads the specified device datastore to the copy of the device\nconfiguration in the specified PMA datastore, using .\nUses standard RPC mechanisms to report success, error &amp; error\nmessage.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-holders:upload-device-configuration-to-pma"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cc41c21b-244b-4dd4-810f-b3bc11250a90","name":"RPC upload-device-configuration-to-pma success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:upload-device-configuration-to-pma"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d0bd2d8-4368-42d5-9dbf-b73772c91b29"},{"name":"POST - NodeID - anv-device-holders - upgrade-device-configuration","id":"131a3f89-3299-474b-815c-0a94ac60e357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:upgrade-device-configuration","description":"<p>This RPC is automatically invoked when a device-type-mismatch alarms\nis reported on a device for which the state leaf 'locked-for-migration'\nis true.\nThis RPC uploads the specified device datastore using \nand replaces the copy stored in the PMA. When the operation succeeds\nthe interface-version of the plug is updated, the device-type-mismatch\nalarm is cleared and the state leaf 'locked-for-migration' is set to\nfalse.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-holders:upgrade-device-configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e7faf05d-9525-42f3-921e-f5f2aa41db12","name":"RPC upgrade-device-configuration success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:upgrade-device-configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"131a3f89-3299-474b-815c-0a94ac60e357"},{"name":"POST - NodeID - anv-device-holders - retrieve-active-alarms-in-device","id":"f2341db4-29ce-4007-8d14-0b2f55cb9ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"max-number-of-alarms\": 1000,\n    \"offset\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:retrieve-active-alarms-in-device","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-holders:retrieve-active-alarms-in-device"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"30eb4c89-3018-4b99-894e-9827ce0be128","name":"RPC retrieve-active-alarms-in-device success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"max-number-of-alarms\": 1000,\n    \"offset\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:retrieve-active-alarms-in-device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"active-alarms\": {\n      \"offset\": \"<byte>\",\n      \"alarm\": [\n        {\n          \"resource\": \"<string>\",\n          \"alarm-type-id\": \"<string>\",\n          \"last-status-change\": \"?:9200-49-61T64:29:02+11:37\",\n          \"last-perceived-severity\": \"<string>\",\n          \"last-alarm-text\": \"Some last-alarm-text\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n          \"yang-resource\": true,\n          \"resource-json-id\": \"Some resource-json-id\",\n          \"alarm-type-json-id\": \"Some alarm-type-json-id\",\n          \"alarm-type-qualifier-json\": \"Some alarm-type-qualifier-json\"\n        },\n        {\n          \"resource\": \"<string>\",\n          \"alarm-type-id\": \"<string>\",\n          \"last-status-change\": \"?:9200-49-61T64:29:02+11:37\",\n          \"last-perceived-severity\": \"<string>\",\n          \"last-alarm-text\": \"Some last-alarm-text\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n          \"yang-resource\": true,\n          \"resource-json-id\": \"Some resource-json-id\",\n          \"alarm-type-json-id\": \"Some alarm-type-json-id\",\n          \"alarm-type-qualifier-json\": \"Some alarm-type-qualifier-json\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f2341db4-29ce-4007-8d14-0b2f55cb9ecc"},{"name":"POST - NodeID - anv-device-holders - retrieve-devices-summary","id":"a7633ab4-e3b9-4b71-8773-bad22c838f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"max-number-of-devices\": 1000,\n    \"filter\": {\n      \"name\": \"\",\n      \"aligned\": true,\n      \"connected\": true,\n      \"error\": true\n    },\n    \"information-requested\": \"identification\",\n    \"offset\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:retrieve-devices-summary","description":"<p>The RPC to retrieve devices in chuncks. The RPC takes as input:</p>\n<ul>\n<li>The maximum number of devices requested</li>\n<li>An optional offset of the chunk (see below)</li>\n<li>The type of information expected to be returned for each device.</li>\n</ul>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-holders:retrieve-devices-summary"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6e345d3e-f830-4dca-ae82-8e9d3860f6ed","name":"RPC retrieve-devices-summary success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"max-number-of-devices\": 1000,\n    \"filter\": {\n      \"name\": \"\",\n      \"aligned\": true,\n      \"connected\": true,\n      \"error\": true\n    },\n    \"information-requested\": \"identification\",\n    \"offset\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:retrieve-devices-summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"offset\": \"<byte>\",\n    \"total-number-of-devices\": 0,\n    \"device\": [\n      {\n        \"device-id\": \"Some device-id\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"duid\": \"Some duid\",\n        \"gpon-serial-number\": \"?:NLEU21E02329\",\n        \"configured-device-properties\": {\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"pma-authentication-method\": \"username-and-password\",\n          \"username\": \"\",\n          \"password\": \"\"\n        },\n        \"identifier\": \"Some identifier\",\n        \"device-state\": {\n          \"reachable\": \"Some reachable\",\n          \"aligned\": \"Some aligned\",\n          \"plug-mismatch\": \"Some plug-mismatch\",\n          \"reachable-last-change\": \"Some reachable-last-change\",\n          \"locked-for-migration\": true\n        },\n        \"slicing\": {\n          \"slice\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"device-id\": \"Some device-id\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\",\n        \"duid\": \"Some duid\",\n        \"gpon-serial-number\": \"?:NLEU21E02329\",\n        \"configured-device-properties\": {\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"pma-authentication-method\": \"username-and-password\",\n          \"username\": \"\",\n          \"password\": \"\"\n        },\n        \"identifier\": \"Some identifier\",\n        \"device-state\": {\n          \"reachable\": \"Some reachable\",\n          \"aligned\": \"Some aligned\",\n          \"plug-mismatch\": \"Some plug-mismatch\",\n          \"reachable-last-change\": \"Some reachable-last-change\",\n          \"locked-for-migration\": true\n        },\n        \"slicing\": {\n          \"slice\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"a7633ab4-e3b9-4b71-8773-bad22c838f80"},{"name":"POST - NodeID - anv-device-holders - retrieve-devices-identification","id":"6287c12b-10c3-4f42-af1b-3231eea53f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"max-number-of-devices\": 1000,\n    \"offset\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:retrieve-devices-identification","description":"<p>The RPC to retrieve devices in chunks. The RPC takes as input:</p>\n<ul>\n<li>The maximum number of devices requested</li>\n<li>An optional offset of the chunk (see below).\nWARNING: This RPC may return less devices than requested. This does not mean\nthat there are no more devices. There are no more devices only when no offset is\nreturned.</li>\n</ul>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-holders:retrieve-devices-identification"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c0862d19-8ea3-48f7-a8c0-2288e4f346e6","name":"RPC retrieve-devices-identification success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"max-number-of-devices\": 1000,\n    \"offset\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:retrieve-devices-identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"offset\": \"<byte>\",\n    \"device\": [\n      {\n        \"device-id\": \"Some device-id\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\"\n      },\n      {\n        \"device-id\": \"Some device-id\",\n        \"hardware-type\": \"Some hardware-type\",\n        \"interface-version\": \"Some interface-version\"\n      }\n    ]\n  }\n}"}],"_postman_id":"6287c12b-10c3-4f42-af1b-3231eea53f44"},{"name":"POST - NodeID - anv-device-holders - reset-device-misbehaving-status","id":"d9497f21-bd33-4f73-aaca-72096168557e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:reset-device-misbehaving-status","description":"<p>This RPC resets misbehaving status of the device to false. If the device 'is-misbehaving' state is true, it will be reset to false and misbehaving-device alarm on the device is cleared. If the device 'is-misbehaving' state is already false, then this RPC does not do anything.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-holders:reset-device-misbehaving-status"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7c2ff557-b349-4bcb-a482-d60e5a996e8b","name":"RPC reset-device-misbehaving-status success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:reset-device-misbehaving-status"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9497f21-bd33-4f73-aaca-72096168557e"},{"name":"POST - NodeID - anv-device-holders - retrieve-device-type-version","id":"59acda23-278d-4b72-9ff6-ebd5fc10ab94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:retrieve-device-type-version","description":"<p>The RPC used for retrieving device-type and device-version</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-holders:retrieve-device-type-version"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5b1ed0ea-20a2-47dd-a0d2-5672303b6636","name":"RPC retrieve-device-type-version success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-holders:retrieve-device-type-version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\"\n  }\n}"}],"_postman_id":"59acda23-278d-4b72-9ff6-ebd5fc10ab94"}],"id":"8dc0cbf2-6e58-4555-9180-02755edb3352","_postman_id":"8dc0cbf2-6e58-4555-9180-02755edb3352","description":""},{"name":"mounted NodeID anv-device-plugs","item":[{"name":"POST - NodeID - anv-device-plugs - deploy-device-plug","id":"8fbf388d-35c7-4a7e-b7d8-c5a8893af56b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"definition-archive\": \"Some definition-archive\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-plugs:deploy-device-plug","description":"<p>Takes a device plug definition archive file from the Access Virtualizer staging area\nand a non-coded device NAV plug definition archive from the NAV staging area,\nextracts it and processes it to deploy the device plug.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-plugs:deploy-device-plug"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"59a8cff7-7341-4b99-8895-d19cd9299d29","name":"RPC deploy-device-plug success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"definition-archive\": \"Some definition-archive\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-plugs:deploy-device-plug"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8fbf388d-35c7-4a7e-b7d8-c5a8893af56b"},{"name":"POST - NodeID - anv-device-plugs - undeploy-device-plug","id":"78703803-cb93-433f-a060-4c7923f46265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-plugs:undeploy-device-plug","description":"<p>Undeploys a previously deployed device plug in Access Virtualizer.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-device-plugs:undeploy-device-plug"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1fa2b6c5-d6a9-45d9-995d-cc45b9b1e716","name":"RPC undeploy-device-plug success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-device-plugs:undeploy-device-plug"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78703803-cb93-433f-a060-4c7923f46265"}],"id":"653e1aba-fd8b-4b2f-b0bd-380bb151f3e0","_postman_id":"653e1aba-fd8b-4b2f-b0bd-380bb151f3e0","description":""},{"name":"mounted NodeID anv-logging","item":[{"name":"POST - NodeID - anv-logging - configure-log-level","id":"597dbcd1-e894-4c81-aa40-bc2931ba11c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"log-category\": \"Some log-category\",\n    \"log-level\": \"error\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-logging:configure-log-level","description":"<p>Configures the log level of a specific log category directly</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-logging:configure-log-level"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6f5595d8-91ea-400b-8119-9d0d004493ee","name":"RPC configure-log-level success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"log-category\": \"Some log-category\",\n    \"log-level\": \"error\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-logging:configure-log-level"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"597dbcd1-e894-4c81-aa40-bc2931ba11c9"},{"name":"POST - NodeID - anv-logging - extract-and-export-logs","id":"0200a774-55c3-4a73-ae04-e1327eec19f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"start-time\": \"?:7283-35-48T50:00:27-34:84\",\n    \"end-time\": \"?:8354-09-13T84:97:22Z\",\n    \"hide-sensitive-info\": true,\n    \"device-id\": \"?:\\u0003\\u001f\",\n    \"application-name\": [\n      \"Some application-name\",\n      \"Some application-name\"\n    ],\n    \"es-query\": \"Some es-query\",\n    \"file-protocol\": \"ftp\",\n    \"server-address\": \"Some server-address\",\n    \"port-number\": 21,\n    \"ftp-username\": \"?:\\u000b\",\n    \"ftp-password\": \"?:\\u000b\\u001d\\u001e\",\n    \"remote-directory\": \"?:\\u000b\",\n    \"accountname\": \"Some accountname\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-logging:extract-and-export-logs","description":"<p>Extract the logs from ElasticSearch storage by filtering based on user filter criteria and export the logs to specified location.\nUses standard RPC mechanisms to report success, error &amp; error message.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-logging:extract-and-export-logs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"57db3451-b695-41f1-843f-01cecb84dc5d","name":"RPC extract-and-export-logs success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"start-time\": \"?:7283-35-48T50:00:27-34:84\",\n    \"end-time\": \"?:8354-09-13T84:97:22Z\",\n    \"hide-sensitive-info\": true,\n    \"device-id\": \"?:\\u0003\\u001f\",\n    \"application-name\": [\n      \"Some application-name\",\n      \"Some application-name\"\n    ],\n    \"es-query\": \"Some es-query\",\n    \"file-protocol\": \"ftp\",\n    \"server-address\": \"Some server-address\",\n    \"port-number\": 21,\n    \"ftp-username\": \"?:\\u000b\",\n    \"ftp-password\": \"?:\\u000b\\u001d\\u001e\",\n    \"remote-directory\": \"?:\\u000b\",\n    \"accountname\": \"Some accountname\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-logging:extract-and-export-logs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"logfile-info\": {\n      \"file-name\": \"Some file-name\",\n      \"file-size\": -9223372036854.775\n    }\n  }\n}"}],"_postman_id":"0200a774-55c3-4a73-ae04-e1327eec19f3"}],"id":"a66bdedd-f5b3-4f05-9033-e1dd4da2a1d2","_postman_id":"a66bdedd-f5b3-4f05-9033-e1dd4da2a1d2","description":""},{"name":"mounted NodeID anv-network-slicing","item":[{"name":"POST - NodeID - anv-network-slicing - get-slice-datastore","id":"37fe898a-f99b-4d8b-953d-38de3b8b6edb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"slice-owner\": \"Some slice-owner\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-network-slicing:get-slice-datastore","description":"<p>Returns data store of specified Slice Owner.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-network-slicing:get-slice-datastore"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7be4a6a-514d-48c0-9d8d-bc7353b3f832","name":"RPC get-slice-datastore success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"slice-owner\": \"Some slice-owner\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-network-slicing:get-slice-datastore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"datastore\": \"<datastore> ... </datastore>\"\n  }\n}"}],"_postman_id":"37fe898a-f99b-4d8b-953d-38de3b8b6edb"},{"name":"POST - NodeID - anv-network-slicing - update-slice-model","id":"f5fe7e47-97ff-4f88-bca4-24f59113a9bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"mapping\": \"<mapping> ... </mapping>\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\",\n    \"aggregation-model\": \"<object>\",\n    \"comment\": \"Some comment\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-network-slicing:update-slice-model","description":"<p>The RPC updates the definition of the yang model partitions\napplicable to the Slice Owners.\nThe definiton of yang model partitions is provided in XML.\nRefer to product documentation for a description of the syntax\nof the XML.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-network-slicing:update-slice-model"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a2160e6b-5f11-4eca-a90f-ad78df4eb5cf","name":"RPC update-slice-model success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"mapping\": \"<mapping> ... </mapping>\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\",\n    \"aggregation-model\": \"<object>\",\n    \"comment\": \"Some comment\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-network-slicing:update-slice-model"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5fe7e47-97ff-4f88-bca4-24f59113a9bc"},{"name":"POST - NodeID - anv-network-slicing - retrieve-slice-model","id":"69946edc-fbcb-4344-9a96-2e755e30c330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\",\n    \"aggregation-model\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-network-slicing:retrieve-slice-model","description":"<p>The RPC retrieves the definition of yang model partitions applicable\nto the Slice Owners.\nThe definiton of yang model partitions is provided in XML.\nRefer to product documentation for a description of the syntax\nof the XML.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-network-slicing:retrieve-slice-model"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5e8e7ca2-0ad6-4470-a7f1-163b0803bf4c","name":"RPC retrieve-slice-model success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\",\n    \"aggregation-model\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-network-slicing:retrieve-slice-model"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"mapping\": \"<mapping> ... </mapping>\"\n  }\n}"}],"_postman_id":"69946edc-fbcb-4344-9a96-2e755e30c330"}],"id":"20f72008-61ee-4ff2-bc9a-47254ec3f25f","description":"<p>5G brings a quantum leap in data speeds, along with low latency and ultra-reliability. Operators can use these capabilities to provide a number of new services to customers, all using the same physical network. With network slicing, operators can create multiple virtual networks, or network ‘slices,’ which can be used for specific applications with specific requirements. For CSPs to create new revenue streams profitably and at scale, automation can drive profitable growth.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Component</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Orchestration</td>\n<td>The E2E slice-based service management lifecycle is automated through orchestration. SLAs begin with service templates, models and policies that are common through all slices.</td>\n</tr>\n<tr>\n<td>Assurance</td>\n<td>Operations build the 'designed-in\" SLAs to services during runtime within the slice. This provides operational feedback to the Orchestration layer.</td>\n</tr>\n</tbody>\n</table>\n</div><p> Network Slicing within Domains</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Domain</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Radio Access Network</td>\n<td>RAN performance is usually the gating factor for user experience in terms of throughput, latency and reliability. Therefore, RAN network slicing is a critical part of E2E network slices. Slice-specific resource allocation, scheduling, and admission control enable differentiated traffic handling and isolation.</td>\n</tr>\n<tr>\n<td>Core</td>\n<td>The core network is the anchor for 5G network slices, as it controls device subscriptions to network slices and UE network slice selection. The core is responsible for the core sub-slice and the instantiation and configuration of the required core network functions. The specific core network functions will depend on the attributes of the core slice such as coverage area, throughput, latency, resource sharing level, number of user equipment, etc.</td>\n</tr>\n<tr>\n<td>Transport</td>\n<td>A Transport slice is an abstract network topology connecting different endpoints with appropriate isolation and specific Service Level Agreement (SLA) described in terms of shared or dedicated network resources and level of isolation. Transport slices offer deterministic Service Level Agreements (SLA's) and play a large role in ensuring the end-to-end (E2E) slice SLA.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"20f72008-61ee-4ff2-bc9a-47254ec3f25f"},{"name":"mounted NodeID anv-notification-buffer","item":[{"name":"POST - NodeID - anv-notification-buffer - sync-kafka","id":"027cf6b1-f6d8-492e-9ea2-7610d4c3a74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-notification-buffer:sync-kafka","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-notification-buffer:sync-kafka"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c9ebd287-30e2-4b43-868f-a5e27f37a2e6","name":"RPC sync-kafka success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-notification-buffer:sync-kafka"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"failed-topic\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"topic-retention-time-error-message\": \"Some topic-retention-time-error-message\",\n        \"topic-partition-error-message\": \"Some topic-partition-error-message\"\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"topic-retention-time-error-message\": \"Some topic-retention-time-error-message\",\n        \"topic-partition-error-message\": \"Some topic-partition-error-message\"\n      }\n    ],\n    \"synced-topic\": {\n      \"topic-name\": [\n        \"Some topic-name\",\n        \"Some topic-name\"\n      ]\n    }\n  }\n}"}],"_postman_id":"027cf6b1-f6d8-492e-9ea2-7610d4c3a74e"},{"name":"POST - NodeID - anv-notification-buffer - retrieve-notification-buffer-parameters","id":"96192b96-9436-4672-8561-fe9a661e90ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-notification-buffer:retrieve-notification-buffer-parameters","description":"<p>The RPC retrieves the notification-buffer-parameters configured for the user</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-notification-buffer:retrieve-notification-buffer-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"06630f56-a185-4537-8410-6b611188c68d","name":"RPC retrieve-notification-buffer-parameters success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-notification-buffer:retrieve-notification-buffer-parameters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"anv-name\": \"Some anv-name\",\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ],\n      \"topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"96192b96-9436-4672-8561-fe9a661e90ce"}],"id":"6a13a1c2-f7ff-4a1e-8e8e-f5a2e5834671","_postman_id":"6a13a1c2-f7ff-4a1e-8e8e-f5a2e5834671","description":""},{"name":"mounted NodeID anv-platform","item":[{"name":"POST - NodeID - anv-platform - platform","id":"1d4def58-2e18-4441-bee3-6cdf22acd61a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"external-application\": {\n    \"web-application\": [\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      },\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      }\n    ]\n  },\n  \"license-details\": {\n    \"license-key\": [\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      },\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      }\n    ]\n  },\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  },\n  \"anv-state\": {},\n  \"anv-user-management\": {\n    \"global-login-message\": \"Some global-login-message\"\n  },\n  \"action-setting\": {\n    \"max-completed-lifetime\": 0,\n    \"max-historical-lifetime\": 0\n  },\n  \"job-category-setting\": {\n    \"job-category\": [\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      }\n    ]\n  },\n  \"job-manager-thread-setting\": {\n    \"num-of-thread\": 0\n  },\n  \"resource-mgmt\": {\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    }\n  },\n  \"anv-task-center\": {\n    \"unvisited-resource-delete-timeout\": 180,\n    \"history-record-delete-timeout\": 180\n  },\n  \"netconf-stack\": {\n    \"maximum-number-of-pending-requests\": 25,\n    \"maximum-number-of-concurrent-requests\": 10,\n    \"configuration-of-lock-statistics\": {\n      \"time-increment\": 100,\n      \"number-of-samples\": 6\n    }\n  },\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  },\n  \"certificate-mgmt\": {\n    \"trusted-ca-certs\": {\n      \"certificate\": [\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        }\n      ]\n    }\n  },\n  \"lite-service\": [\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ],\n  \"nokia-support-accounts\": {\n    \"support-account\": [\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      },\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d4a9c46a-6408-48bc-b430-b1e3d341206d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"external-application\": {\n    \"web-application\": [\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      },\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      }\n    ]\n  },\n  \"license-details\": {\n    \"license-key\": [\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      },\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      }\n    ]\n  },\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  },\n  \"anv-state\": {},\n  \"anv-user-management\": {\n    \"global-login-message\": \"Some global-login-message\"\n  },\n  \"action-setting\": {\n    \"max-completed-lifetime\": 0,\n    \"max-historical-lifetime\": 0\n  },\n  \"job-category-setting\": {\n    \"job-category\": [\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      }\n    ]\n  },\n  \"job-manager-thread-setting\": {\n    \"num-of-thread\": 0\n  },\n  \"resource-mgmt\": {\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    }\n  },\n  \"anv-task-center\": {\n    \"unvisited-resource-delete-timeout\": 180,\n    \"history-record-delete-timeout\": 180\n  },\n  \"netconf-stack\": {\n    \"maximum-number-of-pending-requests\": 25,\n    \"maximum-number-of-concurrent-requests\": 10,\n    \"configuration-of-lock-statistics\": {\n      \"time-increment\": 100,\n      \"number-of-samples\": 6\n    }\n  },\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  },\n  \"certificate-mgmt\": {\n    \"trusted-ca-certs\": {\n      \"certificate\": [\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        }\n      ]\n    }\n  },\n  \"lite-service\": [\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ],\n  \"nokia-support-accounts\": {\n    \"support-account\": [\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      },\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d4def58-2e18-4441-bee3-6cdf22acd61a"},{"name":"GET - NodeID - anv-platform - platform","id":"48a0f382-5f50-4d7f-9ad5-d9cd482ebe72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3f6def4b-1920-48b5-9506-bbc2143a79bc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"platform\": {\n    \"external-application\": {\n      \"web-application\": [\n        {\n          \"short-name\": \"Some short-name\",\n          \"url\": \"?:https://睿\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"entitlement\": \"Some entitlement\"\n        },\n        {\n          \"short-name\": \"Some short-name\",\n          \"url\": \"?:https://睿\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"entitlement\": \"Some entitlement\"\n        }\n      ]\n    },\n    \"license-details\": {\n      \"license-key\": [\n        {\n          \"license-name\": \"Some license-name\",\n          \"key-string\": \"<byte>\",\n          \"license-component\": \"Some license-component\",\n          \"release-version\": \"Some release-version\",\n          \"expiration-date\": \"<string>\",\n          \"license-rights\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"license-name\": \"Some license-name\",\n          \"key-string\": \"<byte>\",\n          \"license-component\": \"Some license-component\",\n          \"release-version\": \"Some release-version\",\n          \"expiration-date\": \"<string>\",\n          \"license-rights\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-state\": {\n      \"number-of-get-requests\": 0,\n      \"number-of-get-config-requests\": 0,\n      \"number-of-edit-config-requests\": 0,\n      \"number-of-rpc-requests\": 0,\n      \"number-of-configured-devices\": 0,\n      \"number-of-connected-devices\": 0,\n      \"number-of-misaligned-devices\": 0,\n      \"number-of-misbehaving-devices\": 0,\n      \"number-of-devices-with-configuration-errors\": 0,\n      \"number-of-devices-modified-by-LCT\": 0,\n      \"number-of-new-devices\": 0,\n      \"number-of-sbi-get-requests\": 0,\n      \"number-of-sbi-get-config-requests\": 0,\n      \"number-of-sbi-edit-config-requests\": 0,\n      \"number-of-sbi-copy-config-requests\": 0,\n      \"number-of-sbi-rpc-requests\": 0,\n      \"number-of-restconf-get-requests\": 0,\n      \"number-of-restconf-post-requests\": 0,\n      \"number-of-restconf-put-requests\": 0,\n      \"number-of-restconf-patch-requests\": 0,\n      \"number-of-restconf-delete-requests\": 0,\n      \"number-of-notifications\": 0,\n      \"number-of-sbi-notifications\": 0,\n      \"denied-operations\": 0,\n      \"release\": \"Some release\",\n      \"branch\": \"Some branch\",\n      \"build\": \"Some build\",\n      \"label\": \"Some label\"\n    },\n    \"anv-user-management\": {\n      \"global-login-message\": \"Some global-login-message\"\n    },\n    \"action-setting\": {\n      \"max-completed-lifetime\": 0,\n      \"max-historical-lifetime\": 0\n    },\n    \"job-category-setting\": {\n      \"job-category\": [\n        {\n          \"name\": \"Some name\",\n          \"min-guaranteed\": 0,\n          \"max-allowed\": 0,\n          \"type\": \"number-jobs\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"min-guaranteed\": 0,\n          \"max-allowed\": 0,\n          \"type\": \"number-jobs\"\n        }\n      ]\n    },\n    \"job-manager-thread-setting\": {\n      \"num-of-thread\": 0\n    },\n    \"resource-mgmt\": {\n      \"anv-thread-management\": {\n        \"maximum-number-of-running-tasks\": 500,\n        \"periodicity-of-rogue-threads-check\": \"60\",\n        \"task-category\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-allowed-number-of-running-tasks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-guaranteed-number-of-running-tasks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"queue-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-running-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-waiting-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-limit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-allowed-number-of-running-tasks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-guaranteed-number-of-running-tasks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"queue-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-running-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-waiting-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-limit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"anv-timer-management\": {\n        \"timer-task\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fixed-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fixed-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"anv-task-center\": {\n      \"unvisited-resource-delete-timeout\": 180,\n      \"history-record-delete-timeout\": 180\n    },\n    \"netconf-stack\": {\n      \"maximum-number-of-pending-requests\": 25,\n      \"maximum-number-of-concurrent-requests\": 10,\n      \"configuration-of-lock-statistics\": {\n        \"time-increment\": 100,\n        \"number-of-samples\": 6\n      },\n      \"get-and-edit-lock-statistics\": {\n        \"current\": {\n          \"number-of-requests-per-waiting-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-number-of-queued-operations\": 0,\n          \"maximum-number-of-concurrent-operations\": 0\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-requests-per-waiting-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-number-of-queued-operations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-number-of-concurrent-operations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-requests-per-waiting-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-number-of-queued-operations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-number-of-concurrent-operations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"notification-buffer-parameters\": {\n      \"anv-name\": \"Some anv-name\",\n      \"kafka-parameters\": {\n        \"zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"topic-parameters\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"certificate-mgmt\": {\n      \"callhome-certificate\": [\n        {\n          \"file\": \"Some file\",\n          \"sequence-number\": 0\n        },\n        {\n          \"file\": \"Some file\",\n          \"sequence-number\": 0\n        }\n      ],\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-binary\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subject\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"issuer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"serial-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-not-before\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-not-after\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-binary\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subject\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"issuer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"serial-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-not-before\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-not-after\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"lite-service\": [\n      {\n        \"type\": \"Some type\",\n        \"service-specific-data\": {\n          \"logging\": {\n            \"sensitive-includes-actual-value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logger-config\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"anv-thread-management\": {\n            \"maximum-number-of-running-tasks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"periodicity-of-rogue-threads-check\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"task-category\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"anv-timer-management\": {\n            \"timer-task\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"notification-buffer-parameters\": {\n            \"anv-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"Some type\",\n        \"service-specific-data\": {\n          \"logging\": {\n            \"sensitive-includes-actual-value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logger-config\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"anv-thread-management\": {\n            \"maximum-number-of-running-tasks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"periodicity-of-rogue-threads-check\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"task-category\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"anv-timer-management\": {\n            \"timer-task\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"notification-buffer-parameters\": {\n            \"anv-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"nokia-support-accounts\": {\n      \"support-account\": [\n        {\n          \"accountname\": \"Some accountname\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"url\": \"Some url\",\n          \"email-id\": \"Some email-id\"\n        },\n        {\n          \"accountname\": \"Some accountname\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"url\": \"Some url\",\n          \"email-id\": \"Some email-id\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"48a0f382-5f50-4d7f-9ad5-d9cd482ebe72"},{"name":"DELETE - NodeID - anv-platform - platform","id":"43ecf4fb-afe5-42e2-b0d8-8fe3e1b55432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b7d003dc-5cce-4059-a35b-d7b23ee1e50e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43ecf4fb-afe5-42e2-b0d8-8fe3e1b55432"},{"name":"PUT - NodeID - anv-platform - platform","id":"0c44f25b-4f5f-40d6-8764-375ca6f64e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"platform\": {\n    \"external-application\": {\n      \"web-application\": [\n        {\n          \"short-name\": \"Some short-name\",\n          \"url\": \"?:http://\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"entitlement\": \"Some entitlement\"\n        },\n        {\n          \"short-name\": \"Some short-name\",\n          \"url\": \"?:http://\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"entitlement\": \"Some entitlement\"\n        }\n      ]\n    },\n    \"license-details\": {\n      \"license-key\": [\n        {\n          \"license-name\": \"Some license-name\",\n          \"key-string\": \"<byte>\"\n        },\n        {\n          \"license-name\": \"Some license-name\",\n          \"key-string\": \"<byte>\"\n        }\n      ]\n    },\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            },\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            },\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-state\": {},\n    \"anv-user-management\": {\n      \"global-login-message\": \"Some global-login-message\"\n    },\n    \"action-setting\": {\n      \"max-completed-lifetime\": 0,\n      \"max-historical-lifetime\": 0\n    },\n    \"job-category-setting\": {\n      \"job-category\": [\n        {\n          \"name\": \"Some name\",\n          \"min-guaranteed\": 0,\n          \"max-allowed\": 0,\n          \"type\": \"number-jobs\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"min-guaranteed\": 0,\n          \"max-allowed\": 0,\n          \"type\": \"number-jobs\"\n        }\n      ]\n    },\n    \"job-manager-thread-setting\": {\n      \"num-of-thread\": 0\n    },\n    \"resource-mgmt\": {\n      \"anv-thread-management\": {\n        \"maximum-number-of-running-tasks\": 500,\n        \"periodicity-of-rogue-threads-check\": \"60\",\n        \"task-category\": [\n          {\n            \"name\": \"Some name\",\n            \"maximum-allowed-number-of-running-tasks\": 0,\n            \"minimum-guaranteed-number-of-running-tasks\": 0,\n            \"queue-size\": -2147483648,\n            \"maximum-running-time\": -9223372036854776000,\n            \"maximum-waiting-time\": -2147483648,\n            \"rate-limit\": -2147483648\n          },\n          {\n            \"name\": \"Some name\",\n            \"maximum-allowed-number-of-running-tasks\": 0,\n            \"minimum-guaranteed-number-of-running-tasks\": 0,\n            \"queue-size\": -2147483648,\n            \"maximum-running-time\": -9223372036854776000,\n            \"maximum-waiting-time\": -2147483648,\n            \"rate-limit\": -2147483648\n          }\n        ]\n      },\n      \"anv-timer-management\": {\n        \"timer-task\": [\n          {\n            \"name\": \"Some name\",\n            \"delay\": 0,\n            \"period\": \"<string>\",\n            \"fixed-rate\": true\n          },\n          {\n            \"name\": \"Some name\",\n            \"delay\": 0,\n            \"period\": \"<string>\",\n            \"fixed-rate\": true\n          }\n        ]\n      }\n    },\n    \"anv-task-center\": {\n      \"unvisited-resource-delete-timeout\": 180,\n      \"history-record-delete-timeout\": 180\n    },\n    \"netconf-stack\": {\n      \"maximum-number-of-pending-requests\": 25,\n      \"maximum-number-of-concurrent-requests\": 10,\n      \"configuration-of-lock-statistics\": {\n        \"time-increment\": 100,\n        \"number-of-samples\": 6\n      }\n    },\n    \"notification-buffer-parameters\": {\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      }\n    },\n    \"certificate-mgmt\": {\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      }\n    },\n    \"lite-service\": [\n      {\n        \"type\": \"Some type\",\n        \"service-specific-data\": {\n          \"logging\": {\n            \"sensitive-includes-actual-value\": true,\n            \"logger-config\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-thread-management\": {\n            \"maximum-number-of-running-tasks\": 500,\n            \"periodicity-of-rogue-threads-check\": \"60\",\n            \"task-category\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-timer-management\": {\n            \"timer-task\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"notification-buffer-parameters\": {\n            \"kafka-parameters\": {\n              \"use-kafka-for-notification-replay\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-zookeeper-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-kafka-broker-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-broker-secureconnection\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-clientauth-required\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-topic-retention-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retry-backoff-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-heartbeat-interval\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-topic-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"Some type\",\n        \"service-specific-data\": {\n          \"logging\": {\n            \"sensitive-includes-actual-value\": true,\n            \"logger-config\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-thread-management\": {\n            \"maximum-number-of-running-tasks\": 500,\n            \"periodicity-of-rogue-threads-check\": \"60\",\n            \"task-category\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-timer-management\": {\n            \"timer-task\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"notification-buffer-parameters\": {\n            \"kafka-parameters\": {\n              \"use-kafka-for-notification-replay\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-zookeeper-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-kafka-broker-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-broker-secureconnection\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-clientauth-required\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-topic-retention-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retry-backoff-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-heartbeat-interval\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-topic-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      }\n    ],\n    \"nokia-support-accounts\": {\n      \"support-account\": [\n        {\n          \"accountname\": \"Some accountname\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"url\": \"Some url\",\n          \"email-id\": \"Some email-id\"\n        },\n        {\n          \"accountname\": \"Some accountname\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"url\": \"Some url\",\n          \"email-id\": \"Some email-id\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9271a503-8159-4547-9abd-9d834485c35c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"platform\": {\n    \"external-application\": {\n      \"web-application\": [\n        {\n          \"short-name\": \"Some short-name\",\n          \"url\": \"?:http://\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"entitlement\": \"Some entitlement\"\n        },\n        {\n          \"short-name\": \"Some short-name\",\n          \"url\": \"?:http://\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"entitlement\": \"Some entitlement\"\n        }\n      ]\n    },\n    \"license-details\": {\n      \"license-key\": [\n        {\n          \"license-name\": \"Some license-name\",\n          \"key-string\": \"<byte>\"\n        },\n        {\n          \"license-name\": \"Some license-name\",\n          \"key-string\": \"<byte>\"\n        }\n      ]\n    },\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            },\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            },\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-state\": {},\n    \"anv-user-management\": {\n      \"global-login-message\": \"Some global-login-message\"\n    },\n    \"action-setting\": {\n      \"max-completed-lifetime\": 0,\n      \"max-historical-lifetime\": 0\n    },\n    \"job-category-setting\": {\n      \"job-category\": [\n        {\n          \"name\": \"Some name\",\n          \"min-guaranteed\": 0,\n          \"max-allowed\": 0,\n          \"type\": \"number-jobs\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"min-guaranteed\": 0,\n          \"max-allowed\": 0,\n          \"type\": \"number-jobs\"\n        }\n      ]\n    },\n    \"job-manager-thread-setting\": {\n      \"num-of-thread\": 0\n    },\n    \"resource-mgmt\": {\n      \"anv-thread-management\": {\n        \"maximum-number-of-running-tasks\": 500,\n        \"periodicity-of-rogue-threads-check\": \"60\",\n        \"task-category\": [\n          {\n            \"name\": \"Some name\",\n            \"maximum-allowed-number-of-running-tasks\": 0,\n            \"minimum-guaranteed-number-of-running-tasks\": 0,\n            \"queue-size\": -2147483648,\n            \"maximum-running-time\": -9223372036854776000,\n            \"maximum-waiting-time\": -2147483648,\n            \"rate-limit\": -2147483648\n          },\n          {\n            \"name\": \"Some name\",\n            \"maximum-allowed-number-of-running-tasks\": 0,\n            \"minimum-guaranteed-number-of-running-tasks\": 0,\n            \"queue-size\": -2147483648,\n            \"maximum-running-time\": -9223372036854776000,\n            \"maximum-waiting-time\": -2147483648,\n            \"rate-limit\": -2147483648\n          }\n        ]\n      },\n      \"anv-timer-management\": {\n        \"timer-task\": [\n          {\n            \"name\": \"Some name\",\n            \"delay\": 0,\n            \"period\": \"<string>\",\n            \"fixed-rate\": true\n          },\n          {\n            \"name\": \"Some name\",\n            \"delay\": 0,\n            \"period\": \"<string>\",\n            \"fixed-rate\": true\n          }\n        ]\n      }\n    },\n    \"anv-task-center\": {\n      \"unvisited-resource-delete-timeout\": 180,\n      \"history-record-delete-timeout\": 180\n    },\n    \"netconf-stack\": {\n      \"maximum-number-of-pending-requests\": 25,\n      \"maximum-number-of-concurrent-requests\": 10,\n      \"configuration-of-lock-statistics\": {\n        \"time-increment\": 100,\n        \"number-of-samples\": 6\n      }\n    },\n    \"notification-buffer-parameters\": {\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      }\n    },\n    \"certificate-mgmt\": {\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      }\n    },\n    \"lite-service\": [\n      {\n        \"type\": \"Some type\",\n        \"service-specific-data\": {\n          \"logging\": {\n            \"sensitive-includes-actual-value\": true,\n            \"logger-config\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-thread-management\": {\n            \"maximum-number-of-running-tasks\": 500,\n            \"periodicity-of-rogue-threads-check\": \"60\",\n            \"task-category\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-timer-management\": {\n            \"timer-task\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"notification-buffer-parameters\": {\n            \"kafka-parameters\": {\n              \"use-kafka-for-notification-replay\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-zookeeper-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-kafka-broker-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-broker-secureconnection\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-clientauth-required\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-topic-retention-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retry-backoff-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-heartbeat-interval\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-topic-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"Some type\",\n        \"service-specific-data\": {\n          \"logging\": {\n            \"sensitive-includes-actual-value\": true,\n            \"logger-config\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-thread-management\": {\n            \"maximum-number-of-running-tasks\": 500,\n            \"periodicity-of-rogue-threads-check\": \"60\",\n            \"task-category\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-timer-management\": {\n            \"timer-task\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"notification-buffer-parameters\": {\n            \"kafka-parameters\": {\n              \"use-kafka-for-notification-replay\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-zookeeper-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-kafka-broker-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-broker-secureconnection\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-clientauth-required\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-topic-retention-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retry-backoff-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-heartbeat-interval\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-topic-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      }\n    ],\n    \"nokia-support-accounts\": {\n      \"support-account\": [\n        {\n          \"accountname\": \"Some accountname\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"url\": \"Some url\",\n          \"email-id\": \"Some email-id\"\n        },\n        {\n          \"accountname\": \"Some accountname\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"url\": \"Some url\",\n          \"email-id\": \"Some email-id\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"102c7835-8a55-40e1-8c14-c2a765719031","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"platform\": {\n    \"external-application\": {\n      \"web-application\": [\n        {\n          \"short-name\": \"Some short-name\",\n          \"url\": \"?:http://\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"entitlement\": \"Some entitlement\"\n        },\n        {\n          \"short-name\": \"Some short-name\",\n          \"url\": \"?:http://\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"entitlement\": \"Some entitlement\"\n        }\n      ]\n    },\n    \"license-details\": {\n      \"license-key\": [\n        {\n          \"license-name\": \"Some license-name\",\n          \"key-string\": \"<byte>\"\n        },\n        {\n          \"license-name\": \"Some license-name\",\n          \"key-string\": \"<byte>\"\n        }\n      ]\n    },\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            },\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            },\n            {\n              \"device-id\": \"Some device-id\",\n              \"log-level\": \"error\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-state\": {},\n    \"anv-user-management\": {\n      \"global-login-message\": \"Some global-login-message\"\n    },\n    \"action-setting\": {\n      \"max-completed-lifetime\": 0,\n      \"max-historical-lifetime\": 0\n    },\n    \"job-category-setting\": {\n      \"job-category\": [\n        {\n          \"name\": \"Some name\",\n          \"min-guaranteed\": 0,\n          \"max-allowed\": 0,\n          \"type\": \"number-jobs\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"min-guaranteed\": 0,\n          \"max-allowed\": 0,\n          \"type\": \"number-jobs\"\n        }\n      ]\n    },\n    \"job-manager-thread-setting\": {\n      \"num-of-thread\": 0\n    },\n    \"resource-mgmt\": {\n      \"anv-thread-management\": {\n        \"maximum-number-of-running-tasks\": 500,\n        \"periodicity-of-rogue-threads-check\": \"60\",\n        \"task-category\": [\n          {\n            \"name\": \"Some name\",\n            \"maximum-allowed-number-of-running-tasks\": 0,\n            \"minimum-guaranteed-number-of-running-tasks\": 0,\n            \"queue-size\": -2147483648,\n            \"maximum-running-time\": -9223372036854776000,\n            \"maximum-waiting-time\": -2147483648,\n            \"rate-limit\": -2147483648\n          },\n          {\n            \"name\": \"Some name\",\n            \"maximum-allowed-number-of-running-tasks\": 0,\n            \"minimum-guaranteed-number-of-running-tasks\": 0,\n            \"queue-size\": -2147483648,\n            \"maximum-running-time\": -9223372036854776000,\n            \"maximum-waiting-time\": -2147483648,\n            \"rate-limit\": -2147483648\n          }\n        ]\n      },\n      \"anv-timer-management\": {\n        \"timer-task\": [\n          {\n            \"name\": \"Some name\",\n            \"delay\": 0,\n            \"period\": \"<string>\",\n            \"fixed-rate\": true\n          },\n          {\n            \"name\": \"Some name\",\n            \"delay\": 0,\n            \"period\": \"<string>\",\n            \"fixed-rate\": true\n          }\n        ]\n      }\n    },\n    \"anv-task-center\": {\n      \"unvisited-resource-delete-timeout\": 180,\n      \"history-record-delete-timeout\": 180\n    },\n    \"netconf-stack\": {\n      \"maximum-number-of-pending-requests\": 25,\n      \"maximum-number-of-concurrent-requests\": 10,\n      \"configuration-of-lock-statistics\": {\n        \"time-increment\": 100,\n        \"number-of-samples\": 6\n      }\n    },\n    \"notification-buffer-parameters\": {\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          },\n          {\n            \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n            \"zookeeper-port-number\": 0\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          },\n          {\n            \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n            \"kafka-broker-port-number\": 0\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"retention-time\": 1440\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          },\n          {\n            \"topic-name\": \"Some topic-name\",\n            \"number-of-partitions\": 1\n          }\n        ]\n      }\n    },\n    \"certificate-mgmt\": {\n      \"trusted-ca-certs\": {\n        \"certificate\": [\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          },\n          {\n            \"id\": \"Some id\",\n            \"cert-binary\": \"<byte>\"\n          }\n        ]\n      }\n    },\n    \"lite-service\": [\n      {\n        \"type\": \"Some type\",\n        \"service-specific-data\": {\n          \"logging\": {\n            \"sensitive-includes-actual-value\": true,\n            \"logger-config\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-thread-management\": {\n            \"maximum-number-of-running-tasks\": 500,\n            \"periodicity-of-rogue-threads-check\": \"60\",\n            \"task-category\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-timer-management\": {\n            \"timer-task\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"notification-buffer-parameters\": {\n            \"kafka-parameters\": {\n              \"use-kafka-for-notification-replay\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-zookeeper-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-kafka-broker-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-broker-secureconnection\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-clientauth-required\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-topic-retention-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retry-backoff-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-heartbeat-interval\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-topic-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"Some type\",\n        \"service-specific-data\": {\n          \"logging\": {\n            \"sensitive-includes-actual-value\": true,\n            \"logger-config\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-thread-management\": {\n            \"maximum-number-of-running-tasks\": 500,\n            \"periodicity-of-rogue-threads-check\": \"60\",\n            \"task-category\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"anv-timer-management\": {\n            \"timer-task\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"notification-buffer-parameters\": {\n            \"kafka-parameters\": {\n              \"use-kafka-for-notification-replay\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-zookeeper-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-kafka-broker-server\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-broker-secureconnection\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-clientauth-required\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-topic-retention-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retry-backoff-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"kafka-heartbeat-interval\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"configured-topic-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      }\n    ],\n    \"nokia-support-accounts\": {\n      \"support-account\": [\n        {\n          \"accountname\": \"Some accountname\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"url\": \"Some url\",\n          \"email-id\": \"Some email-id\"\n        },\n        {\n          \"accountname\": \"Some accountname\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"url\": \"Some url\",\n          \"email-id\": \"Some email-id\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c44f25b-4f5f-40d6-8764-375ca6f64e82"},{"name":"POST - NodeID - anv-platform - external-application","id":"91b3fade-b640-47db-9da1-baf418c6d76c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"web-application\": [\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    },\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application","description":"<p>Contains the list of web applications added to the Altiplano system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"927cd549-94be-411d-93ab-b103a53976f9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"web-application\": [\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    },\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91b3fade-b640-47db-9da1-baf418c6d76c"},{"name":"GET - NodeID - anv-platform - external-application","id":"86ef569a-a7ad-419b-95f5-6c31a89f8acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application?content=<string>","description":"<p>Contains the list of web applications added to the Altiplano system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0c020f20-351d-47d3-b167-681dba96d2b5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"external-application\": {\n    \"web-application\": [\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:https://睿\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      },\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:https://睿\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      }\n    ]\n  }\n}"}],"_postman_id":"86ef569a-a7ad-419b-95f5-6c31a89f8acb"},{"name":"DELETE - NodeID - anv-platform - external-application","id":"1ddd99aa-baab-4058-95dd-cfbd2f37d91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application","description":"<p>Contains the list of web applications added to the Altiplano system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b7cc6298-8bea-4e86-b7cb-9966fb08cf49","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ddd99aa-baab-4058-95dd-cfbd2f37d91f"},{"name":"PUT - NodeID - anv-platform - external-application","id":"a56d04e6-4504-44d7-baf5-fd81e492c3b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"external-application\": {\n    \"web-application\": [\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      },\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application","description":"<p>Contains the list of web applications added to the Altiplano system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c853172e-9892-43b0-a692-a0b0f668e03b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"external-application\": {\n    \"web-application\": [\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      },\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d22be752-d5c2-4109-b1b8-53e3f5a6ef00","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"external-application\": {\n    \"web-application\": [\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      },\n      {\n        \"short-name\": \"Some short-name\",\n        \"url\": \"?:http://\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"entitlement\": \"Some entitlement\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a56d04e6-4504-44d7-baf5-fd81e492c3b5"},{"name":"POST - NodeID - anv-platform - web-application","id":"5dfcb773-61c4-4918-94b3-3e9d5c3c1725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"short-name\": \"Some short-name\",\n  \"description\": \"Some description\",\n  \"url\": \"?:http://\",\n  \"entitlement\": \"Some entitlement\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application/web-application=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application","web-application=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cbf10b3f-3321-425c-8891-c253b4c13082","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"short-name\": \"Some short-name\",\n  \"description\": \"Some description\",\n  \"url\": \"?:http://\",\n  \"entitlement\": \"Some entitlement\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application/web-application=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5dfcb773-61c4-4918-94b3-3e9d5c3c1725"},{"name":"GET - NodeID - anv-platform - web-application","id":"45e17e7e-1123-47bc-a973-84283f5a4662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application/web-application=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application","web-application=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6e061242-ab3e-4831-8f4d-34264a1eeb48","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application/web-application=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application","web-application=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"web-application\": [\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:https://睿\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    },\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:https://睿\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    }\n  ]\n}"}],"_postman_id":"45e17e7e-1123-47bc-a973-84283f5a4662"},{"name":"DELETE - NodeID - anv-platform - web-application","id":"e456247a-3f66-46ec-8276-00d38820cbad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application/web-application=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application","web-application=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"23f3d740-6b13-4515-9d32-6833ebcedbed","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application/web-application=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e456247a-3f66-46ec-8276-00d38820cbad"},{"name":"PUT - NodeID - anv-platform - web-application","id":"df324a04-734a-44b9-92f5-1805ddae9ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"web-application\": [\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    },\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application/web-application=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","external-application:external-application","web-application=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a2744dde-4780-44b2-9971-5cdb9497ede6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"web-application\": [\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    },\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application/web-application=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e9a85023-7f35-49d6-ad22-d9368152c5ad","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"web-application\": [\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    },\n    {\n      \"short-name\": \"Some short-name\",\n      \"url\": \"?:http://\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"entitlement\": \"Some entitlement\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/external-application:external-application/web-application=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df324a04-734a-44b9-92f5-1805ddae9ace"},{"name":"POST - NodeID - anv-platform - license-details","id":"dc49f205-cec2-4263-a3b3-4184a317ef60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"license-key\": [\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    },\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details","description":"<p>Contains the list of license keys added to the ANV system and list of all the key-attributes &amp;\nvalues mapped to those attributes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dba664b7-bed0-4a16-9240-d5273a257bc1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"license-key\": [\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    },\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc49f205-cec2-4263-a3b3-4184a317ef60"},{"name":"GET - NodeID - anv-platform - license-details","id":"ed4f15e2-3f6c-4cf1-b86e-4e5b0820e6d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details?content=<string>","description":"<p>Contains the list of license keys added to the ANV system and list of all the key-attributes &amp;\nvalues mapped to those attributes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d919b168-db6a-43fe-b6ff-5c757332e254","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"license-details\": {\n    \"license-key\": [\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\",\n        \"license-component\": \"Some license-component\",\n        \"release-version\": \"Some release-version\",\n        \"expiration-date\": \"<string>\",\n        \"license-rights\": [\n          {\n            \"license-key-attribute\": \"Some license-key-attribute\",\n            \"attribute-value\": \"Some attribute-value\",\n            \"usage-count\": \"<string>\"\n          },\n          {\n            \"license-key-attribute\": \"Some license-key-attribute\",\n            \"attribute-value\": \"Some attribute-value\",\n            \"usage-count\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\",\n        \"license-component\": \"Some license-component\",\n        \"release-version\": \"Some release-version\",\n        \"expiration-date\": \"<string>\",\n        \"license-rights\": [\n          {\n            \"license-key-attribute\": \"Some license-key-attribute\",\n            \"attribute-value\": \"Some attribute-value\",\n            \"usage-count\": \"<string>\"\n          },\n          {\n            \"license-key-attribute\": \"Some license-key-attribute\",\n            \"attribute-value\": \"Some attribute-value\",\n            \"usage-count\": \"<string>\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"ed4f15e2-3f6c-4cf1-b86e-4e5b0820e6d5"},{"name":"DELETE - NodeID - anv-platform - license-details","id":"67b6e389-c1ec-4149-9fde-6497658a0873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details","description":"<p>Contains the list of license keys added to the ANV system and list of all the key-attributes &amp;\nvalues mapped to those attributes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"55fcd761-d680-4e27-aec6-d5566ac6814b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67b6e389-c1ec-4149-9fde-6497658a0873"},{"name":"PUT - NodeID - anv-platform - license-details","id":"37736c81-385e-476a-bae8-1d6cf12a3b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"license-details\": {\n    \"license-key\": [\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      },\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details","description":"<p>Contains the list of license keys added to the ANV system and list of all the key-attributes &amp;\nvalues mapped to those attributes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b619e9ea-9895-4835-b609-5214c5721652","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"license-details\": {\n    \"license-key\": [\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      },\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4653f050-a5fa-487f-a2c4-7c7f7f5c245d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"license-details\": {\n    \"license-key\": [\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      },\n      {\n        \"license-name\": \"Some license-name\",\n        \"key-string\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37736c81-385e-476a-bae8-1d6cf12a3b14"},{"name":"POST - NodeID - anv-platform - license-key","id":"5e165392-10e8-4133-8b75-e79500554f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key-string\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details","license-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7d59e2ff-3088-41cf-9564-b522d682ea26","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"key-string\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e165392-10e8-4133-8b75-e79500554f62"},{"name":"GET - NodeID - anv-platform - license-key","id":"c534c72b-8643-4518-a2eb-349c805e4024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details","license-key=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d7ee76bd-7c8d-41fa-acff-dedf1e067dd5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details","license-key=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"license-key\": [\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\",\n      \"license-component\": \"Some license-component\",\n      \"release-version\": \"Some release-version\",\n      \"expiration-date\": \"<string>\",\n      \"license-rights\": [\n        {\n          \"license-key-attribute\": \"Some license-key-attribute\",\n          \"attribute-value\": \"Some attribute-value\",\n          \"usage-count\": \"<string>\"\n        },\n        {\n          \"license-key-attribute\": \"Some license-key-attribute\",\n          \"attribute-value\": \"Some attribute-value\",\n          \"usage-count\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\",\n      \"license-component\": \"Some license-component\",\n      \"release-version\": \"Some release-version\",\n      \"expiration-date\": \"<string>\",\n      \"license-rights\": [\n        {\n          \"license-key-attribute\": \"Some license-key-attribute\",\n          \"attribute-value\": \"Some attribute-value\",\n          \"usage-count\": \"<string>\"\n        },\n        {\n          \"license-key-attribute\": \"Some license-key-attribute\",\n          \"attribute-value\": \"Some attribute-value\",\n          \"usage-count\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"c534c72b-8643-4518-a2eb-349c805e4024"},{"name":"DELETE - NodeID - anv-platform - license-key","id":"99c2e644-392b-498b-a69e-17cfb0b9708a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details","license-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5c3790be-bbe6-418e-806c-a7ea4b71c05f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"99c2e644-392b-498b-a69e-17cfb0b9708a"},{"name":"PUT - NodeID - anv-platform - license-key","id":"4f939f9c-d31c-4274-a43b-410f483b760a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"license-key\": [\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    },\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details","license-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8eba53af-30d1-4e8d-8951-5ab75f9ea2b9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"license-key\": [\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    },\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b478937c-a8b5-480c-8f71-7ab5f2b25615","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"license-key\": [\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    },\n    {\n      \"license-name\": \"Some license-name\",\n      \"key-string\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f939f9c-d31c-4274-a43b-410f483b760a"},{"name":"GET - NodeID - anv-platform - license-rights","id":"5ec58f7e-0bed-4ff7-9546-c27b7a5bc417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>/license-rights=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details","license-key=<string>","license-rights=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"27bba13d-af34-413d-a050-a5cabf0884f6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/license-management:license-details/license-key=<string>/license-rights=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","license-management:license-details","license-key=<string>","license-rights=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"license-rights\": [\n    {\n      \"license-key-attribute\": \"Some license-key-attribute\",\n      \"attribute-value\": \"Some attribute-value\",\n      \"usage-count\": \"<string>\"\n    },\n    {\n      \"license-key-attribute\": \"Some license-key-attribute\",\n      \"attribute-value\": \"Some attribute-value\",\n      \"usage-count\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"5ec58f7e-0bed-4ff7-9546-c27b7a5bc417"},{"name":"POST - NodeID - anv-platform - logging","id":"5ab962dd-b24b-4b93-822e-c74b6b33474f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sensitive-includes-actual-value\": true,\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"555fa292-0e35-4c51-8c03-76ad2a049556","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sensitive-includes-actual-value\": true,\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5ab962dd-b24b-4b93-822e-c74b6b33474f"},{"name":"GET - NodeID - anv-platform - logging","id":"e000b9d0-3569-4d77-8ce9-ecc5d97e3155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"41a28511-e5ea-4a5f-b5cc-45013dc92465","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"e000b9d0-3569-4d77-8ce9-ecc5d97e3155"},{"name":"DELETE - NodeID - anv-platform - logging","id":"9ae99af7-e708-4551-b24d-1e819d9828eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"59bc099c-54bd-4e37-a8ca-2bd20b5513a0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ae99af7-e708-4551-b24d-1e819d9828eb"},{"name":"PUT - NodeID - anv-platform - logging","id":"466f0797-1ecd-4db8-8c98-56efcf03ed7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe96a0a6-2781-4088-ada4-e7edd694874f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6e6a640a-1af7-4b01-9939-eb9eec5112d9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"466f0797-1ecd-4db8-8c98-56efcf03ed7c"},{"name":"POST - NodeID - anv-platform - logger-config","id":"80d8d162-db76-4224-9754-0eb560e14c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"log-level\": \"default\",\n  \"log-description\": \"Some log-description\",\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a975cdd0-9179-4e8c-bfb1-5b5bfa666234","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"log-level\": \"default\",\n  \"log-description\": \"Some log-description\",\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80d8d162-db76-4224-9754-0eb560e14c4a"},{"name":"GET - NodeID - anv-platform - logger-config","id":"630df715-7088-4539-9e9a-0c1e94cd32ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4b96e90c-5c79-4efd-a645-e9910eac22ad","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"630df715-7088-4539-9e9a-0c1e94cd32ed"},{"name":"DELETE - NodeID - anv-platform - logger-config","id":"e9d372c0-6885-4574-8348-c3e6c3327bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bf2a07ad-acc1-48bd-bd10-4abce6305f43","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9d372c0-6885-4574-8348-c3e6c3327bf2"},{"name":"PUT - NodeID - anv-platform - logger-config","id":"97ab7f93-6c6a-472e-b047-b9e5df4c5ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"66faf1c2-7218-49dd-9f04-99f22bdde229","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"489e0c58-2a40-4e1c-b136-3925db502d71","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"97ab7f93-6c6a-472e-b047-b9e5df4c5ef3"},{"name":"POST - NodeID - anv-platform - device-config","id":"d4946db8-2d9b-49d1-89b0-56b5d265a9d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"log-level\": \"error\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>/device-config=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1c731008-489c-4459-9f11-e986c61035da","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"log-level\": \"error\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>/device-config=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d4946db8-2d9b-49d1-89b0-56b5d265a9d6"},{"name":"GET - NodeID - anv-platform - device-config","id":"654260ba-1fde-4fd4-87fa-106d1b8c318c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>/device-config=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"358bf7ad-7bd1-4122-ad66-98fab01ada68","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>/device-config=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}"}],"_postman_id":"654260ba-1fde-4fd4-87fa-106d1b8c318c"},{"name":"DELETE - NodeID - anv-platform - device-config","id":"d41c9914-eae1-4034-ae35-947757c52ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>/device-config=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a9a6859-a158-4cc7-99ab-f2df6cc40087","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>/device-config=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d41c9914-eae1-4034-ae35-947757c52ff5"},{"name":"PUT - NodeID - anv-platform - device-config","id":"23843b69-241e-4c46-9c96-5a8c54e9b2ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>/device-config=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4537d6e1-54b0-4610-bfc2-51d5b1cdc4e9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>/device-config=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f8975638-28bc-4e6d-8564-8d47a181564a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:logging/logger-config=<string>,<string>,<string>/device-config=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"23843b69-241e-4c46-9c96-5a8c54e9b2ae"},{"name":"POST - NodeID - anv-platform - anv-state","id":"4d21c7bc-d8ac-4564-8c2e-fc2ca6917ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-statistics:anv-state","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-statistics:anv-state"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7bc8500c-b668-416d-8385-0b0c85f5344c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-statistics:anv-state"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d21c7bc-d8ac-4564-8c2e-fc2ca6917ab7"},{"name":"GET - NodeID - anv-platform - anv-state","id":"cfb89c33-349a-4b8a-a6d3-6749668fff66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-statistics:anv-state?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-statistics:anv-state"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a5f0680f-289d-4f3b-8f65-8d3768eea0cf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-statistics:anv-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-statistics:anv-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"anv-state\": {\n    \"number-of-get-requests\": 0,\n    \"number-of-get-config-requests\": 0,\n    \"number-of-edit-config-requests\": 0,\n    \"number-of-rpc-requests\": 0,\n    \"number-of-configured-devices\": 0,\n    \"number-of-connected-devices\": 0,\n    \"number-of-misaligned-devices\": 0,\n    \"number-of-misbehaving-devices\": 0,\n    \"number-of-devices-with-configuration-errors\": 0,\n    \"number-of-devices-modified-by-LCT\": 0,\n    \"number-of-new-devices\": 0,\n    \"number-of-sbi-get-requests\": 0,\n    \"number-of-sbi-get-config-requests\": 0,\n    \"number-of-sbi-edit-config-requests\": 0,\n    \"number-of-sbi-copy-config-requests\": 0,\n    \"number-of-sbi-rpc-requests\": 0,\n    \"number-of-restconf-get-requests\": 0,\n    \"number-of-restconf-post-requests\": 0,\n    \"number-of-restconf-put-requests\": 0,\n    \"number-of-restconf-patch-requests\": 0,\n    \"number-of-restconf-delete-requests\": 0,\n    \"number-of-notifications\": 0,\n    \"number-of-sbi-notifications\": 0,\n    \"denied-operations\": 0,\n    \"release\": \"Some release\",\n    \"branch\": \"Some branch\",\n    \"build\": \"Some build\",\n    \"label\": \"Some label\"\n  }\n}"}],"_postman_id":"cfb89c33-349a-4b8a-a6d3-6749668fff66"},{"name":"DELETE - NodeID - anv-platform - anv-state","id":"a211c60d-2877-4cdc-a308-8870d0f45225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-statistics:anv-state","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-statistics:anv-state"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8b7e85bc-4a4b-47e2-b9da-63f7c6360daf","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-statistics:anv-state"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a211c60d-2877-4cdc-a308-8870d0f45225"},{"name":"PUT - NodeID - anv-platform - anv-state","id":"7106095b-6da8-4633-9eed-5b812d493db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"anv-state\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-statistics:anv-state","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-statistics:anv-state"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"53229cc3-84d8-4663-95d6-d94554323fe5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-state\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-statistics:anv-state"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ec7f7b39-16df-484b-bf16-b5db92fa6355","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-state\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-statistics:anv-state"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7106095b-6da8-4633-9eed-5b812d493db7"},{"name":"POST - NodeID - anv-platform - anv-user-management","id":"d7d31f24-9254-4525-9e18-09cef89cbd97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"global-login-message\": \"Some global-login-message\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-user-management:anv-user-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-user-management:anv-user-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25bacf81-4763-4275-94e0-455466c53990","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"global-login-message\": \"Some global-login-message\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-user-management:anv-user-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d7d31f24-9254-4525-9e18-09cef89cbd97"},{"name":"GET - NodeID - anv-platform - anv-user-management","id":"f6f7db33-3b79-492c-903c-2a281af27efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-user-management:anv-user-management?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-user-management:anv-user-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1d06c97c-058c-4176-865b-a33fd5539a7b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-user-management:anv-user-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-user-management:anv-user-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"anv-user-management\": {\n    \"global-login-message\": \"Some global-login-message\"\n  }\n}"}],"_postman_id":"f6f7db33-3b79-492c-903c-2a281af27efe"},{"name":"DELETE - NodeID - anv-platform - anv-user-management","id":"05631642-d9c6-4622-805b-d1e31f0450a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-user-management:anv-user-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-user-management:anv-user-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d0652290-75fe-47b7-9233-f2bbeb419af8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-user-management:anv-user-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05631642-d9c6-4622-805b-d1e31f0450a1"},{"name":"PUT - NodeID - anv-platform - anv-user-management","id":"fb51ffaf-42bb-4cfe-9433-3fc166fb3c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"anv-user-management\": {\n    \"global-login-message\": \"Some global-login-message\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-user-management:anv-user-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-user-management:anv-user-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b92d0fc2-59f1-4a11-92ff-eb6f10bb7a4b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-user-management\": {\n    \"global-login-message\": \"Some global-login-message\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-user-management:anv-user-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"265dcccf-f628-45ad-8839-f66f07e2f44c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-user-management\": {\n    \"global-login-message\": \"Some global-login-message\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-user-management:anv-user-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb51ffaf-42bb-4cfe-9433-3fc166fb3c55"},{"name":"POST - NodeID - anv-platform - action-setting","id":"c101f831-39ac-4e89-893d-c666f43d0910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"max-completed-lifetime\": 0,\n  \"max-historical-lifetime\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:action-setting","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:action-setting"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dd07d09b-6c6d-45ee-bfdb-e1a22a294977","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"max-completed-lifetime\": 0,\n  \"max-historical-lifetime\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:action-setting"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c101f831-39ac-4e89-893d-c666f43d0910"},{"name":"GET - NodeID - anv-platform - action-setting","id":"161812db-1a6f-4207-a8f2-ebef2faddfae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:action-setting?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:action-setting"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ed301ca6-6663-4ea0-8e97-81a080dd45ce","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:action-setting?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:action-setting"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"action-setting\": {\n    \"max-completed-lifetime\": 0,\n    \"max-historical-lifetime\": 0\n  }\n}"}],"_postman_id":"161812db-1a6f-4207-a8f2-ebef2faddfae"},{"name":"DELETE - NodeID - anv-platform - action-setting","id":"1357f4d0-9f78-48a8-be88-e5d61629b085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:action-setting","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:action-setting"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"01d5b82f-ec6f-4b2e-9336-a93b474884f8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:action-setting"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1357f4d0-9f78-48a8-be88-e5d61629b085"},{"name":"PUT - NodeID - anv-platform - action-setting","id":"0091a816-a061-4974-bfe6-e9545505a4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"action-setting\": {\n    \"max-completed-lifetime\": 0,\n    \"max-historical-lifetime\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:action-setting","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:action-setting"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"141993b5-6aea-472e-8fcf-c0deffc3916c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"action-setting\": {\n    \"max-completed-lifetime\": 0,\n    \"max-historical-lifetime\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:action-setting"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f0c29f36-852d-48e3-b6c5-d22d6ce092c9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"action-setting\": {\n    \"max-completed-lifetime\": 0,\n    \"max-historical-lifetime\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:action-setting"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0091a816-a061-4974-bfe6-e9545505a4ac"},{"name":"POST - NodeID - anv-platform - job-category-setting","id":"f0baaf01-d4ea-4964-a65f-2be33af7a0ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"job-category\": [\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"650ce843-8d99-4034-b08d-3dee5f0588b0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"job-category\": [\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0baaf01-d4ea-4964-a65f-2be33af7a0ff"},{"name":"GET - NodeID - anv-platform - job-category-setting","id":"9ba7a8ef-1de5-441e-bdee-40132fd6d08d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"23b70f42-f449-4d50-9574-06027d31dde1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"job-category-setting\": {\n    \"job-category\": [\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      }\n    ]\n  }\n}"}],"_postman_id":"9ba7a8ef-1de5-441e-bdee-40132fd6d08d"},{"name":"DELETE - NodeID - anv-platform - job-category-setting","id":"f35de889-2017-4df4-bc6f-8ac90291ca04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"19a0815e-39af-479e-a0ba-82c7d4d79cb2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f35de889-2017-4df4-bc6f-8ac90291ca04"},{"name":"PUT - NodeID - anv-platform - job-category-setting","id":"a1151bd6-14e3-4ce4-a5f4-37dd96c37a9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"job-category-setting\": {\n    \"job-category\": [\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f24056e3-2fbc-48df-8a32-f32495b1ad52","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"job-category-setting\": {\n    \"job-category\": [\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"45e321ff-2245-450d-9ab9-fa756ed373f1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"job-category-setting\": {\n    \"job-category\": [\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"min-guaranteed\": 0,\n        \"max-allowed\": 0,\n        \"type\": \"number-jobs\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a1151bd6-14e3-4ce4-a5f4-37dd96c37a9f"},{"name":"POST - NodeID - anv-platform - job-category","id":"fa5c1613-bfab-4509-8cb3-60efb527f4be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"min-guaranteed\": 0,\n  \"max-allowed\": 0,\n  \"type\": \"number-jobs\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting/job-category=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting","job-category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ae7d8b22-fcad-4079-88c4-b3e0d1ea2658","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"min-guaranteed\": 0,\n  \"max-allowed\": 0,\n  \"type\": \"number-jobs\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting/job-category=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa5c1613-bfab-4509-8cb3-60efb527f4be"},{"name":"GET - NodeID - anv-platform - job-category","id":"ec1845a0-da79-4556-9b44-da2929b2bc8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting/job-category=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting","job-category=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5f001e0d-f8a9-442b-b5c5-51c276b1539b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting/job-category=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting","job-category=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"job-category\": [\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    }\n  ]\n}"}],"_postman_id":"ec1845a0-da79-4556-9b44-da2929b2bc8b"},{"name":"DELETE - NodeID - anv-platform - job-category","id":"e840ece5-aed2-40b2-ab52-249275eabbbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting/job-category=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting","job-category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"12c89c99-77e2-474f-8d9a-d435c8ac226e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting/job-category=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e840ece5-aed2-40b2-ab52-249275eabbbc"},{"name":"PUT - NodeID - anv-platform - job-category","id":"c2ea47fa-ba2f-43f0-b829-c98c683639bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"job-category\": [\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting/job-category=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-category-setting","job-category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"93a16d69-28cd-4313-8397-04f4837c4100","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"job-category\": [\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting/job-category=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b4943cc4-5a03-4524-a455-189445ee0c0b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"job-category\": [\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"min-guaranteed\": 0,\n      \"max-allowed\": 0,\n      \"type\": \"number-jobs\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-category-setting/job-category=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2ea47fa-ba2f-43f0-b829-c98c683639bc"},{"name":"POST - NodeID - anv-platform - job-manager-thread-setting","id":"3cdb7b9a-2c47-452e-8ef7-dbc6961c0e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"num-of-thread\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-manager-thread-setting","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-manager-thread-setting"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b3fb05d0-941e-447c-b789-11d481064c92","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"num-of-thread\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-manager-thread-setting"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3cdb7b9a-2c47-452e-8ef7-dbc6961c0e71"},{"name":"GET - NodeID - anv-platform - job-manager-thread-setting","id":"ec10d839-b5d3-470a-802e-5d9d8a3241f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-manager-thread-setting?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-manager-thread-setting"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b37ab87f-78e9-4d7a-b900-aa7692c3cc10","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-manager-thread-setting?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-manager-thread-setting"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"job-manager-thread-setting\": {\n    \"num-of-thread\": 0\n  }\n}"}],"_postman_id":"ec10d839-b5d3-470a-802e-5d9d8a3241f8"},{"name":"DELETE - NodeID - anv-platform - job-manager-thread-setting","id":"b4b96c81-ab20-4ceb-9c97-789768f35cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-manager-thread-setting","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-manager-thread-setting"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c6e69efe-52f0-40fd-abb6-d8acb99957d4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-manager-thread-setting"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4b96c81-ab20-4ceb-9c97-789768f35cc4"},{"name":"PUT - NodeID - anv-platform - job-manager-thread-setting","id":"beaabbbf-aa76-4c61-9908-54fbf83de458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"job-manager-thread-setting\": {\n    \"num-of-thread\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-manager-thread-setting","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","action-setting-service:job-manager-thread-setting"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fa947238-3b6d-481b-bab5-cbb4655837f5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"job-manager-thread-setting\": {\n    \"num-of-thread\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-manager-thread-setting"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a0bfa0cb-8f2c-45c8-8979-81075db68681","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"job-manager-thread-setting\": {\n    \"num-of-thread\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/action-setting-service:job-manager-thread-setting"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"beaabbbf-aa76-4c61-9908-54fbf83de458"},{"name":"POST - NodeID - anv-platform - resource-mgmt","id":"a81076fe-6494-4f98-877c-eecf95e4d4b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  },\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2e4ae2dc-7971-4a22-b2bb-534db7d59584","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  },\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a81076fe-6494-4f98-877c-eecf95e4d4b4"},{"name":"GET - NodeID - anv-platform - resource-mgmt","id":"2af3d1f5-355d-4d91-b51d-6c811822c2ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7ec0e7fa-6f58-4aed-b88b-24877786e2b1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"resource-mgmt\": {\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648,\n          \"description\": \"Some description\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648,\n          \"description\": \"Some description\"\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2af3d1f5-355d-4d91-b51d-6c811822c2ab"},{"name":"DELETE - NodeID - anv-platform - resource-mgmt","id":"53f6a087-8d62-4985-a8f8-6c9b6b8d7939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d7015757-9980-4c49-8a66-3e6934dad8c6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53f6a087-8d62-4985-a8f8-6c9b6b8d7939"},{"name":"PUT - NodeID - anv-platform - resource-mgmt","id":"cc104b37-1ebf-42c2-8f8d-5bac22b4d11f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource-mgmt\": {\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"09f9abc2-578d-4e53-929e-31a98d7f0e60","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource-mgmt\": {\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"588654ed-f42d-4ed9-b273-2f9a364cfd4b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource-mgmt\": {\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc104b37-1ebf-42c2-8f8d-5bac22b4d11f"},{"name":"POST - NodeID - anv-platform - anv-thread-management","id":"1ff93e3d-72b0-4f0f-9250-0196e6b8d345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-running-tasks\": 500,\n  \"periodicity-of-rogue-threads-check\": \"60\",\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ed2693b3-fdc8-41a5-b3d1-94f14c838f89","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-running-tasks\": 500,\n  \"periodicity-of-rogue-threads-check\": \"60\",\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ff93e3d-72b0-4f0f-9250-0196e6b8d345"},{"name":"GET - NodeID - anv-platform - anv-thread-management","id":"8874b05d-ba88-44dc-9d00-3e0fd6cac2d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"64846539-27b0-4a18-a147-3effd9c34149","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648,\n        \"description\": \"Some description\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648,\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}"}],"_postman_id":"8874b05d-ba88-44dc-9d00-3e0fd6cac2d6"},{"name":"DELETE - NodeID - anv-platform - anv-thread-management","id":"dc5eddfa-ba80-47e0-bf46-6dc58fb51003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d296e6ab-5eef-41ba-95c5-76927c6ea0cb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc5eddfa-ba80-47e0-bf46-6dc58fb51003"},{"name":"PUT - NodeID - anv-platform - anv-thread-management","id":"35c710a6-b2c8-4d4a-b557-d3951acd7940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a37f2e75-1712-437f-8f7e-a31e1ff593c2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7cf8cd29-0c45-4fa5-baa3-d4c8f18a43c2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35c710a6-b2c8-4d4a-b557-d3951acd7940"},{"name":"POST - NodeID - anv-platform - task-category","id":"136c147e-76e0-46f6-96be-ccc2bfd5ddb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-allowed-number-of-running-tasks\": 0,\n  \"minimum-guaranteed-number-of-running-tasks\": 0,\n  \"queue-size\": -2147483648,\n  \"maximum-running-time\": -9223372036854776000,\n  \"maximum-waiting-time\": -2147483648,\n  \"rate-limit\": -2147483648\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management/task-category=<string>","description":"<p>List of task categories.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management","task-category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"958d56a6-803f-4260-a01c-96c2ef0a46f5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-allowed-number-of-running-tasks\": 0,\n  \"minimum-guaranteed-number-of-running-tasks\": 0,\n  \"queue-size\": -2147483648,\n  \"maximum-running-time\": -9223372036854776000,\n  \"maximum-waiting-time\": -2147483648,\n  \"rate-limit\": -2147483648\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management/task-category=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"136c147e-76e0-46f6-96be-ccc2bfd5ddb6"},{"name":"GET - NodeID - anv-platform - task-category","id":"c2610ddf-588d-4478-aa83-7abf5a4868d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management/task-category=<string>?content=<string>","description":"<p>List of task categories.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management","task-category=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ba954eac-227e-4801-82db-63a3b67613df","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management/task-category=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management","task-category=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648,\n      \"description\": \"Some description\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648,\n      \"description\": \"Some description\"\n    }\n  ]\n}"}],"_postman_id":"c2610ddf-588d-4478-aa83-7abf5a4868d0"},{"name":"DELETE - NodeID - anv-platform - task-category","id":"5f7b505f-3a44-48b0-a782-79e2d1c02d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management/task-category=<string>","description":"<p>List of task categories.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management","task-category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4b266c94-20ba-4171-9fdf-904309981d36","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management/task-category=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f7b505f-3a44-48b0-a782-79e2d1c02d3c"},{"name":"PUT - NodeID - anv-platform - task-category","id":"21289fa1-d8d4-4e74-a456-db717bc31b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management/task-category=<string>","description":"<p>List of task categories.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-thread-management:anv-thread-management","task-category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0b479b2f-c096-40d3-b09c-03361bafb4dd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management/task-category=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5ab31902-1699-4427-921a-b99491387dd2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-thread-management:anv-thread-management/task-category=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"21289fa1-d8d4-4e74-a456-db717bc31b6e"},{"name":"POST - NodeID - anv-platform - anv-timer-management","id":"7913f895-07e3-4eea-88cc-ac72b3742ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7e14b56-8354-4960-8754-9ffefe1879c2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7913f895-07e3-4eea-88cc-ac72b3742ddd"},{"name":"GET - NodeID - anv-platform - anv-timer-management","id":"725f95d5-cbdb-4eef-bf4f-18b6fcb9f605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"51a367e0-12d4-4471-95a3-282dfdf1092c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"725f95d5-cbdb-4eef-bf4f-18b6fcb9f605"},{"name":"DELETE - NodeID - anv-platform - anv-timer-management","id":"5685a6b4-4b22-456e-92d2-3eef8205b232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1238bda9-7a5d-4c81-bf85-77d4d5b1f5e3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5685a6b4-4b22-456e-92d2-3eef8205b232"},{"name":"PUT - NodeID - anv-platform - anv-timer-management","id":"d8a60d11-eedd-4d1d-8369-2c5bb20a73c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ae57f36e-9afd-4abc-a711-097c283b5cf5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b74ead7d-057e-4a90-8ef4-33f68243aa73","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8a60d11-eedd-4d1d-8369-2c5bb20a73c3"},{"name":"POST - NodeID - anv-platform - timer-task","id":"caebeab1-819d-4331-bfaa-e383f72a46f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"delay\": 0,\n  \"period\": \"<string>\",\n  \"fixed-rate\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management/timer-task=<string>","description":"<p>List of timer tasks.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management","timer-task=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"27dc732a-c41e-4ef0-b859-d204b3b7d504","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"delay\": 0,\n  \"period\": \"<string>\",\n  \"fixed-rate\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management/timer-task=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"caebeab1-819d-4331-bfaa-e383f72a46f9"},{"name":"GET - NodeID - anv-platform - timer-task","id":"0c27d837-6a28-4e28-b3ab-c1cb522a3c8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management/timer-task=<string>?content=<string>","description":"<p>List of timer tasks.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management","timer-task=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"17425242-22ab-4b73-9fc3-90395ed4403b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management/timer-task=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management","timer-task=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}"}],"_postman_id":"0c27d837-6a28-4e28-b3ab-c1cb522a3c8f"},{"name":"DELETE - NodeID - anv-platform - timer-task","id":"3cdd70c6-dfd9-4d38-a3af-3612d4800aab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management/timer-task=<string>","description":"<p>List of timer tasks.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management","timer-task=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ec646244-8eab-4fd9-9aa0-83246bb3d9a9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management/timer-task=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3cdd70c6-dfd9-4d38-a3af-3612d4800aab"},{"name":"PUT - NodeID - anv-platform - timer-task","id":"afa25347-029b-4b05-a32a-7ab8c6247dc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management/timer-task=<string>","description":"<p>List of timer tasks.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-resourcemgmt:resource-mgmt","anv-timer-management:anv-timer-management","timer-task=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"691f0820-8dd8-41b8-8e92-525d3f95fa38","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management/timer-task=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"acedb1e5-4fde-4e12-8c88-978e028d832b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-resourcemgmt:resource-mgmt/anv-timer-management:anv-timer-management/timer-task=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afa25347-029b-4b05-a32a-7ab8c6247dc9"},{"name":"POST - NodeID - anv-platform - anv-task-center","id":"847a0903-478b-4186-b8c4-3545b6ec31c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"unvisited-resource-delete-timeout\": 180,\n  \"history-record-delete-timeout\": 180\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-task-center:anv-task-center","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-task-center:anv-task-center"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4adc875e-3f38-4e41-8245-f6a3bea9aef3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"unvisited-resource-delete-timeout\": 180,\n  \"history-record-delete-timeout\": 180\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-task-center:anv-task-center"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"847a0903-478b-4186-b8c4-3545b6ec31c2"},{"name":"GET - NodeID - anv-platform - anv-task-center","id":"ca01d489-183a-4de3-bf13-3f69b4c536be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-task-center:anv-task-center?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-task-center:anv-task-center"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"51743d52-d0fc-49e5-b024-705e0b402c7b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-task-center:anv-task-center?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-task-center:anv-task-center"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"anv-task-center\": {\n    \"unvisited-resource-delete-timeout\": 180,\n    \"history-record-delete-timeout\": 180\n  }\n}"}],"_postman_id":"ca01d489-183a-4de3-bf13-3f69b4c536be"},{"name":"DELETE - NodeID - anv-platform - anv-task-center","id":"10850185-ede8-4fcc-99c0-d1c15cd42bbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-task-center:anv-task-center","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-task-center:anv-task-center"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"886bf8d7-ed82-4766-82ab-a99bacd6e8e8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-task-center:anv-task-center"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10850185-ede8-4fcc-99c0-d1c15cd42bbc"},{"name":"PUT - NodeID - anv-platform - anv-task-center","id":"a8bfd88f-55a2-4daf-a6ce-611b38cea24f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"anv-task-center\": {\n    \"unvisited-resource-delete-timeout\": 180,\n    \"history-record-delete-timeout\": 180\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-task-center:anv-task-center","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-task-center:anv-task-center"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"77e9f95a-c5af-43cc-a6a0-d95e2810744c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-task-center\": {\n    \"unvisited-resource-delete-timeout\": 180,\n    \"history-record-delete-timeout\": 180\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-task-center:anv-task-center"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0b85dd80-6d21-4937-9e98-84ab15996a1d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-task-center\": {\n    \"unvisited-resource-delete-timeout\": 180,\n    \"history-record-delete-timeout\": 180\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-task-center:anv-task-center"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8bfd88f-55a2-4daf-a6ce-611b38cea24f"},{"name":"POST - NodeID - anv-platform - netconf-stack","id":"ec6e95b5-e77f-4261-87d8-12b937568803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-pending-requests\": 25,\n  \"maximum-number-of-concurrent-requests\": 10,\n  \"configuration-of-lock-statistics\": {\n    \"time-increment\": 100,\n    \"number-of-samples\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack","description":"<p>Configuration &amp; state data for the NETCONF stack within\nthe 5576 ANV platform services.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"143b3324-5cf5-44e6-a12f-ab49e9539025","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-pending-requests\": 25,\n  \"maximum-number-of-concurrent-requests\": 10,\n  \"configuration-of-lock-statistics\": {\n    \"time-increment\": 100,\n    \"number-of-samples\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec6e95b5-e77f-4261-87d8-12b937568803"},{"name":"GET - NodeID - anv-platform - netconf-stack","id":"623acdf4-bdcc-4eb5-b21a-e2ca59d91a11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack?content=<string>","description":"<p>Configuration &amp; state data for the NETCONF stack within\nthe 5576 ANV platform services.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0b830966-49e9-4b08-8cd7-aca81fbc48db","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf-stack\": {\n    \"maximum-number-of-pending-requests\": 25,\n    \"maximum-number-of-concurrent-requests\": 10,\n    \"configuration-of-lock-statistics\": {\n      \"time-increment\": 100,\n      \"number-of-samples\": 6\n    },\n    \"get-and-edit-lock-statistics\": {\n      \"current\": {\n        \"number-of-requests-per-waiting-time\": [\n          {\n            \"waiting-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-requests\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"waiting-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-requests\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"maximum-number-of-queued-operations\": 0,\n        \"maximum-number-of-concurrent-operations\": 0\n      },\n      \"history\": [\n        {\n          \"interval-number\": 0,\n          \"number-of-requests-per-waiting-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-number-of-queued-operations\": 0,\n          \"maximum-number-of-concurrent-operations\": 0\n        },\n        {\n          \"interval-number\": 0,\n          \"number-of-requests-per-waiting-time\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-number-of-queued-operations\": 0,\n          \"maximum-number-of-concurrent-operations\": 0\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"623acdf4-bdcc-4eb5-b21a-e2ca59d91a11"},{"name":"DELETE - NodeID - anv-platform - netconf-stack","id":"3c7d829f-b2fc-410f-9b3f-7807e743a2bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack","description":"<p>Configuration &amp; state data for the NETCONF stack within\nthe 5576 ANV platform services.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"114513bc-d63e-4ff6-a15f-7261197f7cc9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c7d829f-b2fc-410f-9b3f-7807e743a2bc"},{"name":"PUT - NodeID - anv-platform - netconf-stack","id":"98211f06-86fc-41a4-98ca-4a1dfc1388e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconf-stack\": {\n    \"maximum-number-of-pending-requests\": 25,\n    \"maximum-number-of-concurrent-requests\": 10,\n    \"configuration-of-lock-statistics\": {\n      \"time-increment\": 100,\n      \"number-of-samples\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack","description":"<p>Configuration &amp; state data for the NETCONF stack within\nthe 5576 ANV platform services.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a8133bc9-c31c-422f-a0bb-68808b054e4f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-stack\": {\n    \"maximum-number-of-pending-requests\": 25,\n    \"maximum-number-of-concurrent-requests\": 10,\n    \"configuration-of-lock-statistics\": {\n      \"time-increment\": 100,\n      \"number-of-samples\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c2ee1cad-49fc-490a-9962-389d2a2406a4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-stack\": {\n    \"maximum-number-of-pending-requests\": 25,\n    \"maximum-number-of-concurrent-requests\": 10,\n    \"configuration-of-lock-statistics\": {\n      \"time-increment\": 100,\n      \"number-of-samples\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98211f06-86fc-41a4-98ca-4a1dfc1388e9"},{"name":"POST - NodeID - anv-platform - configuration-of-lock-statistics","id":"7971def1-e8bf-4414-b464-60de718e05e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"time-increment\": 100,\n  \"number-of-samples\": 6\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/configuration-of-lock-statistics","description":"<p>This container provides two parameters used to configure how entries are\ncreated in the list number-of-requests-per-waiting-time.</p>\n<ul>\n<li>number-of-samples represents the number of entries in the list.</li>\n<li>time-increment represents the increment of the waiting-time captured by each sample.\nUpdating any of these parameter causes the list to be reset.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","configuration-of-lock-statistics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"695d2d67-3f03-497c-bfda-7d158fce244e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"time-increment\": 100,\n  \"number-of-samples\": 6\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/configuration-of-lock-statistics"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7971def1-e8bf-4414-b464-60de718e05e8"},{"name":"GET - NodeID - anv-platform - configuration-of-lock-statistics","id":"e4620f9c-9364-4d8c-9bed-83abd9d5fbac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/configuration-of-lock-statistics?content=<string>","description":"<p>This container provides two parameters used to configure how entries are\ncreated in the list number-of-requests-per-waiting-time.</p>\n<ul>\n<li>number-of-samples represents the number of entries in the list.</li>\n<li>time-increment represents the increment of the waiting-time captured by each sample.\nUpdating any of these parameter causes the list to be reset.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","configuration-of-lock-statistics"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1dd3ba83-e2fa-4aba-aceb-a916fe916456","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/configuration-of-lock-statistics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","configuration-of-lock-statistics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configuration-of-lock-statistics\": {\n    \"time-increment\": 100,\n    \"number-of-samples\": 6\n  }\n}"}],"_postman_id":"e4620f9c-9364-4d8c-9bed-83abd9d5fbac"},{"name":"DELETE - NodeID - anv-platform - configuration-of-lock-statistics","id":"a47334c3-7a4a-445a-9552-f45cec53e3ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/configuration-of-lock-statistics","description":"<p>This container provides two parameters used to configure how entries are\ncreated in the list number-of-requests-per-waiting-time.</p>\n<ul>\n<li>number-of-samples represents the number of entries in the list.</li>\n<li>time-increment represents the increment of the waiting-time captured by each sample.\nUpdating any of these parameter causes the list to be reset.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","configuration-of-lock-statistics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9cf0868d-b35f-4098-a7e2-cc02b2246d97","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/configuration-of-lock-statistics"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a47334c3-7a4a-445a-9552-f45cec53e3ec"},{"name":"PUT - NodeID - anv-platform - configuration-of-lock-statistics","id":"fc9d1cb1-79c2-4858-bcf3-280f86ae7863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configuration-of-lock-statistics\": {\n    \"time-increment\": 100,\n    \"number-of-samples\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/configuration-of-lock-statistics","description":"<p>This container provides two parameters used to configure how entries are\ncreated in the list number-of-requests-per-waiting-time.</p>\n<ul>\n<li>number-of-samples represents the number of entries in the list.</li>\n<li>time-increment represents the increment of the waiting-time captured by each sample.\nUpdating any of these parameter causes the list to be reset.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","configuration-of-lock-statistics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e880d403-bb09-4fbc-9cf6-781c3013d2e1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configuration-of-lock-statistics\": {\n    \"time-increment\": 100,\n    \"number-of-samples\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/configuration-of-lock-statistics"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"66098cee-5de0-435d-8aaa-d811d41342b7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configuration-of-lock-statistics\": {\n    \"time-increment\": 100,\n    \"number-of-samples\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/configuration-of-lock-statistics"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc9d1cb1-79c2-4858-bcf3-280f86ae7863"},{"name":"GET - NodeID - anv-platform - get-and-edit-lock-statistics","id":"07ba0b7f-8ebd-40da-b5eb-54c4265e0b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics?content=<string>","description":"<p>Performance parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"84386568-a452-492d-bbc7-b00938f003f8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"get-and-edit-lock-statistics\": {\n    \"current\": {\n      \"number-of-requests-per-waiting-time\": [\n        {\n          \"waiting-time\": 0,\n          \"number-of-requests\": 0\n        },\n        {\n          \"waiting-time\": 0,\n          \"number-of-requests\": 0\n        }\n      ],\n      \"maximum-number-of-queued-operations\": 0,\n      \"maximum-number-of-concurrent-operations\": 0\n    },\n    \"history\": [\n      {\n        \"interval-number\": 0,\n        \"number-of-requests-per-waiting-time\": [\n          {\n            \"waiting-time\": 0,\n            \"number-of-requests\": 0\n          },\n          {\n            \"waiting-time\": 0,\n            \"number-of-requests\": 0\n          }\n        ],\n        \"maximum-number-of-queued-operations\": 0,\n        \"maximum-number-of-concurrent-operations\": 0\n      },\n      {\n        \"interval-number\": 0,\n        \"number-of-requests-per-waiting-time\": [\n          {\n            \"waiting-time\": 0,\n            \"number-of-requests\": 0\n          },\n          {\n            \"waiting-time\": 0,\n            \"number-of-requests\": 0\n          }\n        ],\n        \"maximum-number-of-queued-operations\": 0,\n        \"maximum-number-of-concurrent-operations\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"07ba0b7f-8ebd-40da-b5eb-54c4265e0b96"},{"name":"GET - NodeID - anv-platform - current","id":"67b4cab5-3ada-48d9-a974-1660d4252565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"09955b0d-6c02-4812-b9aa-91a3a29ae8f9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"number-of-requests-per-waiting-time\": [\n      {\n        \"waiting-time\": 0,\n        \"number-of-requests\": 0\n      },\n      {\n        \"waiting-time\": 0,\n        \"number-of-requests\": 0\n      }\n    ],\n    \"maximum-number-of-queued-operations\": 0,\n    \"maximum-number-of-concurrent-operations\": 0\n  }\n}"}],"_postman_id":"67b4cab5-3ada-48d9-a974-1660d4252565"},{"name":"GET - NodeID - anv-platform - number-of-requests-per-waiting-time","id":"b7ffb551-3431-4855-947a-eb666673bad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics/current/number-of-requests-per-waiting-time=<string>?content=<string>","description":"<p>This list provides, per waiting time, the total number of\nNETCONF requests waiting for an edit or get lock to be released.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics","current","number-of-requests-per-waiting-time=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"99f06ad2-e764-482a-abdf-2c581593e209","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics/current/number-of-requests-per-waiting-time=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics","current","number-of-requests-per-waiting-time=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"number-of-requests-per-waiting-time\": [\n    {\n      \"waiting-time\": 0,\n      \"number-of-requests\": 0\n    },\n    {\n      \"waiting-time\": 0,\n      \"number-of-requests\": 0\n    }\n  ]\n}"}],"_postman_id":"b7ffb551-3431-4855-947a-eb666673bad4"},{"name":"GET - NodeID - anv-platform - history","id":"2e491f2a-42cb-4121-8d4a-ca999a313a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics/history=<string>?content=<string>","description":"<p>A history of 15 minute intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3d3ef8b3-70f0-4736-80fe-00c21bac5ec9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 0,\n      \"number-of-requests-per-waiting-time\": [\n        {\n          \"waiting-time\": 0,\n          \"number-of-requests\": 0\n        },\n        {\n          \"waiting-time\": 0,\n          \"number-of-requests\": 0\n        }\n      ],\n      \"maximum-number-of-queued-operations\": 0,\n      \"maximum-number-of-concurrent-operations\": 0\n    },\n    {\n      \"interval-number\": 0,\n      \"number-of-requests-per-waiting-time\": [\n        {\n          \"waiting-time\": 0,\n          \"number-of-requests\": 0\n        },\n        {\n          \"waiting-time\": 0,\n          \"number-of-requests\": 0\n        }\n      ],\n      \"maximum-number-of-queued-operations\": 0,\n      \"maximum-number-of-concurrent-operations\": 0\n    }\n  ]\n}"}],"_postman_id":"2e491f2a-42cb-4121-8d4a-ca999a313a05"},{"name":"GET - NodeID - anv-platform - number-of-requests-per-waiting-time","id":"1d5bd34f-6507-4f8a-a9fe-0e9dc2937420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics/history=<string>/number-of-requests-per-waiting-time=<string>?content=<string>","description":"<p>This list provides, per waiting time, the total number of\nNETCONF requests waiting for an edit or get lock to be released.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics","history=<string>","number-of-requests-per-waiting-time=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6214323b-47ce-413f-98e1-9b64012477c2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-netconf-stack:netconf-stack/get-and-edit-lock-statistics/history=<string>/number-of-requests-per-waiting-time=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-netconf-stack:netconf-stack","get-and-edit-lock-statistics","history=<string>","number-of-requests-per-waiting-time=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"number-of-requests-per-waiting-time\": [\n    {\n      \"waiting-time\": 0,\n      \"number-of-requests\": 0\n    },\n    {\n      \"waiting-time\": 0,\n      \"number-of-requests\": 0\n    }\n  ]\n}"}],"_postman_id":"1d5bd34f-6507-4f8a-a9fe-0e9dc2937420"},{"name":"POST - NodeID - anv-platform - notification-buffer-parameters","id":"1284c361-180e-4f70-ab2e-101265b0b924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aef8ac8b-d4d6-4bf0-8456-0ece443b2012","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1284c361-180e-4f70-ab2e-101265b0b924"},{"name":"GET - NodeID - anv-platform - notification-buffer-parameters","id":"5aa43173-716b-4fea-8f5a-72e9766ec7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dd7c7c80-ae65-4015-8886-ddfccf4c90bc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"notification-buffer-parameters\": {\n    \"anv-name\": \"Some anv-name\",\n    \"kafka-parameters\": {\n      \"zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ],\n      \"topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"5aa43173-716b-4fea-8f5a-72e9766ec7f1"},{"name":"DELETE - NodeID - anv-platform - notification-buffer-parameters","id":"3da84e22-370d-4833-9130-b79a30003bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"39c40ebb-2943-498a-a302-539398c7bfb2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3da84e22-370d-4833-9130-b79a30003bff"},{"name":"PUT - NodeID - anv-platform - notification-buffer-parameters","id":"5faa5f2a-b338-4fe0-b7ac-bf9536c88e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1a13f240-a5bd-4c02-8949-893aeee2a554","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"293946c8-2fbc-473f-87ae-22437f4f65c8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5faa5f2a-b338-4fe0-b7ac-bf9536c88e1e"},{"name":"POST - NodeID - anv-platform - kafka-parameters","id":"431d50e5-f11e-4bd9-a087-8f07f3c35e84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"use-kafka-for-notification-replay\": true,\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ],\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ],\n  \"kafka-broker-secureconnection\": false,\n  \"kafka-clientauth-required\": false,\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ],\n  \"retry-backoff-time\": 60,\n  \"kafka-heartbeat-interval\": 30,\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"78385b05-4a4a-4850-9a57-ef8ac3a6a10b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"use-kafka-for-notification-replay\": true,\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ],\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ],\n  \"kafka-broker-secureconnection\": false,\n  \"kafka-clientauth-required\": false,\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ],\n  \"retry-backoff-time\": 60,\n  \"kafka-heartbeat-interval\": 30,\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"431d50e5-f11e-4bd9-a087-8f07f3c35e84"},{"name":"GET - NodeID - anv-platform - kafka-parameters","id":"a01762a4-ded9-4807-bfa2-e3434fc915fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters?content=<string>","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"87f422b3-3f05-4061-a09d-af74387c5256","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kafka-parameters\": {\n    \"zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ],\n    \"topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}"}],"_postman_id":"a01762a4-ded9-4807-bfa2-e3434fc915fe"},{"name":"DELETE - NodeID - anv-platform - kafka-parameters","id":"0e12a4b7-ba23-4ac2-b2b7-14ddeb26c698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4f1c8bdd-e118-4730-988c-94409915fcbe","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e12a4b7-ba23-4ac2-b2b7-14ddeb26c698"},{"name":"PUT - NodeID - anv-platform - kafka-parameters","id":"c3eac491-65b1-4c59-b210-161fcb30bac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8b78a6b4-8a3a-42b6-9d2e-1c9d9c788dd0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aef655ec-4682-4488-bd0d-2dad7ebdf365","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3eac491-65b1-4c59-b210-161fcb30bac7"},{"name":"GET - NodeID - anv-platform - zookeeper-server","id":"c488da27-e079-446e-9ec4-fb76afc402f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/zookeeper-server=<string>,<string>?content=<string>","description":"<p>The actual list of zoo-keeper servers used by this server.\nThis list is populated using either:</p>\n<ol>\n<li>The list 'configured-zookeeper-server in this container</li>\n<li>The environment variable KAFKA_ZOOKEEPER_SERVERS\nWhere 1) has precedence over 2).</li>\n</ol>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b47910b8-9674-4f8f-b375-587b324a5b1f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/zookeeper-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","zookeeper-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"c488da27-e079-446e-9ec4-fb76afc402f9"},{"name":"GET - NodeID - anv-platform - kafka-broker-server","id":"2f768c0e-c2e9-4ab8-853a-e61831d24bc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-broker-server=<string>,<string>?content=<string>","description":"<p>The actual list of kafka-broker servers used by this server.\nThis list is populated using either:</p>\n<ol>\n<li>The list 'configured-kafka-broker-server in this container</li>\n<li>The environment variable KAFKA_BOOTSTRAP_SERVERS\nWhere 1) has precedence over 2).</li>\n</ol>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f0ece294-bb92-4ca2-898a-07e09136244f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-broker-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","kafka-broker-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"2f768c0e-c2e9-4ab8-853a-e61831d24bc6"},{"name":"POST - NodeID - anv-platform - configured-zookeeper-server","id":"34343492-bcea-459c-8ef9-e886021fecf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3848d1a8-8a00-4aee-b710-98966edfa825","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34343492-bcea-459c-8ef9-e886021fecf3"},{"name":"GET - NodeID - anv-platform - configured-zookeeper-server","id":"9fb83b89-c153-48fa-9798-c043dbb8d38e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>?content=<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"51941aa7-60c7-43af-ad60-91dc57c73c42","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"9fb83b89-c153-48fa-9798-c043dbb8d38e"},{"name":"DELETE - NodeID - anv-platform - configured-zookeeper-server","id":"a409c489-d89f-438a-bec6-f12fc93b956d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"14062c6a-70fa-4b5c-8ff6-2730207807be","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a409c489-d89f-438a-bec6-f12fc93b956d"},{"name":"PUT - NodeID - anv-platform - configured-zookeeper-server","id":"75310edb-44b2-453d-aab1-c62a5ace9456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9b33889b-7304-4312-80e5-6423c407b0e7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"59c869e6-5dee-456d-8976-f978bd392b7f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75310edb-44b2-453d-aab1-c62a5ace9456"},{"name":"POST - NodeID - anv-platform - configured-kafka-broker-server","id":"44698593-5289-447d-aa2a-d94b4e442327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ac8154f9-e75d-4319-90e9-071e4b5f881b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44698593-5289-447d-aa2a-d94b4e442327"},{"name":"GET - NodeID - anv-platform - configured-kafka-broker-server","id":"e91a44a7-40a8-44db-b976-c8808c2945d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>?content=<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8bf87470-6d60-491b-ba67-d0d78a45c28a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"e91a44a7-40a8-44db-b976-c8808c2945d9"},{"name":"DELETE - NodeID - anv-platform - configured-kafka-broker-server","id":"660edec7-42f8-4dc4-8be6-5f1a650acfc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7a6155b6-b44b-4ad6-987e-c74abfbb0f9b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"660edec7-42f8-4dc4-8be6-5f1a650acfc6"},{"name":"PUT - NodeID - anv-platform - configured-kafka-broker-server","id":"3cbcc54c-0186-42b4-be5b-bf0595e83738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9a34d5f7-507f-4f19-8837-2212a965e8a6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"367b0b2d-9e30-4ac4-880b-f9a5d7a2a1d8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3cbcc54c-0186-42b4-be5b-bf0595e83738"},{"name":"POST - NodeID - anv-platform - kafka-topic-retention-time","id":"306a61d0-2bd9-4dc7-8eb4-878d5cf5410c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"retention-time\": 1440\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"29cc6580-289c-4c34-9db2-3d669c3a972d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"retention-time\": 1440\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"306a61d0-2bd9-4dc7-8eb4-878d5cf5410c"},{"name":"GET - NodeID - anv-platform - kafka-topic-retention-time","id":"c6ac0070-1109-45b0-b1a7-2d77dbf2885a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9c7a9180-93a7-42cc-a891-4373d8ff18b9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}"}],"_postman_id":"c6ac0070-1109-45b0-b1a7-2d77dbf2885a"},{"name":"DELETE - NodeID - anv-platform - kafka-topic-retention-time","id":"cd1e5fd0-43e2-4799-9949-81985a56a19c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7c724f08-eb81-412d-be5d-9dbb4985bd13","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cd1e5fd0-43e2-4799-9949-81985a56a19c"},{"name":"PUT - NodeID - anv-platform - kafka-topic-retention-time","id":"e9d2d304-2b0f-42fe-be78-bc8d050c8231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e8abeb9b-c1a1-427c-a412-45e984501247","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f1a03903-7b69-46fd-8180-7b7b42c92bc4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9d2d304-2b0f-42fe-be78-bc8d050c8231"},{"name":"POST - NodeID - anv-platform - configured-topic-parameters","id":"6539f998-5f78-4060-b271-c7a70baecde0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"number-of-partitions\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"238e9481-b432-4c70-83a8-7c54ea52bde1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"number-of-partitions\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6539f998-5f78-4060-b271-c7a70baecde0"},{"name":"GET - NodeID - anv-platform - configured-topic-parameters","id":"888d548c-c88e-4814-a54d-2ef6e85dce6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2b3e2258-59aa-4407-9eb7-5c3cc80fc06f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}"}],"_postman_id":"888d548c-c88e-4814-a54d-2ef6e85dce6d"},{"name":"DELETE - NodeID - anv-platform - configured-topic-parameters","id":"6a0a96f9-6e7f-4e63-a047-5b02c0e82ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c579925b-9d82-4c35-8dcd-ee7241e8c20e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a0a96f9-6e7f-4e63-a047-5b02c0e82ae0"},{"name":"PUT - NodeID - anv-platform - configured-topic-parameters","id":"fe5bbfeb-b383-461b-b7c6-205bde9cf3b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ca60df4-fe73-40aa-ba93-a3a4f50bfa4f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1ff49f1c-3c0d-4f62-acc0-4a46d42e873a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe5bbfeb-b383-461b-b7c6-205bde9cf3b6"},{"name":"GET - NodeID - anv-platform - topic-parameters","id":"4161d984-e197-432c-8f82-1565001004ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/topic-parameters=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d1a4b96e-bd1e-4766-b1ca-175332b888e7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-notification-buffer:notification-buffer-parameters/kafka-parameters/topic-parameters=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-notification-buffer:notification-buffer-parameters","kafka-parameters","topic-parameters=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}"}],"_postman_id":"4161d984-e197-432c-8f82-1565001004ae"},{"name":"POST - NodeID - anv-platform - certificate-mgmt","id":"9b189622-995f-49b5-9b91-5ab0d6244f95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ee52d85-3a58-476a-957b-da66513e0156","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b189622-995f-49b5-9b91-5ab0d6244f95"},{"name":"GET - NodeID - anv-platform - certificate-mgmt","id":"687172e7-2f1d-4540-985e-002c243a70d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6df63f56-26e3-40c0-a4ca-337e4c965019","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"certificate-mgmt\": {\n    \"callhome-certificate\": [\n      {\n        \"file\": \"Some file\",\n        \"sequence-number\": 0\n      },\n      {\n        \"file\": \"Some file\",\n        \"sequence-number\": 0\n      }\n    ],\n    \"trusted-ca-certs\": {\n      \"certificate\": [\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\",\n          \"subject\": \"Some subject\",\n          \"issuer\": \"Some issuer\",\n          \"serial-number\": \"<byte>\",\n          \"valid-not-before\": \"?:6008-41-24T70:20:02+20:98\",\n          \"valid-not-after\": \"?:5732-66-14T09:95:81Z\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\",\n          \"subject\": \"Some subject\",\n          \"issuer\": \"Some issuer\",\n          \"serial-number\": \"<byte>\",\n          \"valid-not-before\": \"?:6008-41-24T70:20:02+20:98\",\n          \"valid-not-after\": \"?:5732-66-14T09:95:81Z\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"687172e7-2f1d-4540-985e-002c243a70d2"},{"name":"DELETE - NodeID - anv-platform - certificate-mgmt","id":"6f92409d-f2ef-4230-981c-f65ec152be72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a459943-e8b9-46fa-8c25-363185ba1b42","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f92409d-f2ef-4230-981c-f65ec152be72"},{"name":"PUT - NodeID - anv-platform - certificate-mgmt","id":"4c18a059-39b9-4961-8f36-eb0fa71b2901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"certificate-mgmt\": {\n    \"trusted-ca-certs\": {\n      \"certificate\": [\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b2c6bcc8-a986-4cb0-816b-55f7fb6c114b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate-mgmt\": {\n    \"trusted-ca-certs\": {\n      \"certificate\": [\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"43d4d08b-8005-4cdd-bc47-80d3d4bbaddb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate-mgmt\": {\n    \"trusted-ca-certs\": {\n      \"certificate\": [\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"cert-binary\": \"<byte>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c18a059-39b9-4961-8f36-eb0fa71b2901"},{"name":"GET - NodeID - anv-platform - callhome-certificate","id":"73b6bf54-3f62-41c2-8626-bb339e61889d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/callhome-certificate=<string>,<string>?content=<string>","description":"<p>Read Only (RO) list for certificate expiry alarm notification reporting. This list does not return any state data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","callhome-certificate=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"af80a34d-03f0-480b-8f14-1d56b5263c7c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/callhome-certificate=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","callhome-certificate=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"callhome-certificate\": [\n    {\n      \"file\": \"Some file\",\n      \"sequence-number\": 0\n    },\n    {\n      \"file\": \"Some file\",\n      \"sequence-number\": 0\n    }\n  ]\n}"}],"_postman_id":"73b6bf54-3f62-41c2-8626-bb339e61889d"},{"name":"POST - NodeID - anv-platform - trusted-ca-certs","id":"df0a010c-fc17-48ad-9418-755629c0c6e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs","description":"<p>A list of Certificate Authority (CA) certificates that\na NETCONF server can use to authenticate NETCONF client\ncertificates. A client's certificate is authenticated\nif there is a chain of trust to a configured trusted CA\ncertificate. The client certificate MAY be accompanied\nwith additional certificates forming a chain of trust.\nThe client's certificate is authenticated if there is\npath-validation from any of the certificates it presents\nto a configured trust anchor.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"abcf7c3b-605f-4493-b19d-9f48af2732e0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df0a010c-fc17-48ad-9418-755629c0c6e1"},{"name":"GET - NodeID - anv-platform - trusted-ca-certs","id":"d06915a2-e1f3-4328-a685-39a8b4ab35ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs?content=<string>","description":"<p>A list of Certificate Authority (CA) certificates that\na NETCONF server can use to authenticate NETCONF client\ncertificates. A client's certificate is authenticated\nif there is a chain of trust to a configured trusted CA\ncertificate. The client certificate MAY be accompanied\nwith additional certificates forming a chain of trust.\nThe client's certificate is authenticated if there is\npath-validation from any of the certificates it presents\nto a configured trust anchor.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0f25089a-4e16-427f-9768-c05a3d066502","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\",\n        \"subject\": \"Some subject\",\n        \"issuer\": \"Some issuer\",\n        \"serial-number\": \"<byte>\",\n        \"valid-not-before\": \"?:6008-41-24T70:20:02+20:98\",\n        \"valid-not-after\": \"?:5732-66-14T09:95:81Z\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\",\n        \"subject\": \"Some subject\",\n        \"issuer\": \"Some issuer\",\n        \"serial-number\": \"<byte>\",\n        \"valid-not-before\": \"?:6008-41-24T70:20:02+20:98\",\n        \"valid-not-after\": \"?:5732-66-14T09:95:81Z\"\n      }\n    ]\n  }\n}"}],"_postman_id":"d06915a2-e1f3-4328-a685-39a8b4ab35ba"},{"name":"DELETE - NodeID - anv-platform - trusted-ca-certs","id":"b7e88977-f575-4e73-876c-1eecb666ec03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs","description":"<p>A list of Certificate Authority (CA) certificates that\na NETCONF server can use to authenticate NETCONF client\ncertificates. A client's certificate is authenticated\nif there is a chain of trust to a configured trusted CA\ncertificate. The client certificate MAY be accompanied\nwith additional certificates forming a chain of trust.\nThe client's certificate is authenticated if there is\npath-validation from any of the certificates it presents\nto a configured trust anchor.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"599f6fa8-d405-4ce3-9285-c944345fd5e2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b7e88977-f575-4e73-876c-1eecb666ec03"},{"name":"PUT - NodeID - anv-platform - trusted-ca-certs","id":"a7791999-cd00-422c-9a5e-116c9db4c7be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs","description":"<p>A list of Certificate Authority (CA) certificates that\na NETCONF server can use to authenticate NETCONF client\ncertificates. A client's certificate is authenticated\nif there is a chain of trust to a configured trusted CA\ncertificate. The client certificate MAY be accompanied\nwith additional certificates forming a chain of trust.\nThe client's certificate is authenticated if there is\npath-validation from any of the certificates it presents\nto a configured trust anchor.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8b3ca3f2-5974-4d33-9d28-ed0ee1a9bf14","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"405fc2c1-0df1-45bd-84d2-c0e37c9e8e83","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trusted-ca-certs\": {\n    \"certificate\": [\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"cert-binary\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7791999-cd00-422c-9a5e-116c9db4c7be"},{"name":"POST - NodeID - anv-platform - certificate","id":"1637d319-ca78-4e14-8fd2-06c27cd24937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert-binary\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs/certificate=<string>","description":"<p>A list of X 509 certificates.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs","certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e8eb94e5-b927-4b98-8832-12a80cb71302","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cert-binary\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs/certificate=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1637d319-ca78-4e14-8fd2-06c27cd24937"},{"name":"GET - NodeID - anv-platform - certificate","id":"7c3dc2db-18c5-4370-be6a-46c53a29f54c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs/certificate=<string>?content=<string>","description":"<p>A list of X 509 certificates.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs","certificate=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"169d2cff-3579-4a41-b357-0dd84062fdc4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs/certificate=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs","certificate=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\",\n      \"subject\": \"Some subject\",\n      \"issuer\": \"Some issuer\",\n      \"serial-number\": \"<byte>\",\n      \"valid-not-before\": \"?:6008-41-24T70:20:02+20:98\",\n      \"valid-not-after\": \"?:5732-66-14T09:95:81Z\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\",\n      \"subject\": \"Some subject\",\n      \"issuer\": \"Some issuer\",\n      \"serial-number\": \"<byte>\",\n      \"valid-not-before\": \"?:6008-41-24T70:20:02+20:98\",\n      \"valid-not-after\": \"?:5732-66-14T09:95:81Z\"\n    }\n  ]\n}"}],"_postman_id":"7c3dc2db-18c5-4370-be6a-46c53a29f54c"},{"name":"DELETE - NodeID - anv-platform - certificate","id":"556e43be-a66d-467b-93f0-22f382a55138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs/certificate=<string>","description":"<p>A list of X 509 certificates.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs","certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"92bdefb5-6f23-4529-aa6e-e44b39313fd8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs/certificate=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"556e43be-a66d-467b-93f0-22f382a55138"},{"name":"PUT - NodeID - anv-platform - certificate","id":"ec65b500-a063-47c0-ae99-28e3e11dde97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs/certificate=<string>","description":"<p>A list of X 509 certificates.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-certificates:certificate-mgmt","trusted-ca-certs","certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"50f601e5-13b2-40fd-9586-70d2f9960aac","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs/certificate=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"edfd78e5-830d-40db-8251-a540d3ad58cb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"cert-binary\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-certificates:certificate-mgmt/trusted-ca-certs/certificate=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec65b500-a063-47c0-ae99-28e3e11dde97"},{"name":"POST - NodeID - anv-platform - lite-service","id":"dcf49bc4-a847-4e0b-b0f9-0f3139eef7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"service-specific-data\": {\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    },\n    \"notification-buffer-parameters\": {\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>","description":"<p>Entries in this list are auto-populated by system as and when there is a new lite service discovered.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"32cebee8-7f12-438e-86fa-e5c75a7f5df4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"service-specific-data\": {\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    },\n    \"notification-buffer-parameters\": {\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcf49bc4-a847-4e0b-b0f9-0f3139eef7c9"},{"name":"GET - NodeID - anv-platform - lite-service","id":"b1396fc8-e28a-439b-9dc2-69ed76aac3ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>?content=<string>","description":"<p>Entries in this list are auto-populated by system as and when there is a new lite service discovered.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d35ad0f8-8674-4b4d-b6aa-6750504d5edb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"lite-service\": [\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"anv-name\": \"Some anv-name\",\n          \"kafka-parameters\": {\n            \"zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"anv-name\": \"Some anv-name\",\n          \"kafka-parameters\": {\n            \"zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"b1396fc8-e28a-439b-9dc2-69ed76aac3ec"},{"name":"DELETE - NodeID - anv-platform - lite-service","id":"ecfa041c-29b0-4470-81d1-7d52cbda42b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>","description":"<p>Entries in this list are auto-populated by system as and when there is a new lite service discovered.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bc41bf5a-505d-42cd-b779-1972b9e84c2b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ecfa041c-29b0-4470-81d1-7d52cbda42b4"},{"name":"PUT - NodeID - anv-platform - lite-service","id":"2b5161f7-50aa-48ea-9083-b46b52f19b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"lite-service\": [\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>","description":"<p>Entries in this list are auto-populated by system as and when there is a new lite service discovered.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ee083de4-2f79-4185-8f54-83e7d7910535","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"lite-service\": [\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"40ab1629-614a-49e4-9522-c5c6acddd649","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"lite-service\": [\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"Some type\",\n      \"service-specific-data\": {\n        \"logging\": {\n          \"sensitive-includes-actual-value\": true,\n          \"logger-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-thread-management\": {\n          \"maximum-number-of-running-tasks\": 500,\n          \"periodicity-of-rogue-threads-check\": \"60\",\n          \"task-category\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"anv-timer-management\": {\n          \"timer-task\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"notification-buffer-parameters\": {\n          \"kafka-parameters\": {\n            \"use-kafka-for-notification-replay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-zookeeper-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-kafka-broker-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-secureconnection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-clientauth-required\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-topic-retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-backoff-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-heartbeat-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"configured-topic-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b5161f7-50aa-48ea-9083-b46b52f19b0d"},{"name":"POST - NodeID - anv-platform - service-specific-data","id":"07494732-efb7-4b70-8eee-b05e7e356aaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  },\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  },\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  },\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data","description":"<p>configurations, state info of threads and timers of this lite service type</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"24a0c3d0-2ce8-4640-b471-4dd06b2fe2fa","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  },\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  },\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  },\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07494732-efb7-4b70-8eee-b05e7e356aaa"},{"name":"GET - NodeID - anv-platform - service-specific-data","id":"39f03583-7eb8-48b5-85e9-aeadf1b9a609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data?content=<string>","description":"<p>configurations, state info of threads and timers of this lite service type</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"adc9706e-689d-4b78-a10e-3299e6ca9db6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"service-specific-data\": {\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648,\n          \"description\": \"Some description\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648,\n          \"description\": \"Some description\"\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    },\n    \"notification-buffer-parameters\": {\n      \"anv-name\": \"Some anv-name\",\n      \"kafka-parameters\": {\n        \"zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"topic-parameters\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"39f03583-7eb8-48b5-85e9-aeadf1b9a609"},{"name":"DELETE - NodeID - anv-platform - service-specific-data","id":"ed175290-5283-45f8-b4f7-ea4fb3c9c7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data","description":"<p>configurations, state info of threads and timers of this lite service type</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ccd4578-8296-46b5-bcd4-5fb7fde45953","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed175290-5283-45f8-b4f7-ea4fb3c9c7a4"},{"name":"PUT - NodeID - anv-platform - service-specific-data","id":"80ff19c1-6c0c-4016-83a8-479d4ef9db1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"service-specific-data\": {\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    },\n    \"notification-buffer-parameters\": {\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data","description":"<p>configurations, state info of threads and timers of this lite service type</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2ec54907-755f-4ee8-a6e2-1696f61a4767","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"service-specific-data\": {\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    },\n    \"notification-buffer-parameters\": {\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"792bf580-e918-4994-97e6-13ee1ba3f87a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"service-specific-data\": {\n    \"logging\": {\n      \"sensitive-includes-actual-value\": true,\n      \"logger-config\": [\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"application\": \"Some application\",\n          \"log-type\": \"customer\",\n          \"log-scope\": \"global\",\n          \"log-level\": \"default\",\n          \"log-description\": \"Some log-description\",\n          \"device-config\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"anv-thread-management\": {\n      \"maximum-number-of-running-tasks\": 500,\n      \"periodicity-of-rogue-threads-check\": \"60\",\n      \"task-category\": [\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"maximum-allowed-number-of-running-tasks\": 0,\n          \"minimum-guaranteed-number-of-running-tasks\": 0,\n          \"queue-size\": -2147483648,\n          \"maximum-running-time\": -9223372036854776000,\n          \"maximum-waiting-time\": -2147483648,\n          \"rate-limit\": -2147483648\n        }\n      ]\n    },\n    \"anv-timer-management\": {\n      \"timer-task\": [\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        },\n        {\n          \"name\": \"Some name\",\n          \"delay\": 0,\n          \"period\": \"<string>\",\n          \"fixed-rate\": true\n        }\n      ]\n    },\n    \"notification-buffer-parameters\": {\n      \"kafka-parameters\": {\n        \"use-kafka-for-notification-replay\": true,\n        \"configured-zookeeper-server\": [\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"zookeeper-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"zookeeper-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"configured-kafka-broker-server\": [\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"kafka-broker-hostname\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"kafka-broker-port-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"kafka-broker-secureconnection\": false,\n        \"kafka-clientauth-required\": false,\n        \"kafka-topic-retention-time\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"retry-backoff-time\": 60,\n        \"kafka-heartbeat-interval\": 30,\n        \"configured-topic-parameters\": [\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"topic-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-partitions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80ff19c1-6c0c-4016-83a8-479d4ef9db1c"},{"name":"POST - NodeID - anv-platform - logging","id":"276977aa-0bb8-4efc-8443-b7f42897712a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sensitive-includes-actual-value\": true,\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f1bf9a32-dcfa-4876-9e86-60ec9813440d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sensitive-includes-actual-value\": true,\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"276977aa-0bb8-4efc-8443-b7f42897712a"},{"name":"GET - NodeID - anv-platform - logging","id":"13eea008-c887-4f37-b007-1682cacdaaa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3a60e45a-6509-4626-b127-3f39a28279f4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"13eea008-c887-4f37-b007-1682cacdaaa9"},{"name":"DELETE - NodeID - anv-platform - logging","id":"043df087-a260-4d20-8036-016f9b4720c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c1823090-2844-4035-836a-b1db3675a575","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"043df087-a260-4d20-8036-016f9b4720c0"},{"name":"PUT - NodeID - anv-platform - logging","id":"59da8005-1707-4b28-a6f6-245c7e947f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a00564b-cd30-4386-bb21-4f52b2d15db2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b642abc0-42db-4a27-873e-150ad9f81e12","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logging\": {\n    \"sensitive-includes-actual-value\": true,\n    \"logger-config\": [\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      },\n      {\n        \"application\": \"Some application\",\n        \"log-type\": \"customer\",\n        \"log-scope\": \"global\",\n        \"log-level\": \"default\",\n        \"log-description\": \"Some log-description\",\n        \"device-config\": [\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          },\n          {\n            \"device-id\": \"Some device-id\",\n            \"log-level\": \"error\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59da8005-1707-4b28-a6f6-245c7e947f79"},{"name":"POST - NodeID - anv-platform - logger-config","id":"1d55213a-be27-4cee-ad1d-2dba77b4630e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"log-level\": \"default\",\n  \"log-description\": \"Some log-description\",\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8aaedc41-2f47-47e0-9c30-3d3b3f341d16","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"log-level\": \"default\",\n  \"log-description\": \"Some log-description\",\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d55213a-be27-4cee-ad1d-2dba77b4630e"},{"name":"GET - NodeID - anv-platform - logger-config","id":"4d6b22ee-d12b-4713-975a-0d3222c9a314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d74fef78-7e3d-41f5-8e0e-c76cdceb0d32","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"4d6b22ee-d12b-4713-975a-0d3222c9a314"},{"name":"DELETE - NodeID - anv-platform - logger-config","id":"b4db5f19-c6ab-4467-a5fa-b4d712fd838b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e8f2c412-5d33-400a-98ec-fead824a496a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4db5f19-c6ab-4467-a5fa-b4d712fd838b"},{"name":"PUT - NodeID - anv-platform - logger-config","id":"94ae573e-7a73-4d26-9f37-f6355259f76b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fc52e70f-0523-4031-baad-a48de4c8b241","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5b367697-d753-4409-81b1-797be0251ef8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logger-config\": [\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    },\n    {\n      \"application\": \"Some application\",\n      \"log-type\": \"customer\",\n      \"log-scope\": \"global\",\n      \"log-level\": \"default\",\n      \"log-description\": \"Some log-description\",\n      \"device-config\": [\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        },\n        {\n          \"device-id\": \"Some device-id\",\n          \"log-level\": \"error\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"94ae573e-7a73-4d26-9f37-f6355259f76b"},{"name":"POST - NodeID - anv-platform - device-config","id":"878a303f-d0a0-4056-8eda-4253c44a9fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"log-level\": \"error\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>/device-config=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d1936a56-e8f5-428c-a70b-0011b98cbf58","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"log-level\": \"error\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>/device-config=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"878a303f-d0a0-4056-8eda-4253c44a9fbc"},{"name":"GET - NodeID - anv-platform - device-config","id":"8f574e61-2ac5-4770-af82-6bf6ed13b3d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>/device-config=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"936102f5-21af-40ec-b8de-28bd231e5935","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>/device-config=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}"}],"_postman_id":"8f574e61-2ac5-4770-af82-6bf6ed13b3d8"},{"name":"DELETE - NodeID - anv-platform - device-config","id":"1c9ad488-9869-422d-9e32-c7dad18e7aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>/device-config=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"90e8b808-b483-4176-9403-58a584648e28","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>/device-config=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c9ad488-9869-422d-9e32-c7dad18e7aa7"},{"name":"PUT - NodeID - anv-platform - device-config","id":"200d1443-d4f2-4c6b-b2ee-bd28a1ceb582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>/device-config=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","logging","logger-config=<string>,<string>,<string>","device-config=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"95b17b0f-4e93-4eb0-b8f3-f90349d87c4d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>/device-config=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fda35a2d-bf77-411b-811a-36c0676dc81f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-config\": [\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    },\n    {\n      \"device-id\": \"Some device-id\",\n      \"log-level\": \"error\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/logging/logger-config=<string>,<string>,<string>/device-config=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"200d1443-d4f2-4c6b-b2ee-bd28a1ceb582"},{"name":"POST - NodeID - anv-platform - anv-thread-management","id":"40abd657-f6da-408a-ac36-fd294534ea81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-running-tasks\": 500,\n  \"periodicity-of-rogue-threads-check\": \"60\",\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1fe87413-3f65-44b5-98b0-1dcc5e84e586","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-number-of-running-tasks\": 500,\n  \"periodicity-of-rogue-threads-check\": \"60\",\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40abd657-f6da-408a-ac36-fd294534ea81"},{"name":"GET - NodeID - anv-platform - anv-thread-management","id":"f2f74b8b-d972-462e-90f0-95d930d47dbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"26ccb27e-9946-49b9-93a1-78c133a1dbb2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648,\n        \"description\": \"Some description\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648,\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}"}],"_postman_id":"f2f74b8b-d972-462e-90f0-95d930d47dbf"},{"name":"DELETE - NodeID - anv-platform - anv-thread-management","id":"7e191510-c97d-43b5-9408-ad16af0e3835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5d1c68d0-5407-4b0e-91e9-957273fc3ac8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e191510-c97d-43b5-9408-ad16af0e3835"},{"name":"PUT - NodeID - anv-platform - anv-thread-management","id":"15499645-91a9-43d2-bc44-5312dcdcf986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e8feee3f-3d8a-4ba0-aa7c-e5d5b848da50","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b8ab1da5-4d9e-41ce-b604-2b981a8bbac2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-thread-management\": {\n    \"maximum-number-of-running-tasks\": 500,\n    \"periodicity-of-rogue-threads-check\": \"60\",\n    \"task-category\": [\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"maximum-allowed-number-of-running-tasks\": 0,\n        \"minimum-guaranteed-number-of-running-tasks\": 0,\n        \"queue-size\": -2147483648,\n        \"maximum-running-time\": -9223372036854776000,\n        \"maximum-waiting-time\": -2147483648,\n        \"rate-limit\": -2147483648\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"15499645-91a9-43d2-bc44-5312dcdcf986"},{"name":"POST - NodeID - anv-platform - task-category","id":"4d34060c-3206-4c4d-b6fe-8f7a9c376d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-allowed-number-of-running-tasks\": 0,\n  \"minimum-guaranteed-number-of-running-tasks\": 0,\n  \"queue-size\": -2147483648,\n  \"maximum-running-time\": -9223372036854776000,\n  \"maximum-waiting-time\": -2147483648,\n  \"rate-limit\": -2147483648\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management/task-category=<string>","description":"<p>List of task categories.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management","task-category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a49674ed-e66d-4440-813a-e0645ec9652c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-allowed-number-of-running-tasks\": 0,\n  \"minimum-guaranteed-number-of-running-tasks\": 0,\n  \"queue-size\": -2147483648,\n  \"maximum-running-time\": -9223372036854776000,\n  \"maximum-waiting-time\": -2147483648,\n  \"rate-limit\": -2147483648\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management/task-category=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d34060c-3206-4c4d-b6fe-8f7a9c376d0b"},{"name":"GET - NodeID - anv-platform - task-category","id":"a5055a57-7b82-4df0-bd54-a8a2e83243d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management/task-category=<string>?content=<string>","description":"<p>List of task categories.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management","task-category=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f0a5c17a-72c1-43ba-9e44-ae3181957dd0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management/task-category=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management","task-category=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648,\n      \"description\": \"Some description\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648,\n      \"description\": \"Some description\"\n    }\n  ]\n}"}],"_postman_id":"a5055a57-7b82-4df0-bd54-a8a2e83243d7"},{"name":"DELETE - NodeID - anv-platform - task-category","id":"d40a92b2-f531-4044-b0d3-66212812c77b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management/task-category=<string>","description":"<p>List of task categories.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management","task-category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f4562960-03a9-4c4b-b9ae-1f4da9190f53","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management/task-category=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d40a92b2-f531-4044-b0d3-66212812c77b"},{"name":"PUT - NodeID - anv-platform - task-category","id":"bba16726-d8e5-4851-bac1-eb1d96b3f95b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management/task-category=<string>","description":"<p>List of task categories.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-thread-management","task-category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d2f34c69-e8fa-4291-be3f-394790902564","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management/task-category=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"14061f6e-c78f-48b5-94a6-2480b8037776","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"task-category\": [\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"maximum-allowed-number-of-running-tasks\": 0,\n      \"minimum-guaranteed-number-of-running-tasks\": 0,\n      \"queue-size\": -2147483648,\n      \"maximum-running-time\": -9223372036854776000,\n      \"maximum-waiting-time\": -2147483648,\n      \"rate-limit\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-thread-management/task-category=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bba16726-d8e5-4851-bac1-eb1d96b3f95b"},{"name":"POST - NodeID - anv-platform - anv-timer-management","id":"be42d437-90e4-4768-8089-ba0a14cd79b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bd9f944b-3dda-4cf6-81f8-85f3785560dd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be42d437-90e4-4768-8089-ba0a14cd79b6"},{"name":"GET - NodeID - anv-platform - anv-timer-management","id":"1e00ac7c-0b1d-4d6d-9d7d-e65f481f9e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9a0ecd0a-b203-43cd-867a-27b0a44a7da2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"1e00ac7c-0b1d-4d6d-9d7d-e65f481f9e8a"},{"name":"DELETE - NodeID - anv-platform - anv-timer-management","id":"c5a30207-1653-4668-b326-fd7864912aaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8594da91-ab9c-4c86-8717-ac8151585081","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5a30207-1653-4668-b326-fd7864912aaa"},{"name":"PUT - NodeID - anv-platform - anv-timer-management","id":"6aa8f01d-6264-4916-a622-c1e8028f3d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"43561a41-0515-4056-9593-26a2eb6cb1e2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9180b22a-5c0f-44a1-b931-196e47935a94","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"anv-timer-management\": {\n    \"timer-task\": [\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      },\n      {\n        \"name\": \"Some name\",\n        \"delay\": 0,\n        \"period\": \"<string>\",\n        \"fixed-rate\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6aa8f01d-6264-4916-a622-c1e8028f3d77"},{"name":"POST - NodeID - anv-platform - timer-task","id":"b9b2f04d-e1b7-440e-806d-063b7d564bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"delay\": 0,\n  \"period\": \"<string>\",\n  \"fixed-rate\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management/timer-task=<string>","description":"<p>List of timer tasks.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management","timer-task=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c044e655-61f8-4fb6-a167-d22e11adbf1d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"delay\": 0,\n  \"period\": \"<string>\",\n  \"fixed-rate\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management/timer-task=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9b2f04d-e1b7-440e-806d-063b7d564bf4"},{"name":"GET - NodeID - anv-platform - timer-task","id":"fd138a59-b9c5-43fe-897f-7949ece862b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management/timer-task=<string>?content=<string>","description":"<p>List of timer tasks.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management","timer-task=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ea829994-219d-4b40-a543-f530a19dc6dd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management/timer-task=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management","timer-task=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}"}],"_postman_id":"fd138a59-b9c5-43fe-897f-7949ece862b0"},{"name":"DELETE - NodeID - anv-platform - timer-task","id":"ad61d509-6986-4702-9319-2cd242f83ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management/timer-task=<string>","description":"<p>List of timer tasks.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management","timer-task=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9405eb84-d643-4b6c-8870-34ce250d5fa4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management/timer-task=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ad61d509-6986-4702-9319-2cd242f83ab2"},{"name":"PUT - NodeID - anv-platform - timer-task","id":"8eb7698a-e53d-475d-b2e2-5b46fcf9d188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management/timer-task=<string>","description":"<p>List of timer tasks.\nEntries in the list are created by the server.\nThe server will reject the creation &amp; deletion of entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","anv-timer-management","timer-task=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0a80682f-05bb-4b42-8e6d-a310bdd61a90","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management/timer-task=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6a48f2d3-fd71-4447-a078-0bb54d28179d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"timer-task\": [\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    },\n    {\n      \"name\": \"Some name\",\n      \"delay\": 0,\n      \"period\": \"<string>\",\n      \"fixed-rate\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/anv-timer-management/timer-task=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8eb7698a-e53d-475d-b2e2-5b46fcf9d188"},{"name":"POST - NodeID - anv-platform - notification-buffer-parameters","id":"3d72c209-c02c-4c40-8864-cf97c8a1d76e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cc21d1c5-c45e-4198-a007-9fc619cb7252","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d72c209-c02c-4c40-8864-cf97c8a1d76e"},{"name":"GET - NodeID - anv-platform - notification-buffer-parameters","id":"ddbbf6e1-0f14-43c4-8376-7057e6210257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fc1beeca-6914-400e-a952-223ba0602f75","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"notification-buffer-parameters\": {\n    \"anv-name\": \"Some anv-name\",\n    \"kafka-parameters\": {\n      \"zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ],\n      \"topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"ddbbf6e1-0f14-43c4-8376-7057e6210257"},{"name":"DELETE - NodeID - anv-platform - notification-buffer-parameters","id":"e50fcfc3-7d73-4246-8db5-8f28ec483b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"66f78340-86c2-48ae-b3a8-bc6f55006317","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e50fcfc3-7d73-4246-8db5-8f28ec483b34"},{"name":"PUT - NodeID - anv-platform - notification-buffer-parameters","id":"23e23f66-afee-45b1-befb-47d69db08278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aa65d599-021f-417a-92b6-570057b190b2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1b9ff8f0-937c-4754-92ff-331d0a38c21b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"notification-buffer-parameters\": {\n    \"kafka-parameters\": {\n      \"use-kafka-for-notification-replay\": true,\n      \"configured-zookeeper-server\": [\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        },\n        {\n          \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n          \"zookeeper-port-number\": 0\n        }\n      ],\n      \"configured-kafka-broker-server\": [\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        },\n        {\n          \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n          \"kafka-broker-port-number\": 0\n        }\n      ],\n      \"kafka-broker-secureconnection\": false,\n      \"kafka-clientauth-required\": false,\n      \"kafka-topic-retention-time\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"retention-time\": 1440\n        }\n      ],\n      \"retry-backoff-time\": 60,\n      \"kafka-heartbeat-interval\": 30,\n      \"configured-topic-parameters\": [\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        },\n        {\n          \"topic-name\": \"Some topic-name\",\n          \"number-of-partitions\": 1\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"23e23f66-afee-45b1-befb-47d69db08278"},{"name":"POST - NodeID - anv-platform - kafka-parameters","id":"9250fa06-dc94-431d-9bd5-5a539421c306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"use-kafka-for-notification-replay\": true,\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ],\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ],\n  \"kafka-broker-secureconnection\": false,\n  \"kafka-clientauth-required\": false,\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ],\n  \"retry-backoff-time\": 60,\n  \"kafka-heartbeat-interval\": 30,\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b64cf43c-3e14-494f-8767-27d316cc5d26","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"use-kafka-for-notification-replay\": true,\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ],\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ],\n  \"kafka-broker-secureconnection\": false,\n  \"kafka-clientauth-required\": false,\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ],\n  \"retry-backoff-time\": 60,\n  \"kafka-heartbeat-interval\": 30,\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9250fa06-dc94-431d-9bd5-5a539421c306"},{"name":"GET - NodeID - anv-platform - kafka-parameters","id":"8432bbdc-e405-45a8-a853-f1febee688ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters?content=<string>","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"407f87a0-d823-4d1a-858b-815e0f2ec028","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kafka-parameters\": {\n    \"zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ],\n    \"topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}"}],"_postman_id":"8432bbdc-e405-45a8-a853-f1febee688ea"},{"name":"DELETE - NodeID - anv-platform - kafka-parameters","id":"c6a09550-b263-44e1-99cb-71716c242d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ee7068bf-1e26-4a63-991e-bb8343523939","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6a09550-b263-44e1-99cb-71716c242d0a"},{"name":"PUT - NodeID - anv-platform - kafka-parameters","id":"c02ac88f-9e2f-4d17-9e01-04b239236421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters","description":"<p>Container for the kafka related parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25e3d020-01f4-4996-bffd-725dfd865d57","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7f07dfd1-0aaf-4119-9f7c-ad2b85fc6bfe","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-parameters\": {\n    \"use-kafka-for-notification-replay\": true,\n    \"configured-zookeeper-server\": [\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      },\n      {\n        \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n        \"zookeeper-port-number\": 0\n      }\n    ],\n    \"configured-kafka-broker-server\": [\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      },\n      {\n        \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n        \"kafka-broker-port-number\": 0\n      }\n    ],\n    \"kafka-broker-secureconnection\": false,\n    \"kafka-clientauth-required\": false,\n    \"kafka-topic-retention-time\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"retention-time\": 1440\n      }\n    ],\n    \"retry-backoff-time\": 60,\n    \"kafka-heartbeat-interval\": 30,\n    \"configured-topic-parameters\": [\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      },\n      {\n        \"topic-name\": \"Some topic-name\",\n        \"number-of-partitions\": 1\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c02ac88f-9e2f-4d17-9e01-04b239236421"},{"name":"GET - NodeID - anv-platform - zookeeper-server","id":"8123ae3e-6917-458a-9a6a-30a8cba54c1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/zookeeper-server=<string>,<string>?content=<string>","description":"<p>The actual list of zoo-keeper servers used by this server.\nThis list is populated using either:</p>\n<ol>\n<li>The list 'configured-zookeeper-server in this container</li>\n<li>The environment variable KAFKA_ZOOKEEPER_SERVERS\nWhere 1) has precedence over 2).</li>\n</ol>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"39367a0f-da93-494b-b2c1-916f7b1b4fca","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/zookeeper-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","zookeeper-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"8123ae3e-6917-458a-9a6a-30a8cba54c1d"},{"name":"GET - NodeID - anv-platform - kafka-broker-server","id":"e643ffc2-8da9-4804-9ca6-a02ec36a6bd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-broker-server=<string>,<string>?content=<string>","description":"<p>The actual list of kafka-broker servers used by this server.\nThis list is populated using either:</p>\n<ol>\n<li>The list 'configured-kafka-broker-server in this container</li>\n<li>The environment variable KAFKA_BOOTSTRAP_SERVERS\nWhere 1) has precedence over 2).</li>\n</ol>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"382a8844-ee2b-442b-b751-88edb06e6a80","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-broker-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","kafka-broker-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"e643ffc2-8da9-4804-9ca6-a02ec36a6bd1"},{"name":"POST - NodeID - anv-platform - configured-zookeeper-server","id":"a87dc232-e138-4254-bb6d-4aaa4ed95e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"96705fcd-b747-4c5f-9144-d3ccbeee5c09","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a87dc232-e138-4254-bb6d-4aaa4ed95e5a"},{"name":"GET - NodeID - anv-platform - configured-zookeeper-server","id":"5fb6a92c-f81c-48d5-8675-e0a82623716d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>?content=<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1c47ec8f-8da4-455a-b54f-45e4c6d3ff8e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"5fb6a92c-f81c-48d5-8675-e0a82623716d"},{"name":"DELETE - NodeID - anv-platform - configured-zookeeper-server","id":"b0841d0b-1c16-4659-aa34-62b31e5ccd4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"811e2cd3-440a-4f08-9bb6-a5ee755e3cfb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0841d0b-1c16-4659-aa34-62b31e5ccd4a"},{"name":"PUT - NodeID - anv-platform - configured-zookeeper-server","id":"3d6d30ab-2d74-45e4-88bd-c9d488ccba2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_ZOOKEEPER_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-zookeeper-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8e5d6dac-28b1-4fa3-a147-0125e80ae003","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2e829d68-b8e2-4080-9216-980444a6283c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-zookeeper-server\": [\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    },\n    {\n      \"zookeeper-hostname\": \"Some zookeeper-hostname\",\n      \"zookeeper-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-zookeeper-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d6d30ab-2d74-45e4-88bd-c9d488ccba2d"},{"name":"POST - NodeID - anv-platform - configured-kafka-broker-server","id":"959b77b4-624f-4337-91e0-cdf0717a00f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e6e43a81-db46-403e-afc1-b55c3137d0ed","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"959b77b4-624f-4337-91e0-cdf0717a00f7"},{"name":"GET - NodeID - anv-platform - configured-kafka-broker-server","id":"44cc314f-2cc6-4fa4-99ea-c43de8a7803f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>?content=<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"18d1ea15-019c-4d6c-aca7-73c159ae0d19","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}"}],"_postman_id":"44cc314f-2cc6-4fa4-99ea-c43de8a7803f"},{"name":"DELETE - NodeID - anv-platform - configured-kafka-broker-server","id":"c5d3e3ef-46d1-4ddf-8335-f9f7cc80dd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a6a493d0-ecf2-4593-a49e-d48e36826087","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5d3e3ef-46d1-4ddf-8335-f9f7cc80dd47"},{"name":"PUT - NodeID - anv-platform - configured-kafka-broker-server","id":"942278d5-2f47-4db9-a9d5-59f33ecc9adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>","description":"<p>The configured list of kafka-broker servers used by this server.\nWhen this list is empty, this server will use the list of\nkafka-broker servers from the environment variable\nKAFKA_BOOTSTRAP_SERVERS.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-kafka-broker-server=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a3234537-0ef0-49de-98d2-66a24dfa98a2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1556781e-bce9-4515-90f1-a1a5b0fd9b21","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-kafka-broker-server\": [\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    },\n    {\n      \"kafka-broker-hostname\": \"Some kafka-broker-hostname\",\n      \"kafka-broker-port-number\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-kafka-broker-server=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"942278d5-2f47-4db9-a9d5-59f33ecc9adc"},{"name":"POST - NodeID - anv-platform - kafka-topic-retention-time","id":"b4072392-4a02-41d9-ac81-811f343dc4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"retention-time\": 1440\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5c2f9622-e62e-4493-9081-c4a3331b2194","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"retention-time\": 1440\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4072392-4a02-41d9-ac81-811f343dc4b5"},{"name":"GET - NodeID - anv-platform - kafka-topic-retention-time","id":"b650104a-4e10-4274-ae1d-be530ee86d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"df47f2a3-4075-4722-9bdc-283fb950a3e5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}"}],"_postman_id":"b650104a-4e10-4274-ae1d-be530ee86d4a"},{"name":"DELETE - NodeID - anv-platform - kafka-topic-retention-time","id":"b893ccd8-603a-4dce-aa2f-d24c4303907e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a81f5ec-cbd0-4f28-b3a8-bcc343cc920d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b893ccd8-603a-4dce-aa2f-d24c4303907e"},{"name":"PUT - NodeID - anv-platform - kafka-topic-retention-time","id":"201eb1c9-931c-485d-b223-ebb2295a92f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","kafka-topic-retention-time=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"304117c0-9702-4d95-95e1-02c79c0890c1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2a50c7b8-2c25-4210-b1ba-48bf40260520","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kafka-topic-retention-time\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"retention-time\": 1440\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/kafka-topic-retention-time=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"201eb1c9-931c-485d-b223-ebb2295a92f6"},{"name":"POST - NodeID - anv-platform - configured-topic-parameters","id":"eb66a024-9e9d-47d5-9820-368012bfc220","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"number-of-partitions\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"180bf746-4ac5-46fd-8a31-b0b04977c8bf","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"number-of-partitions\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb66a024-9e9d-47d5-9820-368012bfc220"},{"name":"GET - NodeID - anv-platform - configured-topic-parameters","id":"36d2b8ea-f9d7-4117-b8e2-f91ad4b51576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"31eda562-d210-4748-b101-e3feefc05c97","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}"}],"_postman_id":"36d2b8ea-f9d7-4117-b8e2-f91ad4b51576"},{"name":"DELETE - NodeID - anv-platform - configured-topic-parameters","id":"8907ff80-4b52-4b1e-8177-f0b3ce6a1a2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"108b1063-baaa-4407-b2b3-0f532196d4ee","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8907ff80-4b52-4b1e-8177-f0b3ce6a1a2c"},{"name":"PUT - NodeID - anv-platform - configured-topic-parameters","id":"02ab3136-2722-429b-abf0-4a6c1dd25297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","configured-topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9ba1da10-1fad-45f5-bfde-37444f44666c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a42d277b-4677-47e7-831e-64b6d2d6ae50","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/configured-topic-parameters=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"02ab3136-2722-429b-abf0-4a6c1dd25297"},{"name":"GET - NodeID - anv-platform - topic-parameters","id":"8873bcb3-524a-43fe-b2d3-bf2cb8d0f740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/topic-parameters=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","topic-parameters=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3a099df7-1abd-42f5-9e80-2e9ba06db9b8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-lite-services-management:lite-service=<string>/service-specific-data/notification-buffer-parameters/kafka-parameters/topic-parameters=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-lite-services-management:lite-service=<string>","service-specific-data","notification-buffer-parameters","kafka-parameters","topic-parameters=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"topic-parameters\": [\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    },\n    {\n      \"topic-name\": \"Some topic-name\",\n      \"number-of-partitions\": 1\n    }\n  ]\n}"}],"_postman_id":"8873bcb3-524a-43fe-b2d3-bf2cb8d0f740"},{"name":"POST - NodeID - anv-platform - nokia-support-accounts","id":"a7a9d316-b570-4687-9672-958729ec2c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"support-account\": [\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    },\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bd718e38-961a-424f-b6c1-b1d47ae8a3bb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"support-account\": [\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    },\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7a9d316-b570-4687-9672-958729ec2c21"},{"name":"GET - NodeID - anv-platform - nokia-support-accounts","id":"0dad1d0f-75f3-4717-abc9-bcc2eb22962d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a76739bb-6c8b-4901-a2ef-a06819059e49","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"nokia-support-accounts\": {\n    \"support-account\": [\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      },\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      }\n    ]\n  }\n}"}],"_postman_id":"0dad1d0f-75f3-4717-abc9-bcc2eb22962d"},{"name":"DELETE - NodeID - anv-platform - nokia-support-accounts","id":"8ec20038-706c-4080-bb1a-d43a73ab946a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"47cfa561-d94c-4766-9758-1afa8af2d150","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ec20038-706c-4080-bb1a-d43a73ab946a"},{"name":"PUT - NodeID - anv-platform - nokia-support-accounts","id":"8844e979-74e4-4add-b49c-db60cd242b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"nokia-support-accounts\": {\n    \"support-account\": [\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      },\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1f133651-e4d0-4597-bdbe-8e751c3c405c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"nokia-support-accounts\": {\n    \"support-account\": [\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      },\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c81c58df-b326-449b-8ed1-b7af552fcdf0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"nokia-support-accounts\": {\n    \"support-account\": [\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      },\n      {\n        \"accountname\": \"Some accountname\",\n        \"username\": \"Some username\",\n        \"password\": \"Some password\",\n        \"url\": \"Some url\",\n        \"email-id\": \"Some email-id\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8844e979-74e4-4add-b49c-db60cd242b2b"},{"name":"POST - NodeID - anv-platform - support-account","id":"290ae0fe-0b95-4a0c-b459-6dce48d14885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"Some username\",\n  \"password\": \"Some password\",\n  \"email-id\": \"Some email-id\",\n  \"url\": \"Some url\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts/support-account=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts","support-account=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c31648cb-3ad8-4b52-87c3-d83105f0c679","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"username\": \"Some username\",\n  \"password\": \"Some password\",\n  \"email-id\": \"Some email-id\",\n  \"url\": \"Some url\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts/support-account=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"290ae0fe-0b95-4a0c-b459-6dce48d14885"},{"name":"GET - NodeID - anv-platform - support-account","id":"0a2867cd-21db-4d5e-8619-b9b11625a977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts/support-account=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts","support-account=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"35fa46c1-4a50-46e2-971e-2a1ce836a7e1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts/support-account=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts","support-account=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"support-account\": [\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    },\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    }\n  ]\n}"}],"_postman_id":"0a2867cd-21db-4d5e-8619-b9b11625a977"},{"name":"DELETE - NodeID - anv-platform - support-account","id":"377d79c6-4bb2-44c5-9b4d-5e20b23234b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts/support-account=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts","support-account=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8ac55e85-2feb-4144-8008-d506f167f612","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts/support-account=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"377d79c6-4bb2-44c5-9b4d-5e20b23234b4"},{"name":"PUT - NodeID - anv-platform - support-account","id":"288fb7e3-ab33-40bd-b8dc-e983b425a354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"support-account\": [\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    },\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts/support-account=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-platform:platform","anv-logging:nokia-support-accounts","support-account=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d015217e-fb9b-4793-9a4e-00f224af30c2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"support-account\": [\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    },\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts/support-account=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4eac5349-213f-4b6a-816e-f54415d8429d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"support-account\": [\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    },\n    {\n      \"accountname\": \"Some accountname\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"url\": \"Some url\",\n      \"email-id\": \"Some email-id\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-platform:platform/anv-logging:nokia-support-accounts/support-account=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"288fb7e3-ab33-40bd-b8dc-e983b425a354"}],"id":"8ef77deb-66e7-4b89-ac00-c98ac0d5e1d8","description":"<h2 id=\"iot-platforms\">IoT Platforms</h2>\n<p>Enterprises are increasingly connecting a broad variety and number of IoT endpoints to access data from and better manage physical assets that are relevant to their business. Typical IoT-enabled business objectives include traditional benefits, such as improved asset optimization, as well as new business opportunities and revenue models, such as subscribed-to services (versus owned assets). An IoT platform is an on-premises software suite or a cloud service (IoT platform as a service [PaaS]) that monitors and may manage and control various types of endpoints, often via applications business units deploy on the platform. The IoT platform usually provides (or provisions) Web-scale infrastructure capabilities to support basic and advanced IoT solutions and digital business operations.</p>\n","_postman_id":"8ef77deb-66e7-4b89-ac00-c98ac0d5e1d8"},{"name":"mounted NodeID anv-pon-id-allocation","item":[{"name":"POST - NodeID - anv-pon-id-allocation - get-next-free-onu-id","id":"ae06fa34-7a9f-4572-a372-9ace5b03b435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"channel-group-name\": \"Some channel-group-name\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-pon-id-allocation:get-next-free-onu-id","description":"<p>The RPC retrieves the next free ONU ID within the Device provided as\n argument.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-pon-id-allocation:get-next-free-onu-id"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cfda672c-d759-4260-b183-304c9870e4f8","name":"RPC get-next-free-onu-id success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\",\n    \"channel-group-name\": \"Some channel-group-name\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-pon-id-allocation:get-next-free-onu-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"onu-id\": 0\n  }\n}"}],"_postman_id":"ae06fa34-7a9f-4572-a372-9ace5b03b435"}],"id":"4d8731d9-bac7-4777-bcd9-cc81e03326ed","_postman_id":"4d8731d9-bac7-4777-bcd9-cc81e03326ed","description":""},{"name":"mounted NodeID anv-software","item":[{"name":"POST - NodeID - anv-software - check-software-file-server","id":"1f80aa68-7dbb-47fd-aa41-0b9292cc7afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"server\": \"Some server\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:check-software-file-server","description":"<p>Checks whether files listed in the list\ndevice-software-files-on-server/available-file are still\npresent on the file server.\nThis RPC can also be used to check connectivity with the\nfile server.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-software:check-software-file-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"846c1b29-c027-45f4-9445-08565500d5c7","name":"RPC check-software-file-server success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"server\": \"Some server\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:check-software-file-server"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"missing-files\": {\n      \"missing-file\": [\n        {\n          \"name\": \"Some name\",\n          \"sub-directory\": \"Some sub-directory\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"sub-directory\": \"Some sub-directory\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1f80aa68-7dbb-47fd-aa41-0b9292cc7afb"},{"name":"POST - NodeID - anv-software - copy-device-software-from-anv","id":"be47be4c-3903-46bc-a358-b5b1c561d95d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\",\n    \"device-software-archive\": \"Some device-software-archive\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:copy-device-software-from-anv","description":"<p>Container reporting the status of the execution of RPC\n'copy-device-software-from-anv'</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-software:copy-device-software-from-anv"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d045c7a9-8986-4ccc-a383-d057a21b0b45","name":"RPC copy-device-software-from-anv success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"hardware-type\": \"Some hardware-type\",\n    \"interface-version\": \"Some interface-version\",\n    \"device-software-archive\": \"Some device-software-archive\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:copy-device-software-from-anv"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"request-id\": 0\n  }\n}"}],"_postman_id":"be47be4c-3903-46bc-a358-b5b1c561d95d"},{"name":"POST - NodeID - anv-software - replicate-device-software","id":"2dc144cc-4c65-41a6-b8a5-d0b9fd135b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:replicate-device-software","description":"<p>replicate software device to another server</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-software:replicate-device-software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f56aa93f-e8e4-4cdf-9f65-f3bc7115881e","name":"RPC replicate-device-software success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:replicate-device-software"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2dc144cc-4c65-41a6-b8a5-d0b9fd135b8a"},{"name":"POST - NodeID - anv-software - delete-device-software-archive","id":"7de2e8f5-35ef-484c-a2d5-8b5dc7a64606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:delete-device-software-archive","description":"<p>Removes a software from the software file server.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-software:delete-device-software-archive"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f59655ff-38e5-4184-b318-be9241093275","name":"RPC delete-device-software-archive success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"file-server\": \"Some file-server\",\n    \"file-name\": \"Some file-name\",\n    \"sub-directory\": \"Some sub-directory\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:delete-device-software-archive"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7de2e8f5-35ef-484c-a2d5-8b5dc7a64606"},{"name":"POST - NodeID - anv-software - retry-software-alignment","id":"4d345405-fd48-4529-bce0-bf462dba081e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:retry-software-alignment","description":"<p>This RPC triggers a software audit for one device.\nThe software audit compares the actual active/passive software\nversions of a device against the configured targets, then invokes\nsoftware actions to align actuals with targets.\nThis RPC can be invoked when:\na) A software-error alarm has been reported and the root cause\n   of the alarm has been fixed.\nb) A software-mismatch alarm has been reported on a reachable\n   device but no software action has been invoked for a while on\n   that device.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-software:retry-software-alignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b5bdac2d-16f1-4258-88f7-999a2a1ee194","name":"RPC retry-software-alignment success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-id\": \"Some device-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-software:retry-software-alignment"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d345405-fd48-4529-bce0-bf462dba081e"}],"id":"60836a46-5ba1-4926-960b-f4ac37bf7fce","_postman_id":"60836a46-5ba1-4926-960b-f4ac37bf7fce","description":""},{"name":"mounted NodeID anv-tools","item":[{"name":"POST - NodeID - anv-tools - check-callhome-certificates","id":"c58967d8-c550-42a4-bb23-f267cf1b4518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-certificate-chain\": \"Some device-certificate-chain\",\n    \"device-trust-store\": \"Some device-trust-store\",\n    \"device-private-key\": \"Some device-private-key\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-tools:check-callhome-certificates","description":"<p>Check if the device certificate provided as input is acceptable by NAV for establishing TLS call home connection by the device</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-tools:check-callhome-certificates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b0b1fa1a-975e-405c-adf6-4ec6fe3a3f10","name":"RPC check-callhome-certificates success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-certificate-chain\": \"Some device-certificate-chain\",\n    \"device-trust-store\": \"Some device-trust-store\",\n    \"device-private-key\": \"Some device-private-key\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-tools:check-callhome-certificates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c58967d8-c550-42a4-bb23-f267cf1b4518"},{"name":"POST - NodeID - anv-tools - reload-nav-certificates","id":"70349e6b-0941-41f9-b8ba-2dbd4d462f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-tools:reload-nav-certificates","description":"<p>RPC to reload NAV certificates and NAV trust chain without having to restart NAV</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","anv-tools:reload-nav-certificates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"56d832bd-7278-40d1-a91d-b850ac06d345","name":"RPC reload-nav-certificates success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/anv-tools:reload-nav-certificates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70349e6b-0941-41f9-b8ba-2dbd4d462f6f"}],"id":"a95ad2ee-7c25-4bad-9c23-4a309a31b1d2","_postman_id":"a95ad2ee-7c25-4bad-9c23-4a309a31b1d2","description":""},{"name":"mounted NodeID bbf-alarm-management","item":[{"name":"POST - NodeID - bbf-alarm-management - alarms","id":"dff924e0-fa48-47f2-832c-5a407d8de052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"control\": {\n    \"max-alarm-history\": 32,\n    \"notify-status-changes\": false,\n    \"shelved-alarms\": {\n      \"shelved-alarm\": [\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        },\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        }\n      ]\n    }\n  },\n  \"alarm-inventory\": {\n    \"supported-alarm\": [\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      },\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms","description":"<p>The top container for this module</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f3d5f1c2-81ca-4215-88f9-11ae5d60217f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"control\": {\n    \"max-alarm-history\": 32,\n    \"notify-status-changes\": false,\n    \"shelved-alarms\": {\n      \"shelved-alarm\": [\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        },\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        }\n      ]\n    }\n  },\n  \"alarm-inventory\": {\n    \"supported-alarm\": [\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      },\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dff924e0-fa48-47f2-832c-5a407d8de052"},{"name":"GET - NodeID - bbf-alarm-management - alarms","id":"611940b3-673e-44c8-a7e9-4807cdfe0dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms?content=<string>","description":"<p>The top container for this module</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eb43edf7-d58d-42e4-abfb-40eb32147a2a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alarms\": {\n    \"control\": {\n      \"max-alarm-history\": 32,\n      \"notify-status-changes\": false,\n      \"shelved-alarms\": {\n        \"shelved-alarm\": [\n          {\n            \"shelf-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"resource\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alarm-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alarm-type-qualifier\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"shelf-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"resource\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alarm-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alarm-type-qualifier\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"alarm-inventory-state\": {\n      \"supported-alarm\": [\n        {\n          \"alarm-identity\": \"<string>\",\n          \"has-clear\": \"<boolean>\",\n          \"description\": \"Some description\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        },\n        {\n          \"alarm-identity\": \"<string>\",\n          \"has-clear\": \"<boolean>\",\n          \"description\": \"Some description\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        }\n      ]\n    },\n    \"alarm-inventory\": {\n      \"supported-alarm\": [\n        {\n          \"alarm-identity\": \"<string>\",\n          \"overruled-severity\": \"indeterminate\"\n        },\n        {\n          \"alarm-identity\": \"<string>\",\n          \"overruled-severity\": \"indeterminate\"\n        }\n      ]\n    },\n    \"alarm-summary\": [\n      {\n        \"severity\": \"indeterminate\",\n        \"total\": 0,\n        \"cleared\": 0,\n        \"cleared-not-closed\": 0,\n        \"cleared-closed\": 0,\n        \"not-cleared-closed\": 0,\n        \"not-cleared-not-closed\": 0\n      },\n      {\n        \"severity\": \"indeterminate\",\n        \"total\": 0,\n        \"cleared\": 0,\n        \"cleared-not-closed\": 0,\n        \"cleared-closed\": 0,\n        \"not-cleared-closed\": 0,\n        \"not-cleared-not-closed\": 0\n      }\n    ],\n    \"alarm-list\": {\n      \"number-of-reported-alarms\": 0,\n      \"number-of-shelved-alarms\": 0,\n      \"last-changed\": \"?:2793-87-76T58:95:92.80-96:76\",\n      \"alarm\": [\n        {\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"is-cleared\": true,\n          \"is-shelved\": true,\n          \"last-status-change\": \"?:1175-69-51T37:43:02Z\",\n          \"last-perceived-severity\": \"indeterminate\",\n          \"last-alarm-text\": \"Some last-alarm-text\",\n          \"last-operator-state\": \"none\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n          \"alt-resource\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"related-alarms\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"impacted-resources\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"root-cause-resources\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"context\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"status-change-history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"last-operator\": \"Some last-operator\",\n          \"last-operator-text\": \"Some last-operator-text\",\n          \"last-operator-action\": \"?:2203-87-55T93:07:57-53:94\",\n          \"operator-action\": [\n            {\n              \"time\": \"?:9252-90-19T29:17:86+67:13\",\n              \"state\": \"none\",\n              \"operator\": \"Some operator\",\n              \"text\": \"Some text\"\n            },\n            {\n              \"time\": \"?:9252-90-19T29:17:86+67:13\",\n              \"state\": \"none\",\n              \"operator\": \"Some operator\",\n              \"text\": \"Some text\"\n            }\n          ]\n        },\n        {\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"is-cleared\": true,\n          \"is-shelved\": true,\n          \"last-status-change\": \"?:1175-69-51T37:43:02Z\",\n          \"last-perceived-severity\": \"indeterminate\",\n          \"last-alarm-text\": \"Some last-alarm-text\",\n          \"last-operator-state\": \"none\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n          \"alt-resource\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"related-alarms\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"impacted-resources\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"root-cause-resources\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"context\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"status-change-history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"last-operator\": \"Some last-operator\",\n          \"last-operator-text\": \"Some last-operator-text\",\n          \"last-operator-action\": \"?:2203-87-55T93:07:57-53:94\",\n          \"operator-action\": [\n            {\n              \"time\": \"?:9252-90-19T29:17:86+67:13\",\n              \"state\": \"none\",\n              \"operator\": \"Some operator\",\n              \"text\": \"Some text\"\n            },\n            {\n              \"time\": \"?:9252-90-19T29:17:86+67:13\",\n              \"state\": \"none\",\n              \"operator\": \"Some operator\",\n              \"text\": \"Some text\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"611940b3-673e-44c8-a7e9-4807cdfe0dcb"},{"name":"DELETE - NodeID - bbf-alarm-management - alarms","id":"4a306069-2f70-401f-a350-c99f74d4a7ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms","description":"<p>The top container for this module</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"49079da1-4e85-4c50-9a42-70245d993020","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a306069-2f70-401f-a350-c99f74d4a7ec"},{"name":"PUT - NodeID - bbf-alarm-management - alarms","id":"435b19a4-1f6e-4f53-86d8-0c600d608389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alarms\": {\n    \"control\": {\n      \"max-alarm-history\": 32,\n      \"notify-status-changes\": false,\n      \"shelved-alarms\": {\n        \"shelved-alarm\": [\n          {\n            \"shelf-name\": \"Some shelf-name\",\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          },\n          {\n            \"shelf-name\": \"Some shelf-name\",\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          }\n        ]\n      }\n    },\n    \"alarm-inventory\": {\n      \"supported-alarm\": [\n        {\n          \"alarm-identity\": \"<string>\",\n          \"overruled-severity\": \"indeterminate\"\n        },\n        {\n          \"alarm-identity\": \"<string>\",\n          \"overruled-severity\": \"indeterminate\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms","description":"<p>The top container for this module</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1e854abd-dffe-42a5-b17e-7e7000f0f17d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alarms\": {\n    \"control\": {\n      \"max-alarm-history\": 32,\n      \"notify-status-changes\": false,\n      \"shelved-alarms\": {\n        \"shelved-alarm\": [\n          {\n            \"shelf-name\": \"Some shelf-name\",\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          },\n          {\n            \"shelf-name\": \"Some shelf-name\",\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          }\n        ]\n      }\n    },\n    \"alarm-inventory\": {\n      \"supported-alarm\": [\n        {\n          \"alarm-identity\": \"<string>\",\n          \"overruled-severity\": \"indeterminate\"\n        },\n        {\n          \"alarm-identity\": \"<string>\",\n          \"overruled-severity\": \"indeterminate\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a0eb7f0f-a095-4727-a3c4-75a858f10083","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alarms\": {\n    \"control\": {\n      \"max-alarm-history\": 32,\n      \"notify-status-changes\": false,\n      \"shelved-alarms\": {\n        \"shelved-alarm\": [\n          {\n            \"shelf-name\": \"Some shelf-name\",\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          },\n          {\n            \"shelf-name\": \"Some shelf-name\",\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          }\n        ]\n      }\n    },\n    \"alarm-inventory\": {\n      \"supported-alarm\": [\n        {\n          \"alarm-identity\": \"<string>\",\n          \"overruled-severity\": \"indeterminate\"\n        },\n        {\n          \"alarm-identity\": \"<string>\",\n          \"overruled-severity\": \"indeterminate\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"435b19a4-1f6e-4f53-86d8-0c600d608389"},{"name":"POST - NodeID - bbf-alarm-management - control","id":"b464bbe6-f90d-4ab5-96cc-6278bd72584b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"max-alarm-history\": 32,\n  \"notify-status-changes\": false,\n  \"shelved-alarms\": {\n    \"shelved-alarm\": [\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      },\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control","description":"<p>Configuration to control the alarm behaviour.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"60c5fd9e-f391-4a9d-96ee-ef235dc0de37","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"max-alarm-history\": 32,\n  \"notify-status-changes\": false,\n  \"shelved-alarms\": {\n    \"shelved-alarm\": [\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      },\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b464bbe6-f90d-4ab5-96cc-6278bd72584b"},{"name":"GET - NodeID - bbf-alarm-management - control","id":"4a6f678c-f428-4737-afc8-d0a638f524d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control?content=<string>","description":"<p>Configuration to control the alarm behaviour.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"435ce302-a01a-4a33-9873-0fb4ecd93e9f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"control\": {\n    \"max-alarm-history\": 32,\n    \"notify-status-changes\": false,\n    \"shelved-alarms\": {\n      \"shelved-alarm\": [\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        },\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4a6f678c-f428-4737-afc8-d0a638f524d4"},{"name":"DELETE - NodeID - bbf-alarm-management - control","id":"78a6c9ac-ca63-458d-90a4-0c02f700c14d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control","description":"<p>Configuration to control the alarm behaviour.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b42dc8d8-da91-4f52-8e64-cf0f12212e24","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78a6c9ac-ca63-458d-90a4-0c02f700c14d"},{"name":"PUT - NodeID - bbf-alarm-management - control","id":"e9482461-2c60-459d-909a-9f674fdaf258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"control\": {\n    \"max-alarm-history\": 32,\n    \"notify-status-changes\": false,\n    \"shelved-alarms\": {\n      \"shelved-alarm\": [\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        },\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control","description":"<p>Configuration to control the alarm behaviour.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"85b377f5-0d35-40f6-bece-ca2c275f35f9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"control\": {\n    \"max-alarm-history\": 32,\n    \"notify-status-changes\": false,\n    \"shelved-alarms\": {\n      \"shelved-alarm\": [\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        },\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4ed1a60c-2820-48ad-af68-d9cb0a222c0b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"control\": {\n    \"max-alarm-history\": 32,\n    \"notify-status-changes\": false,\n    \"shelved-alarms\": {\n      \"shelved-alarm\": [\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        },\n        {\n          \"shelf-name\": \"Some shelf-name\",\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9482461-2c60-459d-909a-9f674fdaf258"},{"name":"POST - NodeID - bbf-alarm-management - shelved-alarms","id":"e0047c17-48eb-4140-8298-4cfff4c7b0da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shelved-alarm\": [\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    },\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms","description":"<p>This list is used to shelf alarms. When a reported alarm\nis shelved, the server will send an alarm-notification\nwith perceived-severity = cleared. Likewise, when a shelved\nalarm is 'un-shelved', the server will send an\nalarm-notification with perceived-severity =\nlast-perceived-severity. Both shelved and reported alarms\nwill be part of the alarm list. A leaf will be used\nto discriminate shelved from reported alarms.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2591334e-4bd3-46cd-9f24-d63f26c52eb8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"shelved-alarm\": [\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    },\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0047c17-48eb-4140-8298-4cfff4c7b0da"},{"name":"GET - NodeID - bbf-alarm-management - shelved-alarms","id":"6803febf-6b6c-4136-b161-d48fab3cc989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms?content=<string>","description":"<p>This list is used to shelf alarms. When a reported alarm\nis shelved, the server will send an alarm-notification\nwith perceived-severity = cleared. Likewise, when a shelved\nalarm is 'un-shelved', the server will send an\nalarm-notification with perceived-severity =\nlast-perceived-severity. Both shelved and reported alarms\nwill be part of the alarm list. A leaf will be used\nto discriminate shelved from reported alarms.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0887be37-9c90-4ee6-b8dc-6586b71bc803","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"shelved-alarms\": {\n    \"shelved-alarm\": [\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      },\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      }\n    ]\n  }\n}"}],"_postman_id":"6803febf-6b6c-4136-b161-d48fab3cc989"},{"name":"DELETE - NodeID - bbf-alarm-management - shelved-alarms","id":"79f4e68e-6770-478c-93d3-b59e475abf20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms","description":"<p>This list is used to shelf alarms. When a reported alarm\nis shelved, the server will send an alarm-notification\nwith perceived-severity = cleared. Likewise, when a shelved\nalarm is 'un-shelved', the server will send an\nalarm-notification with perceived-severity =\nlast-perceived-severity. Both shelved and reported alarms\nwill be part of the alarm list. A leaf will be used\nto discriminate shelved from reported alarms.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"996fab75-ac64-49c3-8a39-bb65c72e9d05","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"79f4e68e-6770-478c-93d3-b59e475abf20"},{"name":"PUT - NodeID - bbf-alarm-management - shelved-alarms","id":"ee94f0e3-6531-425c-9b0a-fa22557e641e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shelved-alarms\": {\n    \"shelved-alarm\": [\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      },\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms","description":"<p>This list is used to shelf alarms. When a reported alarm\nis shelved, the server will send an alarm-notification\nwith perceived-severity = cleared. Likewise, when a shelved\nalarm is 'un-shelved', the server will send an\nalarm-notification with perceived-severity =\nlast-perceived-severity. Both shelved and reported alarms\nwill be part of the alarm list. A leaf will be used\nto discriminate shelved from reported alarms.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dae8901d-fd30-411d-a610-cec1a67afa8a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"shelved-alarms\": {\n    \"shelved-alarm\": [\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      },\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eeabf077-17e2-441e-ae3a-0058728a5787","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"shelved-alarms\": {\n    \"shelved-alarm\": [\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      },\n      {\n        \"shelf-name\": \"Some shelf-name\",\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee94f0e3-6531-425c-9b0a-fa22557e641e"},{"name":"POST - NodeID - bbf-alarm-management - shelved-alarm","id":"81aae795-5c1b-40a0-b012-42dc12531fe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource\": \"<string>\",\n  \"alarm-identity\": \"<string>\",\n  \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms/shelved-alarm=<string>","description":"<p>Each entry defines the criteria for shelving alarms.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms","shelved-alarm=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"79011205-3afb-480a-92ad-424d180081e7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"resource\": \"<string>\",\n  \"alarm-identity\": \"<string>\",\n  \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms/shelved-alarm=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81aae795-5c1b-40a0-b012-42dc12531fe2"},{"name":"GET - NodeID - bbf-alarm-management - shelved-alarm","id":"65bbf921-b1fc-4342-8652-fe9030848fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms/shelved-alarm=<string>?content=<string>","description":"<p>Each entry defines the criteria for shelving alarms.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms","shelved-alarm=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f148847c-1042-4f45-8ac8-e7d607df8f38","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms/shelved-alarm=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms","shelved-alarm=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"shelved-alarm\": [\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    },\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    }\n  ]\n}"}],"_postman_id":"65bbf921-b1fc-4342-8652-fe9030848fac"},{"name":"DELETE - NodeID - bbf-alarm-management - shelved-alarm","id":"b33f625d-f973-4a13-9285-458459f3eb2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms/shelved-alarm=<string>","description":"<p>Each entry defines the criteria for shelving alarms.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms","shelved-alarm=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"30b7cf2d-6f33-4daf-a0d8-c8af0a9209eb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms/shelved-alarm=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b33f625d-f973-4a13-9285-458459f3eb2c"},{"name":"PUT - NodeID - bbf-alarm-management - shelved-alarm","id":"1c595a56-c288-40b7-b839-58c2421a4650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shelved-alarm\": [\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    },\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms/shelved-alarm=<string>","description":"<p>Each entry defines the criteria for shelving alarms.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","control","shelved-alarms","shelved-alarm=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b3d4faff-d714-4aad-b0ee-4335dc618138","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"shelved-alarm\": [\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    },\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms/shelved-alarm=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9f11b067-76d7-4205-8218-f7f5b6b31d7b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"shelved-alarm\": [\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    },\n    {\n      \"shelf-name\": \"Some shelf-name\",\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/control/shelved-alarms/shelved-alarm=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c595a56-c288-40b7-b839-58c2421a4650"},{"name":"GET - NodeID - bbf-alarm-management - alarm-inventory-state","id":"d102e7d3-3665-4176-baa5-aeec2d089192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory-state?content=<string>","description":"<p>This list contains all possible alarm types for the system.\nThe list also tells if each alarm type has a corresponding\nclear state. The inventory shall only contain concrete alarm\ntypes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3c1e3e88-b83f-40e7-9d3c-2e06f34fee48","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alarm-inventory-state\": {\n    \"supported-alarm\": [\n      {\n        \"alarm-identity\": \"<string>\",\n        \"has-clear\": \"<boolean>\",\n        \"description\": \"Some description\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      },\n      {\n        \"alarm-identity\": \"<string>\",\n        \"has-clear\": \"<boolean>\",\n        \"description\": \"Some description\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n      }\n    ]\n  }\n}"}],"_postman_id":"d102e7d3-3665-4176-baa5-aeec2d089192"},{"name":"GET - NodeID - bbf-alarm-management - supported-alarm","id":"5c6cdb48-0162-4bb5-a7f5-1a1708f464e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory-state/supported-alarm=<string>?content=<string>","description":"<p>An entry in this list defines a possible alarm.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory-state","supported-alarm=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f8d9165f-443e-4217-b3a7-06de1b250443","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory-state/supported-alarm=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory-state","supported-alarm=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"supported-alarm\": [\n    {\n      \"alarm-identity\": \"<string>\",\n      \"has-clear\": \"<boolean>\",\n      \"description\": \"Some description\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    },\n    {\n      \"alarm-identity\": \"<string>\",\n      \"has-clear\": \"<boolean>\",\n      \"description\": \"Some description\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    }\n  ]\n}"}],"_postman_id":"5c6cdb48-0162-4bb5-a7f5-1a1708f464e2"},{"name":"POST - NodeID - bbf-alarm-management - alarm-inventory","id":"0685a6ea-6373-4fcb-adcb-26aeb1178820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supported-alarm\": [\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    },\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory","description":"<p>Entries in this list are created by the client in order to\noverrule a perceived severity for specific alarm types.\nAny alarms in the alarm-list of this type will be updated.\nAn alarm type in this list shall match with an alarm type in\nthe alarm-inventory-state list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c1470456-72da-4a35-b3cf-7a75b0f4d357","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"supported-alarm\": [\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    },\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0685a6ea-6373-4fcb-adcb-26aeb1178820"},{"name":"GET - NodeID - bbf-alarm-management - alarm-inventory","id":"8cec0a38-4c35-472f-863e-b21890fd98a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory?content=<string>","description":"<p>Entries in this list are created by the client in order to\noverrule a perceived severity for specific alarm types.\nAny alarms in the alarm-list of this type will be updated.\nAn alarm type in this list shall match with an alarm type in\nthe alarm-inventory-state list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fc50c3f5-2da8-4efa-98bf-1fe40c9675d4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alarm-inventory\": {\n    \"supported-alarm\": [\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      },\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      }\n    ]\n  }\n}"}],"_postman_id":"8cec0a38-4c35-472f-863e-b21890fd98a5"},{"name":"DELETE - NodeID - bbf-alarm-management - alarm-inventory","id":"60c2d66f-271b-4cd8-919a-fa62c8f53038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory","description":"<p>Entries in this list are created by the client in order to\noverrule a perceived severity for specific alarm types.\nAny alarms in the alarm-list of this type will be updated.\nAn alarm type in this list shall match with an alarm type in\nthe alarm-inventory-state list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9e7197a0-4933-423e-98de-0818d828f990","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60c2d66f-271b-4cd8-919a-fa62c8f53038"},{"name":"PUT - NodeID - bbf-alarm-management - alarm-inventory","id":"c37730ae-749f-4af4-8e4d-86d497188ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alarm-inventory\": {\n    \"supported-alarm\": [\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      },\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory","description":"<p>Entries in this list are created by the client in order to\noverrule a perceived severity for specific alarm types.\nAny alarms in the alarm-list of this type will be updated.\nAn alarm type in this list shall match with an alarm type in\nthe alarm-inventory-state list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"59c8ed48-48e8-4838-9c87-b7d6803c4d21","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alarm-inventory\": {\n    \"supported-alarm\": [\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      },\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3f990f19-0016-4c38-ad3e-56ca0dbc3c37","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alarm-inventory\": {\n    \"supported-alarm\": [\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      },\n      {\n        \"alarm-identity\": \"<string>\",\n        \"overruled-severity\": \"indeterminate\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c37730ae-749f-4af4-8e4d-86d497188ede"},{"name":"POST - NodeID - bbf-alarm-management - supported-alarm","id":"2bacce71-5d00-4333-a7f7-3f849449c1ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"overruled-severity\": \"indeterminate\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory/supported-alarm=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory","supported-alarm=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"07c90cf9-d501-4e1d-9813-a8aee795e9f8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"overruled-severity\": \"indeterminate\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory/supported-alarm=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2bacce71-5d00-4333-a7f7-3f849449c1ff"},{"name":"GET - NodeID - bbf-alarm-management - supported-alarm","id":"0cd4c1dd-bfb5-4662-8a67-a483e5230b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory/supported-alarm=<string>?content=<string>","description":"<p>An entry in this list defines a possible alarm.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory","supported-alarm=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"091342fe-d4bb-4981-bbec-7734d82cfc18","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory/supported-alarm=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory","supported-alarm=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"supported-alarm\": [\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    },\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    }\n  ]\n}"}],"_postman_id":"0cd4c1dd-bfb5-4662-8a67-a483e5230b1c"},{"name":"DELETE - NodeID - bbf-alarm-management - supported-alarm","id":"3b71ff83-3b3d-4eec-a262-7130fffdc910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory/supported-alarm=<string>","description":"<p>An entry in this list defines a possible alarm.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory","supported-alarm=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7d9f727d-51a9-4267-af01-8584d4ee3b51","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory/supported-alarm=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b71ff83-3b3d-4eec-a262-7130fffdc910"},{"name":"PUT - NodeID - bbf-alarm-management - supported-alarm","id":"486af2cc-0597-4679-86be-d5b90b55ab2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supported-alarm\": [\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    },\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory/supported-alarm=<string>","description":"<p>An entry in this list defines a possible alarm.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-inventory","supported-alarm=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"419c0f5e-e61a-4ff0-89e3-4e5c4c6313ac","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"supported-alarm\": [\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    },\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory/supported-alarm=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1827e158-ca21-4ccb-9e5b-ab787b3780f7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"supported-alarm\": [\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    },\n    {\n      \"alarm-identity\": \"<string>\",\n      \"overruled-severity\": \"indeterminate\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-inventory/supported-alarm=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"486af2cc-0597-4679-86be-d5b90b55ab2c"},{"name":"GET - NodeID - bbf-alarm-management - alarm-summary","id":"20c04744-36d0-4005-a754-fef9a28e558f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-summary=<string>?content=<string>","description":"<p>A global summary of all alarms in the system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-summary=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"299bd336-7888-4f6a-b3a9-1afd0d2721a1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-summary=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-summary=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alarm-summary\": [\n    {\n      \"severity\": \"indeterminate\",\n      \"total\": 0,\n      \"cleared\": 0,\n      \"cleared-not-closed\": 0,\n      \"cleared-closed\": 0,\n      \"not-cleared-closed\": 0,\n      \"not-cleared-not-closed\": 0\n    },\n    {\n      \"severity\": \"indeterminate\",\n      \"total\": 0,\n      \"cleared\": 0,\n      \"cleared-not-closed\": 0,\n      \"cleared-closed\": 0,\n      \"not-cleared-closed\": 0,\n      \"not-cleared-not-closed\": 0\n    }\n  ]\n}"}],"_postman_id":"20c04744-36d0-4005-a754-fef9a28e558f"},{"name":"GET - NodeID - bbf-alarm-management - alarm-list","id":"17bccf2c-9386-4f94-b915-b89e6774f82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list?content=<string>","description":"<p>The alarms in the system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"50700f67-9295-4e8a-952d-cff7235ac8ee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alarm-list\": {\n    \"number-of-reported-alarms\": 0,\n    \"number-of-shelved-alarms\": 0,\n    \"last-changed\": \"?:2793-87-76T58:95:92.80-96:76\",\n    \"alarm\": [\n      {\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"is-cleared\": true,\n        \"is-shelved\": true,\n        \"last-status-change\": \"?:1175-69-51T37:43:02Z\",\n        \"last-perceived-severity\": \"indeterminate\",\n        \"last-alarm-text\": \"Some last-alarm-text\",\n        \"last-operator-state\": \"none\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n        \"alt-resource\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"related-alarms\": [\n          {\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          },\n          {\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          }\n        ],\n        \"impacted-resources\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"root-cause-resources\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"context\": [\n          {\n            \"leaf-id\": \"/alarms:alarms\",\n            \"leaf-value\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"leaf-id\": \"/alarms:alarms\",\n            \"leaf-value\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"status-change-history\": [\n          {\n            \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n            \"perceived-severity\": \"<string>\",\n            \"alarm-text\": \"Some alarm-text\"\n          },\n          {\n            \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n            \"perceived-severity\": \"<string>\",\n            \"alarm-text\": \"Some alarm-text\"\n          }\n        ],\n        \"last-operator\": \"Some last-operator\",\n        \"last-operator-text\": \"Some last-operator-text\",\n        \"last-operator-action\": \"?:2203-87-55T93:07:57-53:94\",\n        \"operator-action\": [\n          {\n            \"time\": \"?:9252-90-19T29:17:86+67:13\",\n            \"state\": \"none\",\n            \"operator\": \"Some operator\",\n            \"text\": \"Some text\"\n          },\n          {\n            \"time\": \"?:9252-90-19T29:17:86+67:13\",\n            \"state\": \"none\",\n            \"operator\": \"Some operator\",\n            \"text\": \"Some text\"\n          }\n        ]\n      },\n      {\n        \"resource\": \"<string>\",\n        \"alarm-identity\": \"<string>\",\n        \"is-cleared\": true,\n        \"is-shelved\": true,\n        \"last-status-change\": \"?:1175-69-51T37:43:02Z\",\n        \"last-perceived-severity\": \"indeterminate\",\n        \"last-alarm-text\": \"Some last-alarm-text\",\n        \"last-operator-state\": \"none\",\n        \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n        \"alt-resource\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"related-alarms\": [\n          {\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          },\n          {\n            \"resource\": \"<string>\",\n            \"alarm-identity\": \"<string>\",\n            \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n          }\n        ],\n        \"impacted-resources\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"root-cause-resources\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"context\": [\n          {\n            \"leaf-id\": \"/alarms:alarms\",\n            \"leaf-value\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"leaf-id\": \"/alarms:alarms\",\n            \"leaf-value\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"status-change-history\": [\n          {\n            \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n            \"perceived-severity\": \"<string>\",\n            \"alarm-text\": \"Some alarm-text\"\n          },\n          {\n            \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n            \"perceived-severity\": \"<string>\",\n            \"alarm-text\": \"Some alarm-text\"\n          }\n        ],\n        \"last-operator\": \"Some last-operator\",\n        \"last-operator-text\": \"Some last-operator-text\",\n        \"last-operator-action\": \"?:2203-87-55T93:07:57-53:94\",\n        \"operator-action\": [\n          {\n            \"time\": \"?:9252-90-19T29:17:86+67:13\",\n            \"state\": \"none\",\n            \"operator\": \"Some operator\",\n            \"text\": \"Some text\"\n          },\n          {\n            \"time\": \"?:9252-90-19T29:17:86+67:13\",\n            \"state\": \"none\",\n            \"operator\": \"Some operator\",\n            \"text\": \"Some text\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"17bccf2c-9386-4f94-b915-b89e6774f82e"},{"name":"GET - NodeID - bbf-alarm-management - alarm","id":"85f3519b-c5ae-4345-8fdd-c519c1887e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>?content=<string>","description":"<p>The list of alarms, reported and shelved. Each\nentry in the list holds one alarm for a given alarm\ntype and device, managed object.\nAn alarm can be updated from the underlying device or\nby the user. These changes are reflected in different\nlists below the corresponding alarm.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"378d9ac1-4591-453c-8d97-c51b4cec84fb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alarm\": [\n    {\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"is-cleared\": true,\n      \"is-shelved\": true,\n      \"last-status-change\": \"?:1175-69-51T37:43:02Z\",\n      \"last-perceived-severity\": \"indeterminate\",\n      \"last-alarm-text\": \"Some last-alarm-text\",\n      \"last-operator-state\": \"none\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n      \"alt-resource\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"related-alarms\": [\n        {\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        },\n        {\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        }\n      ],\n      \"impacted-resources\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"root-cause-resources\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"context\": [\n        {\n          \"leaf-id\": \"/alarms:alarms\",\n          \"leaf-value\": [\n            {\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"leaf-id\": \"/alarms:alarms\",\n          \"leaf-value\": [\n            {\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"status-change-history\": [\n        {\n          \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n          \"perceived-severity\": \"<string>\",\n          \"alarm-text\": \"Some alarm-text\"\n        },\n        {\n          \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n          \"perceived-severity\": \"<string>\",\n          \"alarm-text\": \"Some alarm-text\"\n        }\n      ],\n      \"last-operator\": \"Some last-operator\",\n      \"last-operator-text\": \"Some last-operator-text\",\n      \"last-operator-action\": \"?:2203-87-55T93:07:57-53:94\",\n      \"operator-action\": [\n        {\n          \"time\": \"?:9252-90-19T29:17:86+67:13\",\n          \"state\": \"none\",\n          \"operator\": \"Some operator\",\n          \"text\": \"Some text\"\n        },\n        {\n          \"time\": \"?:9252-90-19T29:17:86+67:13\",\n          \"state\": \"none\",\n          \"operator\": \"Some operator\",\n          \"text\": \"Some text\"\n        }\n      ]\n    },\n    {\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"is-cleared\": true,\n      \"is-shelved\": true,\n      \"last-status-change\": \"?:1175-69-51T37:43:02Z\",\n      \"last-perceived-severity\": \"indeterminate\",\n      \"last-alarm-text\": \"Some last-alarm-text\",\n      \"last-operator-state\": \"none\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n      \"alt-resource\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"related-alarms\": [\n        {\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        },\n        {\n          \"resource\": \"<string>\",\n          \"alarm-identity\": \"<string>\",\n          \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n        }\n      ],\n      \"impacted-resources\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"root-cause-resources\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"context\": [\n        {\n          \"leaf-id\": \"/alarms:alarms\",\n          \"leaf-value\": [\n            {\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"leaf-id\": \"/alarms:alarms\",\n          \"leaf-value\": [\n            {\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"status-change-history\": [\n        {\n          \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n          \"perceived-severity\": \"<string>\",\n          \"alarm-text\": \"Some alarm-text\"\n        },\n        {\n          \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n          \"perceived-severity\": \"<string>\",\n          \"alarm-text\": \"Some alarm-text\"\n        }\n      ],\n      \"last-operator\": \"Some last-operator\",\n      \"last-operator-text\": \"Some last-operator-text\",\n      \"last-operator-action\": \"?:2203-87-55T93:07:57-53:94\",\n      \"operator-action\": [\n        {\n          \"time\": \"?:9252-90-19T29:17:86+67:13\",\n          \"state\": \"none\",\n          \"operator\": \"Some operator\",\n          \"text\": \"Some text\"\n        },\n        {\n          \"time\": \"?:9252-90-19T29:17:86+67:13\",\n          \"state\": \"none\",\n          \"operator\": \"Some operator\",\n          \"text\": \"Some text\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"85f3519b-c5ae-4345-8fdd-c519c1887e21"},{"name":"GET - NodeID - bbf-alarm-management - related-alarms","id":"7628ef32-bc38-400f-9247-960408ed1303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/related-alarms?content=<string>","description":"<p>References to related alarms.  The reference is expressed as\nvalues for the alarm list and not leafrefs since the related\nalarm might have been removed from the alarm list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","related-alarms"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"967f56e4-49b4-4fec-8492-0d4ffc36bc72","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/related-alarms?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","related-alarms"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"related-alarms\": [\n    {\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    },\n    {\n      \"resource\": \"<string>\",\n      \"alarm-identity\": \"<string>\",\n      \"alarm-type-qualifier\": \"Some alarm-type-qualifier\"\n    }\n  ]\n}"}],"_postman_id":"7628ef32-bc38-400f-9247-960408ed1303"},{"name":"GET - NodeID - bbf-alarm-management - context","id":"9252fa5a-70dc-4611-9a8f-d47b3e1acb74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/context?content=<string>","description":"<p>A list of relevant leaf identifiers and values providing\ncontext for the alarm.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","context"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5c3674b3-9d68-47bb-87b3-3ff111dac8f2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/context?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","context"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"context\": [\n    {\n      \"leaf-id\": \"/alarms:alarms\",\n      \"leaf-value\": [\n        {\n          \"value\": \"<value> ... </value>\"\n        },\n        {\n          \"value\": \"<value> ... </value>\"\n        }\n      ]\n    },\n    {\n      \"leaf-id\": \"/alarms:alarms\",\n      \"leaf-value\": [\n        {\n          \"value\": \"<value> ... </value>\"\n        },\n        {\n          \"value\": \"<value> ... </value>\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"9252fa5a-70dc-4611-9a8f-d47b3e1acb74"},{"name":"GET - NodeID - bbf-alarm-management - leaf-value","id":"1eb3508d-cae1-40a9-b3a6-c154f6468e65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/context/leaf-value?content=<string>","description":"<p>list of leaf values</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","context","leaf-value"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"68a9dbbd-d6c4-46e9-87c7-1fc60d44ffb4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/context/leaf-value?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","context","leaf-value"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"leaf-value\": [\n    {\n      \"value\": \"<value> ... </value>\"\n    },\n    {\n      \"value\": \"<value> ... </value>\"\n    }\n  ]\n}"}],"_postman_id":"1eb3508d-cae1-40a9-b3a6-c154f6468e65"},{"name":"GET - NodeID - bbf-alarm-management - status-change-history","id":"466b1286-76ea-4a03-928e-b437293d3f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/status-change-history=<string>?content=<string>","description":"<p>A list of status change events for this alarm.\nThis list is ordered according to the timestamps of\nalarm state changes. The last item corresponds to the\nlatest state change.\nThe following state changes creates an entry in this\nlist:</p>\n<ul>\n<li>changed severity (warning, minor, major, critical)</li>\n<li>clearance status, this also updates the is-cleared leaf</li>\n<li>alarm text update</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","status-change-history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b5e05c67-c727-4190-8432-9107f47d1aa0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/status-change-history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","status-change-history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status-change-history\": [\n    {\n      \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n      \"perceived-severity\": \"<string>\",\n      \"alarm-text\": \"Some alarm-text\"\n    },\n    {\n      \"event-time\": \"?:1234-09-63T89:83:96-16:00\",\n      \"perceived-severity\": \"<string>\",\n      \"alarm-text\": \"Some alarm-text\"\n    }\n  ]\n}"}],"_postman_id":"466b1286-76ea-4a03-928e-b437293d3f69"},{"name":"POST - NodeID - bbf-alarm-management - compress-state-changes","id":"15eae5cc-04dc-4863-b43a-8b34832af167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"alarm-identity\": \"<string>\",\n    \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n    \"resource\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:compress-state-changes","description":"<p>This action requests the server to compress the alarm entry by\nremoving the history of this alarm. The latest state\nchange will be kept.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:compress-state-changes"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"49f11fc2-0750-4904-8e65-dd5109e9d50a","name":"RPC compress-state-changes success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"alarm-identity\": \"<string>\",\n    \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n    \"resource\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:compress-state-changes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"result\": \"Some result\",\n    \"compressed-elements\": 0\n  }\n}"}],"_postman_id":"15eae5cc-04dc-4863-b43a-8b34832af167"},{"name":"POST - NodeID - bbf-alarm-management - compress-all-state-changes","id":"e7b53251-5fee-4a5c-b0fa-846e065e8e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:compress-all-state-changes","description":"<p>This operation requests the server to compress the alarm\nentries by removing the history of each individual alarm. The\nlatest state change will be kept.  Note that no alarm entries\nsuch are removed only the history for each alarm.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:compress-all-state-changes"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1caba937-898d-425b-ad46-2f62b4196395","name":"RPC compress-all-state-changes success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:compress-all-state-changes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"result\": \"Some result\",\n    \"compressed-elements\": 0\n  }\n}"}],"_postman_id":"e7b53251-5fee-4a5c-b0fa-846e065e8e7d"},{"name":"POST - NodeID - bbf-alarm-management - set-operator-state","id":"cdd692d0-ebeb-4f24-bc52-cdba66d3b52e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"state\": \"none\",\n    \"resource\": \"<string>\",\n    \"alarm-identity\": \"<string>\",\n    \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n    \"text\": \"Some text\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:set-operator-state","description":"<p>This is a means for the operator to indicate\nthe level of human intervention on an alarm.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:set-operator-state"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1f392c5d-6f06-4111-ab2b-860369903bec","name":"RPC set-operator-state success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"state\": \"none\",\n    \"resource\": \"<string>\",\n    \"alarm-identity\": \"<string>\",\n    \"alarm-type-qualifier\": \"Some alarm-type-qualifier\",\n    \"text\": \"Some text\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:set-operator-state"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cdd692d0-ebeb-4f24-bc52-cdba66d3b52e"},{"name":"POST - NodeID - bbf-alarm-management - purge-alarms","id":"411997b8-f33a-4cba-9271-d56a6a232c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"alarm-status\": \"any\",\n    \"older-than\": {\n      \"seconds\": 0,\n      \"minutes\": 0,\n      \"hours\": 0,\n      \"days\": 0,\n      \"weeks\": 0\n    },\n    \"severity\": {\n      \"below\": \"indeterminate\",\n      \"is\": \"indeterminate\",\n      \"above\": \"indeterminate\"\n    },\n    \"operator-state-filter\": {\n      \"state\": \"none\",\n      \"user\": \"Some user\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:purge-alarms","description":"<p>This operation requests the server to delete entries from the\nalarm list according to the supplied criteria.  Typically it\ncan be used to delete alarms that are in closed operator state\nand older than a specified time.  The number of purged alarms\nis returned as an output parameter</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:purge-alarms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ecaa11de-2486-4142-91f3-4675e308e708","name":"RPC purge-alarms success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"alarm-status\": \"any\",\n    \"older-than\": {\n      \"seconds\": 0,\n      \"minutes\": 0,\n      \"hours\": 0,\n      \"days\": 0,\n      \"weeks\": 0\n    },\n    \"severity\": {\n      \"below\": \"indeterminate\",\n      \"is\": \"indeterminate\",\n      \"above\": \"indeterminate\"\n    },\n    \"operator-state-filter\": {\n      \"state\": \"none\",\n      \"user\": \"Some user\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:purge-alarms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"result\": \"Some result\",\n    \"purged-alarms\": 0\n  }\n}"}],"_postman_id":"411997b8-f33a-4cba-9271-d56a6a232c29"}],"id":"6d1dd69e-e007-43fd-8748-c79232976af6","_postman_id":"6d1dd69e-e007-43fd-8748-c79232976af6","description":""},{"name":"mounted NodeID bbf alarm management","item":[{"name":"GET - NodeID - bbf-alarm-management - operator-action","id":"a2d77712-9ed9-4f9c-9740-7b3083e856a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/operator-action=<string>?content=<string>","description":"<p>This list is used by operators to indicate\nthe state of human intervention on an alarm.\nFor example, if an operator has seen an alarm,\nthe operator can add a new item to this list indicating\nthat the alarm is acknowledged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","operator-action=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f46d7c30-d7de-4387-9a1c-e1b27710cb73","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-alarm-management:alarms/alarm-list/alarm=<string>,<string>/operator-action=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-alarm-management:alarms","alarm-list","alarm=<string>,<string>","operator-action=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"operator-action\": [\n    {\n      \"time\": \"?:9252-90-19T29:17:86+67:13\",\n      \"state\": \"none\",\n      \"operator\": \"Some operator\",\n      \"text\": \"Some text\"\n    },\n    {\n      \"time\": \"?:9252-90-19T29:17:86+67:13\",\n      \"state\": \"none\",\n      \"operator\": \"Some operator\",\n      \"text\": \"Some text\"\n    }\n  ]\n}"}],"_postman_id":"a2d77712-9ed9-4f9c-9740-7b3083e856a7"}],"id":"54722c61-c9e4-498a-8e9a-b5c7ed727749","_postman_id":"54722c61-c9e4-498a-8e9a-b5c7ed727749","description":""},{"name":"mounted NodeID bbf-fast","item":[{"name":"POST - NodeID - bbf-fast - fast","id":"f462d258-238c-4955-a78d-d7cd26d413f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"low-power-data-rate-profile\": [\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      },\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      }\n    ],\n    \"time-division-duplexing-profile\": [\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      },\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      }\n    ]\n  },\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      },\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      }\n    ]\n  },\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"fast-rate-adaptation-profile\": [\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      },\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      },\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      }\n    ],\n    \"fast-retrain-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      }\n    ],\n    \"retransmission-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      }\n    ]\n  },\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      },\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      },\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      }\n    ]\n  },\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      },\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast","description":"<p>FAST configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c4ed6535-e8eb-4b7c-af61-047fdd26b389","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"low-power-data-rate-profile\": [\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      },\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      }\n    ],\n    \"time-division-duplexing-profile\": [\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      },\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      }\n    ]\n  },\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      },\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      }\n    ]\n  },\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"fast-rate-adaptation-profile\": [\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      },\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      },\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      }\n    ],\n    \"fast-retrain-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      }\n    ],\n    \"retransmission-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      }\n    ]\n  },\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      },\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      },\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      }\n    ]\n  },\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      },\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f462d258-238c-4955-a78d-d7cd26d413f5"},{"name":"GET - NodeID - bbf-fast - fast","id":"f396b399-e590-4db8-9c40-53e8920b44ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast?content=<string>","description":"<p>FAST configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0ea3092c-f0cc-4949-a5e4-8ed5cfd826db","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fast\": {\n    \"service\": {\n      \"downstream-data-rate-profile\": [\n        {\n          \"name\": \"?:Gc\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-net-data-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"low-andeftr-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:Gc\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-net-data-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"low-andeftr-threshold\": \"0\"\n        }\n      ],\n      \"upstream-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-net-data-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"low-andeftr-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-net-data-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"low-andeftr-threshold\": \"0\"\n        }\n      ],\n      \"low-power-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"maximum-net-data-rate-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-expected-throughput-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-expected-throughput-after-exit-from-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"maximum-net-data-rate-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-expected-throughput-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-expected-throughput-after-exit-from-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"maximum-net-data-rate-in-l2.2\": 4294967295,\n          \"minimum-expected-throughput-in-l2.2\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"maximum-net-data-rate-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-expected-throughput-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-expected-throughput-after-exit-from-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"maximum-net-data-rate-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-expected-throughput-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-expected-throughput-after-exit-from-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"maximum-net-data-rate-in-l2.2\": 4294967295,\n          \"minimum-expected-throughput-in-l2.2\": \"0\"\n        }\n      ],\n      \"time-division-duplexing-profile\": [\n        {\n          \"name\": \"?:cr$pZ0-W\",\n          \"total-symbol-periods\": 36,\n          \"downstream-symbol-periods\": 28,\n          \"cyclic-extension\": 10,\n          \"dynamic-time-assignment\": {\n            \"dta-allowed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-mds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-step-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-between-updates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-mds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-mds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cdta-procedure-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:cr$pZ0-W\",\n          \"total-symbol-periods\": 36,\n          \"downstream-symbol-periods\": 28,\n          \"cyclic-extension\": 10,\n          \"dynamic-time-assignment\": {\n            \"dta-allowed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-mds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-step-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-between-updates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-mds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-mds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cdta-procedure-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"spectrum\": {\n      \"line-spectrum-profile\": [\n        {\n          \"name\": \"?:\",\n          \"profiles\": \"all\",\n          \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n          \"maximum-psd-reduction-in-l2\": \"0\",\n          \"downstream\": {\n            \"mibpsdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-aggregate-transmit-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"carmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"mibpsdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-aggregate-transmit-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"carmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"profiles\": \"all\",\n          \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n          \"maximum-psd-reduction-in-l2\": \"0\",\n          \"downstream\": {\n            \"mibpsdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-aggregate-transmit-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"carmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"mibpsdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-aggregate-transmit-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"carmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"radio-frequency-interference-profile\": [\n        {\n          \"name\": \"?:=}R;\",\n          \"iarbands\": \"\",\n          \"rfiband\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"?:=}R;\",\n          \"iarbands\": \"\",\n          \"rfiband\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ],\n      \"upstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:7\",\n          \"upbopsd-a\": \"0\",\n          \"upbopsd-b\": \"0\",\n          \"upbo-upstream-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbo-reference-electrical-length\": \"0\"\n        },\n        {\n          \"name\": \"?:7\",\n          \"upbopsd-a\": \"0\",\n          \"upbopsd-b\": \"0\",\n          \"upbo-upstream-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbo-reference-electrical-length\": \"0\"\n        }\n      ]\n    },\n    \"quality\": {\n      \"noise-margin-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"seamless-rate-adaptation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robust-management-channel\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"seamless-rate-adaptation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robust-management-channel\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"seamless-rate-adaptation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robust-management-channel\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"seamless-rate-adaptation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robust-management-channel\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"fast-rate-adaptation-profile\": [\n        {\n          \"name\": \"?:>(d#\",\n          \"downstream\": {\n            \"time-window\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-degraded-tones\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrectable-dtu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vendor-discretionary-fra-triggering-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"time-window\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-degraded-tones\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrectable-dtu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vendor-discretionary-fra-triggering-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:>(d#\",\n          \"downstream\": {\n            \"time-window\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-degraded-tones\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrectable-dtu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vendor-discretionary-fra-triggering-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"time-window\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-degraded-tones\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrectable-dtu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vendor-discretionary-fra-triggering-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"vectoring-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"fext-to-cancel-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlog-group-size-req\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"fext-to-cancel-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"annex-x-mode\": \"forbidden\",\n          \"annex-d-mode\": \"forbidden\"\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"fext-to-cancel-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlog-group-size-req\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"fext-to-cancel-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"annex-x-mode\": \"forbidden\",\n          \"annex-d-mode\": \"forbidden\"\n        }\n      ],\n      \"fast-retrain-policy-profile\": [\n        {\n          \"name\": \"?:nkX6%u\",\n          \"downstream\": {\n            \"los-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lom-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lor-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinit-time-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-etr-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lor-rmcr-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"los-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lom-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lor-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinit-time-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-etr-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lor-rmcr-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:nkX6%u\",\n          \"downstream\": {\n            \"los-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lom-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lor-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinit-time-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-etr-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lor-rmcr-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"los-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lom-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lor-defect-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinit-time-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-etr-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lor-rmcr-persistency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"retransmission-profile\": [\n        {\n          \"name\": \"?:K\",\n          \"downstream\": {\n            \"maximum-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shine-ratio\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rein-inter-arrival-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-rfec-nfec-ratio\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"maximum-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shine-ratio\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rein-inter-arrival-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-rfec-nfec-ratio\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:K\",\n          \"downstream\": {\n            \"maximum-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shine-ratio\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rein-inter-arrival-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-rfec-nfec-ratio\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"maximum-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shine-ratio\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rein-inter-arrival-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-rfec-nfec-ratio\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"thresholds\": {\n      \"line-threshold-profile\": [\n        {\n          \"name\": \"?:\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": 0,\n          \"loss-of-rmc-seconds-threshold\": 0,\n          \"unavailable-seconds-threshold\": \"0\",\n          \"full-initializations-threshold\": 0,\n          \"failed-initializations-threshold\": 0,\n          \"fast-initializations-threshold\": 0,\n          \"failed-fast-initializations-threshold\": 0,\n          \"spontaneous-interruptions-threshold\": 0\n        },\n        {\n          \"name\": \"?:\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": 0,\n          \"loss-of-rmc-seconds-threshold\": 0,\n          \"unavailable-seconds-threshold\": \"0\",\n          \"full-initializations-threshold\": 0,\n          \"failed-initializations-threshold\": 0,\n          \"fast-initializations-threshold\": 0,\n          \"failed-fast-initializations-threshold\": 0,\n          \"spontaneous-interruptions-threshold\": 0\n        }\n      ],\n      \"channel-threshold-profile\": [\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"uncorrectable-dtus-threshold\": \"0\",\n          \"retransmitted-dtus-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"uncorrectable-dtus-threshold\": \"0\",\n          \"retransmitted-dtus-threshold\": \"0\"\n        }\n      ],\n      \"threshold-template\": [\n        {\n          \"ftu-o-15min-line-threshold-profile\": \"?:OwGS,u\",\n          \"ftu-o-24hr-line-threshold-profile\": \"?:P~V'\",\n          \"ftu-r-15min-line-threshold-profile\": \"?:4\",\n          \"ftu-r-24hr-line-threshold-profile\": \"?:\",\n          \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n          \"ftu-o-24hr-channel-threshold-profile\": \"?:\",\n          \"ftu-r-15min-channel-threshold-profile\": \"?:{TZ\",\n          \"ftu-r-24hr-channel-threshold-profile\": \"?:|7H[\",\n          \"name\": \"?:%g\"\n        },\n        {\n          \"ftu-o-15min-line-threshold-profile\": \"?:OwGS,u\",\n          \"ftu-o-24hr-line-threshold-profile\": \"?:P~V'\",\n          \"ftu-r-15min-line-threshold-profile\": \"?:4\",\n          \"ftu-r-24hr-line-threshold-profile\": \"?:\",\n          \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n          \"ftu-o-24hr-channel-threshold-profile\": \"?:\",\n          \"ftu-r-15min-channel-threshold-profile\": \"?:{TZ\",\n          \"ftu-r-24hr-channel-threshold-profile\": \"?:|7H[\",\n          \"name\": \"?:%g\"\n        }\n      ]\n    },\n    \"vectors\": {\n      \"line-config-vector\": [\n        {\n          \"time-division-duplexing-profile\": \"?:yyC\",\n          \"downstream-data-rate-profile\": \"?:D,\",\n          \"upstream-data-rate-profile\": \"?:\",\n          \"low-power-data-rate-profile\": \"?:m\",\n          \"line-spectrum-profile\": \"?:\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:4v\",\n          \"noise-margin-profile\": \"?:w\",\n          \"fast-rate-adaptation-profile\": \"?:NTJb\",\n          \"retransmission-profile\": \"?:'h/\",\n          \"fast-retrain-policy-profile\": \"?:W~@\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:'$:\"\n        },\n        {\n          \"time-division-duplexing-profile\": \"?:yyC\",\n          \"downstream-data-rate-profile\": \"?:D,\",\n          \"upstream-data-rate-profile\": \"?:\",\n          \"low-power-data-rate-profile\": \"?:m\",\n          \"line-spectrum-profile\": \"?:\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:4v\",\n          \"noise-margin-profile\": \"?:w\",\n          \"fast-rate-adaptation-profile\": \"?:NTJb\",\n          \"retransmission-profile\": \"?:'h/\",\n          \"fast-retrain-policy-profile\": \"?:W~@\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:'$:\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f396b399-e590-4db8-9c40-53e8920b44ca"},{"name":"DELETE - NodeID - bbf-fast - fast","id":"805a066e-34b9-4ec2-9450-0cd9ec1a414c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast","description":"<p>FAST configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7d4eaff5-15f0-43ac-b4ca-18d2a99d51f2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"805a066e-34b9-4ec2-9450-0cd9ec1a414c"},{"name":"PUT - NodeID - bbf-fast - fast","id":"cfd7cdfc-a817-468e-a80c-c0c9437ead5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fast\": {\n    \"service\": {\n      \"downstream-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        }\n      ],\n      \"upstream-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        }\n      ],\n      \"low-power-data-rate-profile\": [\n        {\n          \"name\": \"?:TN\",\n          \"downstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"maximum-net-data-rate-in-l2.2\": 4294967295,\n          \"minimum-expected-throughput-in-l2.2\": \"0\"\n        },\n        {\n          \"name\": \"?:TN\",\n          \"downstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"maximum-net-data-rate-in-l2.2\": 4294967295,\n          \"minimum-expected-throughput-in-l2.2\": \"0\"\n        }\n      ],\n      \"time-division-duplexing-profile\": [\n        {\n          \"name\": \"?:GN\",\n          \"total-symbol-periods\": 36,\n          \"downstream-symbol-periods\": 28,\n          \"cyclic-extension\": 10,\n          \"dynamic-time-assignment\": {\n            \"dta-allowed\": \"none\",\n            \"preferred-mds\": 28,\n            \"maximum-step-size\": 25,\n            \"minimum-time-between-updates\": \"0\",\n            \"minimum-mds\": 5,\n            \"maximum-mds\": 30,\n            \"cdta-procedure-control\": \"one-or-two-step\"\n          }\n        },\n        {\n          \"name\": \"?:GN\",\n          \"total-symbol-periods\": 36,\n          \"downstream-symbol-periods\": 28,\n          \"cyclic-extension\": 10,\n          \"dynamic-time-assignment\": {\n            \"dta-allowed\": \"none\",\n            \"preferred-mds\": 28,\n            \"maximum-step-size\": 25,\n            \"minimum-time-between-updates\": \"0\",\n            \"minimum-mds\": 5,\n            \"maximum-mds\": 30,\n            \"cdta-procedure-control\": \"one-or-two-step\"\n          }\n        }\n      ]\n    },\n    \"spectrum\": {\n      \"line-spectrum-profile\": [\n        {\n          \"name\": \"?:Np\",\n          \"profiles\": \"all\",\n          \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n          \"maximum-psd-reduction-in-l2\": \"0\",\n          \"downstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:Np\",\n          \"profiles\": \"all\",\n          \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n          \"maximum-psd-reduction-in-l2\": \"0\",\n          \"downstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"radio-frequency-interference-profile\": [\n        {\n          \"name\": \"?:\",\n          \"iarbands\": \"\",\n          \"rfiband\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\",\n          \"iarbands\": \"\",\n          \"rfiband\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        }\n      ],\n      \"upstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:O8{w%B\",\n          \"upbopsd-a\": \"0\",\n          \"upbopsd-b\": \"0\",\n          \"upbo-upstream-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbo-reference-electrical-length\": \"0\"\n        },\n        {\n          \"name\": \"?:O8{w%B\",\n          \"upbopsd-a\": \"0\",\n          \"upbopsd-b\": \"0\",\n          \"upbo-upstream-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbo-reference-electrical-length\": \"0\"\n        }\n      ]\n    },\n    \"quality\": {\n      \"noise-margin-profile\": [\n        {\n          \"name\": \"?:PK\",\n          \"downstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"upstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"name\": \"?:PK\",\n          \"downstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"upstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ],\n      \"fast-rate-adaptation-profile\": [\n        {\n          \"name\": \"?:L1)=\",\n          \"downstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          },\n          \"upstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          }\n        },\n        {\n          \"name\": \"?:L1)=\",\n          \"downstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          },\n          \"upstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          }\n        }\n      ],\n      \"vectoring-profile\": [\n        {\n          \"name\": \"?:|^bZM\",\n          \"downstream\": {\n            \"fext-to-cancel-enable\": true,\n            \"xlog-group-size-req\": 1\n          },\n          \"upstream\": {\n            \"fext-to-cancel-enable\": true\n          },\n          \"annex-x-mode\": \"forbidden\",\n          \"annex-d-mode\": \"forbidden\"\n        },\n        {\n          \"name\": \"?:|^bZM\",\n          \"downstream\": {\n            \"fext-to-cancel-enable\": true,\n            \"xlog-group-size-req\": 1\n          },\n          \"upstream\": {\n            \"fext-to-cancel-enable\": true\n          },\n          \"annex-x-mode\": \"forbidden\",\n          \"annex-d-mode\": \"forbidden\"\n        }\n      ],\n      \"fast-retrain-policy-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          },\n          \"upstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          },\n          \"upstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          }\n        }\n      ],\n      \"retransmission-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          }\n        }\n      ]\n    },\n    \"thresholds\": {\n      \"line-threshold-profile\": [\n        {\n          \"name\": \"?:{NH\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": 0,\n          \"loss-of-rmc-seconds-threshold\": 0,\n          \"unavailable-seconds-threshold\": \"0\",\n          \"full-initializations-threshold\": 0,\n          \"failed-initializations-threshold\": 0,\n          \"fast-initializations-threshold\": 0,\n          \"failed-fast-initializations-threshold\": 0,\n          \"spontaneous-interruptions-threshold\": 0\n        },\n        {\n          \"name\": \"?:{NH\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": 0,\n          \"loss-of-rmc-seconds-threshold\": 0,\n          \"unavailable-seconds-threshold\": \"0\",\n          \"full-initializations-threshold\": 0,\n          \"failed-initializations-threshold\": 0,\n          \"fast-initializations-threshold\": 0,\n          \"failed-fast-initializations-threshold\": 0,\n          \"spontaneous-interruptions-threshold\": 0\n        }\n      ],\n      \"channel-threshold-profile\": [\n        {\n          \"name\": \"?:p5\",\n          \"code-violations-threshold\": \"0\",\n          \"uncorrectable-dtus-threshold\": \"0\",\n          \"retransmitted-dtus-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:p5\",\n          \"code-violations-threshold\": \"0\",\n          \"uncorrectable-dtus-threshold\": \"0\",\n          \"retransmitted-dtus-threshold\": \"0\"\n        }\n      ],\n      \"threshold-template\": [\n        {\n          \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n          \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n          \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n          \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n          \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n          \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n          \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n          \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n          \"name\": \"?:\"\n        },\n        {\n          \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n          \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n          \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n          \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n          \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n          \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n          \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n          \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    \"vectors\": {\n      \"line-config-vector\": [\n        {\n          \"time-division-duplexing-profile\": \"?:h+\",\n          \"downstream-data-rate-profile\": \"?:@7.^\",\n          \"upstream-data-rate-profile\": \"?:6\",\n          \"low-power-data-rate-profile\": \"?:_#({R%=\",\n          \"line-spectrum-profile\": \"?:pwu\",\n          \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n          \"radio-frequency-interference-profile\": \"?:)F\",\n          \"noise-margin-profile\": \"?:nj\",\n          \"fast-rate-adaptation-profile\": \"?:jz\",\n          \"retransmission-profile\": \"?:'^%rCq\",\n          \"fast-retrain-policy-profile\": \"?:(I\",\n          \"vectoring-profile\": \"?:Q_{\",\n          \"name\": \"?:\"\n        },\n        {\n          \"time-division-duplexing-profile\": \"?:h+\",\n          \"downstream-data-rate-profile\": \"?:@7.^\",\n          \"upstream-data-rate-profile\": \"?:6\",\n          \"low-power-data-rate-profile\": \"?:_#({R%=\",\n          \"line-spectrum-profile\": \"?:pwu\",\n          \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n          \"radio-frequency-interference-profile\": \"?:)F\",\n          \"noise-margin-profile\": \"?:nj\",\n          \"fast-rate-adaptation-profile\": \"?:jz\",\n          \"retransmission-profile\": \"?:'^%rCq\",\n          \"fast-retrain-policy-profile\": \"?:(I\",\n          \"vectoring-profile\": \"?:Q_{\",\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast","description":"<p>FAST configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9cf8f190-2ab6-45f9-adc1-6bdb81b4985e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fast\": {\n    \"service\": {\n      \"downstream-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        }\n      ],\n      \"upstream-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        }\n      ],\n      \"low-power-data-rate-profile\": [\n        {\n          \"name\": \"?:TN\",\n          \"downstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"maximum-net-data-rate-in-l2.2\": 4294967295,\n          \"minimum-expected-throughput-in-l2.2\": \"0\"\n        },\n        {\n          \"name\": \"?:TN\",\n          \"downstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"maximum-net-data-rate-in-l2.2\": 4294967295,\n          \"minimum-expected-throughput-in-l2.2\": \"0\"\n        }\n      ],\n      \"time-division-duplexing-profile\": [\n        {\n          \"name\": \"?:GN\",\n          \"total-symbol-periods\": 36,\n          \"downstream-symbol-periods\": 28,\n          \"cyclic-extension\": 10,\n          \"dynamic-time-assignment\": {\n            \"dta-allowed\": \"none\",\n            \"preferred-mds\": 28,\n            \"maximum-step-size\": 25,\n            \"minimum-time-between-updates\": \"0\",\n            \"minimum-mds\": 5,\n            \"maximum-mds\": 30,\n            \"cdta-procedure-control\": \"one-or-two-step\"\n          }\n        },\n        {\n          \"name\": \"?:GN\",\n          \"total-symbol-periods\": 36,\n          \"downstream-symbol-periods\": 28,\n          \"cyclic-extension\": 10,\n          \"dynamic-time-assignment\": {\n            \"dta-allowed\": \"none\",\n            \"preferred-mds\": 28,\n            \"maximum-step-size\": 25,\n            \"minimum-time-between-updates\": \"0\",\n            \"minimum-mds\": 5,\n            \"maximum-mds\": 30,\n            \"cdta-procedure-control\": \"one-or-two-step\"\n          }\n        }\n      ]\n    },\n    \"spectrum\": {\n      \"line-spectrum-profile\": [\n        {\n          \"name\": \"?:Np\",\n          \"profiles\": \"all\",\n          \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n          \"maximum-psd-reduction-in-l2\": \"0\",\n          \"downstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:Np\",\n          \"profiles\": \"all\",\n          \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n          \"maximum-psd-reduction-in-l2\": \"0\",\n          \"downstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"radio-frequency-interference-profile\": [\n        {\n          \"name\": \"?:\",\n          \"iarbands\": \"\",\n          \"rfiband\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\",\n          \"iarbands\": \"\",\n          \"rfiband\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        }\n      ],\n      \"upstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:O8{w%B\",\n          \"upbopsd-a\": \"0\",\n          \"upbopsd-b\": \"0\",\n          \"upbo-upstream-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbo-reference-electrical-length\": \"0\"\n        },\n        {\n          \"name\": \"?:O8{w%B\",\n          \"upbopsd-a\": \"0\",\n          \"upbopsd-b\": \"0\",\n          \"upbo-upstream-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbo-reference-electrical-length\": \"0\"\n        }\n      ]\n    },\n    \"quality\": {\n      \"noise-margin-profile\": [\n        {\n          \"name\": \"?:PK\",\n          \"downstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"upstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"name\": \"?:PK\",\n          \"downstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"upstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ],\n      \"fast-rate-adaptation-profile\": [\n        {\n          \"name\": \"?:L1)=\",\n          \"downstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          },\n          \"upstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          }\n        },\n        {\n          \"name\": \"?:L1)=\",\n          \"downstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          },\n          \"upstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          }\n        }\n      ],\n      \"vectoring-profile\": [\n        {\n          \"name\": \"?:|^bZM\",\n          \"downstream\": {\n            \"fext-to-cancel-enable\": true,\n            \"xlog-group-size-req\": 1\n          },\n          \"upstream\": {\n            \"fext-to-cancel-enable\": true\n          },\n          \"annex-x-mode\": \"forbidden\",\n          \"annex-d-mode\": \"forbidden\"\n        },\n        {\n          \"name\": \"?:|^bZM\",\n          \"downstream\": {\n            \"fext-to-cancel-enable\": true,\n            \"xlog-group-size-req\": 1\n          },\n          \"upstream\": {\n            \"fext-to-cancel-enable\": true\n          },\n          \"annex-x-mode\": \"forbidden\",\n          \"annex-d-mode\": \"forbidden\"\n        }\n      ],\n      \"fast-retrain-policy-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          },\n          \"upstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          },\n          \"upstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          }\n        }\n      ],\n      \"retransmission-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          }\n        }\n      ]\n    },\n    \"thresholds\": {\n      \"line-threshold-profile\": [\n        {\n          \"name\": \"?:{NH\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": 0,\n          \"loss-of-rmc-seconds-threshold\": 0,\n          \"unavailable-seconds-threshold\": \"0\",\n          \"full-initializations-threshold\": 0,\n          \"failed-initializations-threshold\": 0,\n          \"fast-initializations-threshold\": 0,\n          \"failed-fast-initializations-threshold\": 0,\n          \"spontaneous-interruptions-threshold\": 0\n        },\n        {\n          \"name\": \"?:{NH\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": 0,\n          \"loss-of-rmc-seconds-threshold\": 0,\n          \"unavailable-seconds-threshold\": \"0\",\n          \"full-initializations-threshold\": 0,\n          \"failed-initializations-threshold\": 0,\n          \"fast-initializations-threshold\": 0,\n          \"failed-fast-initializations-threshold\": 0,\n          \"spontaneous-interruptions-threshold\": 0\n        }\n      ],\n      \"channel-threshold-profile\": [\n        {\n          \"name\": \"?:p5\",\n          \"code-violations-threshold\": \"0\",\n          \"uncorrectable-dtus-threshold\": \"0\",\n          \"retransmitted-dtus-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:p5\",\n          \"code-violations-threshold\": \"0\",\n          \"uncorrectable-dtus-threshold\": \"0\",\n          \"retransmitted-dtus-threshold\": \"0\"\n        }\n      ],\n      \"threshold-template\": [\n        {\n          \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n          \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n          \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n          \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n          \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n          \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n          \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n          \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n          \"name\": \"?:\"\n        },\n        {\n          \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n          \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n          \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n          \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n          \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n          \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n          \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n          \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    \"vectors\": {\n      \"line-config-vector\": [\n        {\n          \"time-division-duplexing-profile\": \"?:h+\",\n          \"downstream-data-rate-profile\": \"?:@7.^\",\n          \"upstream-data-rate-profile\": \"?:6\",\n          \"low-power-data-rate-profile\": \"?:_#({R%=\",\n          \"line-spectrum-profile\": \"?:pwu\",\n          \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n          \"radio-frequency-interference-profile\": \"?:)F\",\n          \"noise-margin-profile\": \"?:nj\",\n          \"fast-rate-adaptation-profile\": \"?:jz\",\n          \"retransmission-profile\": \"?:'^%rCq\",\n          \"fast-retrain-policy-profile\": \"?:(I\",\n          \"vectoring-profile\": \"?:Q_{\",\n          \"name\": \"?:\"\n        },\n        {\n          \"time-division-duplexing-profile\": \"?:h+\",\n          \"downstream-data-rate-profile\": \"?:@7.^\",\n          \"upstream-data-rate-profile\": \"?:6\",\n          \"low-power-data-rate-profile\": \"?:_#({R%=\",\n          \"line-spectrum-profile\": \"?:pwu\",\n          \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n          \"radio-frequency-interference-profile\": \"?:)F\",\n          \"noise-margin-profile\": \"?:nj\",\n          \"fast-rate-adaptation-profile\": \"?:jz\",\n          \"retransmission-profile\": \"?:'^%rCq\",\n          \"fast-retrain-policy-profile\": \"?:(I\",\n          \"vectoring-profile\": \"?:Q_{\",\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cf1ad501-98d2-4269-b74a-c2ae27351f4a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fast\": {\n    \"service\": {\n      \"downstream-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        }\n      ],\n      \"upstream-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-gamma-data-rate\": 4294967295,\n          \"minimum-gamma-data-rate\": \"0\",\n          \"dynamic-time-assignment\": {\n            \"minimum-expected-throughput\": \"0\",\n            \"maximum-net-data-rate\": 4294967295\n          },\n          \"low-andeftr-threshold\": \"0\"\n        }\n      ],\n      \"low-power-data-rate-profile\": [\n        {\n          \"name\": \"?:TN\",\n          \"downstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"maximum-net-data-rate-in-l2.2\": 4294967295,\n          \"minimum-expected-throughput-in-l2.2\": \"0\"\n        },\n        {\n          \"name\": \"?:TN\",\n          \"downstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-net-data-rate-in-l2.1\": 4294967295,\n            \"minimum-expected-throughput-in-l2.1\": \"0\",\n            \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n          },\n          \"maximum-net-data-rate-in-l2.2\": 4294967295,\n          \"minimum-expected-throughput-in-l2.2\": \"0\"\n        }\n      ],\n      \"time-division-duplexing-profile\": [\n        {\n          \"name\": \"?:GN\",\n          \"total-symbol-periods\": 36,\n          \"downstream-symbol-periods\": 28,\n          \"cyclic-extension\": 10,\n          \"dynamic-time-assignment\": {\n            \"dta-allowed\": \"none\",\n            \"preferred-mds\": 28,\n            \"maximum-step-size\": 25,\n            \"minimum-time-between-updates\": \"0\",\n            \"minimum-mds\": 5,\n            \"maximum-mds\": 30,\n            \"cdta-procedure-control\": \"one-or-two-step\"\n          }\n        },\n        {\n          \"name\": \"?:GN\",\n          \"total-symbol-periods\": 36,\n          \"downstream-symbol-periods\": 28,\n          \"cyclic-extension\": 10,\n          \"dynamic-time-assignment\": {\n            \"dta-allowed\": \"none\",\n            \"preferred-mds\": 28,\n            \"maximum-step-size\": 25,\n            \"minimum-time-between-updates\": \"0\",\n            \"minimum-mds\": 5,\n            \"maximum-mds\": 30,\n            \"cdta-procedure-control\": \"one-or-two-step\"\n          }\n        }\n      ]\n    },\n    \"spectrum\": {\n      \"line-spectrum-profile\": [\n        {\n          \"name\": \"?:Np\",\n          \"profiles\": \"all\",\n          \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n          \"maximum-psd-reduction-in-l2\": \"0\",\n          \"downstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:Np\",\n          \"profiles\": \"all\",\n          \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n          \"maximum-psd-reduction-in-l2\": \"0\",\n          \"downstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream\": {\n            \"mibpsdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"maximum-aggregate-transmit-power\": 40,\n            \"carmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"radio-frequency-interference-profile\": [\n        {\n          \"name\": \"?:\",\n          \"iarbands\": \"\",\n          \"rfiband\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\",\n          \"iarbands\": \"\",\n          \"rfiband\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        }\n      ],\n      \"upstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:O8{w%B\",\n          \"upbopsd-a\": \"0\",\n          \"upbopsd-b\": \"0\",\n          \"upbo-upstream-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbo-reference-electrical-length\": \"0\"\n        },\n        {\n          \"name\": \"?:O8{w%B\",\n          \"upbopsd-a\": \"0\",\n          \"upbopsd-b\": \"0\",\n          \"upbo-upstream-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbo-reference-electrical-length\": \"0\"\n        }\n      ]\n    },\n    \"quality\": {\n      \"noise-margin-profile\": [\n        {\n          \"name\": \"?:PK\",\n          \"downstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"upstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"name\": \"?:PK\",\n          \"downstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"upstream\": {\n            \"noise-margin\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"target-noise-margin-in-l2\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"seamless-rate-adaptation\": {\n              \"upshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-upshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"downshift-noise-margin-in-l2.1\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-time-interval-downshift-sra\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"robust-management-channel\": {\n              \"target-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"minimum-noise-margin\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maximum-bit-loading\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ],\n      \"fast-rate-adaptation-profile\": [\n        {\n          \"name\": \"?:L1)=\",\n          \"downstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          },\n          \"upstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          }\n        },\n        {\n          \"name\": \"?:L1)=\",\n          \"downstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          },\n          \"upstream\": {\n            \"time-window\": 8,\n            \"minimum-degraded-tones\": 50,\n            \"uncorrectable-dtu\": 150,\n            \"vendor-discretionary-fra-triggering-criteria\": false\n          }\n        }\n      ],\n      \"vectoring-profile\": [\n        {\n          \"name\": \"?:|^bZM\",\n          \"downstream\": {\n            \"fext-to-cancel-enable\": true,\n            \"xlog-group-size-req\": 1\n          },\n          \"upstream\": {\n            \"fext-to-cancel-enable\": true\n          },\n          \"annex-x-mode\": \"forbidden\",\n          \"annex-d-mode\": \"forbidden\"\n        },\n        {\n          \"name\": \"?:|^bZM\",\n          \"downstream\": {\n            \"fext-to-cancel-enable\": true,\n            \"xlog-group-size-req\": 1\n          },\n          \"upstream\": {\n            \"fext-to-cancel-enable\": true\n          },\n          \"annex-x-mode\": \"forbidden\",\n          \"annex-d-mode\": \"forbidden\"\n        }\n      ],\n      \"fast-retrain-policy-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          },\n          \"upstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          },\n          \"upstream\": {\n            \"los-defect-persistency\": 2,\n            \"lom-defect-persistency\": 2,\n            \"lor-defect-persistency\": 2,\n            \"reinit-time-threshold\": 10,\n            \"low-etr-threshold\": 20,\n            \"lor-rmcr-persistency\": \"0\"\n          }\n        }\n      ],\n      \"retransmission-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          },\n          \"upstream\": {\n            \"maximum-delay\": 40,\n            \"minimum-inp-against-shine\": \"0\",\n            \"shine-ratio\": \"0\",\n            \"minimum-inp-against-rein\": \"0\",\n            \"rein-inter-arrival-time\": \"hz-100\",\n            \"minimum-rfec-nfec-ratio\": \"0\"\n          }\n        }\n      ]\n    },\n    \"thresholds\": {\n      \"line-threshold-profile\": [\n        {\n          \"name\": \"?:{NH\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": 0,\n          \"loss-of-rmc-seconds-threshold\": 0,\n          \"unavailable-seconds-threshold\": \"0\",\n          \"full-initializations-threshold\": 0,\n          \"failed-initializations-threshold\": 0,\n          \"fast-initializations-threshold\": 0,\n          \"failed-fast-initializations-threshold\": 0,\n          \"spontaneous-interruptions-threshold\": 0\n        },\n        {\n          \"name\": \"?:{NH\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": 0,\n          \"loss-of-rmc-seconds-threshold\": 0,\n          \"unavailable-seconds-threshold\": \"0\",\n          \"full-initializations-threshold\": 0,\n          \"failed-initializations-threshold\": 0,\n          \"fast-initializations-threshold\": 0,\n          \"failed-fast-initializations-threshold\": 0,\n          \"spontaneous-interruptions-threshold\": 0\n        }\n      ],\n      \"channel-threshold-profile\": [\n        {\n          \"name\": \"?:p5\",\n          \"code-violations-threshold\": \"0\",\n          \"uncorrectable-dtus-threshold\": \"0\",\n          \"retransmitted-dtus-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:p5\",\n          \"code-violations-threshold\": \"0\",\n          \"uncorrectable-dtus-threshold\": \"0\",\n          \"retransmitted-dtus-threshold\": \"0\"\n        }\n      ],\n      \"threshold-template\": [\n        {\n          \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n          \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n          \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n          \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n          \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n          \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n          \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n          \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n          \"name\": \"?:\"\n        },\n        {\n          \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n          \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n          \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n          \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n          \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n          \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n          \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n          \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    \"vectors\": {\n      \"line-config-vector\": [\n        {\n          \"time-division-duplexing-profile\": \"?:h+\",\n          \"downstream-data-rate-profile\": \"?:@7.^\",\n          \"upstream-data-rate-profile\": \"?:6\",\n          \"low-power-data-rate-profile\": \"?:_#({R%=\",\n          \"line-spectrum-profile\": \"?:pwu\",\n          \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n          \"radio-frequency-interference-profile\": \"?:)F\",\n          \"noise-margin-profile\": \"?:nj\",\n          \"fast-rate-adaptation-profile\": \"?:jz\",\n          \"retransmission-profile\": \"?:'^%rCq\",\n          \"fast-retrain-policy-profile\": \"?:(I\",\n          \"vectoring-profile\": \"?:Q_{\",\n          \"name\": \"?:\"\n        },\n        {\n          \"time-division-duplexing-profile\": \"?:h+\",\n          \"downstream-data-rate-profile\": \"?:@7.^\",\n          \"upstream-data-rate-profile\": \"?:6\",\n          \"low-power-data-rate-profile\": \"?:_#({R%=\",\n          \"line-spectrum-profile\": \"?:pwu\",\n          \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n          \"radio-frequency-interference-profile\": \"?:)F\",\n          \"noise-margin-profile\": \"?:nj\",\n          \"fast-rate-adaptation-profile\": \"?:jz\",\n          \"retransmission-profile\": \"?:'^%rCq\",\n          \"fast-retrain-policy-profile\": \"?:(I\",\n          \"vectoring-profile\": \"?:Q_{\",\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cfd7cdfc-a817-468e-a80c-c0c9437ead5f"},{"name":"POST - NodeID - bbf-fast - service","id":"438d1f42-efe8-44a5-b82c-65dfe971fe72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ],\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ],\n  \"low-power-data-rate-profile\": [\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    },\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    }\n  ],\n  \"time-division-duplexing-profile\": [\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    },\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service","description":"<p>Service profile configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"13d9f8d0-b581-4262-9dd9-d35f11d405d6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ],\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ],\n  \"low-power-data-rate-profile\": [\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    },\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    }\n  ],\n  \"time-division-duplexing-profile\": [\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    },\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"438d1f42-efe8-44a5-b82c-65dfe971fe72"},{"name":"GET - NodeID - bbf-fast - service","id":"775e85db-e7ad-4202-be7c-f6daf6c45516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service?content=<string>","description":"<p>Service profile configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"478d9fae-c0d7-47bf-9a1c-a9b01fc9532b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:Gc\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:Gc\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"low-power-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      }\n    ],\n    \"time-division-duplexing-profile\": [\n      {\n        \"name\": \"?:cr$pZ0-W\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      },\n      {\n        \"name\": \"?:cr$pZ0-W\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"775e85db-e7ad-4202-be7c-f6daf6c45516"},{"name":"DELETE - NodeID - bbf-fast - service","id":"02744e00-ebf4-4f65-83db-04560f51b99d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service","description":"<p>Service profile configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a1a8286c-b4ae-4be5-b783-44cd8b11ed6f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"02744e00-ebf4-4f65-83db-04560f51b99d"},{"name":"PUT - NodeID - bbf-fast - service","id":"50481341-06cb-4fc5-812e-3b8ab5ba0daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"low-power-data-rate-profile\": [\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      },\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      }\n    ],\n    \"time-division-duplexing-profile\": [\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      },\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service","description":"<p>Service profile configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6ac2c354-0e40-4eeb-a00f-8e813dc7f455","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"low-power-data-rate-profile\": [\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      },\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      }\n    ],\n    \"time-division-duplexing-profile\": [\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      },\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"72aca449-d5f3-4c51-9f66-3833f2e36d02","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-gamma-data-rate\": 4294967295,\n        \"minimum-gamma-data-rate\": \"0\",\n        \"dynamic-time-assignment\": {\n          \"minimum-expected-throughput\": \"0\",\n          \"maximum-net-data-rate\": 4294967295\n        },\n        \"low-andeftr-threshold\": \"0\"\n      }\n    ],\n    \"low-power-data-rate-profile\": [\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      },\n      {\n        \"name\": \"?:TN\",\n        \"downstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-net-data-rate-in-l2.1\": 4294967295,\n          \"minimum-expected-throughput-in-l2.1\": \"0\",\n          \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n        },\n        \"maximum-net-data-rate-in-l2.2\": 4294967295,\n        \"minimum-expected-throughput-in-l2.2\": \"0\"\n      }\n    ],\n    \"time-division-duplexing-profile\": [\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      },\n      {\n        \"name\": \"?:GN\",\n        \"total-symbol-periods\": 36,\n        \"downstream-symbol-periods\": 28,\n        \"cyclic-extension\": 10,\n        \"dynamic-time-assignment\": {\n          \"dta-allowed\": \"none\",\n          \"preferred-mds\": 28,\n          \"maximum-step-size\": 25,\n          \"minimum-time-between-updates\": \"0\",\n          \"minimum-mds\": 5,\n          \"maximum-mds\": 30,\n          \"cdta-procedure-control\": \"one-or-two-step\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50481341-06cb-4fc5-812e-3b8ab5ba0daa"},{"name":"POST - NodeID - bbf-fast - downstream-data-rate-profile","id":"79138b24-2583-4aa2-89d6-5eae63014e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-net-data-rate\": 4294967295,\n  \"minimum-expected-throughput\": \"0\",\n  \"maximum-gamma-data-rate\": 4294967295,\n  \"minimum-gamma-data-rate\": \"0\",\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  },\n  \"low-andeftr-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>","description":"<p>A list of downstream data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6fc4ee33-8dc4-425f-888c-0b2e77df6f07","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-net-data-rate\": 4294967295,\n  \"minimum-expected-throughput\": \"0\",\n  \"maximum-gamma-data-rate\": 4294967295,\n  \"minimum-gamma-data-rate\": \"0\",\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  },\n  \"low-andeftr-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"79138b24-2583-4aa2-89d6-5eae63014e6c"},{"name":"GET - NodeID - bbf-fast - downstream-data-rate-profile","id":"dc7c8144-7105-4ae6-94ef-5888281a1da2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>?content=<string>","description":"<p>A list of downstream data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9051516e-7e93-4706-8951-dbc1c5d6ebaf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:Gc\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:Gc\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"dc7c8144-7105-4ae6-94ef-5888281a1da2"},{"name":"DELETE - NodeID - bbf-fast - downstream-data-rate-profile","id":"be54a387-b949-4821-9fdc-2fa4cc56decf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>","description":"<p>A list of downstream data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a5ad14b5-49f0-4c28-aff4-e106375cb109","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be54a387-b949-4821-9fdc-2fa4cc56decf"},{"name":"PUT - NodeID - bbf-fast - downstream-data-rate-profile","id":"6c9fb7cf-7117-406c-b878-253f6f44f97b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>","description":"<p>A list of downstream data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"35b75c3b-a84a-4b1e-85ea-d1fb86c3bd71","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9712778b-ab46-4bc5-882c-f7780010282f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6c9fb7cf-7117-406c-b878-253f6f44f97b"},{"name":"POST - NodeID - bbf-fast - dynamic-time-assignment","id":"a5cf56a6-cfa0-4ef9-a34d-3636bbfd844d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"minimum-expected-throughput\": \"0\",\n  \"maximum-net-data-rate\": 4294967295\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>/dynamic-time-assignment","description":"<p>Configuruation of Dynamic Time Assignment (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8fd4bdf6-4bf6-4c6d-a0e0-3a975a635a99","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"minimum-expected-throughput\": \"0\",\n  \"maximum-net-data-rate\": 4294967295\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>/dynamic-time-assignment"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5cf56a6-cfa0-4ef9-a34d-3636bbfd844d"},{"name":"GET - NodeID - bbf-fast - dynamic-time-assignment","id":"3e70aa4b-d0de-40d1-a341-5fcfe47afa9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>/dynamic-time-assignment?content=<string>","description":"<p>Configuruation of Dynamic Time Assignment (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"849a233c-05ef-4091-b51a-2a32baef7da6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>/dynamic-time-assignment?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>","dynamic-time-assignment"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  }\n}"}],"_postman_id":"3e70aa4b-d0de-40d1-a341-5fcfe47afa9f"},{"name":"DELETE - NodeID - bbf-fast - dynamic-time-assignment","id":"f8920fb7-4955-493e-96a6-34b759c0502d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>/dynamic-time-assignment","description":"<p>Configuruation of Dynamic Time Assignment (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"95c0f40c-f0b8-45e4-8006-db5ee81c710b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>/dynamic-time-assignment"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8920fb7-4955-493e-96a6-34b759c0502d"},{"name":"PUT - NodeID - bbf-fast - dynamic-time-assignment","id":"90eaa5fc-1f73-4aee-b742-9c3575677fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>/dynamic-time-assignment","description":"<p>Configuruation of Dynamic Time Assignment (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","downstream-data-rate-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"880b5193-bd3d-48e5-82bb-c9cb37a69bdd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>/dynamic-time-assignment"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a8ae92f9-60d0-4988-a196-c45ea406857b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/downstream-data-rate-profile=<string>/dynamic-time-assignment"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"90eaa5fc-1f73-4aee-b742-9c3575677fbf"},{"name":"POST - NodeID - bbf-fast - upstream-data-rate-profile","id":"80b1bba8-d5bc-45db-b10c-828c0c8ad638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-net-data-rate\": 4294967295,\n  \"minimum-expected-throughput\": \"0\",\n  \"maximum-gamma-data-rate\": 4294967295,\n  \"minimum-gamma-data-rate\": \"0\",\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  },\n  \"low-andeftr-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>","description":"<p>A list of upstream data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ac5e6adf-b41f-4f4f-ae0d-7846e24c2ff0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-net-data-rate\": 4294967295,\n  \"minimum-expected-throughput\": \"0\",\n  \"maximum-gamma-data-rate\": 4294967295,\n  \"minimum-gamma-data-rate\": \"0\",\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  },\n  \"low-andeftr-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80b1bba8-d5bc-45db-b10c-828c0c8ad638"},{"name":"GET - NodeID - bbf-fast - upstream-data-rate-profile","id":"d72c598a-c1e0-4fca-92c5-1b246ce0ff85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>?content=<string>","description":"<p>A list of upstream data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"326f8444-3473-4c08-83cb-3b2cd3225ee4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"d72c598a-c1e0-4fca-92c5-1b246ce0ff85"},{"name":"DELETE - NodeID - bbf-fast - upstream-data-rate-profile","id":"49e7c211-84cd-4a61-b6fe-bac34cc21177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>","description":"<p>A list of upstream data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f063ebb4-6141-4b58-bde1-b1c18eafa6f0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49e7c211-84cd-4a61-b6fe-bac34cc21177"},{"name":"PUT - NodeID - bbf-fast - upstream-data-rate-profile","id":"cfa8c73d-227f-4739-a3ee-2dbca4266979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>","description":"<p>A list of upstream data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a4bcafd8-3eac-4884-89d2-6e2b8f5edf6b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"13fb2ea3-ae20-4a4c-bd61-82c6c2bbfbca","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-expected-throughput\": \"0\",\n      \"maximum-gamma-data-rate\": 4294967295,\n      \"minimum-gamma-data-rate\": \"0\",\n      \"dynamic-time-assignment\": {\n        \"minimum-expected-throughput\": \"0\",\n        \"maximum-net-data-rate\": 4294967295\n      },\n      \"low-andeftr-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cfa8c73d-227f-4739-a3ee-2dbca4266979"},{"name":"POST - NodeID - bbf-fast - dynamic-time-assignment","id":"59ab222d-227f-48c8-b50b-fe0addd8ca40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"minimum-expected-throughput\": \"0\",\n  \"maximum-net-data-rate\": 4294967295\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>/dynamic-time-assignment","description":"<p>Configuruation of Dynamic Time Assignment (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d9bfbf53-c32f-492f-8de5-8bec54ec9fdd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"minimum-expected-throughput\": \"0\",\n  \"maximum-net-data-rate\": 4294967295\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>/dynamic-time-assignment"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59ab222d-227f-48c8-b50b-fe0addd8ca40"},{"name":"GET - NodeID - bbf-fast - dynamic-time-assignment","id":"b1acd268-f2c6-4c2f-b632-edf785cb75d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>/dynamic-time-assignment?content=<string>","description":"<p>Configuruation of Dynamic Time Assignment (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"73456a20-a35e-4405-a98b-98f675b3d605","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>/dynamic-time-assignment?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>","dynamic-time-assignment"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  }\n}"}],"_postman_id":"b1acd268-f2c6-4c2f-b632-edf785cb75d7"},{"name":"DELETE - NodeID - bbf-fast - dynamic-time-assignment","id":"bcd02671-2d17-4780-9508-d738917baac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>/dynamic-time-assignment","description":"<p>Configuruation of Dynamic Time Assignment (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"edd75301-f116-4db0-a2ca-0edcc51a2a30","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>/dynamic-time-assignment"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bcd02671-2d17-4780-9508-d738917baac4"},{"name":"PUT - NodeID - bbf-fast - dynamic-time-assignment","id":"d9eedc35-94aa-40d3-815b-5cc40e4b82b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>/dynamic-time-assignment","description":"<p>Configuruation of Dynamic Time Assignment (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","upstream-data-rate-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f85c1a79-fb2c-46c5-afdc-bde45928aba6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>/dynamic-time-assignment"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"972d00e0-ad70-4def-bb5b-c982dce493be","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dynamic-time-assignment\": {\n    \"minimum-expected-throughput\": \"0\",\n    \"maximum-net-data-rate\": 4294967295\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/upstream-data-rate-profile=<string>/dynamic-time-assignment"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9eedc35-94aa-40d3-815b-5cc40e4b82b2"},{"name":"POST - NodeID - bbf-fast - low-power-data-rate-profile","id":"59d8293f-bf71-4f28-825d-5a44cf52686e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  },\n  \"upstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  },\n  \"maximum-net-data-rate-in-l2.2\": 4294967295,\n  \"minimum-expected-throughput-in-l2.2\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>","description":"<p>A list of low power data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3579035f-4219-41ac-95cd-f1db9c15b1d5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  },\n  \"upstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  },\n  \"maximum-net-data-rate-in-l2.2\": 4294967295,\n  \"minimum-expected-throughput-in-l2.2\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59d8293f-bf71-4f28-825d-5a44cf52686e"},{"name":"GET - NodeID - bbf-fast - low-power-data-rate-profile","id":"8684978a-7e14-4d55-8cca-db9c44a4f49f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>?content=<string>","description":"<p>A list of low power data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e8388e42-b6b9-46e6-b30b-af2e83f83d79","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"low-power-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"8684978a-7e14-4d55-8cca-db9c44a4f49f"},{"name":"DELETE - NodeID - bbf-fast - low-power-data-rate-profile","id":"9c2921b2-b1d1-43dc-8567-a9803658cadd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>","description":"<p>A list of low power data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9bf2eaae-f2fb-4fcb-9c68-c8de77fe4079","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c2921b2-b1d1-43dc-8567-a9803658cadd"},{"name":"PUT - NodeID - bbf-fast - low-power-data-rate-profile","id":"068f7dd0-ac39-4cb6-a992-17c3d5430d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"low-power-data-rate-profile\": [\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    },\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>","description":"<p>A list of low power data rate profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ddaa8d0a-3f5b-4171-8ab0-e3085d60d98b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"low-power-data-rate-profile\": [\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    },\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cb3e1b6c-a8da-46d2-8b18-959427052638","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"low-power-data-rate-profile\": [\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    },\n    {\n      \"name\": \"?:TN\",\n      \"downstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-net-data-rate-in-l2.1\": 4294967295,\n        \"minimum-expected-throughput-in-l2.1\": \"0\",\n        \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n      },\n      \"maximum-net-data-rate-in-l2.2\": 4294967295,\n      \"minimum-expected-throughput-in-l2.2\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"068f7dd0-ac39-4cb6-a992-17c3d5430d7c"},{"name":"POST - NodeID - bbf-fast - downstream","id":"7973ac03-4453-492f-a26c-e915b7c30765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-net-data-rate-in-l2.1\": 4294967295,\n  \"minimum-expected-throughput-in-l2.1\": \"0\",\n  \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/downstream","description":"<p>Downstream low power data rate parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe949e85-20c0-4899-ad5f-c9e93527dadd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-net-data-rate-in-l2.1\": 4294967295,\n  \"minimum-expected-throughput-in-l2.1\": \"0\",\n  \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7973ac03-4453-492f-a26c-e915b7c30765"},{"name":"GET - NodeID - bbf-fast - downstream","id":"603e9192-7cff-4834-bd1e-c69553ee6172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/downstream?content=<string>","description":"<p>Downstream low power data rate parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bcf958f1-bf68-41ba-af70-fe7551a3f094","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  }\n}"}],"_postman_id":"603e9192-7cff-4834-bd1e-c69553ee6172"},{"name":"DELETE - NodeID - bbf-fast - downstream","id":"eaaded55-b974-4a42-ba97-d9fc27b5025f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/downstream","description":"<p>Downstream low power data rate parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"69f811aa-5690-423f-9fe9-0d7a7d120fbc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eaaded55-b974-4a42-ba97-d9fc27b5025f"},{"name":"PUT - NodeID - bbf-fast - downstream","id":"91661e50-8e70-44ab-acf3-a538b3461927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/downstream","description":"<p>Downstream low power data rate parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d8a32a64-9990-4372-a673-f1a7eee8e9a6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cf80e7cb-8bea-457c-940a-0ef31065713a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91661e50-8e70-44ab-acf3-a538b3461927"},{"name":"POST - NodeID - bbf-fast - upstream","id":"bcf618c2-9ad5-4409-8660-7392cccedb90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-net-data-rate-in-l2.1\": 4294967295,\n  \"minimum-expected-throughput-in-l2.1\": \"0\",\n  \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/upstream","description":"<p>Upstream low power data rate parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7bfc9f51-db5e-47ee-91ca-f2d06967bfab","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-net-data-rate-in-l2.1\": 4294967295,\n  \"minimum-expected-throughput-in-l2.1\": \"0\",\n  \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bcf618c2-9ad5-4409-8660-7392cccedb90"},{"name":"GET - NodeID - bbf-fast - upstream","id":"c6e847d8-9b56-4d43-b67c-885e2f273dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/upstream?content=<string>","description":"<p>Upstream low power data rate parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9283658b-c9c2-4a25-9994-5f9676c92ed9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  }\n}"}],"_postman_id":"c6e847d8-9b56-4d43-b67c-885e2f273dd0"},{"name":"DELETE - NodeID - bbf-fast - upstream","id":"f1dfa3ea-becd-4e44-9dbf-41f202f3f34a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/upstream","description":"<p>Upstream low power data rate parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"37ea4291-8081-42b8-b33c-317eb253e7d0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1dfa3ea-becd-4e44-9dbf-41f202f3f34a"},{"name":"PUT - NodeID - bbf-fast - upstream","id":"16b008c5-e760-4a0e-b538-c8bde6f256ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/upstream","description":"<p>Upstream low power data rate parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","low-power-data-rate-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"41051394-abf3-408a-a352-d74e9e263852","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e2962fe0-4a14-4f03-95e0-7346724d5b65","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"maximum-net-data-rate-in-l2.1\": 4294967295,\n    \"minimum-expected-throughput-in-l2.1\": \"0\",\n    \"minimum-expected-throughput-after-exit-from-l2.1\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/low-power-data-rate-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16b008c5-e760-4a0e-b538-c8bde6f256ec"},{"name":"POST - NodeID - bbf-fast - time-division-duplexing-profile","id":"11abfe7e-cc2c-427d-9989-50c3147f903c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"total-symbol-periods\": 36,\n  \"downstream-symbol-periods\": 28,\n  \"cyclic-extension\": 10,\n  \"dynamic-time-assignment\": {\n    \"dta-allowed\": \"none\",\n    \"preferred-mds\": 28,\n    \"maximum-step-size\": 25,\n    \"minimum-time-between-updates\": \"0\",\n    \"minimum-mds\": 5,\n    \"maximum-mds\": 30,\n    \"cdta-procedure-control\": \"one-or-two-step\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>","description":"<p>A list of Time Division Duplexing (TDD) profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aa92d95f-0aea-4c74-8a29-ba866b718f03","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"total-symbol-periods\": 36,\n  \"downstream-symbol-periods\": 28,\n  \"cyclic-extension\": 10,\n  \"dynamic-time-assignment\": {\n    \"dta-allowed\": \"none\",\n    \"preferred-mds\": 28,\n    \"maximum-step-size\": 25,\n    \"minimum-time-between-updates\": \"0\",\n    \"minimum-mds\": 5,\n    \"maximum-mds\": 30,\n    \"cdta-procedure-control\": \"one-or-two-step\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11abfe7e-cc2c-427d-9989-50c3147f903c"},{"name":"GET - NodeID - bbf-fast - time-division-duplexing-profile","id":"6b312d91-4c0d-471c-b69d-ded3def4ad7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>?content=<string>","description":"<p>A list of Time Division Duplexing (TDD) profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5e114baf-37c6-49f2-b137-a5a2833ad7ee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"time-division-duplexing-profile\": [\n    {\n      \"name\": \"?:cr$pZ0-W\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    },\n    {\n      \"name\": \"?:cr$pZ0-W\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    }\n  ]\n}"}],"_postman_id":"6b312d91-4c0d-471c-b69d-ded3def4ad7c"},{"name":"DELETE - NodeID - bbf-fast - time-division-duplexing-profile","id":"18dbc61f-b2ca-4403-8bfb-b95bde9cfc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>","description":"<p>A list of Time Division Duplexing (TDD) profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b738a2fa-bd25-4732-933d-a20cd554d35f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"18dbc61f-b2ca-4403-8bfb-b95bde9cfc0a"},{"name":"PUT - NodeID - bbf-fast - time-division-duplexing-profile","id":"9988dbec-36a5-4419-a735-71978f6ec0e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"time-division-duplexing-profile\": [\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    },\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>","description":"<p>A list of Time Division Duplexing (TDD) profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a57f445-27df-4710-bdb6-876c4916918c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"time-division-duplexing-profile\": [\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    },\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"90c600db-a326-4095-8ea1-4203cdb7eefc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"time-division-duplexing-profile\": [\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    },\n    {\n      \"name\": \"?:GN\",\n      \"total-symbol-periods\": 36,\n      \"downstream-symbol-periods\": 28,\n      \"cyclic-extension\": 10,\n      \"dynamic-time-assignment\": {\n        \"dta-allowed\": \"none\",\n        \"preferred-mds\": 28,\n        \"maximum-step-size\": 25,\n        \"minimum-time-between-updates\": \"0\",\n        \"minimum-mds\": 5,\n        \"maximum-mds\": 30,\n        \"cdta-procedure-control\": \"one-or-two-step\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9988dbec-36a5-4419-a735-71978f6ec0e6"},{"name":"POST - NodeID - bbf-fast - dynamic-time-assignment","id":"9224fc57-8239-4fde-a666-ae282b9db126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dta-allowed\": \"none\",\n  \"preferred-mds\": 28,\n  \"maximum-step-size\": 25,\n  \"minimum-time-between-updates\": \"0\",\n  \"minimum-mds\": 5,\n  \"maximum-mds\": 30,\n  \"cdta-procedure-control\": \"one-or-two-step\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>/dynamic-time-assignment","description":"<p>Configuration of Dynamic Time Assignement (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aaab40ee-e927-43a9-8818-8bdb56fbdcc1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dta-allowed\": \"none\",\n  \"preferred-mds\": 28,\n  \"maximum-step-size\": 25,\n  \"minimum-time-between-updates\": \"0\",\n  \"minimum-mds\": 5,\n  \"maximum-mds\": 30,\n  \"cdta-procedure-control\": \"one-or-two-step\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>/dynamic-time-assignment"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9224fc57-8239-4fde-a666-ae282b9db126"},{"name":"GET - NodeID - bbf-fast - dynamic-time-assignment","id":"35e61b03-0f39-4535-88dd-8893bae41555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>/dynamic-time-assignment?content=<string>","description":"<p>Configuration of Dynamic Time Assignement (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"280a1a6a-c3ce-4cd8-88db-83f269164a20","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>/dynamic-time-assignment?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>","dynamic-time-assignment"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dynamic-time-assignment\": {\n    \"dta-allowed\": \"none\",\n    \"preferred-mds\": 28,\n    \"maximum-step-size\": 25,\n    \"minimum-time-between-updates\": \"0\",\n    \"minimum-mds\": 5,\n    \"maximum-mds\": 30,\n    \"cdta-procedure-control\": \"one-or-two-step\"\n  }\n}"}],"_postman_id":"35e61b03-0f39-4535-88dd-8893bae41555"},{"name":"DELETE - NodeID - bbf-fast - dynamic-time-assignment","id":"245b5f43-a8ca-40c0-8130-72c6bda69ae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>/dynamic-time-assignment","description":"<p>Configuration of Dynamic Time Assignement (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a1e6ad8d-a64d-4f45-8a5a-987acc0278ec","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>/dynamic-time-assignment"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"245b5f43-a8ca-40c0-8130-72c6bda69ae7"},{"name":"PUT - NodeID - bbf-fast - dynamic-time-assignment","id":"2af91357-3cab-459b-913e-8288742aeb02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dynamic-time-assignment\": {\n    \"dta-allowed\": \"none\",\n    \"preferred-mds\": 28,\n    \"maximum-step-size\": 25,\n    \"minimum-time-between-updates\": \"0\",\n    \"minimum-mds\": 5,\n    \"maximum-mds\": 30,\n    \"cdta-procedure-control\": \"one-or-two-step\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>/dynamic-time-assignment","description":"<p>Configuration of Dynamic Time Assignement (DTA).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","service","time-division-duplexing-profile=<string>","dynamic-time-assignment"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"815ff0e8-375e-4ee9-9df8-c75c874bf77e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dynamic-time-assignment\": {\n    \"dta-allowed\": \"none\",\n    \"preferred-mds\": 28,\n    \"maximum-step-size\": 25,\n    \"minimum-time-between-updates\": \"0\",\n    \"minimum-mds\": 5,\n    \"maximum-mds\": 30,\n    \"cdta-procedure-control\": \"one-or-two-step\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>/dynamic-time-assignment"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dc7868a6-1150-4483-929d-41a395847ba9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dynamic-time-assignment\": {\n    \"dta-allowed\": \"none\",\n    \"preferred-mds\": 28,\n    \"maximum-step-size\": 25,\n    \"minimum-time-between-updates\": \"0\",\n    \"minimum-mds\": 5,\n    \"maximum-mds\": 30,\n    \"cdta-procedure-control\": \"one-or-two-step\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/service/time-division-duplexing-profile=<string>/dynamic-time-assignment"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2af91357-3cab-459b-913e-8288742aeb02"},{"name":"POST - NodeID - bbf-fast - spectrum","id":"74838601-0f3f-4bd5-a807-ca5d1143b7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    }\n  ],\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ],\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    },\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum","description":"<p>Spectrum profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"628df381-8323-4155-9a6b-4badfb95feb4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    }\n  ],\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ],\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    },\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74838601-0f3f-4bd5-a807-ca5d1143b7a1"},{"name":"GET - NodeID - bbf-fast - spectrum","id":"5c99e7ad-bc5f-4eff-844e-0228b7f29d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum?content=<string>","description":"<p>Spectrum profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"75529aee-26f2-4500-aa5e-686083633d50","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:=}R;\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:=}R;\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:7\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      },\n      {\n        \"name\": \"?:7\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      }\n    ]\n  }\n}"}],"_postman_id":"5c99e7ad-bc5f-4eff-844e-0228b7f29d64"},{"name":"DELETE - NodeID - bbf-fast - spectrum","id":"38a45622-af3a-451b-9de4-654768e6801e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum","description":"<p>Spectrum profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"34f8e2f3-0bf2-4ff1-ba7c-6ef5d91b74ae","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38a45622-af3a-451b-9de4-654768e6801e"},{"name":"PUT - NodeID - bbf-fast - spectrum","id":"8b5fdc57-bad8-4a86-9bbb-68a38b2373b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      },\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum","description":"<p>Spectrum profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"13d713a8-ff38-4720-bd2d-7a67fc43cf79","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      },\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d10b78ec-ee6e-4714-ba0f-f5d5068476f5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:Np\",\n        \"profiles\": \"all\",\n        \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n        \"maximum-psd-reduction-in-l2\": \"0\",\n        \"downstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream\": {\n          \"mibpsdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maximum-aggregate-transmit-power\": 40,\n          \"carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"iarbands\": \"\",\n        \"rfiband\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      },\n      {\n        \"name\": \"?:O8{w%B\",\n        \"upbopsd-a\": \"0\",\n        \"upbopsd-b\": \"0\",\n        \"upbo-upstream-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbo-reference-electrical-length\": \"0\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b5fdc57-bad8-4a86-9bbb-68a38b2373b6"},{"name":"POST - NodeID - bbf-fast - line-spectrum-profile","id":"8eaf4109-b7fb-4cbd-82fa-684cb9ffc2b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"profiles\": \"all\",\n  \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n  \"maximum-psd-reduction-in-l2\": \"0\",\n  \"downstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  },\n  \"upstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>","description":"<p>A list of line spectrum profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"688408c6-b22b-460c-9e41-71e037551102","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"profiles\": \"all\",\n  \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n  \"maximum-psd-reduction-in-l2\": \"0\",\n  \"downstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  },\n  \"upstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8eaf4109-b7fb-4cbd-82fa-684cb9ffc2b7"},{"name":"GET - NodeID - bbf-fast - line-spectrum-profile","id":"99235591-04ce-463e-8490-0e955340deac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>?content=<string>","description":"<p>A list of line spectrum profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"135bb1a0-e63a-49f5-8bbb-69a7b5840a23","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"99235591-04ce-463e-8490-0e955340deac"},{"name":"DELETE - NodeID - bbf-fast - line-spectrum-profile","id":"7bc42ff0-813c-4286-bce7-1f93780ef7de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>","description":"<p>A list of line spectrum profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"148b8653-c08b-40a7-81e3-73fc35e8867f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bc42ff0-813c-4286-bce7-1f93780ef7de"},{"name":"PUT - NodeID - bbf-fast - line-spectrum-profile","id":"70049b35-f70e-42cb-99a6-e954a2aaf062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>","description":"<p>A list of line spectrum profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a4e39b70-9402-48f3-960a-90db4ca00ac9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2b7f769b-7507-4c3d-81c4-07917494fba5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:Np\",\n      \"profiles\": \"all\",\n      \"link-state-enabling\": \"l0-l3-l2.1n-l2.1b-l2.2-enabled\",\n      \"maximum-psd-reduction-in-l2\": \"0\",\n      \"downstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      \"upstream\": {\n        \"mibpsdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier-index\": 39\n          }\n        ],\n        \"maximum-aggregate-transmit-power\": 40,\n        \"carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70049b35-f70e-42cb-99a6-e954a2aaf062"},{"name":"POST - NodeID - bbf-fast - downstream","id":"03ca8163-e0e0-4eca-a048-72fd13a64966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ],\n  \"maximum-aggregate-transmit-power\": 40,\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream","description":"<p>Downstream specific line spectrum configuration\nparameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b37018c6-8e1b-4dac-ac6e-c47c7869aab7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ],\n  \"maximum-aggregate-transmit-power\": 40,\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03ca8163-e0e0-4eca-a048-72fd13a64966"},{"name":"GET - NodeID - bbf-fast - downstream","id":"616171d8-b809-4bb5-a5fa-1c9b6b88a0ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream?content=<string>","description":"<p>Downstream specific line spectrum configuration\nparameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"19de266f-b6ef-4bbd-b9ae-7984a61a1923","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"616171d8-b809-4bb5-a5fa-1c9b6b88a0ea"},{"name":"DELETE - NodeID - bbf-fast - downstream","id":"ef68a62c-9326-42f2-94ee-8de6ea5dab51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream","description":"<p>Downstream specific line spectrum configuration\nparameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1da5cb76-17f9-4ce0-aa6d-2b7255812d12","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef68a62c-9326-42f2-94ee-8de6ea5dab51"},{"name":"PUT - NodeID - bbf-fast - downstream","id":"1c423a2f-7522-4546-afb6-8e7824ef7050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream","description":"<p>Downstream specific line spectrum configuration\nparameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8781ea11-bde5-49ab-ba8a-a6190afc30e3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5c90e30f-b66b-4a38-bd5d-3cab3dbe8c2e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c423a2f-7522-4546-afb6-8e7824ef7050"},{"name":"POST - NodeID - bbf-fast - mibpsdmask","id":"a2d5b847-8fb1-43e8-86b6-bf482bc8f9d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/mibpsdmask=<string>","description":"<p>This list defines the PSD mask applicable at the U-O2\nreference point. Each entry in the list defines a\nbreakpoint of the PSD mask. Requirements for a valid MIB\nPSD mask are defined in G.9701 clauses 7.3.1.1.2.1 and\n7.3.1.1.2.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","mibpsdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d8ec88d3-696d-4d2d-9ab0-d1f6aeb51edc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/mibpsdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2d5b847-8fb1-43e8-86b6-bf482bc8f9d9"},{"name":"GET - NodeID - bbf-fast - mibpsdmask","id":"9e82bf9e-8d47-4510-84c2-563dcc8c4d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/mibpsdmask=<string>?content=<string>","description":"<p>This list defines the PSD mask applicable at the U-O2\nreference point. Each entry in the list defines a\nbreakpoint of the PSD mask. Requirements for a valid MIB\nPSD mask are defined in G.9701 clauses 7.3.1.1.2.1 and\n7.3.1.1.2.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","mibpsdmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"536d6216-b8d2-485a-a4a2-6b82c2200757","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/mibpsdmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","mibpsdmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ]\n}"}],"_postman_id":"9e82bf9e-8d47-4510-84c2-563dcc8c4d7f"},{"name":"DELETE - NodeID - bbf-fast - mibpsdmask","id":"bca991c0-c202-44be-ad9b-4fb97894bbfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/mibpsdmask=<string>","description":"<p>This list defines the PSD mask applicable at the U-O2\nreference point. Each entry in the list defines a\nbreakpoint of the PSD mask. Requirements for a valid MIB\nPSD mask are defined in G.9701 clauses 7.3.1.1.2.1 and\n7.3.1.1.2.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","mibpsdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"99dd8b97-9168-4e94-a75d-ab6b2d406ca2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/mibpsdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bca991c0-c202-44be-ad9b-4fb97894bbfc"},{"name":"PUT - NodeID - bbf-fast - mibpsdmask","id":"d7e3f37d-e985-4559-aced-b8014b3f93f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/mibpsdmask=<string>","description":"<p>This list defines the PSD mask applicable at the U-O2\nreference point. Each entry in the list defines a\nbreakpoint of the PSD mask. Requirements for a valid MIB\nPSD mask are defined in G.9701 clauses 7.3.1.1.2.1 and\n7.3.1.1.2.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","mibpsdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"570be8bd-0c7c-44f4-bda2-beda3404c823","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/mibpsdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"96bbf48f-f634-48a9-b9d5-c46efaa293fd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/mibpsdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d7e3f37d-e985-4559-aced-b8014b3f93f5"},{"name":"POST - NodeID - bbf-fast - carmask","id":"3649d078-a318-4bdf-b728-44e0ca02f623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/carmask=<string>","description":"<p>This list defines the masked sub-carrier bands. All\nsub-carriers within the band, i.e., with indices higher than\nor equal to the start sub-carrier index and lower than or\nequal to the stop sub-carrier index, are masked, i.e., have\na transmit power set to zero (linear scale).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","carmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d4718c99-39fa-4e24-88b0-fcc19fbd97e3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/carmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3649d078-a318-4bdf-b728-44e0ca02f623"},{"name":"GET - NodeID - bbf-fast - carmask","id":"6a71023e-6e4e-463c-abb2-3864dcb00077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/carmask=<string>?content=<string>","description":"<p>This list defines the masked sub-carrier bands. All\nsub-carriers within the band, i.e., with indices higher than\nor equal to the start sub-carrier index and lower than or\nequal to the stop sub-carrier index, are masked, i.e., have\na transmit power set to zero (linear scale).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","carmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"349df5c8-12c5-4171-b421-22935102f675","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/carmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","carmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}"}],"_postman_id":"6a71023e-6e4e-463c-abb2-3864dcb00077"},{"name":"DELETE - NodeID - bbf-fast - carmask","id":"d075a11a-15dd-4e4f-a4c6-e5cb54ff2ec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/carmask=<string>","description":"<p>This list defines the masked sub-carrier bands. All\nsub-carriers within the band, i.e., with indices higher than\nor equal to the start sub-carrier index and lower than or\nequal to the stop sub-carrier index, are masked, i.e., have\na transmit power set to zero (linear scale).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","carmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c2232758-3c9a-431e-ad77-e69b3cd27d1f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/carmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d075a11a-15dd-4e4f-a4c6-e5cb54ff2ec6"},{"name":"PUT - NodeID - bbf-fast - carmask","id":"5828190e-20d6-4027-8e6e-7eca859b4660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/carmask=<string>","description":"<p>This list defines the masked sub-carrier bands. All\nsub-carriers within the band, i.e., with indices higher than\nor equal to the start sub-carrier index and lower than or\nequal to the stop sub-carrier index, are masked, i.e., have\na transmit power set to zero (linear scale).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","downstream","carmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"48950ad8-4aaf-4dcb-943c-3d5b283b7a12","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/carmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"22264337-d44e-4a34-80dc-3c3a53e1c230","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/downstream/carmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5828190e-20d6-4027-8e6e-7eca859b4660"},{"name":"POST - NodeID - bbf-fast - upstream","id":"5495d59b-6964-4600-a649-704252258621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ],\n  \"maximum-aggregate-transmit-power\": 40,\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream","description":"<p>Upstream specific line spectrum configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9498d073-e448-4bdc-b690-c836c0eefc44","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ],\n  \"maximum-aggregate-transmit-power\": 40,\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5495d59b-6964-4600-a649-704252258621"},{"name":"GET - NodeID - bbf-fast - upstream","id":"822afa65-cfd6-4f82-91c3-4cee118167a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream?content=<string>","description":"<p>Upstream specific line spectrum configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a65ca698-dfe9-4977-a144-1f3d1510d19f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"822afa65-cfd6-4f82-91c3-4cee118167a8"},{"name":"DELETE - NodeID - bbf-fast - upstream","id":"820c323f-c76b-4c86-8bad-9e9e56edaf70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream","description":"<p>Upstream specific line spectrum configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"39fc6ca8-97b0-4d40-8fd0-8714ee280aac","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"820c323f-c76b-4c86-8bad-9e9e56edaf70"},{"name":"PUT - NodeID - bbf-fast - upstream","id":"cfe81f50-b16e-48c3-9613-9fb759687321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream","description":"<p>Upstream specific line spectrum configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"43b58894-b327-4db3-a19b-9d7fd165fd34","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd59a630-7ce9-4bdb-8270-8f4fa5b74a62","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"mibpsdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier-index\": 39\n      }\n    ],\n    \"maximum-aggregate-transmit-power\": 40,\n    \"carmask\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cfe81f50-b16e-48c3-9613-9fb759687321"},{"name":"POST - NodeID - bbf-fast - mibpsdmask","id":"f0ab81d8-ef31-4e02-85aa-787e90aa58df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/mibpsdmask=<string>","description":"<p>This list defines the PSD mask applicable at the U-O2\nreference point. Each entry in the list defines a\nbreakpoint of the PSD mask. Requirements for a valid MIB\nPSD mask are defined in G.9701 clauses 7.3.1.1.2.1 and\n7.3.1.1.2.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","mibpsdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9f7ec534-9b8b-4b64-b7fb-2fd7a63bc243","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/mibpsdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0ab81d8-ef31-4e02-85aa-787e90aa58df"},{"name":"GET - NodeID - bbf-fast - mibpsdmask","id":"fbd03b10-4a76-4569-9450-a5f964eb0752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/mibpsdmask=<string>?content=<string>","description":"<p>This list defines the PSD mask applicable at the U-O2\nreference point. Each entry in the list defines a\nbreakpoint of the PSD mask. Requirements for a valid MIB\nPSD mask are defined in G.9701 clauses 7.3.1.1.2.1 and\n7.3.1.1.2.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","mibpsdmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0748dbaf-e417-4965-80cd-b161c5a3895d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/mibpsdmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","mibpsdmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ]\n}"}],"_postman_id":"fbd03b10-4a76-4569-9450-a5f964eb0752"},{"name":"DELETE - NodeID - bbf-fast - mibpsdmask","id":"12625dd6-455a-4c42-aaf9-ed300d8ba44b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/mibpsdmask=<string>","description":"<p>This list defines the PSD mask applicable at the U-O2\nreference point. Each entry in the list defines a\nbreakpoint of the PSD mask. Requirements for a valid MIB\nPSD mask are defined in G.9701 clauses 7.3.1.1.2.1 and\n7.3.1.1.2.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","mibpsdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"be8c9b71-50ea-4d8a-abed-b445beffc4ee","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/mibpsdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12625dd6-455a-4c42-aaf9-ed300d8ba44b"},{"name":"PUT - NodeID - bbf-fast - mibpsdmask","id":"9bc47ee4-6947-4ebf-acc4-e065dfd84d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/mibpsdmask=<string>","description":"<p>This list defines the PSD mask applicable at the U-O2\nreference point. Each entry in the list defines a\nbreakpoint of the PSD mask. Requirements for a valid MIB\nPSD mask are defined in G.9701 clauses 7.3.1.1.2.1 and\n7.3.1.1.2.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","mibpsdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b8c5b60a-b58b-418e-9fbb-e71e4b39db82","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/mibpsdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b2d4f7d5-125a-48d5-bdce-16d245c28169","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mibpsdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier-index\": 39\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/mibpsdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9bc47ee4-6947-4ebf-acc4-e065dfd84d22"},{"name":"POST - NodeID - bbf-fast - carmask","id":"412f958e-d0da-4d3f-a6a9-f8080896042c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/carmask=<string>","description":"<p>This list defines the masked sub-carrier bands. All\nsub-carriers within the band, i.e., with indices higher than\nor equal to the start sub-carrier index and lower than or\nequal to the stop sub-carrier index, are masked, i.e., have\na transmit power set to zero (linear scale).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","carmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6051ddfb-ba53-4537-af68-6c8445426bed","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/carmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"412f958e-d0da-4d3f-a6a9-f8080896042c"},{"name":"GET - NodeID - bbf-fast - carmask","id":"a5eaa880-6673-47ea-81c1-27f752321861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/carmask=<string>?content=<string>","description":"<p>This list defines the masked sub-carrier bands. All\nsub-carriers within the band, i.e., with indices higher than\nor equal to the start sub-carrier index and lower than or\nequal to the stop sub-carrier index, are masked, i.e., have\na transmit power set to zero (linear scale).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","carmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3613b6a6-83b3-4683-8dd6-468a9dfc5e22","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/carmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","carmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}"}],"_postman_id":"a5eaa880-6673-47ea-81c1-27f752321861"},{"name":"DELETE - NodeID - bbf-fast - carmask","id":"f217e498-59aa-4cf8-9660-1907842013c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/carmask=<string>","description":"<p>This list defines the masked sub-carrier bands. All\nsub-carriers within the band, i.e., with indices higher than\nor equal to the start sub-carrier index and lower than or\nequal to the stop sub-carrier index, are masked, i.e., have\na transmit power set to zero (linear scale).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","carmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a27b21ca-6515-4091-8370-53695330f74a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/carmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f217e498-59aa-4cf8-9660-1907842013c7"},{"name":"PUT - NodeID - bbf-fast - carmask","id":"c2edf6be-7713-4e07-9109-034d8123d5c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/carmask=<string>","description":"<p>This list defines the masked sub-carrier bands. All\nsub-carriers within the band, i.e., with indices higher than\nor equal to the start sub-carrier index and lower than or\nequal to the stop sub-carrier index, are masked, i.e., have\na transmit power set to zero (linear scale).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","line-spectrum-profile=<string>","upstream","carmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a5053f7c-c79f-40d3-b439-916fdd2c1f29","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/carmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ae75bad8-01a3-465e-8b12-581bc805b955","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/line-spectrum-profile=<string>/upstream/carmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2edf6be-7713-4e07-9109-034d8123d5c1"},{"name":"POST - NodeID - bbf-fast - radio-frequency-interference-profile","id":"534b6c9e-78d0-4be6-a361-b7dcf2cd48c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"iarbands\": \"\",\n  \"rfiband\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>","description":"<p>A list of Radio Frequency Interference(RFI) profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"69ff1957-3114-4099-bb37-40366de727c7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"iarbands\": \"\",\n  \"rfiband\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"534b6c9e-78d0-4be6-a361-b7dcf2cd48c8"},{"name":"GET - NodeID - bbf-fast - radio-frequency-interference-profile","id":"441b7379-c19f-4809-9f3d-76fc476fbb80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>?content=<string>","description":"<p>A list of Radio Frequency Interference(RFI) profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c4b9a53e-6ec1-4880-b620-f911d2c4303b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:=}R;\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:=}R;\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"441b7379-c19f-4809-9f3d-76fc476fbb80"},{"name":"DELETE - NodeID - bbf-fast - radio-frequency-interference-profile","id":"cb4df6b4-a252-4516-b500-923c1cb8d334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>","description":"<p>A list of Radio Frequency Interference(RFI) profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"51a62485-0a89-4a8f-9e06-5ddef330ca17","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb4df6b4-a252-4516-b500-923c1cb8d334"},{"name":"PUT - NodeID - bbf-fast - radio-frequency-interference-profile","id":"fe4fd11c-f6be-4dff-b865-d7ba477ab7d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>","description":"<p>A list of Radio Frequency Interference(RFI) profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"10c26779-b7ed-419e-a413-6dbb5895485e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a6cb9762-8132-44f2-9629-00d54f305991","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"iarbands\": \"\",\n      \"rfiband\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe4fd11c-f6be-4dff-b865-d7ba477ab7d5"},{"name":"POST - NodeID - bbf-fast - rfiband","id":"3703b327-c65b-4f79-b4be-fd21a23188c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>/rfiband=<string>","description":"<p>Defines the bands where the PSD shall be reduced as\nspecified in G.9701 clause 7.3.1.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>","rfiband=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d737c5c6-d889-40a1-9528-5b6952f7a146","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>/rfiband=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3703b327-c65b-4f79-b4be-fd21a23188c1"},{"name":"GET - NodeID - bbf-fast - rfiband","id":"223062d4-3057-4bf0-a7c1-0c450ddfc1b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>/rfiband=<string>?content=<string>","description":"<p>Defines the bands where the PSD shall be reduced as\nspecified in G.9701 clause 7.3.1.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>","rfiband=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0a64dad3-5dad-4895-b5a0-8588ae3b9712","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>/rfiband=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>","rfiband=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rfiband\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}"}],"_postman_id":"223062d4-3057-4bf0-a7c1-0c450ddfc1b3"},{"name":"DELETE - NodeID - bbf-fast - rfiband","id":"f1c08b2c-f12f-4eaf-b203-65c3e07aa4b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>/rfiband=<string>","description":"<p>Defines the bands where the PSD shall be reduced as\nspecified in G.9701 clause 7.3.1.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>","rfiband=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"be84557e-01f2-4e10-a65f-bcfffab0c250","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>/rfiband=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1c08b2c-f12f-4eaf-b203-65c3e07aa4b3"},{"name":"PUT - NodeID - bbf-fast - rfiband","id":"8c5add9d-a0e3-4118-a67f-4c0806fe2923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rfiband\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>/rfiband=<string>","description":"<p>Defines the bands where the PSD shall be reduced as\nspecified in G.9701 clause 7.3.1.2.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","radio-frequency-interference-profile=<string>","rfiband=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"33e901b4-2ebf-4be4-b933-cf0b30efb821","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rfiband\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>/rfiband=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"367b6557-fac4-4ac3-ab92-b0d73c27390f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rfiband\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/radio-frequency-interference-profile=<string>/rfiband=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c5add9d-a0e3-4118-a67f-4c0806fe2923"},{"name":"POST - NodeID - bbf-fast - upstream-power-back-off-profile","id":"522de8dc-4156-4116-8341-56cb3358fc6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upbopsd-a\": \"0\",\n  \"upbopsd-b\": \"0\",\n  \"upbo-upstream-electrical-length\": \"0\",\n  \"upbo-force-electrical-length\": false,\n  \"upbo-reference-electrical-length\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/upstream-power-back-off-profile=<string>","description":"<p>A list of upstream power back-off profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","upstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6700df95-6984-46f0-aa2d-c4ebd203cd9e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"upbopsd-a\": \"0\",\n  \"upbopsd-b\": \"0\",\n  \"upbo-upstream-electrical-length\": \"0\",\n  \"upbo-force-electrical-length\": false,\n  \"upbo-reference-electrical-length\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/upstream-power-back-off-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"522de8dc-4156-4116-8341-56cb3358fc6e"},{"name":"GET - NodeID - bbf-fast - upstream-power-back-off-profile","id":"16f7d31a-9b7b-4ec3-9549-a713c00e2196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/upstream-power-back-off-profile=<string>?content=<string>","description":"<p>A list of upstream power back-off profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","upstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4f6786ec-dc34-42d9-a938-f4dffe6c9b32","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/upstream-power-back-off-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","upstream-power-back-off-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:7\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    },\n    {\n      \"name\": \"?:7\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"16f7d31a-9b7b-4ec3-9549-a713c00e2196"},{"name":"DELETE - NodeID - bbf-fast - upstream-power-back-off-profile","id":"8cb6f58d-3ef2-44ec-a9f1-7d3a14c35f5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/upstream-power-back-off-profile=<string>","description":"<p>A list of upstream power back-off profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","upstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"64409f7a-27fa-43f4-8e18-a5c3e7a81704","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/upstream-power-back-off-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8cb6f58d-3ef2-44ec-a9f1-7d3a14c35f5e"},{"name":"PUT - NodeID - bbf-fast - upstream-power-back-off-profile","id":"127a60b4-9095-4c7b-b8aa-bc46886dca26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    },\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/upstream-power-back-off-profile=<string>","description":"<p>A list of upstream power back-off profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","spectrum","upstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5c9433de-c298-4a96-8be6-86d83fb580ea","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    },\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/upstream-power-back-off-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6359239b-cb23-4e41-b056-20a65b868cc7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    },\n    {\n      \"name\": \"?:O8{w%B\",\n      \"upbopsd-a\": \"0\",\n      \"upbopsd-b\": \"0\",\n      \"upbo-upstream-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbo-reference-electrical-length\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/spectrum/upstream-power-back-off-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"127a60b4-9095-4c7b-b8aa-bc46886dca26"},{"name":"POST - NodeID - bbf-fast - quality","id":"d3ec6d0f-5e1a-440b-9b19-c0028f4980bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    },\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    }\n  ],\n  \"fast-rate-adaptation-profile\": [\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    },\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    }\n  ],\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    },\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    }\n  ],\n  \"fast-retrain-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    }\n  ],\n  \"retransmission-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality","description":"<p>Quality profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ae145537-b24f-49ab-8040-46a5074744ad","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    },\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    }\n  ],\n  \"fast-rate-adaptation-profile\": [\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    },\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    }\n  ],\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    },\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    }\n  ],\n  \"fast-retrain-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    }\n  ],\n  \"retransmission-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3ec6d0f-5e1a-440b-9b19-c0028f4980bb"},{"name":"GET - NodeID - bbf-fast - quality","id":"d7eb1612-e7f4-4872-bcd7-af64228002bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality?content=<string>","description":"<p>Quality profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0962ae79-dae3-4250-8bac-7de4c01e4bb7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"fast-rate-adaptation-profile\": [\n      {\n        \"name\": \"?:>(d#\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      },\n      {\n        \"name\": \"?:>(d#\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      }\n    ],\n    \"fast-retrain-policy-profile\": [\n      {\n        \"name\": \"?:nkX6%u\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:nkX6%u\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      }\n    ],\n    \"retransmission-profile\": [\n      {\n        \"name\": \"?:K\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:K\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"d7eb1612-e7f4-4872-bcd7-af64228002bc"},{"name":"DELETE - NodeID - bbf-fast - quality","id":"9dd05cbf-32a6-4ecf-905b-a3b4e8024ce1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality","description":"<p>Quality profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e8dceaf4-7d96-42dc-b81a-ed4745b39881","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9dd05cbf-32a6-4ecf-905b-a3b4e8024ce1"},{"name":"PUT - NodeID - bbf-fast - quality","id":"d8a1cf34-1505-40bf-83cf-380666757d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"fast-rate-adaptation-profile\": [\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      },\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      },\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      }\n    ],\n    \"fast-retrain-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      }\n    ],\n    \"retransmission-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality","description":"<p>Quality profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ad1dc7ea-c4d1-41b6-ba61-9efdb53fe600","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"fast-rate-adaptation-profile\": [\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      },\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      },\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      }\n    ],\n    \"fast-retrain-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      }\n    ],\n    \"retransmission-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3b2fa1c7-f574-4fea-8516-683674779d98","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:PK\",\n        \"downstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"upstream\": {\n          \"noise-margin\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin-in-l2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"seamless-rate-adaptation\": {\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin-in-l2.1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"robust-management-channel\": {\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-loading\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"fast-rate-adaptation-profile\": [\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      },\n      {\n        \"name\": \"?:L1)=\",\n        \"downstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        },\n        \"upstream\": {\n          \"time-window\": 8,\n          \"minimum-degraded-tones\": 50,\n          \"uncorrectable-dtu\": 150,\n          \"vendor-discretionary-fra-triggering-criteria\": false\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      },\n      {\n        \"name\": \"?:|^bZM\",\n        \"downstream\": {\n          \"fext-to-cancel-enable\": true,\n          \"xlog-group-size-req\": 1\n        },\n        \"upstream\": {\n          \"fext-to-cancel-enable\": true\n        },\n        \"annex-x-mode\": \"forbidden\",\n        \"annex-d-mode\": \"forbidden\"\n      }\n    ],\n    \"fast-retrain-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        },\n        \"upstream\": {\n          \"los-defect-persistency\": 2,\n          \"lom-defect-persistency\": 2,\n          \"lor-defect-persistency\": 2,\n          \"reinit-time-threshold\": 10,\n          \"low-etr-threshold\": 20,\n          \"lor-rmcr-persistency\": \"0\"\n        }\n      }\n    ],\n    \"retransmission-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        },\n        \"upstream\": {\n          \"maximum-delay\": 40,\n          \"minimum-inp-against-shine\": \"0\",\n          \"shine-ratio\": \"0\",\n          \"minimum-inp-against-rein\": \"0\",\n          \"rein-inter-arrival-time\": \"hz-100\",\n          \"minimum-rfec-nfec-ratio\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8a1cf34-1505-40bf-83cf-380666757d94"},{"name":"POST - NodeID - bbf-fast - noise-margin-profile","id":"9bfcf217-8d49-4de5-87c2-6724dc45e180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  },\n  \"upstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-noise-margin\": 511,\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>","description":"<p>A list of noise margin profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"36f18d43-0e20-45f6-a757-44474761d647","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  },\n  \"upstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-noise-margin\": 511,\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9bfcf217-8d49-4de5-87c2-6724dc45e180"},{"name":"GET - NodeID - bbf-fast - noise-margin-profile","id":"f2d57cf6-a5b8-4496-9760-7b056bc58a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>?content=<string>","description":"<p>A list of noise margin profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9e26aaec-c471-47b8-baa0-f34bc1528193","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"f2d57cf6-a5b8-4496-9760-7b056bc58a28"},{"name":"DELETE - NodeID - bbf-fast - noise-margin-profile","id":"40e4df3b-930f-4cee-9be5-3193da748bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>","description":"<p>A list of noise margin profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0e2e6af0-db57-41f7-8079-2e98f1784b0e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40e4df3b-930f-4cee-9be5-3193da748bad"},{"name":"PUT - NodeID - bbf-fast - noise-margin-profile","id":"2e5d005e-9190-45e6-b81e-63a17ef45324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    },\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>","description":"<p>A list of noise margin profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d904c073-b411-41b1-8586-69fbe8623fcf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    },\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bf84c0a9-732a-44c7-9d4b-9a942bbe6a89","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    },\n    {\n      \"name\": \"?:PK\",\n      \"downstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      },\n      \"upstream\": {\n        \"noise-margin\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-noise-margin\": 511,\n          \"target-noise-margin-in-l2\": 60,\n          \"maximum-noise-margin-in-l2.1\": 511\n        },\n        \"seamless-rate-adaptation\": {\n          \"upshift-noise-margin\": 70,\n          \"upshift-noise-margin-in-l2.1\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"downshift-noise-margin-in-l2.1\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"robust-management-channel\": {\n          \"target-noise-margin\": 60,\n          \"minimum-noise-margin\": \"0\",\n          \"maximum-bit-loading\": 6\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2e5d005e-9190-45e6-b81e-63a17ef45324"},{"name":"POST - NodeID - bbf-fast - downstream","id":"ae8b4ae7-5175-4e7c-b7ac-a43b9d8b7670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  },\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  },\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream","description":"<p>Downstream noise margin profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"956e36c0-cc86-4c62-ad81-f50b02361d8f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  },\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  },\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae8b4ae7-5175-4e7c-b7ac-a43b9d8b7670"},{"name":"GET - NodeID - bbf-fast - downstream","id":"4176781f-e31d-4d50-af3a-092ef611070e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream?content=<string>","description":"<p>Downstream noise margin profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1987ed7d-e828-446c-a264-4dcf1074c8d1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}"}],"_postman_id":"4176781f-e31d-4d50-af3a-092ef611070e"},{"name":"DELETE - NodeID - bbf-fast - downstream","id":"21eb85ca-8000-4c80-a641-a7bb69c71af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream","description":"<p>Downstream noise margin profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8c803a4d-d552-45b8-9c7b-bf6c46ef8a3c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"21eb85ca-8000-4c80-a641-a7bb69c71af8"},{"name":"PUT - NodeID - bbf-fast - downstream","id":"0e424472-18f9-463b-9aba-6c507e6c14b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream","description":"<p>Downstream noise margin profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dd894c9f-8240-410c-9d09-0fe05ac4a47e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5ef11735-3e6c-4842-83ed-b6a0dbde5e6a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e424472-18f9-463b-9aba-6c507e6c14b7"},{"name":"POST - NodeID - bbf-fast - noise-margin","id":"cc097138-36cb-4125-89f4-0d0d0eb79cd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"target-noise-margin\": 60,\n  \"minimum-noise-margin\": \"0\",\n  \"target-noise-margin-in-l2\": 60,\n  \"maximum-noise-margin-in-l2.1\": 511\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/noise-margin","description":"<p>Noise margin parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","noise-margin"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c330106c-81fa-4954-b8ae-fe1002b13ba2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"target-noise-margin\": 60,\n  \"minimum-noise-margin\": \"0\",\n  \"target-noise-margin-in-l2\": 60,\n  \"maximum-noise-margin-in-l2.1\": 511\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/noise-margin"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc097138-36cb-4125-89f4-0d0d0eb79cd6"},{"name":"GET - NodeID - bbf-fast - noise-margin","id":"36a10dbe-d077-4384-ba36-14d7bacbdc54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/noise-margin?content=<string>","description":"<p>Noise margin parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","noise-margin"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e4d9c633-5ae9-42a4-a204-f9ff62210879","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/noise-margin?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","noise-margin"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  }\n}"}],"_postman_id":"36a10dbe-d077-4384-ba36-14d7bacbdc54"},{"name":"DELETE - NodeID - bbf-fast - noise-margin","id":"0ea735ad-31e6-4a26-8ab8-c91b613eea03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/noise-margin","description":"<p>Noise margin parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","noise-margin"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"70d3ceea-cc95-41bf-8a34-fb7952fce4d5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/noise-margin"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ea735ad-31e6-4a26-8ab8-c91b613eea03"},{"name":"PUT - NodeID - bbf-fast - noise-margin","id":"06392297-3037-41fc-b490-d1985b814a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/noise-margin","description":"<p>Noise margin parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","noise-margin"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cacad7e2-bfd5-4ac3-a318-385d2813aae0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/noise-margin"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2bcde6f6-9299-46e5-8494-4d039fadf4ec","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/noise-margin"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06392297-3037-41fc-b490-d1985b814a92"},{"name":"POST - NodeID - bbf-fast - seamless-rate-adaptation","id":"ba905478-1132-467f-9b0d-e7b2c7b3d006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upshift-noise-margin\": 70,\n  \"upshift-noise-margin-in-l2.1\": 70,\n  \"minimum-time-interval-upshift-sra\": 8,\n  \"downshift-noise-margin\": 50,\n  \"downshift-noise-margin-in-l2.1\": 50,\n  \"minimum-time-interval-downshift-sra\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/seamless-rate-adaptation","description":"<p>Seamless Rate Adaptation(SRA) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","seamless-rate-adaptation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ea195b12-e465-48e7-a29f-67b61719e5d5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"upshift-noise-margin\": 70,\n  \"upshift-noise-margin-in-l2.1\": 70,\n  \"minimum-time-interval-upshift-sra\": 8,\n  \"downshift-noise-margin\": 50,\n  \"downshift-noise-margin-in-l2.1\": 50,\n  \"minimum-time-interval-downshift-sra\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/seamless-rate-adaptation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba905478-1132-467f-9b0d-e7b2c7b3d006"},{"name":"GET - NodeID - bbf-fast - seamless-rate-adaptation","id":"23d86fa6-8500-4018-ba25-87447821df62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/seamless-rate-adaptation?content=<string>","description":"<p>Seamless Rate Adaptation(SRA) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","seamless-rate-adaptation"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"790efb4b-9298-4dc0-8032-8e9a64fdee50","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/seamless-rate-adaptation?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","seamless-rate-adaptation"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}"}],"_postman_id":"23d86fa6-8500-4018-ba25-87447821df62"},{"name":"DELETE - NodeID - bbf-fast - seamless-rate-adaptation","id":"3b078d58-bf8e-4ce5-9de9-b63233d73e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/seamless-rate-adaptation","description":"<p>Seamless Rate Adaptation(SRA) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","seamless-rate-adaptation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"52a60160-f868-4002-ad6b-0af65e8200c2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/seamless-rate-adaptation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b078d58-bf8e-4ce5-9de9-b63233d73e74"},{"name":"PUT - NodeID - bbf-fast - seamless-rate-adaptation","id":"0e946b9f-3505-43e6-a53f-c26b351d0613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/seamless-rate-adaptation","description":"<p>Seamless Rate Adaptation(SRA) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","seamless-rate-adaptation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7098ed72-3d8a-446c-be1d-cb31b4742b7c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/seamless-rate-adaptation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5283eb77-f37b-4040-99b1-9808434be310","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/seamless-rate-adaptation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e946b9f-3505-43e6-a53f-c26b351d0613"},{"name":"POST - NodeID - bbf-fast - robust-management-channel","id":"72e83d90-1955-4279-aaeb-eb353004dc5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"target-noise-margin\": 60,\n  \"minimum-noise-margin\": \"0\",\n  \"maximum-bit-loading\": 6\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/robust-management-channel","description":"<p>Robust Management Channel(RMC) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"90b2ce02-a38d-4075-b025-e596c285d2d4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"target-noise-margin\": 60,\n  \"minimum-noise-margin\": \"0\",\n  \"maximum-bit-loading\": 6\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/robust-management-channel"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72e83d90-1955-4279-aaeb-eb353004dc5f"},{"name":"GET - NodeID - bbf-fast - robust-management-channel","id":"1b8a2003-85d5-4903-b1b3-3bddca2a39c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/robust-management-channel?content=<string>","description":"<p>Robust Management Channel(RMC) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a127ebaf-6aa6-4f7f-bc3c-fb1e86396af6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/robust-management-channel?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","robust-management-channel"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}"}],"_postman_id":"1b8a2003-85d5-4903-b1b3-3bddca2a39c6"},{"name":"DELETE - NodeID - bbf-fast - robust-management-channel","id":"f59add5a-142d-4253-aeda-efab332b92d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/robust-management-channel","description":"<p>Robust Management Channel(RMC) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e903a34c-efd8-4d3e-8513-4e50f83baa91","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/robust-management-channel"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f59add5a-142d-4253-aeda-efab332b92d8"},{"name":"PUT - NodeID - bbf-fast - robust-management-channel","id":"9dc2b7ab-01c1-4241-b266-f9a7edb10b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/robust-management-channel","description":"<p>Robust Management Channel(RMC) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","downstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"17c0688c-1c1f-4f10-bbe6-4b68db744bde","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/robust-management-channel"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"86a579ca-17dd-4a23-95b5-15aa66c06e11","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/downstream/robust-management-channel"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9dc2b7ab-01c1-4241-b266-f9a7edb10b4d"},{"name":"POST - NodeID - bbf-fast - upstream","id":"aead11fe-182a-4460-87f6-8df7381d60e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-noise-margin\": 511,\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  },\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  },\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream","description":"<p>Upstream noise margin profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7718297f-550f-4a90-9f9b-94674d962733","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-noise-margin\": 511,\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  },\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  },\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aead11fe-182a-4460-87f6-8df7381d60e3"},{"name":"GET - NodeID - bbf-fast - upstream","id":"ecdff673-47f4-44bf-9e7c-1bf243805acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream?content=<string>","description":"<p>Upstream noise margin profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"31b08175-a17b-42dd-bfd5-85d515fba1c3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-noise-margin\": 511,\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}"}],"_postman_id":"ecdff673-47f4-44bf-9e7c-1bf243805acf"},{"name":"DELETE - NodeID - bbf-fast - upstream","id":"01427189-5272-4245-a57a-074bfbdb51a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream","description":"<p>Upstream noise margin profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b080f076-8bcd-4852-81f3-1ba995370a18","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01427189-5272-4245-a57a-074bfbdb51a0"},{"name":"PUT - NodeID - bbf-fast - upstream","id":"c7fe2620-560f-4f5b-9805-da924a18eb78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-noise-margin\": 511,\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream","description":"<p>Upstream noise margin profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1ea27bda-d76a-4d3a-b6c1-70da6962b07b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-noise-margin\": 511,\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6653ba6a-063a-4851-9975-4540464807b9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"noise-margin\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-noise-margin\": 511,\n      \"target-noise-margin-in-l2\": 60,\n      \"maximum-noise-margin-in-l2.1\": 511\n    },\n    \"seamless-rate-adaptation\": {\n      \"upshift-noise-margin\": 70,\n      \"upshift-noise-margin-in-l2.1\": 70,\n      \"minimum-time-interval-upshift-sra\": 8,\n      \"downshift-noise-margin\": 50,\n      \"downshift-noise-margin-in-l2.1\": 50,\n      \"minimum-time-interval-downshift-sra\": 2\n    },\n    \"robust-management-channel\": {\n      \"target-noise-margin\": 60,\n      \"minimum-noise-margin\": \"0\",\n      \"maximum-bit-loading\": 6\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7fe2620-560f-4f5b-9805-da924a18eb78"},{"name":"POST - NodeID - bbf-fast - noise-margin","id":"93a243a7-c438-46d5-83d3-c8cffd3257e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"target-noise-margin\": 60,\n  \"minimum-noise-margin\": \"0\",\n  \"maximum-noise-margin\": 511,\n  \"target-noise-margin-in-l2\": 60,\n  \"maximum-noise-margin-in-l2.1\": 511\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/noise-margin","description":"<p>Noise margin parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","noise-margin"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"13309e85-59ad-41a9-8109-5647b0f008cd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"target-noise-margin\": 60,\n  \"minimum-noise-margin\": \"0\",\n  \"maximum-noise-margin\": 511,\n  \"target-noise-margin-in-l2\": 60,\n  \"maximum-noise-margin-in-l2.1\": 511\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/noise-margin"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93a243a7-c438-46d5-83d3-c8cffd3257e4"},{"name":"GET - NodeID - bbf-fast - noise-margin","id":"e58e9420-9e6f-4189-9bde-3c970fa9ded7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/noise-margin?content=<string>","description":"<p>Noise margin parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","noise-margin"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d8331d11-a042-4852-a231-017f53174d25","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/noise-margin?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","noise-margin"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-noise-margin\": 511,\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  }\n}"}],"_postman_id":"e58e9420-9e6f-4189-9bde-3c970fa9ded7"},{"name":"DELETE - NodeID - bbf-fast - noise-margin","id":"9e637a50-4511-4a98-828d-83c799395ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/noise-margin","description":"<p>Noise margin parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","noise-margin"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73798f8f-33f3-45b0-a2b3-4031bb28036b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/noise-margin"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9e637a50-4511-4a98-828d-83c799395ace"},{"name":"PUT - NodeID - bbf-fast - noise-margin","id":"af3ba8b0-5d70-4112-9416-4fbda855231e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-noise-margin\": 511,\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/noise-margin","description":"<p>Noise margin parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","noise-margin"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"47643352-4471-46f8-aeec-e11f4c3c7764","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-noise-margin\": 511,\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/noise-margin"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d7fdd46e-b577-475e-8f02-ca2488060b1a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-noise-margin\": 511,\n    \"target-noise-margin-in-l2\": 60,\n    \"maximum-noise-margin-in-l2.1\": 511\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/noise-margin"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af3ba8b0-5d70-4112-9416-4fbda855231e"},{"name":"POST - NodeID - bbf-fast - seamless-rate-adaptation","id":"e0e12a71-a401-4721-8381-63f6380db09c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upshift-noise-margin\": 70,\n  \"upshift-noise-margin-in-l2.1\": 70,\n  \"minimum-time-interval-upshift-sra\": 8,\n  \"downshift-noise-margin\": 50,\n  \"downshift-noise-margin-in-l2.1\": 50,\n  \"minimum-time-interval-downshift-sra\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/seamless-rate-adaptation","description":"<p>Seamless Rate Adaptation(SRA) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","seamless-rate-adaptation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3cd579d0-958e-4729-af1e-1df5775b7f41","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"upshift-noise-margin\": 70,\n  \"upshift-noise-margin-in-l2.1\": 70,\n  \"minimum-time-interval-upshift-sra\": 8,\n  \"downshift-noise-margin\": 50,\n  \"downshift-noise-margin-in-l2.1\": 50,\n  \"minimum-time-interval-downshift-sra\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/seamless-rate-adaptation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0e12a71-a401-4721-8381-63f6380db09c"},{"name":"GET - NodeID - bbf-fast - seamless-rate-adaptation","id":"b692f02e-cca5-4e01-bd93-aa890ff42945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/seamless-rate-adaptation?content=<string>","description":"<p>Seamless Rate Adaptation(SRA) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","seamless-rate-adaptation"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d7a3f873-d94d-4e00-9e50-2b1e44f352bf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/seamless-rate-adaptation?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","seamless-rate-adaptation"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}"}],"_postman_id":"b692f02e-cca5-4e01-bd93-aa890ff42945"},{"name":"DELETE - NodeID - bbf-fast - seamless-rate-adaptation","id":"c208b3f3-cd57-4147-8d5f-a555c41f6d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/seamless-rate-adaptation","description":"<p>Seamless Rate Adaptation(SRA) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","seamless-rate-adaptation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c65b97f0-5ce9-4677-9b62-a8ef772787cd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/seamless-rate-adaptation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c208b3f3-cd57-4147-8d5f-a555c41f6d43"},{"name":"PUT - NodeID - bbf-fast - seamless-rate-adaptation","id":"6bb420d9-e697-4ab9-88a1-2cec517c5429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/seamless-rate-adaptation","description":"<p>Seamless Rate Adaptation(SRA) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","seamless-rate-adaptation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a2c3f63a-0282-48cb-b46b-d5baf552ea60","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/seamless-rate-adaptation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b661563b-e7dc-4b31-927a-92014bec349f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"seamless-rate-adaptation\": {\n    \"upshift-noise-margin\": 70,\n    \"upshift-noise-margin-in-l2.1\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"downshift-noise-margin-in-l2.1\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/seamless-rate-adaptation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6bb420d9-e697-4ab9-88a1-2cec517c5429"},{"name":"POST - NodeID - bbf-fast - robust-management-channel","id":"9dd7c001-eca5-40d6-9b42-9a83573f43ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"target-noise-margin\": 60,\n  \"minimum-noise-margin\": \"0\",\n  \"maximum-bit-loading\": 6\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/robust-management-channel","description":"<p>Robust Management Channel(RMC) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cac4c267-dcf6-450f-835c-383acf9df3e4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"target-noise-margin\": 60,\n  \"minimum-noise-margin\": \"0\",\n  \"maximum-bit-loading\": 6\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/robust-management-channel"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9dd7c001-eca5-40d6-9b42-9a83573f43ac"},{"name":"GET - NodeID - bbf-fast - robust-management-channel","id":"2e373e20-85a9-4c18-851e-9ef036d12372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/robust-management-channel?content=<string>","description":"<p>Robust Management Channel(RMC) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eab51f1e-7e1a-48bb-ae09-adb3972671ed","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/robust-management-channel?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","robust-management-channel"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}"}],"_postman_id":"2e373e20-85a9-4c18-851e-9ef036d12372"},{"name":"DELETE - NodeID - bbf-fast - robust-management-channel","id":"21abfd45-0a9e-4fe9-95d2-58bfbfa14ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/robust-management-channel","description":"<p>Robust Management Channel(RMC) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3169f241-3a17-47b2-a04f-2469176d9368","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/robust-management-channel"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"21abfd45-0a9e-4fe9-95d2-58bfbfa14ff5"},{"name":"PUT - NodeID - bbf-fast - robust-management-channel","id":"6624758c-19b2-414c-9cc0-b32f9216b582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/robust-management-channel","description":"<p>Robust Management Channel(RMC) parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","noise-margin-profile=<string>","upstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9f4ce4c8-fa31-4917-8480-1a06737df9fc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/robust-management-channel"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8dd26e55-96b5-450f-b1b5-9454674a250b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"robust-management-channel\": {\n    \"target-noise-margin\": 60,\n    \"minimum-noise-margin\": \"0\",\n    \"maximum-bit-loading\": 6\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/noise-margin-profile=<string>/upstream/robust-management-channel"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6624758c-19b2-414c-9cc0-b32f9216b582"},{"name":"POST - NodeID - bbf-fast - fast-rate-adaptation-profile","id":"cb894afb-5612-4697-b2a0-ac53bd5bde18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  },\n  \"upstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>","description":"<p>A list of fast rate adaptation profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7a6abcbe-43dc-413b-9b43-94585e58d1c3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  },\n  \"upstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb894afb-5612-4697-b2a0-ac53bd5bde18"},{"name":"GET - NodeID - bbf-fast - fast-rate-adaptation-profile","id":"8ffcff7f-17fe-48b1-a662-603ebb3fd8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>?content=<string>","description":"<p>A list of fast rate adaptation profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"aa30f258-45e4-4d3d-be8b-af7b49e9af53","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fast-rate-adaptation-profile\": [\n    {\n      \"name\": \"?:>(d#\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    },\n    {\n      \"name\": \"?:>(d#\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    }\n  ]\n}"}],"_postman_id":"8ffcff7f-17fe-48b1-a662-603ebb3fd8b7"},{"name":"DELETE - NodeID - bbf-fast - fast-rate-adaptation-profile","id":"437065c1-889f-4ac1-814e-5e7c368e9ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>","description":"<p>A list of fast rate adaptation profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5d9c94bc-f2b3-4ae5-b656-977e2c6dffad","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"437065c1-889f-4ac1-814e-5e7c368e9ab3"},{"name":"PUT - NodeID - bbf-fast - fast-rate-adaptation-profile","id":"0bf96266-0bd1-4f76-acd8-ae8314a81e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fast-rate-adaptation-profile\": [\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    },\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>","description":"<p>A list of fast rate adaptation profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"68a6581c-b163-47a4-b3fd-d9942f7d558e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fast-rate-adaptation-profile\": [\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    },\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"516a5e89-e52b-4942-abe0-8c3d8cb5aea3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fast-rate-adaptation-profile\": [\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    },\n    {\n      \"name\": \"?:L1)=\",\n      \"downstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      },\n      \"upstream\": {\n        \"time-window\": 8,\n        \"minimum-degraded-tones\": 50,\n        \"uncorrectable-dtu\": 150,\n        \"vendor-discretionary-fra-triggering-criteria\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0bf96266-0bd1-4f76-acd8-ae8314a81e80"},{"name":"POST - NodeID - bbf-fast - downstream","id":"2456e210-2f14-4c22-914d-f66c9f07f39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"time-window\": 8,\n  \"minimum-degraded-tones\": 50,\n  \"uncorrectable-dtu\": 150,\n  \"vendor-discretionary-fra-triggering-criteria\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/downstream","description":"<p>Downstream fast rate adaptation profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7e7cddb7-bcb9-4a78-801d-e1c3ea0e3974","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"time-window\": 8,\n  \"minimum-degraded-tones\": 50,\n  \"uncorrectable-dtu\": 150,\n  \"vendor-discretionary-fra-triggering-criteria\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2456e210-2f14-4c22-914d-f66c9f07f39a"},{"name":"GET - NodeID - bbf-fast - downstream","id":"f4a09484-5ad3-418a-95da-d3e0f848e8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/downstream?content=<string>","description":"<p>Downstream fast rate adaptation profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"20179609-3abc-4ef4-bf48-3011544f456c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}"}],"_postman_id":"f4a09484-5ad3-418a-95da-d3e0f848e8ff"},{"name":"DELETE - NodeID - bbf-fast - downstream","id":"7bed06f4-e23b-4458-9cc5-14aa5065b7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/downstream","description":"<p>Downstream fast rate adaptation profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2c113ffa-7c23-4da0-9211-c437724fccc4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bed06f4-e23b-4458-9cc5-14aa5065b7d9"},{"name":"PUT - NodeID - bbf-fast - downstream","id":"2a588f7b-ae81-417c-832a-3deb7a3d0dc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/downstream","description":"<p>Downstream fast rate adaptation profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ba97e221-f9a1-46fd-8440-41bec36d28cd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6451d192-d9a2-4e90-bf37-b72c916b867c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a588f7b-ae81-417c-832a-3deb7a3d0dc9"},{"name":"POST - NodeID - bbf-fast - upstream","id":"0ca08682-d5a4-49d9-bc5d-252eb3a716a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"time-window\": 8,\n  \"minimum-degraded-tones\": 50,\n  \"uncorrectable-dtu\": 150,\n  \"vendor-discretionary-fra-triggering-criteria\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/upstream","description":"<p>Upstream fast rate adaptation profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8028801c-27bb-458c-ba27-04ac2c6aa48a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"time-window\": 8,\n  \"minimum-degraded-tones\": 50,\n  \"uncorrectable-dtu\": 150,\n  \"vendor-discretionary-fra-triggering-criteria\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ca08682-d5a4-49d9-bc5d-252eb3a716a2"},{"name":"GET - NodeID - bbf-fast - upstream","id":"3073448c-4827-4428-ae0e-19183fc7532e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/upstream?content=<string>","description":"<p>Upstream fast rate adaptation profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"024c4935-e4b5-4c2c-b4b9-c9a72956e850","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}"}],"_postman_id":"3073448c-4827-4428-ae0e-19183fc7532e"},{"name":"DELETE - NodeID - bbf-fast - upstream","id":"82fbf3a6-1174-48d5-8721-771d041f02e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/upstream","description":"<p>Upstream fast rate adaptation profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e3cea333-170c-4382-8112-5d137698d7e0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82fbf3a6-1174-48d5-8721-771d041f02e8"},{"name":"PUT - NodeID - bbf-fast - upstream","id":"28ae6295-bde8-43ef-b37e-e7d0b7435c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/upstream","description":"<p>Upstream fast rate adaptation profile</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-rate-adaptation-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3d9dffb1-c747-4d2b-9ac0-e48067ab2709","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4370cf68-c0a3-47f9-af9a-c7ef3888e37a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"time-window\": 8,\n    \"minimum-degraded-tones\": 50,\n    \"uncorrectable-dtu\": 150,\n    \"vendor-discretionary-fra-triggering-criteria\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-rate-adaptation-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28ae6295-bde8-43ef-b37e-e7d0b7435c33"},{"name":"POST - NodeID - bbf-fast - vectoring-profile","id":"4fe956ab-7419-443e-b09e-6a5d415f67cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"fext-to-cancel-enable\": true,\n    \"xlog-group-size-req\": 1\n  },\n  \"upstream\": {\n    \"fext-to-cancel-enable\": true\n  },\n  \"annex-x-mode\": \"forbidden\",\n  \"annex-d-mode\": \"forbidden\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>","description":"<p>A list of vectoring profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d707b108-ef7c-422e-8516-871c0b66bf90","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"fext-to-cancel-enable\": true,\n    \"xlog-group-size-req\": 1\n  },\n  \"upstream\": {\n    \"fext-to-cancel-enable\": true\n  },\n  \"annex-x-mode\": \"forbidden\",\n  \"annex-d-mode\": \"forbidden\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4fe956ab-7419-443e-b09e-6a5d415f67cf"},{"name":"GET - NodeID - bbf-fast - vectoring-profile","id":"0076231e-575d-44e7-813a-76e932266742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>?content=<string>","description":"<p>A list of vectoring profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"da879793-a535-4744-811a-4841c6a4deae","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    }\n  ]\n}"}],"_postman_id":"0076231e-575d-44e7-813a-76e932266742"},{"name":"DELETE - NodeID - bbf-fast - vectoring-profile","id":"1abfbb07-527c-4984-94c7-667c453c2688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>","description":"<p>A list of vectoring profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0d2c8988-22e7-4ae3-b4bb-990a63976292","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1abfbb07-527c-4984-94c7-667c453c2688"},{"name":"PUT - NodeID - bbf-fast - vectoring-profile","id":"b7e8afc5-e4aa-4f40-9bbb-a845b3206393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    },\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>","description":"<p>A list of vectoring profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"970e4505-786c-4b9c-8750-151aeae08289","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    },\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9e5955a0-40c7-4709-ad89-9d9b4e5d8f3c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    },\n    {\n      \"name\": \"?:|^bZM\",\n      \"downstream\": {\n        \"fext-to-cancel-enable\": true,\n        \"xlog-group-size-req\": 1\n      },\n      \"upstream\": {\n        \"fext-to-cancel-enable\": true\n      },\n      \"annex-x-mode\": \"forbidden\",\n      \"annex-d-mode\": \"forbidden\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b7e8afc5-e4aa-4f40-9bbb-a845b3206393"},{"name":"POST - NodeID - bbf-fast - downstream","id":"23b0944f-4704-4094-a466-24aa06965cf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fext-to-cancel-enable\": true,\n  \"xlog-group-size-req\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/downstream","description":"<p>Downstream vectoring parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c04ef4c6-bca8-4905-88bc-60162b207e45","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"fext-to-cancel-enable\": true,\n  \"xlog-group-size-req\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"23b0944f-4704-4094-a466-24aa06965cf4"},{"name":"GET - NodeID - bbf-fast - downstream","id":"f2dd8fac-542f-4533-b758-9a5eae37b461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/downstream?content=<string>","description":"<p>Downstream vectoring parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6df78416-6cbe-48bf-b17b-550663a3bc69","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"fext-to-cancel-enable\": true,\n    \"xlog-group-size-req\": 1\n  }\n}"}],"_postman_id":"f2dd8fac-542f-4533-b758-9a5eae37b461"},{"name":"DELETE - NodeID - bbf-fast - downstream","id":"9ad591ed-cda7-42fe-8cd6-1dca8ae82639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/downstream","description":"<p>Downstream vectoring parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"62e62456-a1a0-49a1-8cfb-86adca928623","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ad591ed-cda7-42fe-8cd6-1dca8ae82639"},{"name":"PUT - NodeID - bbf-fast - downstream","id":"94e0920e-5155-433c-9bea-6569ac79082e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"fext-to-cancel-enable\": true,\n    \"xlog-group-size-req\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/downstream","description":"<p>Downstream vectoring parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dd82925d-83c3-414d-928d-acdcea717df7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"fext-to-cancel-enable\": true,\n    \"xlog-group-size-req\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e7493c40-1290-4130-a6cd-21188b922446","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"fext-to-cancel-enable\": true,\n    \"xlog-group-size-req\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"94e0920e-5155-433c-9bea-6569ac79082e"},{"name":"POST - NodeID - bbf-fast - upstream","id":"5762ab7f-66fb-4373-9213-78a61861aa63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fext-to-cancel-enable\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/upstream","description":"<p>Upstream vectoring parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1daec8a9-066c-43a4-9c05-e423d880540a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"fext-to-cancel-enable\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5762ab7f-66fb-4373-9213-78a61861aa63"},{"name":"GET - NodeID - bbf-fast - upstream","id":"0b1f4652-582b-4f14-b842-9adc9a386c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/upstream?content=<string>","description":"<p>Upstream vectoring parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c588ecbf-599a-405f-ba2c-f0a691348007","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"fext-to-cancel-enable\": true\n  }\n}"}],"_postman_id":"0b1f4652-582b-4f14-b842-9adc9a386c22"},{"name":"DELETE - NodeID - bbf-fast - upstream","id":"07ea8858-5951-4409-a1d2-6c861c143794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/upstream","description":"<p>Upstream vectoring parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9223425d-0da9-41cb-ab1b-4ace012d6dc4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07ea8858-5951-4409-a1d2-6c861c143794"},{"name":"PUT - NodeID - bbf-fast - upstream","id":"26a3fb55-2b28-45ee-abdd-2369e1c7dbb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"fext-to-cancel-enable\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/upstream","description":"<p>Upstream vectoring parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","vectoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"246027ae-8353-4452-b970-07bbc91bfb27","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"fext-to-cancel-enable\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"060f7fbc-0e54-4320-b2dc-73734eef3434","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"fext-to-cancel-enable\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/vectoring-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26a3fb55-2b28-45ee-abdd-2369e1c7dbb6"},{"name":"POST - NodeID - bbf-fast - fast-retrain-policy-profile","id":"738837b8-4b0d-4e95-9beb-28e19fb74b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  },\n  \"upstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>","description":"<p>A list of fast retrain policy profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e181242f-a8cc-448b-a53c-b8784838791f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  },\n  \"upstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"738837b8-4b0d-4e95-9beb-28e19fb74b14"},{"name":"GET - NodeID - bbf-fast - fast-retrain-policy-profile","id":"8a076516-04a1-4e66-bb08-e55d13c6c482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>?content=<string>","description":"<p>A list of fast retrain policy profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1751c14d-cefc-40d1-a6f7-39bf580bcaf6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fast-retrain-policy-profile\": [\n    {\n      \"name\": \"?:nkX6%u\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:nkX6%u\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    }\n  ]\n}"}],"_postman_id":"8a076516-04a1-4e66-bb08-e55d13c6c482"},{"name":"DELETE - NodeID - bbf-fast - fast-retrain-policy-profile","id":"f07f2215-281f-440e-bdf6-12261ba13ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>","description":"<p>A list of fast retrain policy profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ef12503f-4cd0-4f5b-aef0-abd23e6d5697","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f07f2215-281f-440e-bdf6-12261ba13ba9"},{"name":"PUT - NodeID - bbf-fast - fast-retrain-policy-profile","id":"6111b554-bf17-4594-97bf-86c02db22f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fast-retrain-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>","description":"<p>A list of fast retrain policy profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7e56d35-a8ad-4e4a-8439-1b55a53fa097","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fast-retrain-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"12d4b55f-28de-4043-9e59-ba42365eec0c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fast-retrain-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      },\n      \"upstream\": {\n        \"los-defect-persistency\": 2,\n        \"lom-defect-persistency\": 2,\n        \"lor-defect-persistency\": 2,\n        \"reinit-time-threshold\": 10,\n        \"low-etr-threshold\": 20,\n        \"lor-rmcr-persistency\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6111b554-bf17-4594-97bf-86c02db22f49"},{"name":"POST - NodeID - bbf-fast - downstream","id":"048be985-4732-4ce5-8ef4-729e2f4a0e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"los-defect-persistency\": 2,\n  \"lom-defect-persistency\": 2,\n  \"lor-defect-persistency\": 2,\n  \"reinit-time-threshold\": 10,\n  \"low-etr-threshold\": 20,\n  \"lor-rmcr-persistency\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/downstream","description":"<p>Downstream fast retrain policy parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c46f5b45-760f-4384-8d4f-477f3a3e07f6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"los-defect-persistency\": 2,\n  \"lom-defect-persistency\": 2,\n  \"lor-defect-persistency\": 2,\n  \"reinit-time-threshold\": 10,\n  \"low-etr-threshold\": 20,\n  \"lor-rmcr-persistency\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"048be985-4732-4ce5-8ef4-729e2f4a0e4f"},{"name":"GET - NodeID - bbf-fast - downstream","id":"df89c398-053b-4638-a45a-5c75df513a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/downstream?content=<string>","description":"<p>Downstream fast retrain policy parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"66f27b47-a442-411a-bbf3-ff5e7d834b13","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}"}],"_postman_id":"df89c398-053b-4638-a45a-5c75df513a3e"},{"name":"DELETE - NodeID - bbf-fast - downstream","id":"d3c8da13-82bd-4975-8dc1-df1ac91664f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/downstream","description":"<p>Downstream fast retrain policy parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d710ce93-77e9-4960-b6d5-275a45f41b88","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3c8da13-82bd-4975-8dc1-df1ac91664f6"},{"name":"PUT - NodeID - bbf-fast - downstream","id":"068e6325-2e92-4be3-819e-bc867d03508a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/downstream","description":"<p>Downstream fast retrain policy parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e1a9c969-1eb0-4060-bd44-dff51ae9dec0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"84d97c2f-d144-4aae-a7cb-a7150cc1da83","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"068e6325-2e92-4be3-819e-bc867d03508a"},{"name":"POST - NodeID - bbf-fast - upstream","id":"a1e6ddc8-f0ef-4c48-93d8-a22bd61a3490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"los-defect-persistency\": 2,\n  \"lom-defect-persistency\": 2,\n  \"lor-defect-persistency\": 2,\n  \"reinit-time-threshold\": 10,\n  \"low-etr-threshold\": 20,\n  \"lor-rmcr-persistency\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/upstream","description":"<p>Downstream fast retrain policy parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5799f7bc-bb2c-480c-8b0c-c0717a7e89fa","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"los-defect-persistency\": 2,\n  \"lom-defect-persistency\": 2,\n  \"lor-defect-persistency\": 2,\n  \"reinit-time-threshold\": 10,\n  \"low-etr-threshold\": 20,\n  \"lor-rmcr-persistency\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a1e6ddc8-f0ef-4c48-93d8-a22bd61a3490"},{"name":"GET - NodeID - bbf-fast - upstream","id":"977c2775-dfaa-4d2b-bd38-be3465cbd916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/upstream?content=<string>","description":"<p>Downstream fast retrain policy parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5964c8e5-aa37-403e-9e59-6ad593d5da6c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}"}],"_postman_id":"977c2775-dfaa-4d2b-bd38-be3465cbd916"},{"name":"DELETE - NodeID - bbf-fast - upstream","id":"b43d4f41-42e3-478b-aee1-cd99e1b1b8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/upstream","description":"<p>Downstream fast retrain policy parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2aa5912d-a9d5-437c-9a9a-109781005d59","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b43d4f41-42e3-478b-aee1-cd99e1b1b8f2"},{"name":"PUT - NodeID - bbf-fast - upstream","id":"8d037a7a-76cb-4168-b976-75412c1dafb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/upstream","description":"<p>Downstream fast retrain policy parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","fast-retrain-policy-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"95c78f5e-f788-4355-b3cd-c5b7e90bd8d4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed72aa9a-2802-4985-8a5d-d3b213b57525","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"los-defect-persistency\": 2,\n    \"lom-defect-persistency\": 2,\n    \"lor-defect-persistency\": 2,\n    \"reinit-time-threshold\": 10,\n    \"low-etr-threshold\": 20,\n    \"lor-rmcr-persistency\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/fast-retrain-policy-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d037a7a-76cb-4168-b976-75412c1dafb7"},{"name":"POST - NodeID - bbf-fast - retransmission-profile","id":"1399cafe-3bff-4af9-991a-fee12d532348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  },\n  \"upstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>","description":"<p>A list of retransmission profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cac9da5c-2622-40c7-8b27-f667712584b4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  },\n  \"upstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1399cafe-3bff-4af9-991a-fee12d532348"},{"name":"GET - NodeID - bbf-fast - retransmission-profile","id":"d3e352bc-6854-4872-9f82-557da18fba3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>?content=<string>","description":"<p>A list of retransmission profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1e3d251e-bdff-46f3-8470-6bf38902a510","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"retransmission-profile\": [\n    {\n      \"name\": \"?:K\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:K\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    }\n  ]\n}"}],"_postman_id":"d3e352bc-6854-4872-9f82-557da18fba3e"},{"name":"DELETE - NodeID - bbf-fast - retransmission-profile","id":"26a65e33-5091-4e31-81aa-9ced31fb755e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>","description":"<p>A list of retransmission profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"37996640-0332-4b1f-aae8-21ee121efca2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26a65e33-5091-4e31-81aa-9ced31fb755e"},{"name":"PUT - NodeID - bbf-fast - retransmission-profile","id":"16894061-a0fe-48ee-8aa5-d2e7cbaf0351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"retransmission-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>","description":"<p>A list of retransmission profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c4ef4a70-96bc-4d74-ab28-a18476a748e7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"retransmission-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8a2d2879-4ca1-4b01-a116-ae8040c98185","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"retransmission-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      },\n      \"upstream\": {\n        \"maximum-delay\": 40,\n        \"minimum-inp-against-shine\": \"0\",\n        \"shine-ratio\": \"0\",\n        \"minimum-inp-against-rein\": \"0\",\n        \"rein-inter-arrival-time\": \"hz-100\",\n        \"minimum-rfec-nfec-ratio\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16894061-a0fe-48ee-8aa5-d2e7cbaf0351"},{"name":"POST - NodeID - bbf-fast - downstream","id":"f39695a0-e9c3-40d9-9a1a-98aa6c7c8797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-delay\": 40,\n  \"minimum-inp-against-shine\": \"0\",\n  \"shine-ratio\": \"0\",\n  \"minimum-inp-against-rein\": \"0\",\n  \"rein-inter-arrival-time\": \"hz-100\",\n  \"minimum-rfec-nfec-ratio\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/downstream","description":"<p>Downstream retransmission parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9859b4fe-f787-48be-bc58-cf69722fc3a1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-delay\": 40,\n  \"minimum-inp-against-shine\": \"0\",\n  \"shine-ratio\": \"0\",\n  \"minimum-inp-against-rein\": \"0\",\n  \"rein-inter-arrival-time\": \"hz-100\",\n  \"minimum-rfec-nfec-ratio\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f39695a0-e9c3-40d9-9a1a-98aa6c7c8797"},{"name":"GET - NodeID - bbf-fast - downstream","id":"451da78a-ff30-42dc-9295-cbac48876bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/downstream?content=<string>","description":"<p>Downstream retransmission parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4295152c-70b0-4fe2-a46b-76a68db3023b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}"}],"_postman_id":"451da78a-ff30-42dc-9295-cbac48876bf8"},{"name":"DELETE - NodeID - bbf-fast - downstream","id":"d33b555f-27b7-4333-af63-45eb7ad7fd28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/downstream","description":"<p>Downstream retransmission parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"53fb31b7-03ee-4e17-b65d-605037503945","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d33b555f-27b7-4333-af63-45eb7ad7fd28"},{"name":"PUT - NodeID - bbf-fast - downstream","id":"0741617a-39fa-47b2-aa66-40192c217886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/downstream","description":"<p>Downstream retransmission parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f03757aa-bee6-4681-841b-f5137df721a8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"48832c85-ba60-4ea8-a7d6-431e73933299","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0741617a-39fa-47b2-aa66-40192c217886"},{"name":"POST - NodeID - bbf-fast - upstream","id":"a1ec2400-82f6-4f1f-abe7-e0c6dfe4bbc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maximum-delay\": 40,\n  \"minimum-inp-against-shine\": \"0\",\n  \"shine-ratio\": \"0\",\n  \"minimum-inp-against-rein\": \"0\",\n  \"rein-inter-arrival-time\": \"hz-100\",\n  \"minimum-rfec-nfec-ratio\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/upstream","description":"<p>Upstream retransmission parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"27ae3003-efde-4981-8e1e-421ad4ee104c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maximum-delay\": 40,\n  \"minimum-inp-against-shine\": \"0\",\n  \"shine-ratio\": \"0\",\n  \"minimum-inp-against-rein\": \"0\",\n  \"rein-inter-arrival-time\": \"hz-100\",\n  \"minimum-rfec-nfec-ratio\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a1ec2400-82f6-4f1f-abe7-e0c6dfe4bbc5"},{"name":"GET - NodeID - bbf-fast - upstream","id":"9a1b4090-5983-4480-aa6b-60018945ae37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/upstream?content=<string>","description":"<p>Upstream retransmission parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bac4a6a8-42c9-4241-8b6c-b88e9bfad624","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}"}],"_postman_id":"9a1b4090-5983-4480-aa6b-60018945ae37"},{"name":"DELETE - NodeID - bbf-fast - upstream","id":"48af9801-92fe-4424-8c2f-2c6e6805f471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/upstream","description":"<p>Upstream retransmission parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"28ecf5e6-e725-4fb0-81f1-7b7972ba4f94","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"48af9801-92fe-4424-8c2f-2c6e6805f471"},{"name":"PUT - NodeID - bbf-fast - upstream","id":"5166171f-8f12-4e30-87be-201867b4646a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/upstream","description":"<p>Upstream retransmission parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","quality","retransmission-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c0aaa14d-69d8-498f-8c86-9655bc30c171","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2b9db9bf-c596-4a35-8c4a-001873670f84","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"maximum-delay\": 40,\n    \"minimum-inp-against-shine\": \"0\",\n    \"shine-ratio\": \"0\",\n    \"minimum-inp-against-rein\": \"0\",\n    \"rein-inter-arrival-time\": \"hz-100\",\n    \"minimum-rfec-nfec-ratio\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/quality/retransmission-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5166171f-8f12-4e30-87be-201867b4646a"},{"name":"POST - NodeID - bbf-fast - thresholds","id":"d79ab6a8-5b28-46f0-9c8a-8c2189edb43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    },\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    }\n  ],\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    }\n  ],\n  \"threshold-template\": [\n    {\n      \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n      \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n      \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n      \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n      \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n      \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n      \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n      \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n      \"name\": \"?:\"\n    },\n    {\n      \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n      \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n      \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n      \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n      \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n      \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n      \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n      \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds","description":"<p>Threshold configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9ae96e6e-5dc9-43ab-9f8a-19bb74f7667a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    },\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    }\n  ],\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    }\n  ],\n  \"threshold-template\": [\n    {\n      \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n      \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n      \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n      \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n      \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n      \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n      \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n      \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n      \"name\": \"?:\"\n    },\n    {\n      \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n      \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n      \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n      \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n      \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n      \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n      \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n      \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d79ab6a8-5b28-46f0-9c8a-8c2189edb43a"},{"name":"GET - NodeID - bbf-fast - thresholds","id":"893eda5c-9f06-427a-92d0-0a2c1d041f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds?content=<string>","description":"<p>Threshold configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b4cb7cf9-d3ff-48a4-8019-9dc4312f45e6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      },\n      {\n        \"name\": \"?:\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:OwGS,u\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:P~V'\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:4\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:{TZ\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:|7H[\",\n        \"name\": \"?:%g\"\n      },\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:OwGS,u\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:P~V'\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:4\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:{TZ\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:|7H[\",\n        \"name\": \"?:%g\"\n      }\n    ]\n  }\n}"}],"_postman_id":"893eda5c-9f06-427a-92d0-0a2c1d041f2e"},{"name":"DELETE - NodeID - bbf-fast - thresholds","id":"02587968-edba-430a-a5ce-7a6a171ab274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds","description":"<p>Threshold configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b803cb79-ada6-44c6-b9cc-358c783d9362","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"02587968-edba-430a-a5ce-7a6a171ab274"},{"name":"PUT - NodeID - bbf-fast - thresholds","id":"3838c760-869d-4dda-b340-862e0450c929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      },\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      },\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds","description":"<p>Threshold configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"edbdbdf5-bba5-4628-8d6b-3bb74aaff012","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      },\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      },\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd5e52b5-0476-44fc-9c70-dcf5e2bee526","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      },\n      {\n        \"name\": \"?:{NH\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": 0,\n        \"loss-of-rmc-seconds-threshold\": 0,\n        \"unavailable-seconds-threshold\": \"0\",\n        \"full-initializations-threshold\": 0,\n        \"failed-initializations-threshold\": 0,\n        \"fast-initializations-threshold\": 0,\n        \"failed-fast-initializations-threshold\": 0,\n        \"spontaneous-interruptions-threshold\": 0\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:p5\",\n        \"code-violations-threshold\": \"0\",\n        \"uncorrectable-dtus-threshold\": \"0\",\n        \"retransmitted-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      },\n      {\n        \"ftu-o-15min-line-threshold-profile\": \"?:E\",\n        \"ftu-o-24hr-line-threshold-profile\": \"?:\",\n        \"ftu-r-15min-line-threshold-profile\": \"?:%\",\n        \"ftu-r-24hr-line-threshold-profile\": \"?:2\",\n        \"ftu-o-15min-channel-threshold-profile\": \"?:\",\n        \"ftu-o-24hr-channel-threshold-profile\": \"?:Z\",\n        \"ftu-r-15min-channel-threshold-profile\": \"?:I>8Ko+\",\n        \"ftu-r-24hr-channel-threshold-profile\": \"?:'m\",\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3838c760-869d-4dda-b340-862e0450c929"},{"name":"POST - NodeID - bbf-fast - line-threshold-profile","id":"ecab32f4-3348-4492-8dd4-551bc3303f48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"errored-seconds-threshold\": \"0\",\n  \"severely-errored-seconds-threshold\": \"0\",\n  \"loss-of-signal-seconds-threshold\": 0,\n  \"loss-of-rmc-seconds-threshold\": 0,\n  \"unavailable-seconds-threshold\": \"0\",\n  \"full-initializations-threshold\": 0,\n  \"failed-initializations-threshold\": 0,\n  \"fast-initializations-threshold\": 0,\n  \"failed-fast-initializations-threshold\": 0,\n  \"spontaneous-interruptions-threshold\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/line-threshold-profile=<string>","description":"<p>Profile defining thresholds for line specific\nperformance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","line-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d3556cd6-49d8-46fd-af1d-054c2b27fb86","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"errored-seconds-threshold\": \"0\",\n  \"severely-errored-seconds-threshold\": \"0\",\n  \"loss-of-signal-seconds-threshold\": 0,\n  \"loss-of-rmc-seconds-threshold\": 0,\n  \"unavailable-seconds-threshold\": \"0\",\n  \"full-initializations-threshold\": 0,\n  \"failed-initializations-threshold\": 0,\n  \"fast-initializations-threshold\": 0,\n  \"failed-fast-initializations-threshold\": 0,\n  \"spontaneous-interruptions-threshold\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/line-threshold-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ecab32f4-3348-4492-8dd4-551bc3303f48"},{"name":"GET - NodeID - bbf-fast - line-threshold-profile","id":"781d1ab7-b47c-4869-bafa-bf07e79b01c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/line-threshold-profile=<string>?content=<string>","description":"<p>Profile defining thresholds for line specific\nperformance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","line-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ae87a776-31f2-49a4-a0bc-7736694d84b1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/line-threshold-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","line-threshold-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    },\n    {\n      \"name\": \"?:\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    }\n  ]\n}"}],"_postman_id":"781d1ab7-b47c-4869-bafa-bf07e79b01c8"},{"name":"DELETE - NodeID - bbf-fast - line-threshold-profile","id":"0c9cce5b-490d-4699-94ac-6ffd4041d464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/line-threshold-profile=<string>","description":"<p>Profile defining thresholds for line specific\nperformance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","line-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ea2b89c6-21e4-4b68-9f55-eb9e162f0e1c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/line-threshold-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c9cce5b-490d-4699-94ac-6ffd4041d464"},{"name":"PUT - NodeID - bbf-fast - line-threshold-profile","id":"976ac4b3-ebd1-4120-bc57-42f5ea0b4745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    },\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/line-threshold-profile=<string>","description":"<p>Profile defining thresholds for line specific\nperformance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","line-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"28ce9f96-a06b-491d-9c5a-697df6f8b600","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    },\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/line-threshold-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"60d4e64c-4f43-4f39-ac4c-bdf88eb9ff2b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    },\n    {\n      \"name\": \"?:{NH\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": 0,\n      \"loss-of-rmc-seconds-threshold\": 0,\n      \"unavailable-seconds-threshold\": \"0\",\n      \"full-initializations-threshold\": 0,\n      \"failed-initializations-threshold\": 0,\n      \"fast-initializations-threshold\": 0,\n      \"failed-fast-initializations-threshold\": 0,\n      \"spontaneous-interruptions-threshold\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/line-threshold-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"976ac4b3-ebd1-4120-bc57-42f5ea0b4745"},{"name":"POST - NodeID - bbf-fast - channel-threshold-profile","id":"df09dc22-b2a7-4e95-a48f-da683f2345b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"code-violations-threshold\": \"0\",\n  \"uncorrectable-dtus-threshold\": \"0\",\n  \"retransmitted-dtus-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/channel-threshold-profile=<string>","description":"<p>Profile defining thresholds for bearer channel specific\nperformance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","channel-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c40308ed-bb26-41e2-890e-c50ff49d946b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"code-violations-threshold\": \"0\",\n  \"uncorrectable-dtus-threshold\": \"0\",\n  \"retransmitted-dtus-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/channel-threshold-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df09dc22-b2a7-4e95-a48f-da683f2345b3"},{"name":"GET - NodeID - bbf-fast - channel-threshold-profile","id":"2bb8a309-0326-4683-8c5b-633dee453fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/channel-threshold-profile=<string>?content=<string>","description":"<p>Profile defining thresholds for bearer channel specific\nperformance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","channel-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"24023e39-162b-4626-b97d-ff6f766de4aa","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/channel-threshold-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","channel-threshold-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"2bb8a309-0326-4683-8c5b-633dee453fb0"},{"name":"DELETE - NodeID - bbf-fast - channel-threshold-profile","id":"595eeed9-1cde-4b4d-afc5-f56984a1ea51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/channel-threshold-profile=<string>","description":"<p>Profile defining thresholds for bearer channel specific\nperformance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","channel-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a5c1389d-df9e-4bfe-9c60-9719f295e10a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/channel-threshold-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"595eeed9-1cde-4b4d-afc5-f56984a1ea51"},{"name":"PUT - NodeID - bbf-fast - channel-threshold-profile","id":"83d06630-770c-4853-9135-811444dc07c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/channel-threshold-profile=<string>","description":"<p>Profile defining thresholds for bearer channel specific\nperformance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","channel-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a41b5a6c-74ba-47cd-a444-d4d130972914","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/channel-threshold-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6728b48c-3a75-4e19-af64-09bac9f563dc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:p5\",\n      \"code-violations-threshold\": \"0\",\n      \"uncorrectable-dtus-threshold\": \"0\",\n      \"retransmitted-dtus-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/channel-threshold-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"83d06630-770c-4853-9135-811444dc07c7"},{"name":"POST - NodeID - bbf-fast - vectors","id":"986ab61d-3f52-4e10-a3ee-722b57878817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    },\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/threshold-template=<string>restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors","description":"<p>Vectors of profiles</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","threshold-template=<string>restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3f00e9f2-a899-412a-9fe4-c9af58805b05","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    },\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/threshold-template=<string>restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"986ab61d-3f52-4e10-a3ee-722b57878817"},{"name":"GET - NodeID - bbf-fast - vectors","id":"138da70c-1215-4494-a64e-d057d6b2ff1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/threshold-template=<string>restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors?content=<string>","description":"<p>Vectors of profiles</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","threshold-template=<string>restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"67db5fc0-8448-4ce7-92f3-0e3abe3083c7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/threshold-template=<string>restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","threshold-template=<string>restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"time-division-duplexing-profile\": \"?:yyC\",\n        \"downstream-data-rate-profile\": \"?:D,\",\n        \"upstream-data-rate-profile\": \"?:\",\n        \"low-power-data-rate-profile\": \"?:m\",\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?:4v\",\n        \"noise-margin-profile\": \"?:w\",\n        \"fast-rate-adaptation-profile\": \"?:NTJb\",\n        \"retransmission-profile\": \"?:'h/\",\n        \"fast-retrain-policy-profile\": \"?:W~@\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:'$:\"\n      },\n      {\n        \"time-division-duplexing-profile\": \"?:yyC\",\n        \"downstream-data-rate-profile\": \"?:D,\",\n        \"upstream-data-rate-profile\": \"?:\",\n        \"low-power-data-rate-profile\": \"?:m\",\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?:4v\",\n        \"noise-margin-profile\": \"?:w\",\n        \"fast-rate-adaptation-profile\": \"?:NTJb\",\n        \"retransmission-profile\": \"?:'h/\",\n        \"fast-retrain-policy-profile\": \"?:W~@\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:'$:\"\n      }\n    ]\n  }\n}"}],"_postman_id":"138da70c-1215-4494-a64e-d057d6b2ff1b"},{"name":"DELETE - NodeID - bbf-fast - vectors","id":"9cec0d6a-80f3-48f4-82df-2c91e7e71762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/threshold-template=<string>restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors","description":"<p>Vectors of profiles</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","threshold-template=<string>restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"489959a1-b8cf-474a-bd5d-0ef31b37fcf1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/threshold-template=<string>restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9cec0d6a-80f3-48f4-82df-2c91e7e71762"},{"name":"PUT - NodeID - bbf-fast - vectors","id":"fa1c69eb-5a1d-41e5-be72-78257dd139d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      },\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/threshold-template=<string>restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors","description":"<p>Vectors of profiles</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","thresholds","threshold-template=<string>restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0836d1ca-05c8-4533-8f8e-3b500fc0bce5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      },\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/threshold-template=<string>restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"34f38789-2d17-4dfe-bc79-680b4731cd60","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      },\n      {\n        \"time-division-duplexing-profile\": \"?:h+\",\n        \"downstream-data-rate-profile\": \"?:@7.^\",\n        \"upstream-data-rate-profile\": \"?:6\",\n        \"low-power-data-rate-profile\": \"?:_#({R%=\",\n        \"line-spectrum-profile\": \"?:pwu\",\n        \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n        \"radio-frequency-interference-profile\": \"?:)F\",\n        \"noise-margin-profile\": \"?:nj\",\n        \"fast-rate-adaptation-profile\": \"?:jz\",\n        \"retransmission-profile\": \"?:'^%rCq\",\n        \"fast-retrain-policy-profile\": \"?:(I\",\n        \"vectoring-profile\": \"?:Q_{\",\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/thresholds/threshold-template=<string>restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa1c69eb-5a1d-41e5-be72-78257dd139d2"},{"name":"POST - NodeID - bbf-fast - line-config-vector","id":"7ce4fbc0-b374-4964-b8a1-b3e63f5aeec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"time-division-duplexing-profile\": \"?:h+\",\n  \"downstream-data-rate-profile\": \"?:@7.^\",\n  \"upstream-data-rate-profile\": \"?:6\",\n  \"low-power-data-rate-profile\": \"?:_#({R%=\",\n  \"line-spectrum-profile\": \"?:pwu\",\n  \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n  \"radio-frequency-interference-profile\": \"?:)F\",\n  \"noise-margin-profile\": \"?:nj\",\n  \"fast-rate-adaptation-profile\": \"?:jz\",\n  \"retransmission-profile\": \"?:'^%rCq\",\n  \"fast-retrain-policy-profile\": \"?:(I\",\n  \"vectoring-profile\": \"?:Q_{\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors/line-config-vector=<string>","description":"<p>A list of line configuration vectors aka vector of profiles\n(VoP).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors","line-config-vector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"082eaa75-605b-44da-a728-731c7262d3c8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"time-division-duplexing-profile\": \"?:h+\",\n  \"downstream-data-rate-profile\": \"?:@7.^\",\n  \"upstream-data-rate-profile\": \"?:6\",\n  \"low-power-data-rate-profile\": \"?:_#({R%=\",\n  \"line-spectrum-profile\": \"?:pwu\",\n  \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n  \"radio-frequency-interference-profile\": \"?:)F\",\n  \"noise-margin-profile\": \"?:nj\",\n  \"fast-rate-adaptation-profile\": \"?:jz\",\n  \"retransmission-profile\": \"?:'^%rCq\",\n  \"fast-retrain-policy-profile\": \"?:(I\",\n  \"vectoring-profile\": \"?:Q_{\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors/line-config-vector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ce4fbc0-b374-4964-b8a1-b3e63f5aeec3"},{"name":"GET - NodeID - bbf-fast - line-config-vector","id":"31b35e8e-0d2e-4eef-a15b-1c56c8d602b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors/line-config-vector=<string>?content=<string>","description":"<p>A list of line configuration vectors aka vector of profiles\n(VoP).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors","line-config-vector=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"08abf04a-22af-4969-ae60-472e4ad7ff22","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors/line-config-vector=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors","line-config-vector=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line-config-vector\": [\n    {\n      \"time-division-duplexing-profile\": \"?:yyC\",\n      \"downstream-data-rate-profile\": \"?:D,\",\n      \"upstream-data-rate-profile\": \"?:\",\n      \"low-power-data-rate-profile\": \"?:m\",\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:4v\",\n      \"noise-margin-profile\": \"?:w\",\n      \"fast-rate-adaptation-profile\": \"?:NTJb\",\n      \"retransmission-profile\": \"?:'h/\",\n      \"fast-retrain-policy-profile\": \"?:W~@\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:'$:\"\n    },\n    {\n      \"time-division-duplexing-profile\": \"?:yyC\",\n      \"downstream-data-rate-profile\": \"?:D,\",\n      \"upstream-data-rate-profile\": \"?:\",\n      \"low-power-data-rate-profile\": \"?:m\",\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:4v\",\n      \"noise-margin-profile\": \"?:w\",\n      \"fast-rate-adaptation-profile\": \"?:NTJb\",\n      \"retransmission-profile\": \"?:'h/\",\n      \"fast-retrain-policy-profile\": \"?:W~@\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:'$:\"\n    }\n  ]\n}"}],"_postman_id":"31b35e8e-0d2e-4eef-a15b-1c56c8d602b0"},{"name":"DELETE - NodeID - bbf-fast - line-config-vector","id":"e4d168c3-e13b-45a1-bf5e-2005be2c7ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors/line-config-vector=<string>","description":"<p>A list of line configuration vectors aka vector of profiles\n(VoP).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors","line-config-vector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"59b66e22-7e28-40f3-889b-8007fbf553c4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors/line-config-vector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4d168c3-e13b-45a1-bf5e-2005be2c7ce9"},{"name":"PUT - NodeID - bbf-fast - line-config-vector","id":"a5daa56d-819c-4d33-9df5-58bb13d76670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    },\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors/line-config-vector=<string>","description":"<p>A list of line configuration vectors aka vector of profiles\n(VoP).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-fast:fast","vectors","line-config-vector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"834156df-3fef-4463-bd28-bca135d9c76c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    },\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors/line-config-vector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0229021b-1b38-4274-83bc-485e2e544d60","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    },\n    {\n      \"time-division-duplexing-profile\": \"?:h+\",\n      \"downstream-data-rate-profile\": \"?:@7.^\",\n      \"upstream-data-rate-profile\": \"?:6\",\n      \"low-power-data-rate-profile\": \"?:_#({R%=\",\n      \"line-spectrum-profile\": \"?:pwu\",\n      \"upstream-power-back-off-profile\": \"?:4riL(_*\",\n      \"radio-frequency-interference-profile\": \"?:)F\",\n      \"noise-margin-profile\": \"?:nj\",\n      \"fast-rate-adaptation-profile\": \"?:jz\",\n      \"retransmission-profile\": \"?:'^%rCq\",\n      \"fast-retrain-policy-profile\": \"?:(I\",\n      \"vectoring-profile\": \"?:Q_{\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-fast:fast/vectors/line-config-vector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5daa56d-819c-4d33-9df5-58bb13d76670"}],"id":"367134fe-ff29-43c7-b5f8-fb5ca15ca1f9","description":"<p>All standardized parameters for G.fast configuration, status monitoring, performance management, testing and diagnostics.</p>\n","_postman_id":"367134fe-ff29-43c7-b5f8-fb5ca15ca1f9"},{"name":"mounted NodeID bbf-ghs","item":[{"name":"POST - NodeID - bbf-ghs - ghs","id":"b6fe987f-2540-4885-b5ef-39e251178078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"profiles\": {\n    \"handshake-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs","description":"<p>G.handshake(G.hs) configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"02f25e8c-f9f4-4b35-85dc-4fd6db9e8d86","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"profiles\": {\n    \"handshake-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6fe987f-2540-4885-b5ef-39e251178078"},{"name":"GET - NodeID - bbf-ghs - ghs","id":"fea772a2-28b6-4cf0-b3a3-b0b4a17b44f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs?content=<string>","description":"<p>G.handshake(G.hs) configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bc7f31d4-d5f1-48c3-a829-f0dd39e2e45f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ghs\": {\n    \"profiles\": {\n      \"handshake-profile\": [\n        {\n          \"name\": \"?:Y\",\n          \"downstream\": {\n            \"sub-carrier-maximum-psd-level\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:Y\",\n          \"downstream\": {\n            \"sub-carrier-maximum-psd-level\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"fea772a2-28b6-4cf0-b3a3-b0b4a17b44f7"},{"name":"DELETE - NodeID - bbf-ghs - ghs","id":"39990682-9190-4898-8424-fdcf1338b295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs","description":"<p>G.handshake(G.hs) configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"60cdaea9-2dda-4e22-9c6b-1292e0b891de","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"39990682-9190-4898-8424-fdcf1338b295"},{"name":"PUT - NodeID - bbf-ghs - ghs","id":"5f34e422-0436-4297-8847-3afb38f7afb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ghs\": {\n    \"profiles\": {\n      \"handshake-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"sub-carrier-maximum-psd-level\": {\n              \"maxpsd\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"sub-carrier-maximum-psd-level\": {\n              \"maxpsd\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs","description":"<p>G.handshake(G.hs) configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"12c2255b-695f-4326-988f-47b04c3b0de6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ghs\": {\n    \"profiles\": {\n      \"handshake-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"sub-carrier-maximum-psd-level\": {\n              \"maxpsd\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"sub-carrier-maximum-psd-level\": {\n              \"maxpsd\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8465868d-71ab-4c63-80b7-3d78acb959f9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ghs\": {\n    \"profiles\": {\n      \"handshake-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"sub-carrier-maximum-psd-level\": {\n              \"maxpsd\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"sub-carrier-maximum-psd-level\": {\n              \"maxpsd\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f34e422-0436-4297-8847-3afb38f7afb7"},{"name":"POST - NodeID - bbf-ghs - profiles","id":"f160b7c2-e23a-49e9-90a2-4bf505012de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"handshake-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles","description":"<p>Configuration profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe74b964-4f1e-4d72-be8d-4b3b6e000f03","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"handshake-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f160b7c2-e23a-49e9-90a2-4bf505012de6"},{"name":"GET - NodeID - bbf-ghs - profiles","id":"bb026a6a-11a3-426e-9790-aeb5a5cea0f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles?content=<string>","description":"<p>Configuration profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d3c1e0fc-db12-4c2a-bd04-eb47b2cbc2a3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"profiles\": {\n    \"handshake-profile\": [\n      {\n        \"name\": \"?:Y\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:Y\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"bb026a6a-11a3-426e-9790-aeb5a5cea0f1"},{"name":"DELETE - NodeID - bbf-ghs - profiles","id":"c40b2a5f-21cb-41da-b883-509c68d7d1a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles","description":"<p>Configuration profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"71a2a138-c203-4b69-84eb-885eac20e2dd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c40b2a5f-21cb-41da-b883-509c68d7d1a3"},{"name":"PUT - NodeID - bbf-ghs - profiles","id":"820cbe26-17e8-4eac-a89b-a4b1395ded51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"profiles\": {\n    \"handshake-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles","description":"<p>Configuration profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"392605c6-e8ec-4c9b-89e5-4eb669ae06df","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"profiles\": {\n    \"handshake-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f42d0606-bb9c-459b-a37c-96fbbb74f8d5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"profiles\": {\n    \"handshake-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"sub-carrier-maximum-psd-level\": {\n            \"maxpsd\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"820cbe26-17e8-4eac-a89b-a4b1395ded51"},{"name":"POST - NodeID - bbf-ghs - handshake-profile","id":"4c9da5fa-b47a-469a-b97d-4e47a1ddb4c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sub-carrier-maximum-psd-level\": {\n      \"maxpsd\": [\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        },\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>","description":"<p>A list of handshake profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"408fd5f9-dee5-4257-8ee3-bdc39632550d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sub-carrier-maximum-psd-level\": {\n      \"maxpsd\": [\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        },\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c9da5fa-b47a-469a-b97d-4e47a1ddb4c6"},{"name":"GET - NodeID - bbf-ghs - handshake-profile","id":"41198ab9-1e81-4d20-b789-3a4adfd1b05c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>?content=<string>","description":"<p>A list of handshake profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1e9a2bbd-42b2-4ab8-a3d6-1fd978566f6a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"handshake-profile\": [\n    {\n      \"name\": \"?:Y\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"name\": \"?:Y\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"41198ab9-1e81-4d20-b789-3a4adfd1b05c"},{"name":"DELETE - NodeID - bbf-ghs - handshake-profile","id":"a6d36a45-2215-400c-86a6-e32fb057f632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>","description":"<p>A list of handshake profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b7cfe117-d3c0-47b4-a592-26248b36ce35","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6d36a45-2215-400c-86a6-e32fb057f632"},{"name":"PUT - NodeID - bbf-ghs - handshake-profile","id":"4eb062b8-f2f2-45db-b62a-262c6db13f6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"handshake-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>","description":"<p>A list of handshake profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"61aea244-e96f-405a-ac1a-9c85f585d9da","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"handshake-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c2e4f25f-41ba-4417-94d6-cc3e54cccb15","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"handshake-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"sub-carrier-maximum-psd-level\": {\n          \"maxpsd\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4eb062b8-f2f2-45db-b62a-262c6db13f6d"},{"name":"POST - NodeID - bbf-ghs - downstream","id":"d24bb367-c6d7-4186-b15d-83f3ddb98995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sub-carrier-maximum-psd-level\": {\n    \"maxpsd\": [\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      },\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream","description":"<p>Parameters associated with the downstream direction</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fa939384-db41-4099-8e30-37aa905ae347","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sub-carrier-maximum-psd-level\": {\n    \"maxpsd\": [\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      },\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d24bb367-c6d7-4186-b15d-83f3ddb98995"},{"name":"GET - NodeID - bbf-ghs - downstream","id":"57b9f270-994d-47e3-a327-8a457de83a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream?content=<string>","description":"<p>Parameters associated with the downstream direction</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9adab8ce-7302-48b7-9851-9ae8baec4550","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"sub-carrier-maximum-psd-level\": {\n      \"maxpsd\": [\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        },\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"57b9f270-994d-47e3-a327-8a457de83a73"},{"name":"DELETE - NodeID - bbf-ghs - downstream","id":"8ddca5cd-5cc9-4e20-950b-87b0fbc1049c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream","description":"<p>Parameters associated with the downstream direction</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7648459e-59f7-4756-8103-236465c30a57","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ddca5cd-5cc9-4e20-950b-87b0fbc1049c"},{"name":"PUT - NodeID - bbf-ghs - downstream","id":"a8a2965f-ea33-46d4-81a5-0da450838f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sub-carrier-maximum-psd-level\": {\n      \"maxpsd\": [\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        },\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream","description":"<p>Parameters associated with the downstream direction</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0aedc4a1-d1cf-4160-96b1-989089a53831","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sub-carrier-maximum-psd-level\": {\n      \"maxpsd\": [\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        },\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"29e34c91-0a77-4702-bbee-36708df20fde","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sub-carrier-maximum-psd-level\": {\n      \"maxpsd\": [\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        },\n        {\n          \"sub-carrier-index\": 12,\n          \"psd-level\": \"0\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8a2965f-ea33-46d4-81a5-0da450838f73"},{"name":"POST - NodeID - bbf-ghs - sub-carrier-maximum-psd-level","id":"1e5f9fe1-80ec-43ae-9873-1156e3840fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maxpsd\": [\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    },\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level","description":"<p>Defines the maximum transmit PSD level for each individual\nG.hs carrier frequency index N in the downstream direction.\nThe PSD level (in dBm/Hz) is calculated as the tone power\naveraged over a 4.3125 kHz bandwidth.</p>\n<p>The range supported is from -98.5 to -40 dBm/Hz, with 0.5\ndB steps. If the value is set to -99 (118), then the\ncarrier shall not be transmitted.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a1f3b682-e69b-49d7-8a4c-ab649a82f3e6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maxpsd\": [\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    },\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1e5f9fe1-80ec-43ae-9873-1156e3840fad"},{"name":"GET - NodeID - bbf-ghs - sub-carrier-maximum-psd-level","id":"b49eb916-b071-4587-87ba-fd48f75b3a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level?content=<string>","description":"<p>Defines the maximum transmit PSD level for each individual\nG.hs carrier frequency index N in the downstream direction.\nThe PSD level (in dBm/Hz) is calculated as the tone power\naveraged over a 4.3125 kHz bandwidth.</p>\n<p>The range supported is from -98.5 to -40 dBm/Hz, with 0.5\ndB steps. If the value is set to -99 (118), then the\ncarrier shall not be transmitted.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2447e69b-31a5-4498-9099-9a307fca0bfe","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sub-carrier-maximum-psd-level\": {\n    \"maxpsd\": [\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      },\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      }\n    ]\n  }\n}"}],"_postman_id":"b49eb916-b071-4587-87ba-fd48f75b3a99"},{"name":"DELETE - NodeID - bbf-ghs - sub-carrier-maximum-psd-level","id":"404c2441-d40e-4484-b756-a70cb51c9a00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level","description":"<p>Defines the maximum transmit PSD level for each individual\nG.hs carrier frequency index N in the downstream direction.\nThe PSD level (in dBm/Hz) is calculated as the tone power\naveraged over a 4.3125 kHz bandwidth.</p>\n<p>The range supported is from -98.5 to -40 dBm/Hz, with 0.5\ndB steps. If the value is set to -99 (118), then the\ncarrier shall not be transmitted.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1cfa5ee0-4377-4057-891b-12ed7f30d84b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"404c2441-d40e-4484-b756-a70cb51c9a00"},{"name":"PUT - NodeID - bbf-ghs - sub-carrier-maximum-psd-level","id":"f9db1770-7a11-4331-8477-68f8d875efc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sub-carrier-maximum-psd-level\": {\n    \"maxpsd\": [\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      },\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level","description":"<p>Defines the maximum transmit PSD level for each individual\nG.hs carrier frequency index N in the downstream direction.\nThe PSD level (in dBm/Hz) is calculated as the tone power\naveraged over a 4.3125 kHz bandwidth.</p>\n<p>The range supported is from -98.5 to -40 dBm/Hz, with 0.5\ndB steps. If the value is set to -99 (118), then the\ncarrier shall not be transmitted.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e10f6438-cc6a-4551-b5cd-90a4ff95f9a2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sub-carrier-maximum-psd-level\": {\n    \"maxpsd\": [\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      },\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ec3f8771-6fe4-4c13-b618-bef2b356c3a8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sub-carrier-maximum-psd-level\": {\n    \"maxpsd\": [\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      },\n      {\n        \"sub-carrier-index\": 12,\n        \"psd-level\": \"0\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9db1770-7a11-4331-8477-68f8d875efc3"},{"name":"POST - NodeID - bbf-ghs - maxpsd","id":"a731e507-2026-41e5-b37b-0595ceb0d062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level/maxpsd=<string>","description":"<p>List of maximum PSD levels per carrier with frequency\nindex, N</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level","maxpsd=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"488764a5-42ea-493e-8811-10025a082707","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level/maxpsd=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a731e507-2026-41e5-b37b-0595ceb0d062"},{"name":"GET - NodeID - bbf-ghs - maxpsd","id":"1059cef0-ccf9-4365-8c6f-bda11db8293c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level/maxpsd=<string>?content=<string>","description":"<p>List of maximum PSD levels per carrier with frequency\nindex, N</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level","maxpsd=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0f7f2e4d-3d5f-4d40-aff9-306b13a03f1e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level/maxpsd=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level","maxpsd=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"maxpsd\": [\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    },\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"1059cef0-ccf9-4365-8c6f-bda11db8293c"},{"name":"DELETE - NodeID - bbf-ghs - maxpsd","id":"cb456a27-4971-4fcf-921a-375ef2d6afbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level/maxpsd=<string>","description":"<p>List of maximum PSD levels per carrier with frequency\nindex, N</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level","maxpsd=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"476b5f41-25a1-4d08-8253-9db609d1dbd1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level/maxpsd=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb456a27-4971-4fcf-921a-375ef2d6afbe"},{"name":"PUT - NodeID - bbf-ghs - maxpsd","id":"852218ca-b757-41ec-b242-74f54a8d98f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maxpsd\": [\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    },\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level/maxpsd=<string>","description":"<p>List of maximum PSD levels per carrier with frequency\nindex, N</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-ghs:ghs","profiles","handshake-profile=<string>","downstream","sub-carrier-maximum-psd-level","maxpsd=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"894874f3-7f3d-407b-ae69-56a832eb3856","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"maxpsd\": [\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    },\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level/maxpsd=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"75b460f6-ce29-48fa-b6ad-0c04e7763ba5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"maxpsd\": [\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    },\n    {\n      \"sub-carrier-index\": 12,\n      \"psd-level\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-ghs:ghs/profiles/handshake-profile=<string>/downstream/sub-carrier-maximum-psd-level/maxpsd=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"852218ca-b757-41ec-b242-74f54a8d98f0"}],"id":"dcadcbfe-9d29-4b03-9cbd-9eebb672009a","description":"<p>Standard parameters for G.fast startup and \"handshaking\" for G.fast or VDSL.</p>\n","_postman_id":"dcadcbfe-9d29-4b03-9cbd-9eebb672009a"},{"name":"mounted NodeID bbf-hardware-rpf","item":[{"name":"POST - NodeID - bbf-hardware-rpf - rpf","id":"8957d7b5-ca62-4b93-8e92-344936542bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"near-end-system\": {\n    \"dying-gasp-udp-port\": 0,\n    \"enable\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf","description":"<p>System level configuration of Reverse Power Feeding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"41da8025-9637-4b38-9429-2dac6f82543b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"near-end-system\": {\n    \"dying-gasp-udp-port\": 0,\n    \"enable\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8957d7b5-ca62-4b93-8e92-344936542bf2"},{"name":"GET - NodeID - bbf-hardware-rpf - rpf","id":"f4030fdc-58e3-4b71-b5f4-2e5cfa4d49b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf?content=<string>","description":"<p>System level configuration of Reverse Power Feeding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"992c502e-3bde-4cbf-a6a6-455186fc9bd6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rpf\": {\n    \"near-end-system\": {\n      \"dying-gasp-udp-port\": 0,\n      \"enable\": true\n    }\n  }\n}"}],"_postman_id":"f4030fdc-58e3-4b71-b5f4-2e5cfa4d49b1"},{"name":"DELETE - NodeID - bbf-hardware-rpf - rpf","id":"5e202682-bb06-4f7c-a33f-1db79a5c0a64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf","description":"<p>System level configuration of Reverse Power Feeding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"99fb08a5-f8a6-4db8-965c-b9d443b487b9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e202682-bb06-4f7c-a33f-1db79a5c0a64"},{"name":"PUT - NodeID - bbf-hardware-rpf - rpf","id":"fccd65ef-10cb-41cc-9315-609457f24be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rpf\": {\n    \"near-end-system\": {\n      \"dying-gasp-udp-port\": 0,\n      \"enable\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf","description":"<p>System level configuration of Reverse Power Feeding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"55e527b3-97c7-4708-ba50-7fe64a1be6ec","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rpf\": {\n    \"near-end-system\": {\n      \"dying-gasp-udp-port\": 0,\n      \"enable\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"69a910ca-fe99-45b7-beb6-d12651a65972","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rpf\": {\n    \"near-end-system\": {\n      \"dying-gasp-udp-port\": 0,\n      \"enable\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fccd65ef-10cb-41cc-9315-609457f24be6"},{"name":"POST - NodeID - bbf-hardware-rpf - near-end-system","id":"fa7455c6-c7df-4fd8-9055-2c326b2a623c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dying-gasp-udp-port\": 0,\n  \"enable\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf/near-end-system","description":"<p>System configuration associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf","near-end-system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b5043047-1810-4abb-bfec-c9fe34c399e8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dying-gasp-udp-port\": 0,\n  \"enable\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf/near-end-system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa7455c6-c7df-4fd8-9055-2c326b2a623c"},{"name":"GET - NodeID - bbf-hardware-rpf - near-end-system","id":"44191255-305c-4219-bd5f-4ba89335a433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf/near-end-system?content=<string>","description":"<p>System configuration associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf","near-end-system"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cebe5bed-a4b8-4a84-8370-0905e2d3a5f1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf/near-end-system?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf","near-end-system"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"near-end-system\": {\n    \"dying-gasp-udp-port\": 0,\n    \"enable\": true\n  }\n}"}],"_postman_id":"44191255-305c-4219-bd5f-4ba89335a433"},{"name":"DELETE - NodeID - bbf-hardware-rpf - near-end-system","id":"f2693f74-1fdd-4947-b7ff-95ef51224f9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf/near-end-system","description":"<p>System configuration associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf","near-end-system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fa0786e3-c026-4a6b-96bb-2f2ed713773b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf/near-end-system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2693f74-1fdd-4947-b7ff-95ef51224f9f"},{"name":"PUT - NodeID - bbf-hardware-rpf - near-end-system","id":"e0c0444d-7867-45cf-8e35-a5dc298c1e1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"near-end-system\": {\n    \"dying-gasp-udp-port\": 0,\n    \"enable\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf/near-end-system","description":"<p>System configuration associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-hardware-rpf:rpf","near-end-system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"72f82fce-1bff-4b7e-8331-e350cc6be901","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"near-end-system\": {\n    \"dying-gasp-udp-port\": 0,\n    \"enable\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf/near-end-system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"85716d40-0075-487a-a413-15bd6b68390d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"near-end-system\": {\n    \"dying-gasp-udp-port\": 0,\n    \"enable\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-hardware-rpf:rpf/near-end-system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0c0444d-7867-45cf-8e35-a5dc298c1e1b"}],"id":"1d551b18-2a01-489d-8efe-285c61a62dd7","description":"<p>This Technical Report defines YANG data models for the management of Broadband Forum<br />specified access network equipment used across many deployment scenarios. Broadband Forumspecified access network equipment comprises Access Nodes and FTTdp DPUs. There is no<br />assumption for BBF YANG modules to apply globally, e.g. to apply to access network equipment<br />other than BBF Access Nodes and FTTdp DPUs, or to apply to core network equipment.</p>\n<p><img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/bbf-hardware.png\" alt /></p>\n","_postman_id":"1d551b18-2a01-489d-8efe-285c61a62dd7"},{"name":"mounted NodeID bbf-l2-dhcpv4-relay","item":[{"name":"POST - NodeID - bbf-l2-dhcpv4-relay - l2-dhcpv4-relay-profiles","id":"75b6a04b-566d-4ec1-8818-5a2aa14c15e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","description":"<p>L2 DHCPv4 Relay Agent configuration profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0bf6c459-7703-4990-9885-5fbdf8dd0310","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75b6a04b-566d-4ec1-8818-5a2aa14c15e6"},{"name":"GET - NodeID - bbf-l2-dhcpv4-relay - l2-dhcpv4-relay-profiles","id":"7dc91010-ce46-46b0-8a89-e0839629fda6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles?content=<string>","description":"<p>L2 DHCPv4 Relay Agent configuration profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a0f87e87-c82d-46f3-a984-5d26521e9970","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"l2-dhcpv4-relay-profiles\": {\n    \"l2-dhcpv4-relay-profile\": [\n      {\n        \"name\": \"?:t!\",\n        \"max-packet-size\": 1500,\n        \"option82-format\": {\n          \"suboptions\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-suboptions\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      },\n      {\n        \"name\": \"?:t!\",\n        \"max-packet-size\": 1500,\n        \"option82-format\": {\n          \"suboptions\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-suboptions\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"7dc91010-ce46-46b0-8a89-e0839629fda6"},{"name":"DELETE - NodeID - bbf-l2-dhcpv4-relay - l2-dhcpv4-relay-profiles","id":"ec5efb64-10f0-4622-854d-4f030cea752e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","description":"<p>L2 DHCPv4 Relay Agent configuration profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"467a98c4-0eef-4056-bddc-a1d392af9830","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec5efb64-10f0-4622-854d-4f030cea752e"},{"name":"PUT - NodeID - bbf-l2-dhcpv4-relay - l2-dhcpv4-relay-profiles","id":"ee9669f7-9cc2-4276-b188-0352dcb59c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay-profiles\": {\n    \"l2-dhcpv4-relay-profile\": [\n      {\n        \"name\": \"?:\",\n        \"max-packet-size\": 1500,\n        \"option82-format\": {\n          \"suboptions\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-suboptions\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"max-packet-size\": 1500,\n        \"option82-format\": {\n          \"suboptions\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-suboptions\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","description":"<p>L2 DHCPv4 Relay Agent configuration profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0853c3f2-7984-4aad-975d-d938bbe1abf1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay-profiles\": {\n    \"l2-dhcpv4-relay-profile\": [\n      {\n        \"name\": \"?:\",\n        \"max-packet-size\": 1500,\n        \"option82-format\": {\n          \"suboptions\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-suboptions\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"max-packet-size\": 1500,\n        \"option82-format\": {\n          \"suboptions\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-suboptions\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e7ef6d4a-9d98-4c5a-879e-bc527195d642","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay-profiles\": {\n    \"l2-dhcpv4-relay-profile\": [\n      {\n        \"name\": \"?:\",\n        \"max-packet-size\": 1500,\n        \"option82-format\": {\n          \"suboptions\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-suboptions\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"max-packet-size\": 1500,\n        \"option82-format\": {\n          \"suboptions\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-suboptions\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee9669f7-9cc2-4276-b188-0352dcb59c22"},{"name":"POST - NodeID - bbf-l2-dhcpv4-relay - l2-dhcpv4-relay-profile","id":"273f9ed6-124a-4b77-9195-c38f3b552845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"max-packet-size\": 1500,\n  \"option82-format\": {\n    \"suboptions\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-suboptions\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>","description":"<p>List containing the parameters for L2 DHCPv4 Relay Agent\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a661229c-b657-49f8-9b30-faccf34b3bd2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"max-packet-size\": 1500,\n  \"option82-format\": {\n    \"suboptions\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-suboptions\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"273f9ed6-124a-4b77-9195-c38f3b552845"},{"name":"GET - NodeID - bbf-l2-dhcpv4-relay - l2-dhcpv4-relay-profile","id":"a9d5eb9a-18f1-4de4-a644-c3914e3b5cff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>?content=<string>","description":"<p>List containing the parameters for L2 DHCPv4 Relay Agent\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dc206e3f-eff1-4dd3-a806-529f67f912ea","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"l2-dhcpv4-relay-profile\": [\n    {\n      \"name\": \"?:t!\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:t!\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}"}],"_postman_id":"a9d5eb9a-18f1-4de4-a644-c3914e3b5cff"},{"name":"DELETE - NodeID - bbf-l2-dhcpv4-relay - l2-dhcpv4-relay-profile","id":"ee534d8e-1bfb-43e3-b9f2-fd6ea9b473b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>","description":"<p>List containing the parameters for L2 DHCPv4 Relay Agent\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c9f7f9ec-672a-4744-a7a1-26aa0f21400e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee534d8e-1bfb-43e3-b9f2-fd6ea9b473b5"},{"name":"PUT - NodeID - bbf-l2-dhcpv4-relay - l2-dhcpv4-relay-profile","id":"4fdb6759-321b-44c2-acc6-4324f408ef57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>","description":"<p>List containing the parameters for L2 DHCPv4 Relay Agent\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"99c43f92-8467-482e-aedd-c721cb6e0a56","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"537c0da3-e614-449c-bedc-719079cac3ae","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"max-packet-size\": 1500,\n      \"option82-format\": {\n        \"suboptions\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-suboptions\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4fdb6759-321b-44c2-acc6-4324f408ef57"},{"name":"POST - NodeID - bbf-l2-dhcpv4-relay - option82-format","id":"88c0df05-b600-47a5-8037-74bfea640020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"suboptions\": [\n    \"circuit-id\"\n  ],\n  \"default-circuit-id-syntax\": \"\",\n  \"default-remote-id-syntax\": \"\",\n  \"access-loop-suboptions\": \"\",\n  \"start-numbering-from-zero\": false,\n  \"use-leading-zeroes\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>/option82-format","description":"<p>Contains information that needs to be filled\nin option 82</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>","option82-format"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4601d66a-3114-47c8-8755-0c3e3fa36e61","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"suboptions\": [\n    \"circuit-id\"\n  ],\n  \"default-circuit-id-syntax\": \"\",\n  \"default-remote-id-syntax\": \"\",\n  \"access-loop-suboptions\": \"\",\n  \"start-numbering-from-zero\": false,\n  \"use-leading-zeroes\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>/option82-format"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88c0df05-b600-47a5-8037-74bfea640020"},{"name":"GET - NodeID - bbf-l2-dhcpv4-relay - option82-format","id":"b4591ef8-ed5b-4b24-ac3d-ed3f8d530873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>/option82-format?content=<string>","description":"<p>Contains information that needs to be filled\nin option 82</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>","option82-format"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5d44978c-9389-4ef2-bde9-a8a11237d16e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>/option82-format?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>","option82-format"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"option82-format\": {\n    \"suboptions\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-suboptions\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}"}],"_postman_id":"b4591ef8-ed5b-4b24-ac3d-ed3f8d530873"},{"name":"DELETE - NodeID - bbf-l2-dhcpv4-relay - option82-format","id":"d4e1aca2-d337-4c3c-8ef8-2bf6b680e938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>/option82-format","description":"<p>Contains information that needs to be filled\nin option 82</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>","option82-format"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1e93992c-21a5-418f-a87b-db0a4007529d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>/option82-format"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d4e1aca2-d337-4c3c-8ef8-2bf6b680e938"},{"name":"PUT - NodeID - bbf-l2-dhcpv4-relay - option82-format","id":"86204e69-d1b4-4587-bbb5-09553cf2225c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"option82-format\": {\n    \"suboptions\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-suboptions\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>/option82-format","description":"<p>Contains information that needs to be filled\nin option 82</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles","l2-dhcpv4-relay-profile=<string>","option82-format"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bcb7209f-7db3-4275-aed9-e8039a0e0bc5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"option82-format\": {\n    \"suboptions\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-suboptions\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>/option82-format"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"695ab03e-9b2f-4cc8-bc0c-b3cc42f012c8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"option82-format\": {\n    \"suboptions\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-suboptions\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay-profiles/l2-dhcpv4-relay-profile=<string>/option82-format"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"86204e69-d1b4-4587-bbb5-09553cf2225c"}],"id":"bda2b17b-a7b2-439a-b5f3-3861340e0ac6","_postman_id":"bda2b17b-a7b2-439a-b5f3-3861340e0ac6","description":""},{"name":"mounted NodeID bbf-l2-forwarding","item":[{"name":"POST - NodeID - bbf-l2-forwarding - forwarding","id":"78ccbbfa-f830-44d9-8279-4903c135f467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarders\": {\n    \"forwarder\": [\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  },\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": [\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"forwarding-databases\": {\n    \"forwarding-database\": [\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      },\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      }\n    ],\n    \"remove-mac-addresses-from-port-down\": false\n  },\n  \"flooding-policies-profiles\": {\n    \"flooding-policies-profile\": [\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  },\n  \"mac-learning-control-profiles\": {\n    \"mac-learning-control-profile\": [\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding","description":"<p>Configuration nodes associated with layer 2 forwarding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cec331d3-adc4-44b3-a854-f979c0a88096","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarders\": {\n    \"forwarder\": [\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  },\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": [\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"forwarding-databases\": {\n    \"forwarding-database\": [\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      },\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      }\n    ],\n    \"remove-mac-addresses-from-port-down\": false\n  },\n  \"flooding-policies-profiles\": {\n    \"flooding-policies-profile\": [\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  },\n  \"mac-learning-control-profiles\": {\n    \"mac-learning-control-profile\": [\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78ccbbfa-f830-44d9-8279-4903c135f467"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarding","id":"24419d19-c238-4a35-95bd-76e5a4216885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding?content=<string>","description":"<p>Configuration nodes associated with layer 2 forwarding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"557a368a-7756-4e38-9115-40f59137ba20","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarding\": {\n    \"forwarders\": {\n      \"forwarder\": [\n        {\n          \"name\": \"?:\",\n          \"ports\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"port-groups\": {\n            \"port-group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"arp-security\": {\n            \"downstream-arp-broadcast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"split-horizon-profiles\": {\n            \"split-horizon-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac-learning\": {\n            \"forwarding-database\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"l2-dhcpv4-relay\": {\n            \"downstream-broadcast-flooding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"flooding-policies\": {\n            \"flooding-policies-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flooding-policy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"ports\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"port-groups\": {\n            \"port-group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"arp-security\": {\n            \"downstream-arp-broadcast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"split-horizon-profiles\": {\n            \"split-horizon-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac-learning\": {\n            \"forwarding-database\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"l2-dhcpv4-relay\": {\n            \"downstream-broadcast-flooding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"flooding-policies\": {\n            \"flooding-policies-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flooding-policy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"split-horizon-profiles\": {\n      \"split-horizon-profile\": [\n        {\n          \"name\": \"?:\",\n          \"split-horizon\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\",\n          \"split-horizon\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"forwarding-databases\": {\n      \"forwarding-database\": [\n        {\n          \"name\": \"?:\",\n          \"max-number-mac-addresses\": 4294967295,\n          \"aging-timer\": 300,\n          \"shared-forwarding-database\": false,\n          \"static-mac-address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"mac-learning-control\": {\n            \"mac-learning-control-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"generate-mac-learning-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"max-number-mac-addresses\": 4294967295,\n          \"aging-timer\": 300,\n          \"shared-forwarding-database\": false,\n          \"static-mac-address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"mac-learning-control\": {\n            \"mac-learning-control-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"generate-mac-learning-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"remove-mac-addresses-from-port-down\": false\n    },\n    \"flooding-policies-profiles\": {\n      \"flooding-policies-profile\": [\n        {\n          \"name\": \"?:Y\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"?:Y\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"mac-learning-control-profiles\": {\n      \"mac-learning-control-profile\": [\n        {\n          \"name\": \"?:\",\n          \"mac-learning-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\",\n          \"mac-learning-rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"24419d19-c238-4a35-95bd-76e5a4216885"},{"name":"DELETE - NodeID - bbf-l2-forwarding - forwarding","id":"c074d1ed-0b84-45fe-9286-335231d1dca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding","description":"<p>Configuration nodes associated with layer 2 forwarding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d770bd19-91ae-4010-a833-3cdeef61a46d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c074d1ed-0b84-45fe-9286-335231d1dca5"},{"name":"PUT - NodeID - bbf-l2-forwarding - forwarding","id":"0669eaa3-be4f-4f0f-b3ac-9d743620cc48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarding\": {\n    \"forwarders\": {\n      \"forwarder\": [\n        {\n          \"name\": \"?:*~t#\",\n          \"ports\": {\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"port-groups\": {\n            \"port-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"arp-security\": {\n            \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n          },\n          \"split-horizon-profiles\": {\n            \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n          },\n          \"mac-learning\": {\n            \"forwarding-database\": \"?:\"\n          },\n          \"l2-dhcpv4-relay\": {\n            \"downstream-broadcast-flooding\": \"false\"\n          },\n          \"flooding-policies\": {\n            \"flooding-policies-profile\": \"?:\",\n            \"flooding-policy\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:*~t#\",\n          \"ports\": {\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"port-groups\": {\n            \"port-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"arp-security\": {\n            \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n          },\n          \"split-horizon-profiles\": {\n            \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n          },\n          \"mac-learning\": {\n            \"forwarding-database\": \"?:\"\n          },\n          \"l2-dhcpv4-relay\": {\n            \"downstream-broadcast-flooding\": \"false\"\n          },\n          \"flooding-policies\": {\n            \"flooding-policies-profile\": \"?:\",\n            \"flooding-policy\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    \"split-horizon-profiles\": {\n      \"split-horizon-profile\": [\n        {\n          \"name\": \"?:#~!|q\",\n          \"split-horizon\": [\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"name\": \"?:#~!|q\",\n          \"split-horizon\": [\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    \"forwarding-databases\": {\n      \"forwarding-database\": [\n        {\n          \"name\": \"?:t\",\n          \"max-number-mac-addresses\": 4294967295,\n          \"aging-timer\": 300,\n          \"shared-forwarding-database\": false,\n          \"static-mac-address\": [\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mac-learning-control\": {\n            \"mac-learning-control-profile\": \"?:\",\n            \"generate-mac-learning-alarm\": false\n          }\n        },\n        {\n          \"name\": \"?:t\",\n          \"max-number-mac-addresses\": 4294967295,\n          \"aging-timer\": 300,\n          \"shared-forwarding-database\": false,\n          \"static-mac-address\": [\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mac-learning-control\": {\n            \"mac-learning-control-profile\": \"?:\",\n            \"generate-mac-learning-alarm\": false\n          }\n        }\n      ],\n      \"remove-mac-addresses-from-port-down\": false\n    },\n    \"flooding-policies-profiles\": {\n      \"flooding-policies-profile\": [\n        {\n          \"name\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    \"mac-learning-control-profiles\": {\n      \"mac-learning-control-profile\": [\n        {\n          \"name\": \"?:#\",\n          \"mac-learning-rule\": [\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"name\": \"?:#\",\n          \"mac-learning-rule\": [\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding","description":"<p>Configuration nodes associated with layer 2 forwarding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"11f66d0f-f498-4406-8e65-d00058502f57","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarding\": {\n    \"forwarders\": {\n      \"forwarder\": [\n        {\n          \"name\": \"?:*~t#\",\n          \"ports\": {\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"port-groups\": {\n            \"port-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"arp-security\": {\n            \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n          },\n          \"split-horizon-profiles\": {\n            \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n          },\n          \"mac-learning\": {\n            \"forwarding-database\": \"?:\"\n          },\n          \"l2-dhcpv4-relay\": {\n            \"downstream-broadcast-flooding\": \"false\"\n          },\n          \"flooding-policies\": {\n            \"flooding-policies-profile\": \"?:\",\n            \"flooding-policy\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:*~t#\",\n          \"ports\": {\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"port-groups\": {\n            \"port-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"arp-security\": {\n            \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n          },\n          \"split-horizon-profiles\": {\n            \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n          },\n          \"mac-learning\": {\n            \"forwarding-database\": \"?:\"\n          },\n          \"l2-dhcpv4-relay\": {\n            \"downstream-broadcast-flooding\": \"false\"\n          },\n          \"flooding-policies\": {\n            \"flooding-policies-profile\": \"?:\",\n            \"flooding-policy\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    \"split-horizon-profiles\": {\n      \"split-horizon-profile\": [\n        {\n          \"name\": \"?:#~!|q\",\n          \"split-horizon\": [\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"name\": \"?:#~!|q\",\n          \"split-horizon\": [\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    \"forwarding-databases\": {\n      \"forwarding-database\": [\n        {\n          \"name\": \"?:t\",\n          \"max-number-mac-addresses\": 4294967295,\n          \"aging-timer\": 300,\n          \"shared-forwarding-database\": false,\n          \"static-mac-address\": [\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mac-learning-control\": {\n            \"mac-learning-control-profile\": \"?:\",\n            \"generate-mac-learning-alarm\": false\n          }\n        },\n        {\n          \"name\": \"?:t\",\n          \"max-number-mac-addresses\": 4294967295,\n          \"aging-timer\": 300,\n          \"shared-forwarding-database\": false,\n          \"static-mac-address\": [\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mac-learning-control\": {\n            \"mac-learning-control-profile\": \"?:\",\n            \"generate-mac-learning-alarm\": false\n          }\n        }\n      ],\n      \"remove-mac-addresses-from-port-down\": false\n    },\n    \"flooding-policies-profiles\": {\n      \"flooding-policies-profile\": [\n        {\n          \"name\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    \"mac-learning-control-profiles\": {\n      \"mac-learning-control-profile\": [\n        {\n          \"name\": \"?:#\",\n          \"mac-learning-rule\": [\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"name\": \"?:#\",\n          \"mac-learning-rule\": [\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"95db3f74-8147-401f-8ba3-f3704916e282","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarding\": {\n    \"forwarders\": {\n      \"forwarder\": [\n        {\n          \"name\": \"?:*~t#\",\n          \"ports\": {\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"port-groups\": {\n            \"port-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"arp-security\": {\n            \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n          },\n          \"split-horizon-profiles\": {\n            \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n          },\n          \"mac-learning\": {\n            \"forwarding-database\": \"?:\"\n          },\n          \"l2-dhcpv4-relay\": {\n            \"downstream-broadcast-flooding\": \"false\"\n          },\n          \"flooding-policies\": {\n            \"flooding-policies-profile\": \"?:\",\n            \"flooding-policy\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:*~t#\",\n          \"ports\": {\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"port-groups\": {\n            \"port-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"arp-security\": {\n            \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n          },\n          \"split-horizon-profiles\": {\n            \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n          },\n          \"mac-learning\": {\n            \"forwarding-database\": \"?:\"\n          },\n          \"l2-dhcpv4-relay\": {\n            \"downstream-broadcast-flooding\": \"false\"\n          },\n          \"flooding-policies\": {\n            \"flooding-policies-profile\": \"?:\",\n            \"flooding-policy\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    \"split-horizon-profiles\": {\n      \"split-horizon-profile\": [\n        {\n          \"name\": \"?:#~!|q\",\n          \"split-horizon\": [\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"name\": \"?:#~!|q\",\n          \"split-horizon\": [\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"in-interface-usage\": \"user-port\",\n              \"out-interface-usage\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    \"forwarding-databases\": {\n      \"forwarding-database\": [\n        {\n          \"name\": \"?:t\",\n          \"max-number-mac-addresses\": 4294967295,\n          \"aging-timer\": 300,\n          \"shared-forwarding-database\": false,\n          \"static-mac-address\": [\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mac-learning-control\": {\n            \"mac-learning-control-profile\": \"?:\",\n            \"generate-mac-learning-alarm\": false\n          }\n        },\n        {\n          \"name\": \"?:t\",\n          \"max-number-mac-addresses\": 4294967295,\n          \"aging-timer\": 300,\n          \"shared-forwarding-database\": false,\n          \"static-mac-address\": [\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n              \"discard-frame\": \"<object>\",\n              \"forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"forwarder-port-group-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"interface-references\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-forwarder-port-ref\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"static-interface-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mac-learning-control\": {\n            \"mac-learning-control-profile\": \"?:\",\n            \"generate-mac-learning-alarm\": false\n          }\n        }\n      ],\n      \"remove-mac-addresses-from-port-down\": false\n    },\n    \"flooding-policies-profiles\": {\n      \"flooding-policies-profile\": [\n        {\n          \"name\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": \"?:\",\n              \"in-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destination-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discard\": \"<object>\",\n              \"out-interface-usages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    \"mac-learning-control-profiles\": {\n      \"mac-learning-control-profile\": [\n        {\n          \"name\": \"?:#\",\n          \"mac-learning-rule\": [\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"name\": \"?:#\",\n          \"mac-learning-rule\": [\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"receiving-interface-usage\": \"user-port\",\n              \"mac-can-not-move-to\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0669eaa3-be4f-4f0f-b3ac-9d743620cc48"},{"name":"POST - NodeID - bbf-l2-forwarding - forwarders","id":"7c0c4678-ca97-4a80-8274-b38b52d5ddbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarder\": [\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders","description":"<p>A forwarder is used to forward traffic between interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"56de1fcb-db5d-4e97-9f3c-6c4667047d24","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarder\": [\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c0c4678-ca97-4a80-8274-b38b52d5ddbd"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarders","id":"b81b5ab2-3ca9-44cb-8a20-0ed4489b9315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders?content=<string>","description":"<p>A forwarder is used to forward traffic between interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"696e7285-e932-44db-8b6a-21f78238d098","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarders\": {\n    \"forwarder\": [\n      {\n        \"name\": \"?:\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:||(#!~!|~\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:||(#!~!|~\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"b81b5ab2-3ca9-44cb-8a20-0ed4489b9315"},{"name":"DELETE - NodeID - bbf-l2-forwarding - forwarders","id":"791b238d-7d5d-468f-a6d0-1a261232f860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders","description":"<p>A forwarder is used to forward traffic between interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"43dbd2e8-6de0-4c99-8ac9-e6126ba4fb41","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"791b238d-7d5d-468f-a6d0-1a261232f860"},{"name":"PUT - NodeID - bbf-l2-forwarding - forwarders","id":"2d625dc2-97cb-4e24-bac3-779098114d25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarders\": {\n    \"forwarder\": [\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders","description":"<p>A forwarder is used to forward traffic between interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"980b54d6-3016-4274-a11d-1952c8d3e4e9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarders\": {\n    \"forwarder\": [\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4ba87c9b-7473-4414-81bb-a9b479e643e0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarders\": {\n    \"forwarder\": [\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:*~t#\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"port-groups\": {\n          \"port-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"arp-security\": {\n          \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n        },\n        \"split-horizon-profiles\": {\n          \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n        },\n        \"mac-learning\": {\n          \"forwarding-database\": \"?:\"\n        },\n        \"l2-dhcpv4-relay\": {\n          \"downstream-broadcast-flooding\": \"false\"\n        },\n        \"flooding-policies\": {\n          \"flooding-policies-profile\": \"?:\",\n          \"flooding-policy\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d625dc2-97cb-4e24-bac3-779098114d25"},{"name":"POST - NodeID - bbf-l2-forwarding - forwarder","id":"7b4a9ab6-591a-42ff-8545-c52e841c5aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ports\": {\n    \"port\": [\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      },\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      }\n    ]\n  },\n  \"port-groups\": {\n    \"port-group\": [\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      },\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      }\n    ]\n  },\n  \"arp-security\": {\n    \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n  },\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n  },\n  \"mac-learning\": {\n    \"forwarding-database\": \"?:\"\n  },\n  \"l2-dhcpv4-relay\": {\n    \"downstream-broadcast-flooding\": \"false\"\n  },\n  \"flooding-policies\": {\n    \"flooding-policies-profile\": \"?:\",\n    \"flooding-policy\": [\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>","description":"<p>A list of forwarders.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"da6eb0df-a13c-4298-9ba1-d5e29db24114","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ports\": {\n    \"port\": [\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      },\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      }\n    ]\n  },\n  \"port-groups\": {\n    \"port-group\": [\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      },\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      }\n    ]\n  },\n  \"arp-security\": {\n    \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n  },\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n  },\n  \"mac-learning\": {\n    \"forwarding-database\": \"?:\"\n  },\n  \"l2-dhcpv4-relay\": {\n    \"downstream-broadcast-flooding\": \"false\"\n  },\n  \"flooding-policies\": {\n    \"flooding-policies-profile\": \"?:\",\n    \"flooding-policy\": [\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b4a9ab6-591a-42ff-8545-c52e841c5aa3"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarder","id":"e027d8b4-f801-4cdd-b68a-4bc278b72610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>?content=<string>","description":"<p>A list of forwarders.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"81ff4dee-475e-4833-bb90-45c31a5c4bf9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarder\": [\n    {\n      \"name\": \"?:\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:#V\",\n            \"sub-interface\": \"?:O\",\n            \"l2-termination-interface\": \"?:|)\"\n          },\n          {\n            \"name\": \"?:#V\",\n            \"sub-interface\": \"?:O\",\n            \"l2-termination-interface\": \"?:|)\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:ya]Vs\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:ya]Vs\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:||(#!~!|~\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:G#O,9&\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:G#O,9&\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:#V\",\n            \"sub-interface\": \"?:O\",\n            \"l2-termination-interface\": \"?:|)\"\n          },\n          {\n            \"name\": \"?:#V\",\n            \"sub-interface\": \"?:O\",\n            \"l2-termination-interface\": \"?:|)\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:ya]Vs\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:ya]Vs\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:||(#!~!|~\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:G#O,9&\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:G#O,9&\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"e027d8b4-f801-4cdd-b68a-4bc278b72610"},{"name":"DELETE - NodeID - bbf-l2-forwarding - forwarder","id":"fe2a0774-6d9d-45a9-ba47-74c8d81ce79b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>","description":"<p>A list of forwarders.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3153c86a-04eb-4ad7-b9b6-80ff4147b48e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe2a0774-6d9d-45a9-ba47-74c8d81ce79b"},{"name":"PUT - NodeID - bbf-l2-forwarding - forwarder","id":"3342aa1d-f979-43de-b2cb-326cd79c82d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarder\": [\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>","description":"<p>A list of forwarders.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"468c1068-be51-4002-bf28-6fa85411ae21","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarder\": [\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"11e303ea-9e79-4b1a-bc01-318d00a66c74","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarder\": [\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:*~t#\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"?:~l\",\n            \"l2-termination-interface\": \"?:=\"\n          }\n        ]\n      },\n      \"port-groups\": {\n        \"port-group\": [\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:X/\",\n            \"port\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"arp-security\": {\n        \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n      },\n      \"split-horizon-profiles\": {\n        \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n      },\n      \"mac-learning\": {\n        \"forwarding-database\": \"?:\"\n      },\n      \"l2-dhcpv4-relay\": {\n        \"downstream-broadcast-flooding\": \"false\"\n      },\n      \"flooding-policies\": {\n        \"flooding-policies-profile\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3342aa1d-f979-43de-b2cb-326cd79c82d1"},{"name":"POST - NodeID - bbf-l2-forwarding - ports","id":"7797e779-4c28-44f6-97e8-3a7737536b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    },\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports","description":"<p>Configuration for ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6f23f4cd-a8cb-4f93-a955-46ee984ded71","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    },\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7797e779-4c28-44f6-97e8-3a7737536b8b"},{"name":"GET - NodeID - bbf-l2-forwarding - ports","id":"2b92d43f-b548-456a-91c4-0ef0c15e3e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports?content=<string>","description":"<p>Configuration for ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2e13bd80-8ea9-4158-9c93-5c65d8a6a26c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ports\": {\n    \"port\": [\n      {\n        \"name\": \"?:#V\",\n        \"sub-interface\": \"?:O\",\n        \"l2-termination-interface\": \"?:|)\"\n      },\n      {\n        \"name\": \"?:#V\",\n        \"sub-interface\": \"?:O\",\n        \"l2-termination-interface\": \"?:|)\"\n      }\n    ]\n  }\n}"}],"_postman_id":"2b92d43f-b548-456a-91c4-0ef0c15e3e2a"},{"name":"DELETE - NodeID - bbf-l2-forwarding - ports","id":"eacebb14-cd00-4c85-8dba-9285bfdadae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports","description":"<p>Configuration for ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b94d447e-5faf-4e48-abf4-4981a552a213","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eacebb14-cd00-4c85-8dba-9285bfdadae9"},{"name":"PUT - NodeID - bbf-l2-forwarding - ports","id":"80855d1e-2d8b-4764-a255-d0ee2a86ddbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ports\": {\n    \"port\": [\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      },\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports","description":"<p>Configuration for ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dcd92454-71d2-480c-9cef-5cb5b5d792b1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ports\": {\n    \"port\": [\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      },\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5d7855ff-c342-4cdc-b7e9-457010603688","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ports\": {\n    \"port\": [\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      },\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"?:~l\",\n        \"l2-termination-interface\": \"?:=\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80855d1e-2d8b-4764-a255-d0ee2a86ddbf"},{"name":"POST - NodeID - bbf-l2-forwarding - port","id":"17d80831-826e-416e-b758-e609a1a46481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sub-interface\": \"?:~l\",\n  \"l2-termination-interface\": \"?:=\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports/port=<string>","description":"<p>The list of ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports","port=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"86faac35-2671-44ff-82df-d63fd234a695","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sub-interface\": \"?:~l\",\n  \"l2-termination-interface\": \"?:=\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports/port=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17d80831-826e-416e-b758-e609a1a46481"},{"name":"GET - NodeID - bbf-l2-forwarding - port","id":"fcdbd523-986f-4329-97eb-75c6eb2d158c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports/port=<string>?content=<string>","description":"<p>The list of ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports","port=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d40e265a-b2d4-492f-862e-2c9e05b583f2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports/port=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports","port=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port\": [\n    {\n      \"name\": \"?:#V\",\n      \"sub-interface\": \"?:O\",\n      \"l2-termination-interface\": \"?:|)\"\n    },\n    {\n      \"name\": \"?:#V\",\n      \"sub-interface\": \"?:O\",\n      \"l2-termination-interface\": \"?:|)\"\n    }\n  ]\n}"}],"_postman_id":"fcdbd523-986f-4329-97eb-75c6eb2d158c"},{"name":"DELETE - NodeID - bbf-l2-forwarding - port","id":"3bc0e278-4a25-4bb0-bba9-7e8b81f4f7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports/port=<string>","description":"<p>The list of ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports","port=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"54321f29-be18-4a0e-8523-bacabcfaa9a5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports/port=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bc0e278-4a25-4bb0-bba9-7e8b81f4f7f2"},{"name":"PUT - NodeID - bbf-l2-forwarding - port","id":"723a2a41-fe19-43ea-aaad-44cdcbdd3fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    },\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports/port=<string>","description":"<p>The list of ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","ports","port=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e37261bd-b815-460d-9202-90dd601979eb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    },\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports/port=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ac3d8ef3-d288-407c-b0d7-154ba7aa5f0a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    },\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"?:~l\",\n      \"l2-termination-interface\": \"?:=\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/ports/port=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"723a2a41-fe19-43ea-aaad-44cdcbdd3fc5"},{"name":"POST - NodeID - bbf-l2-forwarding - port-groups","id":"7f86499c-55b2-49ce-b231-fd8c074e4361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port-group\": [\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    },\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups","description":"<p>A group of ports associated with this forwarder that\nhave common forwarding characteristics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"72fd0117-d041-4828-91d7-7e4c8534ec03","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"port-group\": [\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    },\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f86499c-55b2-49ce-b231-fd8c074e4361"},{"name":"GET - NodeID - bbf-l2-forwarding - port-groups","id":"d862b823-b665-4c75-a6a1-a772652442ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups?content=<string>","description":"<p>A group of ports associated with this forwarder that\nhave common forwarding characteristics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"479ac698-6ccc-4294-8ed0-8c27c1cdb8d3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port-groups\": {\n    \"port-group\": [\n      {\n        \"name\": \"?:ya]Vs\",\n        \"port\": [\n          \"?:\",\n          \"?:\"\n        ]\n      },\n      {\n        \"name\": \"?:ya]Vs\",\n        \"port\": [\n          \"?:\",\n          \"?:\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"d862b823-b665-4c75-a6a1-a772652442ca"},{"name":"DELETE - NodeID - bbf-l2-forwarding - port-groups","id":"80942485-5d9f-4797-8f0b-6ff1ccebe607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups","description":"<p>A group of ports associated with this forwarder that\nhave common forwarding characteristics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c6c47ccb-fdcb-4338-b806-aa50b48820a8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80942485-5d9f-4797-8f0b-6ff1ccebe607"},{"name":"PUT - NodeID - bbf-l2-forwarding - port-groups","id":"4b4fe3d0-656d-40ee-ad6f-b5eec3ebad10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port-groups\": {\n    \"port-group\": [\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      },\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups","description":"<p>A group of ports associated with this forwarder that\nhave common forwarding characteristics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"36aef6c8-15c5-4950-9c13-f8224d679498","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"port-groups\": {\n    \"port-group\": [\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      },\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"67aea94f-4042-40e8-b437-531ee6cb4f95","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"port-groups\": {\n    \"port-group\": [\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      },\n      {\n        \"name\": \"?:X/\",\n        \"port\": [\n          \"?:bs\",\n          \"?:bs\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b4fe3d0-656d-40ee-ad6f-b5eec3ebad10"},{"name":"POST - NodeID - bbf-l2-forwarding - port-group","id":"2d1514ad-b086-4d50-bccd-951ce3f72c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    \"?:bs\",\n    \"?:bs\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups/port-group=<string>","description":"<p>A list of port groups</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups","port-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"68db43a5-4147-4896-9d16-fd9a3d353b01","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    \"?:bs\",\n    \"?:bs\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups/port-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d1514ad-b086-4d50-bccd-951ce3f72c9c"},{"name":"GET - NodeID - bbf-l2-forwarding - port-group","id":"2da570c0-1f93-4c9b-a87e-205a46c64c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups/port-group=<string>?content=<string>","description":"<p>A list of port groups</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups","port-group=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dd27c96b-9294-4e3c-8d5a-bb2f03f0ad37","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups/port-group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups","port-group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port-group\": [\n    {\n      \"name\": \"?:ya]Vs\",\n      \"port\": [\n        \"?:\",\n        \"?:\"\n      ]\n    },\n    {\n      \"name\": \"?:ya]Vs\",\n      \"port\": [\n        \"?:\",\n        \"?:\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"2da570c0-1f93-4c9b-a87e-205a46c64c18"},{"name":"DELETE - NodeID - bbf-l2-forwarding - port-group","id":"50344c79-6791-4873-bb79-fd9c5499de92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups/port-group=<string>","description":"<p>A list of port groups</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups","port-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b59450f9-b044-4df7-89a3-17bf671a4f33","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups/port-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50344c79-6791-4873-bb79-fd9c5499de92"},{"name":"PUT - NodeID - bbf-l2-forwarding - port-group","id":"11227794-a152-4ad1-a04a-75580cb9c7ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port-group\": [\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    },\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups/port-group=<string>","description":"<p>A list of port groups</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","port-groups","port-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ba6bf26-10a3-484d-bef5-660b208aca2f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"port-group\": [\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    },\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups/port-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9fa12c7a-21b1-48b9-a162-d122c39176ab","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"port-group\": [\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    },\n    {\n      \"name\": \"?:X/\",\n      \"port\": [\n        \"?:bs\",\n        \"?:bs\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/port-groups/port-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11227794-a152-4ad1-a04a-75580cb9c7ab"},{"name":"POST - NodeID - bbf-l2-forwarding - arp-security","id":"ee55409b-f5fc-4852-9034-76140c3842d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/nokia-arp-downstream-security:arp-security","description":"<p>Configures ARP security.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","nokia-arp-downstream-security:arp-security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5e54aa1a-6c75-4c6b-8a81-67cbb42980d6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/nokia-arp-downstream-security:arp-security"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee55409b-f5fc-4852-9034-76140c3842d9"},{"name":"GET - NodeID - bbf-l2-forwarding - arp-security","id":"f0a046d1-f499-4b63-afe9-b468d116046c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/nokia-arp-downstream-security:arp-security?content=<string>","description":"<p>Configures ARP security.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","nokia-arp-downstream-security:arp-security"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5f345edb-e87d-47b9-8210-2bfefbf660d1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/nokia-arp-downstream-security:arp-security?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","nokia-arp-downstream-security:arp-security"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"arp-security\": {\n    \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n  }\n}"}],"_postman_id":"f0a046d1-f499-4b63-afe9-b468d116046c"},{"name":"DELETE - NodeID - bbf-l2-forwarding - arp-security","id":"80dc1383-e820-4041-9c95-ef409b4e7d32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/nokia-arp-downstream-security:arp-security","description":"<p>Configures ARP security.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","nokia-arp-downstream-security:arp-security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e87472da-f5ab-40cf-99fe-a69fcdb712c2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/nokia-arp-downstream-security:arp-security"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80dc1383-e820-4041-9c95-ef409b4e7d32"},{"name":"PUT - NodeID - bbf-l2-forwarding - arp-security","id":"e9be3a31-13d7-4f25-a246-3896e7129b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"arp-security\": {\n    \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/nokia-arp-downstream-security:arp-security","description":"<p>Configures ARP security.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","nokia-arp-downstream-security:arp-security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"149b4518-849f-4c51-9b4d-f1f37881405f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"arp-security\": {\n    \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/nokia-arp-downstream-security:arp-security"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"918f5012-533c-427a-a6dc-4b4a140310a8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"arp-security\": {\n    \"downstream-arp-broadcast\": \"apply-layer2-forwarding\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/nokia-arp-downstream-security:arp-security"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9be3a31-13d7-4f25-a246-3896e7129b0d"},{"name":"POST - NodeID - bbf-l2-forwarding - split-horizon-profiles","id":"35773e86-7215-4a61-81f3-b9399dfe9687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/split-horizon-profiles","description":"<p>A split-horizon-profile allows to restrict forwarding between\nits forwarder ports based on their interface usages.</p>\n<p>Without split-horizon-profile, packets can be forwarded\nwithin a forwarder from any of its forwarder ports to any\nother of its forwarder ports.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","split-horizon-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"82839e6e-f584-4363-8946-83b9a2747e4a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/split-horizon-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35773e86-7215-4a61-81f3-b9399dfe9687"},{"name":"GET - NodeID - bbf-l2-forwarding - split-horizon-profiles","id":"1f690520-aabd-4df3-909f-1e67271e2491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/split-horizon-profiles?content=<string>","description":"<p>A split-horizon-profile allows to restrict forwarding between\nits forwarder ports based on their interface usages.</p>\n<p>Without split-horizon-profile, packets can be forwarded\nwithin a forwarder from any of its forwarder ports to any\nother of its forwarder ports.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","split-horizon-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b029bf91-2ae4-4e71-8cb9-3cd098350ef1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/split-horizon-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","split-horizon-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": \"?:\"\n  }\n}"}],"_postman_id":"1f690520-aabd-4df3-909f-1e67271e2491"},{"name":"DELETE - NodeID - bbf-l2-forwarding - split-horizon-profiles","id":"7616a96f-a439-4229-8241-40dc6c64f201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/split-horizon-profiles","description":"<p>A split-horizon-profile allows to restrict forwarding between\nits forwarder ports based on their interface usages.</p>\n<p>Without split-horizon-profile, packets can be forwarded\nwithin a forwarder from any of its forwarder ports to any\nother of its forwarder ports.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","split-horizon-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ce23dd76-9b27-4b50-8042-bf94cbaa8650","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/split-horizon-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7616a96f-a439-4229-8241-40dc6c64f201"},{"name":"PUT - NodeID - bbf-l2-forwarding - split-horizon-profiles","id":"4ba0eb24-0cf7-4c4e-9f27-62103c2cfadb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/split-horizon-profiles","description":"<p>A split-horizon-profile allows to restrict forwarding between\nits forwarder ports based on their interface usages.</p>\n<p>Without split-horizon-profile, packets can be forwarded\nwithin a forwarder from any of its forwarder ports to any\nother of its forwarder ports.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","split-horizon-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a50f3bb-7885-4e3d-ab54-ca55f1dea67c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/split-horizon-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"03d35fcd-af51-41db-b6b4-5f279396c282","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": \"?:b*#|kL~#5~~#|#~4\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/split-horizon-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ba0eb24-0cf7-4c4e-9f27-62103c2cfadb"},{"name":"POST - NodeID - bbf-l2-forwarding - mac-learning","id":"7b4b1d60-383d-4237-ba18-e3741224fd61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarding-database\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/mac-learning","description":"<p>The forwarding decision for each frame shall result in an\nunambiguous decision on the outgoing forwarder port(s). This\ncombined with the dynamic behavior of MAC address learning\nresults in the need for a unique learning decision or static\nconfiguration of MAC addresses.</p>\n<p>In case the same source MAC address is used on multiple\ninterfaces, then various strategies can be applied:</p>\n<ul>\n<li>learn the MAC address the first time it is used, and at the\noccasion of a second attempt, do not move the MAC address\nfrom the first forwarder port to another, instead generate\nan alarm for attempts of an undesired MAC movement.</li>\n<li>learn/move the MAC address on/to the forwarder port where\nit is used the last time.</li>\n<li>perform MAC address translation into a unique MAC address.\nThis strategy is also port specific: e.g. in case a MAC\naddress is learned on a user port, then it might be forbidden\nto move it to another user port, while it is acceptable to\nmove it to the network port.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","mac-learning"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"10283f9f-5719-4e60-9228-d96ee1bebeb2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarding-database\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/mac-learning"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b4b1d60-383d-4237-ba18-e3741224fd61"},{"name":"GET - NodeID - bbf-l2-forwarding - mac-learning","id":"83f22347-7354-442e-afa1-aa687a283974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/mac-learning?content=<string>","description":"<p>The forwarding decision for each frame shall result in an\nunambiguous decision on the outgoing forwarder port(s). This\ncombined with the dynamic behavior of MAC address learning\nresults in the need for a unique learning decision or static\nconfiguration of MAC addresses.</p>\n<p>In case the same source MAC address is used on multiple\ninterfaces, then various strategies can be applied:</p>\n<ul>\n<li>learn the MAC address the first time it is used, and at the\noccasion of a second attempt, do not move the MAC address\nfrom the first forwarder port to another, instead generate\nan alarm for attempts of an undesired MAC movement.</li>\n<li>learn/move the MAC address on/to the forwarder port where\nit is used the last time.</li>\n<li>perform MAC address translation into a unique MAC address.\nThis strategy is also port specific: e.g. in case a MAC\naddress is learned on a user port, then it might be forbidden\nto move it to another user port, while it is acceptable to\nmove it to the network port.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","mac-learning"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9c64beb7-fd6f-4732-ad65-a11820bee952","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/mac-learning?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","mac-learning"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mac-learning\": {\n    \"forwarding-database\": \"?:\"\n  }\n}"}],"_postman_id":"83f22347-7354-442e-afa1-aa687a283974"},{"name":"DELETE - NodeID - bbf-l2-forwarding - mac-learning","id":"3d8d5d96-71e7-4f7f-8569-dab0e1d84223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/mac-learning","description":"<p>The forwarding decision for each frame shall result in an\nunambiguous decision on the outgoing forwarder port(s). This\ncombined with the dynamic behavior of MAC address learning\nresults in the need for a unique learning decision or static\nconfiguration of MAC addresses.</p>\n<p>In case the same source MAC address is used on multiple\ninterfaces, then various strategies can be applied:</p>\n<ul>\n<li>learn the MAC address the first time it is used, and at the\noccasion of a second attempt, do not move the MAC address\nfrom the first forwarder port to another, instead generate\nan alarm for attempts of an undesired MAC movement.</li>\n<li>learn/move the MAC address on/to the forwarder port where\nit is used the last time.</li>\n<li>perform MAC address translation into a unique MAC address.\nThis strategy is also port specific: e.g. in case a MAC\naddress is learned on a user port, then it might be forbidden\nto move it to another user port, while it is acceptable to\nmove it to the network port.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","mac-learning"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"98af74be-57ec-4913-86a1-2971761c61bd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/mac-learning"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d8d5d96-71e7-4f7f-8569-dab0e1d84223"},{"name":"PUT - NodeID - bbf-l2-forwarding - mac-learning","id":"4a5f86f4-6496-4f08-98c2-696e18aa3a26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-learning\": {\n    \"forwarding-database\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/mac-learning","description":"<p>The forwarding decision for each frame shall result in an\nunambiguous decision on the outgoing forwarder port(s). This\ncombined with the dynamic behavior of MAC address learning\nresults in the need for a unique learning decision or static\nconfiguration of MAC addresses.</p>\n<p>In case the same source MAC address is used on multiple\ninterfaces, then various strategies can be applied:</p>\n<ul>\n<li>learn the MAC address the first time it is used, and at the\noccasion of a second attempt, do not move the MAC address\nfrom the first forwarder port to another, instead generate\nan alarm for attempts of an undesired MAC movement.</li>\n<li>learn/move the MAC address on/to the forwarder port where\nit is used the last time.</li>\n<li>perform MAC address translation into a unique MAC address.\nThis strategy is also port specific: e.g. in case a MAC\naddress is learned on a user port, then it might be forbidden\nto move it to another user port, while it is acceptable to\nmove it to the network port.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","mac-learning"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c64fe505-7b79-4caf-a709-47aac823f8ee","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning\": {\n    \"forwarding-database\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/mac-learning"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1bb63599-5757-408b-960e-1b30ec866ea1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning\": {\n    \"forwarding-database\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/mac-learning"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a5f86f4-6496-4f08-98c2-696e18aa3a26"},{"name":"POST - NodeID - bbf-l2-forwarding - l2-dhcpv4-relay","id":"208d03de-1795-4dac-97c7-cad625e46f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream-broadcast-flooding\": \"false\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay","description":"<p>L2 DHCPv4 Relay Agent related controls.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"11adac17-fb6f-41a2-bb39-5be14bce5321","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-broadcast-flooding\": \"false\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"208d03de-1795-4dac-97c7-cad625e46f71"},{"name":"GET - NodeID - bbf-l2-forwarding - l2-dhcpv4-relay","id":"31603d82-aeed-4fa5-a3ff-32cbbb262aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay?content=<string>","description":"<p>L2 DHCPv4 Relay Agent related controls.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ef1dca7e-6db4-4f73-b216-ab5690a961f3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"l2-dhcpv4-relay\": {\n    \"downstream-broadcast-flooding\": \"false\"\n  }\n}"}],"_postman_id":"31603d82-aeed-4fa5-a3ff-32cbbb262aa3"},{"name":"DELETE - NodeID - bbf-l2-forwarding - l2-dhcpv4-relay","id":"e0682cf8-23a5-4e86-bc60-6764c23201e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay","description":"<p>L2 DHCPv4 Relay Agent related controls.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c2f00e7d-96b7-485a-b448-bc6074a5bbb5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0682cf8-23a5-4e86-bc60-6764c23201e5"},{"name":"PUT - NodeID - bbf-l2-forwarding - l2-dhcpv4-relay","id":"9d42da2a-feaa-4ef6-8d32-8b2ab1ea6df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay\": {\n    \"downstream-broadcast-flooding\": \"false\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay","description":"<p>L2 DHCPv4 Relay Agent related controls.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ecf5997d-5e67-4a32-8959-9b5bcadcea31","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay\": {\n    \"downstream-broadcast-flooding\": \"false\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"408b3db2-eb66-4669-a7a7-4321fbc70a01","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay\": {\n    \"downstream-broadcast-flooding\": \"false\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/bbf-l2-dhcpv4-relay-forwarding:l2-dhcpv4-relay"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d42da2a-feaa-4ef6-8d32-8b2ab1ea6df8"},{"name":"POST - NodeID - bbf-l2-forwarding - flooding-policies","id":"d65ffc48-3107-4c95-801a-73691a2d0068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profile\": \"?:\",\n  \"flooding-policy\": [\n    {\n      \"name\": \"?:\",\n      \"in-ports\": {\n        \"forwarder-port\": \"?:~##\",\n        \"forwarder-port-group\": \"?:;\"\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-ports\": {\n        \"forwarder-port\": \"?:~\",\n        \"forwarder-port-group\": \"?:F\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"in-ports\": {\n        \"forwarder-port\": \"?:~##\",\n        \"forwarder-port-group\": \"?:;\"\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-ports\": {\n        \"forwarder-port\": \"?:~\",\n        \"forwarder-port-group\": \"?:F\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/flooding-policies","description":"<p>The flooding-policies define how the system shall forward\nframes in case the other forwarding mechanisms did not come\nto a forwarding decision.</p>\n<p>E.g. when the destination  unicast MAC address is not\navailable in the forwarding database. For multicast frames\nthis applies when there is no corresponding entry found in\nthe (IGMP controled) multicast tree. For broadcast frames\nthis applies when there is no other protocol specific\nbehaviour knowledge.</p>\n<p>The default behavior for when there is no flooding policy is\nthat the frame is flooded to all ports of the forwarder,\nexcept to the port on which the frame is received. In other\nwords, a flooding-policy intends to restrict this flooding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","flooding-policies"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ff702ba-dec2-443d-85db-1387dfa78c0d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profile\": \"?:\",\n  \"flooding-policy\": [\n    {\n      \"name\": \"?:\",\n      \"in-ports\": {\n        \"forwarder-port\": \"?:~##\",\n        \"forwarder-port-group\": \"?:;\"\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-ports\": {\n        \"forwarder-port\": \"?:~\",\n        \"forwarder-port-group\": \"?:F\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"in-ports\": {\n        \"forwarder-port\": \"?:~##\",\n        \"forwarder-port-group\": \"?:;\"\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-ports\": {\n        \"forwarder-port\": \"?:~\",\n        \"forwarder-port-group\": \"?:F\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/flooding-policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d65ffc48-3107-4c95-801a-73691a2d0068"},{"name":"GET - NodeID - bbf-l2-forwarding - flooding-policies","id":"00980ec7-2efd-418c-aa55-6d4e2da439a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/flooding-policies?content=<string>","description":"<p>The flooding-policies define how the system shall forward\nframes in case the other forwarding mechanisms did not come\nto a forwarding decision.</p>\n<p>E.g. when the destination  unicast MAC address is not\navailable in the forwarding database. For multicast frames\nthis applies when there is no corresponding entry found in\nthe (IGMP controled) multicast tree. For broadcast frames\nthis applies when there is no other protocol specific\nbehaviour knowledge.</p>\n<p>The default behavior for when there is no flooding policy is\nthat the frame is flooded to all ports of the forwarder,\nexcept to the port on which the frame is received. In other\nwords, a flooding-policy intends to restrict this flooding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","flooding-policies"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fef5563b-438b-408e-8c5a-f8a7b286d9da","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/flooding-policies?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","flooding-policies"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"flooding-policies\": {\n    \"flooding-policies-profile\": \"?:||(#!~!|~\",\n    \"flooding-policy\": [\n      {\n        \"name\": \"?:G#O,9&\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:\",\n          \"forwarder-port-group\": \"?:\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:DE:32:EE:39:fF:23\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:\",\n          \"forwarder-port-group\": \"?:|F\"\n        }\n      },\n      {\n        \"name\": \"?:G#O,9&\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:\",\n          \"forwarder-port-group\": \"?:\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:DE:32:EE:39:fF:23\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:\",\n          \"forwarder-port-group\": \"?:|F\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"00980ec7-2efd-418c-aa55-6d4e2da439a9"},{"name":"DELETE - NodeID - bbf-l2-forwarding - flooding-policies","id":"273fb064-3b0b-463b-9788-37cd70e51a87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/flooding-policies","description":"<p>The flooding-policies define how the system shall forward\nframes in case the other forwarding mechanisms did not come\nto a forwarding decision.</p>\n<p>E.g. when the destination  unicast MAC address is not\navailable in the forwarding database. For multicast frames\nthis applies when there is no corresponding entry found in\nthe (IGMP controled) multicast tree. For broadcast frames\nthis applies when there is no other protocol specific\nbehaviour knowledge.</p>\n<p>The default behavior for when there is no flooding policy is\nthat the frame is flooded to all ports of the forwarder,\nexcept to the port on which the frame is received. In other\nwords, a flooding-policy intends to restrict this flooding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","flooding-policies"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ede8556e-790a-4ac4-984a-77323fe55f02","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/flooding-policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"273fb064-3b0b-463b-9788-37cd70e51a87"},{"name":"PUT - NodeID - bbf-l2-forwarding - flooding-policies","id":"99e19565-1879-4972-b8c6-1fd736e572cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"flooding-policies\": {\n    \"flooding-policies-profile\": \"?:\",\n    \"flooding-policy\": [\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/flooding-policies","description":"<p>The flooding-policies define how the system shall forward\nframes in case the other forwarding mechanisms did not come\nto a forwarding decision.</p>\n<p>E.g. when the destination  unicast MAC address is not\navailable in the forwarding database. For multicast frames\nthis applies when there is no corresponding entry found in\nthe (IGMP controled) multicast tree. For broadcast frames\nthis applies when there is no other protocol specific\nbehaviour knowledge.</p>\n<p>The default behavior for when there is no flooding policy is\nthat the frame is flooded to all ports of the forwarder,\nexcept to the port on which the frame is received. In other\nwords, a flooding-policy intends to restrict this flooding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarders","forwarder=<string>","flooding-policies"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c758b50c-a2e8-456b-85da-3c11f3814f66","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policies\": {\n    \"flooding-policies-profile\": \"?:\",\n    \"flooding-policy\": [\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/flooding-policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6056e6f2-aba7-499b-b4a8-ec4ea10a1621","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policies\": {\n    \"flooding-policies-profile\": \"?:\",\n    \"flooding-policy\": [\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"in-ports\": {\n          \"forwarder-port\": \"?:~##\",\n          \"forwarder-port-group\": \"?:;\"\n        },\n        \"destination-address\": {\n          \"any-frame\": \"<object>\",\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:bb:c7:B9:Be:AA:a6\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n          \"any-multicast-ipv4-address\": \"<object>\",\n          \"all-hosts-multicast-address\": \"<object>\",\n          \"rip-multicast-address\": \"<object>\",\n          \"ntp-multicast-address\": \"<object>\"\n        },\n        \"discard\": \"<object>\",\n        \"out-ports\": {\n          \"forwarder-port\": \"?:~\",\n          \"forwarder-port-group\": \"?:F\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarders/forwarder=<string>/flooding-policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"99e19565-1879-4972-b8c6-1fd736e572cb"},{"name":"POST - NodeID - bbf-l2-forwarding - split-horizon-profiles","id":"c92dc86d-b80f-479f-b7fa-97dac4566da8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profile\": [\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles","description":"<p>Split horizon profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a73c952d-337e-4c85-9886-51fe2fee607b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profile\": [\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c92dc86d-b80f-479f-b7fa-97dac4566da8"},{"name":"GET - NodeID - bbf-l2-forwarding - split-horizon-profiles","id":"910ca0b1-2aff-4aa0-9f4d-4f88891d8baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles?content=<string>","description":"<p>Split horizon profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6d938286-8d2b-4a28-974e-43022aa7e827","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": [\n      {\n        \"name\": \"?:\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"910ca0b1-2aff-4aa0-9f4d-4f88891d8baf"},{"name":"DELETE - NodeID - bbf-l2-forwarding - split-horizon-profiles","id":"c22353c6-8c85-44ee-ab0c-65bda9111663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles","description":"<p>Split horizon profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ee688b0-5e5a-478a-bac8-1b9042846f53","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c22353c6-8c85-44ee-ab0c-65bda9111663"},{"name":"PUT - NodeID - bbf-l2-forwarding - split-horizon-profiles","id":"95df31ba-b896-411e-ac2a-c9f2bb7f3862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": [\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles","description":"<p>Split horizon profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fbf43d85-4fd3-49ff-bb3c-eac079e528a8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": [\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"18556522-e32f-4051-9078-cd2240e20cc1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profiles\": {\n    \"split-horizon-profile\": [\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#~!|q\",\n        \"split-horizon\": [\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"in-interface-usage\": \"user-port\",\n            \"out-interface-usage\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95df31ba-b896-411e-ac2a-c9f2bb7f3862"},{"name":"POST - NodeID - bbf-l2-forwarding - split-horizon-profile","id":"390f173f-40f1-4d10-a975-7cf610dee83e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"split-horizon\": [\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>","description":"<p>A profile manages (not) allowed forwarding between various\nforwarder ports based on their underlying interface usage.\nThe absence of data for a particular in-interface-usage has\na result that from that type of forwarder ports frames are\nallowed to be forwarded to any other forwarder port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"93cea72e-fb14-40fd-9f9c-3c17069ef40d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon\": [\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"390f173f-40f1-4d10-a975-7cf610dee83e"},{"name":"GET - NodeID - bbf-l2-forwarding - split-horizon-profile","id":"46ab48d4-4252-47f6-bfe1-e41dca0e111a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>?content=<string>","description":"<p>A profile manages (not) allowed forwarding between various\nforwarder ports based on their underlying interface usage.\nThe absence of data for a particular in-interface-usage has\na result that from that type of forwarder ports frames are\nallowed to be forwarded to any other forwarder port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0806e5a9-95d8-46c5-8767-ad9e6e8cbd17","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"split-horizon-profile\": [\n    {\n      \"name\": \"?:\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"46ab48d4-4252-47f6-bfe1-e41dca0e111a"},{"name":"DELETE - NodeID - bbf-l2-forwarding - split-horizon-profile","id":"e1d63d11-d6c5-40e1-a636-7b0b33f8bfc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>","description":"<p>A profile manages (not) allowed forwarding between various\nforwarder ports based on their underlying interface usage.\nThe absence of data for a particular in-interface-usage has\na result that from that type of forwarder ports frames are\nallowed to be forwarded to any other forwarder port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d5dd0686-441e-4bd2-acd1-c310c041d08f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e1d63d11-d6c5-40e1-a636-7b0b33f8bfc6"},{"name":"PUT - NodeID - bbf-l2-forwarding - split-horizon-profile","id":"437778a6-9adb-4c5e-a162-f857ed43c236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profile\": [\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>","description":"<p>A profile manages (not) allowed forwarding between various\nforwarder ports based on their underlying interface usage.\nThe absence of data for a particular in-interface-usage has\na result that from that type of forwarder ports frames are\nallowed to be forwarded to any other forwarder port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fbeb5b79-0e80-410a-ae95-b3e4fcbd6fe2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profile\": [\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"88deef20-0a48-4b15-ab5a-dfcdecb385e3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon-profile\": [\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#~!|q\",\n      \"split-horizon\": [\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"in-interface-usage\": \"user-port\",\n          \"out-interface-usage\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"437778a6-9adb-4c5e-a162-f857ed43c236"},{"name":"POST - NodeID - bbf-l2-forwarding - split-horizon","id":"45f39e83-a5ac-4e80-9b6e-fba290924ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"out-interface-usage\": [\n    \"user-port\",\n    \"user-port\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>/split-horizon=<string>","description":"<p>Frame forwarding is not allowed from interfaces/ports\nthat have an interface usage as specified in\nin-interface-usage to interfaces/ports that have an\ninterface usage for which the value is in the leaf-list\nout-interface-usages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>","split-horizon=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cf25aa0f-fea9-4ddf-ae7d-313eec69c41c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"out-interface-usage\": [\n    \"user-port\",\n    \"user-port\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>/split-horizon=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"45f39e83-a5ac-4e80-9b6e-fba290924ecc"},{"name":"GET - NodeID - bbf-l2-forwarding - split-horizon","id":"1785979a-1a3c-4a87-9af8-3c5569477e8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>/split-horizon=<string>?content=<string>","description":"<p>Frame forwarding is not allowed from interfaces/ports\nthat have an interface usage as specified in\nin-interface-usage to interfaces/ports that have an\ninterface usage for which the value is in the leaf-list\nout-interface-usages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>","split-horizon=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"be9c76b5-febc-4a58-b19f-c97fc5d24ba6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>/split-horizon=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>","split-horizon=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"split-horizon\": [\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"1785979a-1a3c-4a87-9af8-3c5569477e8c"},{"name":"DELETE - NodeID - bbf-l2-forwarding - split-horizon","id":"33ece3fc-b6dc-4a3e-a47e-602dd9e00c91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>/split-horizon=<string>","description":"<p>Frame forwarding is not allowed from interfaces/ports\nthat have an interface usage as specified in\nin-interface-usage to interfaces/ports that have an\ninterface usage for which the value is in the leaf-list\nout-interface-usages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>","split-horizon=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6a5b926b-80a4-4928-91e0-1503b48d3ed2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>/split-horizon=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33ece3fc-b6dc-4a3e-a47e-602dd9e00c91"},{"name":"PUT - NodeID - bbf-l2-forwarding - split-horizon","id":"1804fd85-8c71-473c-a409-c0b2fe35b709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"split-horizon\": [\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>/split-horizon=<string>","description":"<p>Frame forwarding is not allowed from interfaces/ports\nthat have an interface usage as specified in\nin-interface-usage to interfaces/ports that have an\ninterface usage for which the value is in the leaf-list\nout-interface-usages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","split-horizon-profiles","split-horizon-profile=<string>","split-horizon=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"efecc5b3-b0d3-4c84-919e-46574995fe93","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon\": [\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>/split-horizon=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8ac1c4db-e765-4709-bbf9-a065b3c2108a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"split-horizon\": [\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"in-interface-usage\": \"user-port\",\n      \"out-interface-usage\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/split-horizon-profiles/split-horizon-profile=<string>/split-horizon=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1804fd85-8c71-473c-a409-c0b2fe35b709"},{"name":"POST - NodeID - bbf-l2-forwarding - forwarding-databases","id":"6e8987c2-a5eb-441d-abff-34a99fe0dc47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarding-database\": [\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    },\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    }\n  ],\n  \"remove-mac-addresses-from-port-down\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases","description":"<p>Forwarding databases configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"53ea191d-bd4e-4007-ad15-ef228e88a483","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarding-database\": [\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    },\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    }\n  ],\n  \"remove-mac-addresses-from-port-down\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e8987c2-a5eb-441d-abff-34a99fe0dc47"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarding-databases","id":"59540a76-aff4-4a8f-903d-65146f74be17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases?content=<string>","description":"<p>Forwarding databases configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a481939f-6848-4cec-9496-7815e5fed53d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarding-databases\": {\n    \"forwarding-database\": [\n      {\n        \"name\": \"?:\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      }\n    ],\n    \"remove-mac-addresses-from-port-down\": false\n  }\n}"}],"_postman_id":"59540a76-aff4-4a8f-903d-65146f74be17"},{"name":"DELETE - NodeID - bbf-l2-forwarding - forwarding-databases","id":"43771df7-e364-434c-a5e2-bfd315e8f610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases","description":"<p>Forwarding databases configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3972b3f8-06da-42b4-b0a2-6fe3dcd622bc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43771df7-e364-434c-a5e2-bfd315e8f610"},{"name":"PUT - NodeID - bbf-l2-forwarding - forwarding-databases","id":"dcf98644-3e3d-45f2-9a93-30c11d630fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarding-databases\": {\n    \"forwarding-database\": [\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      },\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      }\n    ],\n    \"remove-mac-addresses-from-port-down\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases","description":"<p>Forwarding databases configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a626fca6-98d9-4114-9ab5-679927c78ae6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarding-databases\": {\n    \"forwarding-database\": [\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      },\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      }\n    ],\n    \"remove-mac-addresses-from-port-down\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"71623a34-b38f-4f6f-a738-e7e8149d5885","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarding-databases\": {\n    \"forwarding-database\": [\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      },\n      {\n        \"name\": \"?:t\",\n        \"max-number-mac-addresses\": 4294967295,\n        \"aging-timer\": 300,\n        \"shared-forwarding-database\": false,\n        \"static-mac-address\": [\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n            \"discard-frame\": \"<object>\",\n            \"forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-port-group-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-references\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-forwarder-port-ref\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"static-interface-reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"mac-learning-control\": {\n          \"mac-learning-control-profile\": \"?:\",\n          \"generate-mac-learning-alarm\": false\n        }\n      }\n    ],\n    \"remove-mac-addresses-from-port-down\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcf98644-3e3d-45f2-9a93-30c11d630fa6"},{"name":"POST - NodeID - bbf-l2-forwarding - forwarding-database","id":"f7bc9355-40cf-4a04-a86e-b342c45f5060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"max-number-mac-addresses\": 4294967295,\n  \"aging-timer\": 300,\n  \"shared-forwarding-database\": false,\n  \"static-mac-address\": [\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    },\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    }\n  ],\n  \"mac-learning-control\": {\n    \"mac-learning-control-profile\": \"?:\",\n    \"generate-mac-learning-alarm\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>","description":"<p>The configuration of a specific forwarding database.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a8d2e155-2de6-449b-84aa-f87b10fad175","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"max-number-mac-addresses\": 4294967295,\n  \"aging-timer\": 300,\n  \"shared-forwarding-database\": false,\n  \"static-mac-address\": [\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    },\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    }\n  ],\n  \"mac-learning-control\": {\n    \"mac-learning-control-profile\": \"?:\",\n    \"generate-mac-learning-alarm\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f7bc9355-40cf-4a04-a86e-b342c45f5060"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarding-database","id":"9bce6c1c-4c12-4203-bb81-890bded3e23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>?content=<string>","description":"<p>The configuration of a specific forwarding database.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3421d954-84e4-4034-95e5-4e1504e77d2a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarding-database\": [\n    {\n      \"name\": \"?:\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:!~\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:\",\n            \"group\": \"?:[z5: :\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:9#\",\n            \"port\": \"?:p##7#\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:\"\n          }\n        },\n        {\n          \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:!~\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:\",\n            \"group\": \"?:[z5: :\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:9#\",\n            \"port\": \"?:p##7#\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:!~\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:\",\n            \"group\": \"?:[z5: :\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:9#\",\n            \"port\": \"?:p##7#\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:\"\n          }\n        },\n        {\n          \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:!~\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:\",\n            \"group\": \"?:[z5: :\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:9#\",\n            \"port\": \"?:p##7#\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    }\n  ]\n}"}],"_postman_id":"9bce6c1c-4c12-4203-bb81-890bded3e23f"},{"name":"DELETE - NodeID - bbf-l2-forwarding - forwarding-database","id":"1dcd6aa8-29a1-4722-8674-3db77a4ce0e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>","description":"<p>The configuration of a specific forwarding database.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e018a508-b7ce-41d1-89f0-8af9af89e4f7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1dcd6aa8-29a1-4722-8674-3db77a4ce0e9"},{"name":"PUT - NodeID - bbf-l2-forwarding - forwarding-database","id":"612aec97-c11a-4d4f-aa40-fc4357d979f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarding-database\": [\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    },\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>","description":"<p>The configuration of a specific forwarding database.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9f9b603c-5f0c-41ef-a6be-ccb000f0aac2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarding-database\": [\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    },\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"75d87f74-e3ae-4f2a-8737-6475b52e60dd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"forwarding-database\": [\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    },\n    {\n      \"name\": \"?:t\",\n      \"max-number-mac-addresses\": 4294967295,\n      \"aging-timer\": 300,\n      \"shared-forwarding-database\": false,\n      \"static-mac-address\": [\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        },\n        {\n          \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n          \"discard-frame\": \"<object>\",\n          \"forwarder-port-ref\": {\n            \"forwarder\": \"?:\",\n            \"port\": \"?:\"\n          },\n          \"forwarder-port-group-ref\": {\n            \"forwarder\": \"?:>~#|||#5!~#k\",\n            \"group\": \"?:(&]\"\n          },\n          \"interface-references\": {\n            \"interface\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"static-forwarder-port-ref\": {\n            \"forwarder\": \"?:!\",\n            \"port\": \"?:2\"\n          },\n          \"static-interface-reference\": {\n            \"interface\": \"?:|~~v!\"\n          }\n        }\n      ],\n      \"mac-learning-control\": {\n        \"mac-learning-control-profile\": \"?:\",\n        \"generate-mac-learning-alarm\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"612aec97-c11a-4d4f-aa40-fc4357d979f9"},{"name":"POST - NodeID - bbf-l2-forwarding - static-mac-address","id":"5a4ced8f-2a8e-4e06-a11f-243decab6a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"discard-frame\": \"<object>\",\n  \"forwarder-port-ref\": {\n    \"forwarder\": \"?:\",\n    \"port\": \"?:\"\n  },\n  \"forwarder-port-group-ref\": {\n    \"forwarder\": \"?:>~#|||#5!~#k\",\n    \"group\": \"?:(&]\"\n  },\n  \"interface-references\": {\n    \"interface\": [\n      \"?:####!\",\n      \"?:####!\"\n    ]\n  },\n  \"static-forwarder-port-ref\": {\n    \"forwarder\": \"?:!\",\n    \"port\": \"?:2\"\n  },\n  \"static-interface-reference\": {\n    \"interface\": \"?:|~~v!\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/static-mac-address=<string>","description":"<p>A policy for a configured MAC address specifies a\nlearning constraint for it. The static configuration of\nMAC addresses serves multiple purposes:</p>\n<ul>\n<li>it can be configured with a rule that forbids to learn\nthis MAC address</li>\n<li>it can be configured with a list of ports or interfaces\non which the MAC address can be learned</li>\n<li>it can be statically assigned to a specific port or\ninterface.\nThe absense of a policy for a particular MAC address\nmeans that there is no MAC learning constraint, i.e. the\nMAC address can be learned on any port or interface.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","static-mac-address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0bb5a7f1-3da0-40b0-bf9b-a2efd54003d2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"discard-frame\": \"<object>\",\n  \"forwarder-port-ref\": {\n    \"forwarder\": \"?:\",\n    \"port\": \"?:\"\n  },\n  \"forwarder-port-group-ref\": {\n    \"forwarder\": \"?:>~#|||#5!~#k\",\n    \"group\": \"?:(&]\"\n  },\n  \"interface-references\": {\n    \"interface\": [\n      \"?:####!\",\n      \"?:####!\"\n    ]\n  },\n  \"static-forwarder-port-ref\": {\n    \"forwarder\": \"?:!\",\n    \"port\": \"?:2\"\n  },\n  \"static-interface-reference\": {\n    \"interface\": \"?:|~~v!\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/static-mac-address=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a4ced8f-2a8e-4e06-a11f-243decab6a70"},{"name":"GET - NodeID - bbf-l2-forwarding - static-mac-address","id":"3f8216b9-8e64-4716-b22a-f1df2d9b6318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/static-mac-address=<string>?content=<string>","description":"<p>A policy for a configured MAC address specifies a\nlearning constraint for it. The static configuration of\nMAC addresses serves multiple purposes:</p>\n<ul>\n<li>it can be configured with a rule that forbids to learn\nthis MAC address</li>\n<li>it can be configured with a list of ports or interfaces\non which the MAC address can be learned</li>\n<li>it can be statically assigned to a specific port or\ninterface.\nThe absense of a policy for a particular MAC address\nmeans that there is no MAC learning constraint, i.e. the\nMAC address can be learned on any port or interface.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","static-mac-address=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"318ac5d4-d1d6-4b73-857b-0a10dd893335","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/static-mac-address=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","static-mac-address=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"static-mac-address\": [\n    {\n      \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:!~\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:\",\n        \"group\": \"?:[z5: :\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:~#||\",\n          \"?:~#||\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:9#\",\n        \"port\": \"?:p##7#\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:\"\n      }\n    },\n    {\n      \"mac-address\": \"?:CA:f5:AA:8D:bC:AA\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:!~\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:\",\n        \"group\": \"?:[z5: :\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:~#||\",\n          \"?:~#||\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:9#\",\n        \"port\": \"?:p##7#\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:\"\n      }\n    }\n  ]\n}"}],"_postman_id":"3f8216b9-8e64-4716-b22a-f1df2d9b6318"},{"name":"DELETE - NodeID - bbf-l2-forwarding - static-mac-address","id":"afd5cf52-12e8-42df-9ea3-c99d2f610cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/static-mac-address=<string>","description":"<p>A policy for a configured MAC address specifies a\nlearning constraint for it. The static configuration of\nMAC addresses serves multiple purposes:</p>\n<ul>\n<li>it can be configured with a rule that forbids to learn\nthis MAC address</li>\n<li>it can be configured with a list of ports or interfaces\non which the MAC address can be learned</li>\n<li>it can be statically assigned to a specific port or\ninterface.\nThe absense of a policy for a particular MAC address\nmeans that there is no MAC learning constraint, i.e. the\nMAC address can be learned on any port or interface.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","static-mac-address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"396cfe13-b4d8-4897-bfb8-044414e0f9d2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/static-mac-address=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afd5cf52-12e8-42df-9ea3-c99d2f610cc4"},{"name":"PUT - NodeID - bbf-l2-forwarding - static-mac-address","id":"703cd18e-11a2-4fbe-8431-6ca33ae4c12c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"static-mac-address\": [\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    },\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/static-mac-address=<string>","description":"<p>A policy for a configured MAC address specifies a\nlearning constraint for it. The static configuration of\nMAC addresses serves multiple purposes:</p>\n<ul>\n<li>it can be configured with a rule that forbids to learn\nthis MAC address</li>\n<li>it can be configured with a list of ports or interfaces\non which the MAC address can be learned</li>\n<li>it can be statically assigned to a specific port or\ninterface.\nThe absense of a policy for a particular MAC address\nmeans that there is no MAC learning constraint, i.e. the\nMAC address can be learned on any port or interface.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","static-mac-address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cbe156b6-5f55-43c1-86d6-3f5038adc69c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"static-mac-address\": [\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    },\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/static-mac-address=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3230e34e-be5b-42e3-9424-b3ab2130ee59","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"static-mac-address\": [\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    },\n    {\n      \"mac-address\": \"?:cF:eC:Bc:cE:51:DD\",\n      \"discard-frame\": \"<object>\",\n      \"forwarder-port-ref\": {\n        \"forwarder\": \"?:\",\n        \"port\": \"?:\"\n      },\n      \"forwarder-port-group-ref\": {\n        \"forwarder\": \"?:>~#|||#5!~#k\",\n        \"group\": \"?:(&]\"\n      },\n      \"interface-references\": {\n        \"interface\": [\n          \"?:####!\",\n          \"?:####!\"\n        ]\n      },\n      \"static-forwarder-port-ref\": {\n        \"forwarder\": \"?:!\",\n        \"port\": \"?:2\"\n      },\n      \"static-interface-reference\": {\n        \"interface\": \"?:|~~v!\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/static-mac-address=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"703cd18e-11a2-4fbe-8431-6ca33ae4c12c"},{"name":"POST - NodeID - bbf-l2-forwarding - mac-learning-control","id":"ecfe654d-42f8-4ff8-8014-b8a6c3f00f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profile\": \"?:\",\n  \"generate-mac-learning-alarm\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/mac-learning-control","description":"<p>The MAC learning control defines how the system shall act\nwhen a frame is received for which the source MAC address was\nnot learned before on the port or interface where the frame\nis received.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","mac-learning-control"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3b93cfd5-5e61-4327-b185-9a67df478a54","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profile\": \"?:\",\n  \"generate-mac-learning-alarm\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/mac-learning-control"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ecfe654d-42f8-4ff8-8014-b8a6c3f00f5f"},{"name":"GET - NodeID - bbf-l2-forwarding - mac-learning-control","id":"111353f8-81c0-42cb-8e5c-86448ab616cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/mac-learning-control?content=<string>","description":"<p>The MAC learning control defines how the system shall act\nwhen a frame is received for which the source MAC address was\nnot learned before on the port or interface where the frame\nis received.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","mac-learning-control"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c6e3e156-0aea-4b12-a8a8-229ed407eacb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/mac-learning-control?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","mac-learning-control"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mac-learning-control\": {\n    \"mac-learning-control-profile\": \"?:\",\n    \"generate-mac-learning-alarm\": false\n  }\n}"}],"_postman_id":"111353f8-81c0-42cb-8e5c-86448ab616cb"},{"name":"DELETE - NodeID - bbf-l2-forwarding - mac-learning-control","id":"600b1648-22fe-4a9d-b764-6497d1202e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/mac-learning-control","description":"<p>The MAC learning control defines how the system shall act\nwhen a frame is received for which the source MAC address was\nnot learned before on the port or interface where the frame\nis received.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","mac-learning-control"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b6a9c62e-e5a5-47b5-99d6-27362a395d1e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/mac-learning-control"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"600b1648-22fe-4a9d-b764-6497d1202e7e"},{"name":"PUT - NodeID - bbf-l2-forwarding - mac-learning-control","id":"91db576f-b0c8-46db-bdfa-feb4dc73d84f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control\": {\n    \"mac-learning-control-profile\": \"?:\",\n    \"generate-mac-learning-alarm\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/mac-learning-control","description":"<p>The MAC learning control defines how the system shall act\nwhen a frame is received for which the source MAC address was\nnot learned before on the port or interface where the frame\nis received.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","forwarding-databases","forwarding-database=<string>","mac-learning-control"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ee2bfaef-bb9c-4cb6-ae87-c0af8fd88174","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control\": {\n    \"mac-learning-control-profile\": \"?:\",\n    \"generate-mac-learning-alarm\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/mac-learning-control"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9dcb68d-5eb6-418e-8964-c52497591962","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control\": {\n    \"mac-learning-control-profile\": \"?:\",\n    \"generate-mac-learning-alarm\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/forwarding-databases/forwarding-database=<string>/mac-learning-control"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91db576f-b0c8-46db-bdfa-feb4dc73d84f"},{"name":"POST - NodeID - bbf-l2-forwarding - flooding-policies-profiles","id":"c00254ea-260c-402d-bd15-722abf31aeff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profile\": [\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles","description":"<p>Contains a set of flooding-policies-profiles.</p>\n<p>The flooding policies define how the system shall forward\nframes in case the other forwarding mechanisms did not come\nto a forwarding decision, e.g. when the destination unicast\nMAC address is not available in the forwarding database.</p>\n<p>For multicast frames this applies when there is no\ncorresponding entry found in the (IGMP controled) multicast\ntree.</p>\n<p>For broadcast frames this applies when there is no other\nprotocol specific behaviour knowledge.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"21566382-f41c-44b8-ab68-351d6c6ab5d3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profile\": [\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c00254ea-260c-402d-bd15-722abf31aeff"},{"name":"GET - NodeID - bbf-l2-forwarding - flooding-policies-profiles","id":"08c74fe0-784b-4f04-9a5d-d4058a6c211d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles?content=<string>","description":"<p>Contains a set of flooding-policies-profiles.</p>\n<p>The flooding policies define how the system shall forward\nframes in case the other forwarding mechanisms did not come\nto a forwarding decision, e.g. when the destination unicast\nMAC address is not available in the forwarding database.</p>\n<p>For multicast frames this applies when there is no\ncorresponding entry found in the (IGMP controled) multicast\ntree.</p>\n<p>For broadcast frames this applies when there is no other\nprotocol specific behaviour knowledge.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"926b3e1f-f3c1-4b11-8d97-7dab627f4c82","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"flooding-policies-profiles\": {\n    \"flooding-policies-profile\": [\n      {\n        \"name\": \"?:Y\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:~#u!\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~#u!\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:Y\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:~#u!\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~#u!\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"08c74fe0-784b-4f04-9a5d-d4058a6c211d"},{"name":"DELETE - NodeID - bbf-l2-forwarding - flooding-policies-profiles","id":"ef23b7e2-5fbe-4538-96f3-16b5f46177e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles","description":"<p>Contains a set of flooding-policies-profiles.</p>\n<p>The flooding policies define how the system shall forward\nframes in case the other forwarding mechanisms did not come\nto a forwarding decision, e.g. when the destination unicast\nMAC address is not available in the forwarding database.</p>\n<p>For multicast frames this applies when there is no\ncorresponding entry found in the (IGMP controled) multicast\ntree.</p>\n<p>For broadcast frames this applies when there is no other\nprotocol specific behaviour knowledge.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"78f49a8d-d564-45a0-a3b9-bb781aae1647","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef23b7e2-5fbe-4538-96f3-16b5f46177e4"},{"name":"PUT - NodeID - bbf-l2-forwarding - flooding-policies-profiles","id":"9019d8bf-0604-48a2-a050-0aefad0160ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profiles\": {\n    \"flooding-policies-profile\": [\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles","description":"<p>Contains a set of flooding-policies-profiles.</p>\n<p>The flooding policies define how the system shall forward\nframes in case the other forwarding mechanisms did not come\nto a forwarding decision, e.g. when the destination unicast\nMAC address is not available in the forwarding database.</p>\n<p>For multicast frames this applies when there is no\ncorresponding entry found in the (IGMP controled) multicast\ntree.</p>\n<p>For broadcast frames this applies when there is no other\nprotocol specific behaviour knowledge.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"392fba68-202f-42e7-b9a9-96e708956d7c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profiles\": {\n    \"flooding-policies-profile\": [\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e0ae7e56-340a-419e-ab65-0704bf26ad4c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profiles\": {\n    \"flooding-policies-profile\": [\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"flooding-policy\": [\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"in-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"destination-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discard\": \"<object>\",\n            \"out-interface-usages\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9019d8bf-0604-48a2-a050-0aefad0160ab"},{"name":"POST - NodeID - bbf-l2-forwarding - flooding-policies-profile","id":"2f1e2ea4-9047-48f1-bad9-d8559c5463ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"flooding-policy\": [\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>","description":"<p>The configuration of a flooding policies profile.\nOne flooding policies profile can contain multiple\npolicies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"66e8cb7d-ef2c-468a-ad0d-961d45ea628e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policy\": [\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f1e2ea4-9047-48f1-bad9-d8559c5463ec"},{"name":"GET - NodeID - bbf-l2-forwarding - flooding-policies-profile","id":"abe7521b-f90f-4244-86be-b05adbc87b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>?content=<string>","description":"<p>The configuration of a flooding policies profile.\nOne flooding policies profile can contain multiple\npolicies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4d58b827-de59-4ff0-b762-c5613b210894","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"flooding-policies-profile\": [\n    {\n      \"name\": \"?:Y\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:~#u!\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:ED:4a:C0:cd:1e:Eb\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:~#u!\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:ED:4a:C0:cd:1e:Eb\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:Y\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:~#u!\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:ED:4a:C0:cd:1e:Eb\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:~#u!\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:ED:4a:C0:cd:1e:Eb\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"abe7521b-f90f-4244-86be-b05adbc87b0c"},{"name":"DELETE - NodeID - bbf-l2-forwarding - flooding-policies-profile","id":"6c24690f-1586-401f-9b7a-30d986f6129c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>","description":"<p>The configuration of a flooding policies profile.\nOne flooding policies profile can contain multiple\npolicies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c396072a-5588-4ec0-a606-ad1f3a524752","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6c24690f-1586-401f-9b7a-30d986f6129c"},{"name":"PUT - NodeID - bbf-l2-forwarding - flooding-policies-profile","id":"0c211f28-d71b-437d-8668-6aa8b9a40a24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profile\": [\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>","description":"<p>The configuration of a flooding policies profile.\nOne flooding policies profile can contain multiple\npolicies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3a7b8120-9c88-46ad-a1a5-aa9a288a72d8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profile\": [\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2f4fa5aa-c007-4b34-a54f-a8bec20f7970","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policies-profile\": [\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"flooding-policy\": [\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"in-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"destination-address\": {\n            \"any-frame\": \"<object>\",\n            \"any-multicast-mac-address\": \"<object>\",\n            \"unicast-address\": \"<object>\",\n            \"broadcast-address\": \"<object>\",\n            \"cfm-multicast-address\": \"<object>\",\n            \"ipv4-multicast-address\": \"<object>\",\n            \"ipv6-multicast-address\": \"<object>\",\n            \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n            \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n            \"any-multicast-ipv4-address\": \"<object>\",\n            \"all-hosts-multicast-address\": \"<object>\",\n            \"rip-multicast-address\": \"<object>\",\n            \"ntp-multicast-address\": \"<object>\"\n          },\n          \"discard\": \"<object>\",\n          \"out-interface-usages\": {\n            \"interface-usages\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c211f28-d71b-437d-8668-6aa8b9a40a24"},{"name":"POST - NodeID - bbf-l2-forwarding - flooding-policy","id":"24210adc-6a62-47ef-a884-65143c240ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"in-interface-usages\": {\n    \"interface-usages\": [\n      \"user-port\",\n      \"user-port\"\n    ]\n  },\n  \"destination-address\": {\n    \"any-frame\": \"<object>\",\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n    \"any-multicast-ipv4-address\": \"<object>\",\n    \"all-hosts-multicast-address\": \"<object>\",\n    \"rip-multicast-address\": \"<object>\",\n    \"ntp-multicast-address\": \"<object>\"\n  },\n  \"discard\": \"<object>\",\n  \"out-interface-usages\": {\n    \"interface-usages\": [\n      \"user-port\",\n      \"user-port\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>","description":"<p>A flooding-policy defines for the tuple (list of\nin-interface-usages, a frame classification), if and to\nwhich other interface usages the frame shall be flooded.</p>\n<p>The absence of data for a particular combination results\nin the default forwarding behavior to flood the frame to\nall ports of the forwarder, except the one on which the\nframe is received.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8baef281-9bb7-4b1f-92e2-926cb05d3f10","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"in-interface-usages\": {\n    \"interface-usages\": [\n      \"user-port\",\n      \"user-port\"\n    ]\n  },\n  \"destination-address\": {\n    \"any-frame\": \"<object>\",\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n    \"any-multicast-ipv4-address\": \"<object>\",\n    \"all-hosts-multicast-address\": \"<object>\",\n    \"rip-multicast-address\": \"<object>\",\n    \"ntp-multicast-address\": \"<object>\"\n  },\n  \"discard\": \"<object>\",\n  \"out-interface-usages\": {\n    \"interface-usages\": [\n      \"user-port\",\n      \"user-port\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"24210adc-6a62-47ef-a884-65143c240ba7"},{"name":"GET - NodeID - bbf-l2-forwarding - flooding-policy","id":"9dec0dca-8a6a-469a-aaf6-aade98fef77c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>?content=<string>","description":"<p>A flooding-policy defines for the tuple (list of\nin-interface-usages, a frame classification), if and to\nwhich other interface usages the frame shall be flooded.</p>\n<p>The absence of data for a particular combination results\nin the default forwarding behavior to flood the frame to\nall ports of the forwarder, except the one on which the\nframe is received.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b5cd9bb7-f369-45e1-a4c1-69215021c25d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"flooding-policy\": [\n    {\n      \"name\": \"?:~#u!\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:ED:4a:C0:cd:1e:Eb\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:~#u!\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:ED:4a:C0:cd:1e:Eb\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"9dec0dca-8a6a-469a-aaf6-aade98fef77c"},{"name":"DELETE - NodeID - bbf-l2-forwarding - flooding-policy","id":"d1e0c028-3008-4dfe-a2a7-cb367ee40d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>","description":"<p>A flooding-policy defines for the tuple (list of\nin-interface-usages, a frame classification), if and to\nwhich other interface usages the frame shall be flooded.</p>\n<p>The absence of data for a particular combination results\nin the default forwarding behavior to flood the frame to\nall ports of the forwarder, except the one on which the\nframe is received.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"52d088b3-98f2-4d84-b9ec-76706dc21fd6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1e0c028-3008-4dfe-a2a7-cb367ee40d2e"},{"name":"PUT - NodeID - bbf-l2-forwarding - flooding-policy","id":"9a82f1a9-8160-46c9-826d-e3fd3d452e59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"flooding-policy\": [\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>","description":"<p>A flooding-policy defines for the tuple (list of\nin-interface-usages, a frame classification), if and to\nwhich other interface usages the frame shall be flooded.</p>\n<p>The absence of data for a particular combination results\nin the default forwarding behavior to flood the frame to\nall ports of the forwarder, except the one on which the\nframe is received.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2cf0efa7-1756-4f22-9284-430bf537f688","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policy\": [\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aa4bd93b-9161-4af0-a604-370bbd92eff3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"flooding-policy\": [\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"in-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      },\n      \"destination-address\": {\n        \"any-frame\": \"<object>\",\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n        \"any-multicast-ipv4-address\": \"<object>\",\n        \"all-hosts-multicast-address\": \"<object>\",\n        \"rip-multicast-address\": \"<object>\",\n        \"ntp-multicast-address\": \"<object>\"\n      },\n      \"discard\": \"<object>\",\n      \"out-interface-usages\": {\n        \"interface-usages\": [\n          \"user-port\",\n          \"user-port\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a82f1a9-8160-46c9-826d-e3fd3d452e59"},{"name":"POST - NodeID - bbf-l2-forwarding - in-interface-usages","id":"0bf37842-5984-4db3-8848-dd3a9b3fd2b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface-usages\": [\n    \"user-port\",\n    \"user-port\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/in-interface-usages","description":"<p>Identifies the forwarder ports on which the\nclassification shall apply. The actual identification\nis indirect: a forwarder port references a VLAN\nsub-interface and this VLAN sub-interface has an\ninterface usage.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","in-interface-usages"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"894dc0d3-6502-46e3-a421-5519e1f98234","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-usages\": [\n    \"user-port\",\n    \"user-port\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/in-interface-usages"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0bf37842-5984-4db3-8848-dd3a9b3fd2b6"},{"name":"GET - NodeID - bbf-l2-forwarding - in-interface-usages","id":"0e777ddb-e342-4934-80fe-5e9789abcec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/in-interface-usages?content=<string>","description":"<p>Identifies the forwarder ports on which the\nclassification shall apply. The actual identification\nis indirect: a forwarder port references a VLAN\nsub-interface and this VLAN sub-interface has an\ninterface usage.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","in-interface-usages"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"855749fb-3ac5-45d4-a3d4-45d0942d643b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/in-interface-usages?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","in-interface-usages"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"in-interface-usages\": {\n    \"interface-usages\": [\n      \"user-port\",\n      \"user-port\"\n    ]\n  }\n}"}],"_postman_id":"0e777ddb-e342-4934-80fe-5e9789abcec1"},{"name":"DELETE - NodeID - bbf-l2-forwarding - in-interface-usages","id":"61007740-f738-479e-9e90-e3cd76685295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/in-interface-usages","description":"<p>Identifies the forwarder ports on which the\nclassification shall apply. The actual identification\nis indirect: a forwarder port references a VLAN\nsub-interface and this VLAN sub-interface has an\ninterface usage.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","in-interface-usages"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e705ea01-2906-4b98-94d0-724b374b6952","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/in-interface-usages"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"61007740-f738-479e-9e90-e3cd76685295"},{"name":"PUT - NodeID - bbf-l2-forwarding - in-interface-usages","id":"ef7eac6c-2752-4939-909a-19e83e064d73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"in-interface-usages\": {\n    \"interface-usages\": [\n      \"user-port\",\n      \"user-port\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/in-interface-usages","description":"<p>Identifies the forwarder ports on which the\nclassification shall apply. The actual identification\nis indirect: a forwarder port references a VLAN\nsub-interface and this VLAN sub-interface has an\ninterface usage.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","in-interface-usages"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6cb83a7e-d585-4077-9081-487f211daf52","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"in-interface-usages\": {\n    \"interface-usages\": [\n      \"user-port\",\n      \"user-port\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/in-interface-usages"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89983f28-ca8e-4d8d-95ef-3af114123b94","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"in-interface-usages\": {\n    \"interface-usages\": [\n      \"user-port\",\n      \"user-port\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/in-interface-usages"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef7eac6c-2752-4939-909a-19e83e064d73"},{"name":"POST - NodeID - bbf-l2-forwarding - destination-address","id":"8d0b8379-1b99-4f04-89c0-eb2188e84e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"any-frame\": \"<object>\",\n  \"any-multicast-mac-address\": \"<object>\",\n  \"unicast-address\": \"<object>\",\n  \"broadcast-address\": \"<object>\",\n  \"cfm-multicast-address\": \"<object>\",\n  \"ipv4-multicast-address\": \"<object>\",\n  \"ipv6-multicast-address\": \"<object>\",\n  \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n  \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n  \"any-multicast-ipv4-address\": \"<object>\",\n  \"all-hosts-multicast-address\": \"<object>\",\n  \"rip-multicast-address\": \"<object>\",\n  \"ntp-multicast-address\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/destination-address","description":"<p>The frame classification to be performed on the\ndestination MAC or IP address. Note that the MAC filter\nalso allows specification of unicast addresses. If used\nthis will apply to frames for which there was no\nforwarding decision identified via other means.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","destination-address"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3cd044b3-0544-47a8-8630-4ae3b9525d05","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"any-frame\": \"<object>\",\n  \"any-multicast-mac-address\": \"<object>\",\n  \"unicast-address\": \"<object>\",\n  \"broadcast-address\": \"<object>\",\n  \"cfm-multicast-address\": \"<object>\",\n  \"ipv4-multicast-address\": \"<object>\",\n  \"ipv6-multicast-address\": \"<object>\",\n  \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n  \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n  \"any-multicast-ipv4-address\": \"<object>\",\n  \"all-hosts-multicast-address\": \"<object>\",\n  \"rip-multicast-address\": \"<object>\",\n  \"ntp-multicast-address\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/destination-address"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d0b8379-1b99-4f04-89c0-eb2188e84e76"},{"name":"GET - NodeID - bbf-l2-forwarding - destination-address","id":"f0846750-6fff-4105-a630-512dda430a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/destination-address?content=<string>","description":"<p>The frame classification to be performed on the\ndestination MAC or IP address. Note that the MAC filter\nalso allows specification of unicast addresses. If used\nthis will apply to frames for which there was no\nforwarding decision identified via other means.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","destination-address"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0f367688-a1af-4507-ac29-fa3404140224","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/destination-address?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","destination-address"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"destination-address\": {\n    \"any-frame\": \"<object>\",\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:ED:4a:C0:cd:1e:Eb\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n    \"any-multicast-ipv4-address\": \"<object>\",\n    \"all-hosts-multicast-address\": \"<object>\",\n    \"rip-multicast-address\": \"<object>\",\n    \"ntp-multicast-address\": \"<object>\"\n  }\n}"}],"_postman_id":"f0846750-6fff-4105-a630-512dda430a7b"},{"name":"DELETE - NodeID - bbf-l2-forwarding - destination-address","id":"8e645e12-d1e8-41f4-aa26-563a0d47a20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/destination-address","description":"<p>The frame classification to be performed on the\ndestination MAC or IP address. Note that the MAC filter\nalso allows specification of unicast addresses. If used\nthis will apply to frames for which there was no\nforwarding decision identified via other means.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","destination-address"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0331c1bf-f196-4900-b637-ee8e61cc3e9b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/destination-address"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e645e12-d1e8-41f4-aa26-563a0d47a20b"},{"name":"PUT - NodeID - bbf-l2-forwarding - destination-address","id":"35a1fff3-3dd2-413c-859c-9dc1304db693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"destination-address\": {\n    \"any-frame\": \"<object>\",\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n    \"any-multicast-ipv4-address\": \"<object>\",\n    \"all-hosts-multicast-address\": \"<object>\",\n    \"rip-multicast-address\": \"<object>\",\n    \"ntp-multicast-address\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/destination-address","description":"<p>The frame classification to be performed on the\ndestination MAC or IP address. Note that the MAC filter\nalso allows specification of unicast addresses. If used\nthis will apply to frames for which there was no\nforwarding decision identified via other means.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","flooding-policies-profiles","flooding-policies-profile=<string>","flooding-policy=<string>","destination-address"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"27cf004c-4680-4569-9074-8ca85ff85143","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"destination-address\": {\n    \"any-frame\": \"<object>\",\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n    \"any-multicast-ipv4-address\": \"<object>\",\n    \"all-hosts-multicast-address\": \"<object>\",\n    \"rip-multicast-address\": \"<object>\",\n    \"ntp-multicast-address\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/destination-address"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"355ac0fb-2704-4189-a9e0-bca4779560fd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"destination-address\": {\n    \"any-frame\": \"<object>\",\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:Ba:2f:F8:b0:4B:53\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\",\n    \"any-multicast-ipv4-address\": \"<object>\",\n    \"all-hosts-multicast-address\": \"<object>\",\n    \"rip-multicast-address\": \"<object>\",\n    \"ntp-multicast-address\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/flooding-policies-profiles/flooding-policies-profile=<string>/flooding-policy=<string>/destination-address"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35a1fff3-3dd2-413c-859c-9dc1304db693"},{"name":"POST - NodeID - bbf-l2-forwarding - mac-learning-control-profiles","id":"41bc2cb3-0242-425e-b435-d9c34610ee6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profile\": [\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles","description":"<p>Contains a set of MAC address learning control profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"48f4f9b8-d2fd-441a-a559-be84442a289a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profile\": [\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41bc2cb3-0242-425e-b435-d9c34610ee6f"},{"name":"GET - NodeID - bbf-l2-forwarding - mac-learning-control-profiles","id":"39ffa6e8-1f01-40f5-aba0-f0a71461a078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles?content=<string>","description":"<p>Contains a set of MAC address learning control profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"61955025-ed68-41a7-a2b6-ed610a1d8c67","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mac-learning-control-profiles\": {\n    \"mac-learning-control-profile\": [\n      {\n        \"name\": \"?:\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"39ffa6e8-1f01-40f5-aba0-f0a71461a078"},{"name":"DELETE - NodeID - bbf-l2-forwarding - mac-learning-control-profiles","id":"f8fced43-6465-467e-862d-326aee07ea0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles","description":"<p>Contains a set of MAC address learning control profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"85bf5fc7-51bd-4b17-bfc2-342a73eaef17","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8fced43-6465-467e-862d-326aee07ea0b"},{"name":"PUT - NodeID - bbf-l2-forwarding - mac-learning-control-profiles","id":"8336b673-2f2b-4b64-8211-b2186d31dcd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profiles\": {\n    \"mac-learning-control-profile\": [\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles","description":"<p>Contains a set of MAC address learning control profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8bc29151-6b0b-49a1-82c7-7de5ddc7cc60","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profiles\": {\n    \"mac-learning-control-profile\": [\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e1c73d38-43fe-4e6a-a4ed-e3e149f094d3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profiles\": {\n    \"mac-learning-control-profile\": [\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"?:#\",\n        \"mac-learning-rule\": [\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"receiving-interface-usage\": \"user-port\",\n            \"mac-can-not-move-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8336b673-2f2b-4b64-8211-b2186d31dcd6"},{"name":"POST - NodeID - bbf-l2-forwarding - mac-learning-control-profile","id":"9e9ebf25-dd8e-4491-b215-803774375947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-learning-rule\": [\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>","description":"<p>The configuration of a MAC address learning control\nprofile.</p>\n<p>A profile controls the MAC address learning behavior that\ndeviates from the default MAC learning in an IEEE bridge,\ni.e. that behavior that deviates from 'learn on the last\nport or interface on which a frame with the corresponding\nsource MAC address is received'. This implies that the\ndefault behavior is that the MAC address is always learned\nand that MAC movement is allowed from any port or interface\nto any other port or interface, except if this would be in\nconflict with static MAC address configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e3489652-1366-430f-9f16-6362d4b35be4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-rule\": [\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9e9ebf25-dd8e-4491-b215-803774375947"},{"name":"GET - NodeID - bbf-l2-forwarding - mac-learning-control-profile","id":"851e7f17-2bf4-4746-8c81-0d5e51f77592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>?content=<string>","description":"<p>The configuration of a MAC address learning control\nprofile.</p>\n<p>A profile controls the MAC address learning behavior that\ndeviates from the default MAC learning in an IEEE bridge,\ni.e. that behavior that deviates from 'learn on the last\nport or interface on which a frame with the corresponding\nsource MAC address is received'. This implies that the\ndefault behavior is that the MAC address is always learned\nand that MAC movement is allowed from any port or interface\nto any other port or interface, except if this would be in\nconflict with static MAC address configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"66830d79-c854-4032-b51c-143d0fdec676","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mac-learning-control-profile\": [\n    {\n      \"name\": \"?:\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"851e7f17-2bf4-4746-8c81-0d5e51f77592"},{"name":"DELETE - NodeID - bbf-l2-forwarding - mac-learning-control-profile","id":"53422024-e18d-424e-9911-d71100c56313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>","description":"<p>The configuration of a MAC address learning control\nprofile.</p>\n<p>A profile controls the MAC address learning behavior that\ndeviates from the default MAC learning in an IEEE bridge,\ni.e. that behavior that deviates from 'learn on the last\nport or interface on which a frame with the corresponding\nsource MAC address is received'. This implies that the\ndefault behavior is that the MAC address is always learned\nand that MAC movement is allowed from any port or interface\nto any other port or interface, except if this would be in\nconflict with static MAC address configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe12901f-a4df-4c7d-a475-8d608422dbba","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53422024-e18d-424e-9911-d71100c56313"},{"name":"PUT - NodeID - bbf-l2-forwarding - mac-learning-control-profile","id":"2254db67-19e9-4d3d-aecd-ba37df7f73e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profile\": [\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>","description":"<p>The configuration of a MAC address learning control\nprofile.</p>\n<p>A profile controls the MAC address learning behavior that\ndeviates from the default MAC learning in an IEEE bridge,\ni.e. that behavior that deviates from 'learn on the last\nport or interface on which a frame with the corresponding\nsource MAC address is received'. This implies that the\ndefault behavior is that the MAC address is always learned\nand that MAC movement is allowed from any port or interface\nto any other port or interface, except if this would be in\nconflict with static MAC address configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd3d5547-525f-43a4-b346-466ef09eb2a3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profile\": [\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8f27bd6d-8000-45ce-986d-4b1075ccb8e8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-control-profile\": [\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:#\",\n      \"mac-learning-rule\": [\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        },\n        {\n          \"receiving-interface-usage\": \"user-port\",\n          \"mac-can-not-move-to\": [\n            \"user-port\",\n            \"user-port\"\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2254db67-19e9-4d3d-aecd-ba37df7f73e7"},{"name":"POST - NodeID - bbf-l2-forwarding - mac-learning-rule","id":"7abb4700-1f67-4ff3-a4e5-fd928e5b983b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-can-not-move-to\": [\n    \"user-port\",\n    \"user-port\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>/mac-learning-rule=<string>","description":"<p>Defines what to do when a frame is received with a\nparticular source MAC address and this MAC address is not\nyet stored on that port or interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>","mac-learning-rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fc510b25-957f-437e-926e-ac18a1739a8c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-can-not-move-to\": [\n    \"user-port\",\n    \"user-port\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>/mac-learning-rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7abb4700-1f67-4ff3-a4e5-fd928e5b983b"},{"name":"GET - NodeID - bbf-l2-forwarding - mac-learning-rule","id":"f4fb0ba5-ca1a-409f-a17d-94257e4f5b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>/mac-learning-rule=<string>?content=<string>","description":"<p>Defines what to do when a frame is received with a\nparticular source MAC address and this MAC address is not\nyet stored on that port or interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>","mac-learning-rule=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"61d34097-00d6-4004-9dc8-018a205eb2a9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>/mac-learning-rule=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>","mac-learning-rule=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mac-learning-rule\": [\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"f4fb0ba5-ca1a-409f-a17d-94257e4f5b46"},{"name":"DELETE - NodeID - bbf-l2-forwarding - mac-learning-rule","id":"f7167950-82e0-47fd-9305-547327f5fc48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>/mac-learning-rule=<string>","description":"<p>Defines what to do when a frame is received with a\nparticular source MAC address and this MAC address is not\nyet stored on that port or interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>","mac-learning-rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1addda92-3d54-4dda-96f1-3eb5a9eff2c8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>/mac-learning-rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f7167950-82e0-47fd-9305-547327f5fc48"},{"name":"PUT - NodeID - bbf-l2-forwarding - mac-learning-rule","id":"a53663d4-daa9-49d3-966e-36f0c19e9095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-learning-rule\": [\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>/mac-learning-rule=<string>","description":"<p>Defines what to do when a frame is received with a\nparticular source MAC address and this MAC address is not\nyet stored on that port or interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding","mac-learning-control-profiles","mac-learning-control-profile=<string>","mac-learning-rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e3123a02-ffb1-42ca-9350-cd595f7537b0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-rule\": [\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>/mac-learning-rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"98381c3d-1a2f-4244-94e8-29a733d9e92f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning-rule\": [\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    },\n    {\n      \"receiving-interface-usage\": \"user-port\",\n      \"mac-can-not-move-to\": [\n        \"user-port\",\n        \"user-port\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding/mac-learning-control-profiles/mac-learning-control-profile=<string>/mac-learning-rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a53663d4-daa9-49d3-966e-36f0c19e9095"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarding-state","id":"31bf218e-4128-424a-a305-034242518db2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state?content=<string>","description":"<p>State data nodes associated with layer 2 forwarding.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"375e7ccb-c624-4fde-a71b-8d11e7b7501a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarding-state\": {\n    \"forwarders\": {\n      \"forwarder\": [\n        {\n          \"name\": \"?:\",\n          \"ports\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"forwarding-databases\": {\n            \"forwarding-database\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"ports\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"forwarding-databases\": {\n            \"forwarding-database\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"forwarding-databases\": {\n      \"max-number-mac-addresses\": 0,\n      \"forwarding-database\": [\n        {\n          \"name\": \"?:9I%\",\n          \"mac-addresses\": {\n            \"mac-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:9I%\",\n          \"mac-addresses\": {\n            \"mac-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"31bf218e-4128-424a-a305-034242518db2"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarders","id":"1798e419-745e-46ef-874d-e57c93e726dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//estconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders?content=<string>","description":"<p>A forwarder is used to forward traffic between interfaces.</p>\n","urlObject":{"path":["estconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"92f8a513-4044-48d7-920b-ea67a1bb7339","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//estconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders?content=<string>","host":["http://localhost:8888/"],"path":["estconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarders\": {\n    \"forwarder\": [\n      {\n        \"name\": \"?:\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"forwarding-databases\": {\n          \"forwarding-database\": \"?:=*3\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"ports\": {\n          \"port\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"forwarding-databases\": {\n          \"forwarding-database\": \"?:=*3\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"1798e419-745e-46ef-874d-e57c93e726dd"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarder","id":"15d38dfe-e9a9-4a30-8176-cb046b649912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders/forwarder=<string>?content=<string>","description":"<p>A list of forwarders.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders","forwarder=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0ad464d4-2ae5-4d22-9f58-49757537f604","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders/forwarder=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders","forwarder=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarder\": [\n    {\n      \"name\": \"?:\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"Some sub-interface\",\n            \"l2-termination-interface\": \"?:~C\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"Some sub-interface\",\n            \"l2-termination-interface\": \"?:~C\"\n          }\n        ]\n      },\n      \"forwarding-databases\": {\n        \"forwarding-database\": \"?:=*3\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"ports\": {\n        \"port\": [\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"Some sub-interface\",\n            \"l2-termination-interface\": \"?:~C\"\n          },\n          {\n            \"name\": \"?:\",\n            \"sub-interface\": \"Some sub-interface\",\n            \"l2-termination-interface\": \"?:~C\"\n          }\n        ]\n      },\n      \"forwarding-databases\": {\n        \"forwarding-database\": \"?:=*3\"\n      }\n    }\n  ]\n}"}],"_postman_id":"15d38dfe-e9a9-4a30-8176-cb046b649912"},{"name":"GET - NodeID - bbf-l2-forwarding - ports","id":"55a51cf4-31cc-463c-96ac-913092a401b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders/forwarder=<string>/ports?content=<string>","description":"<p>Configuration for ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders","forwarder=<string>","ports"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"10b2612b-3a76-4b88-a285-0b0e7e279492","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders/forwarder=<string>/ports?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders","forwarder=<string>","ports"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ports\": {\n    \"port\": [\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"Some sub-interface\",\n        \"l2-termination-interface\": \"?:~C\"\n      },\n      {\n        \"name\": \"?:\",\n        \"sub-interface\": \"Some sub-interface\",\n        \"l2-termination-interface\": \"?:~C\"\n      }\n    ]\n  }\n}"}],"_postman_id":"55a51cf4-31cc-463c-96ac-913092a401b8"},{"name":"GET - NodeID - bbf-l2-forwarding - port","id":"b550c019-5dfb-4e39-84a3-dad8af30456b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders/forwarder=<string>/ports/port=<string>?content=<string>","description":"<p>The list of ports associated with this forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders","forwarder=<string>","ports","port=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e3dba669-31e4-4a21-9d21-37e5584b93ed","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders/forwarder=<string>/ports/port=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders","forwarder=<string>","ports","port=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port\": [\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"Some sub-interface\",\n      \"l2-termination-interface\": \"?:~C\"\n    },\n    {\n      \"name\": \"?:\",\n      \"sub-interface\": \"Some sub-interface\",\n      \"l2-termination-interface\": \"?:~C\"\n    }\n  ]\n}"}],"_postman_id":"b550c019-5dfb-4e39-84a3-dad8af30456b"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarding-databases","id":"8f121460-079c-4a44-b9d0-c3af2ea64175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders/forwarder=<string>/forwarding-databases?content=<string>","description":"<p>Forwarder objects relative to forwarding databases.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders","forwarder=<string>","forwarding-databases"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a7cb9cd8-f958-4429-a8a7-b703936eec20","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarders/forwarder=<string>/forwarding-databases?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarders","forwarder=<string>","forwarding-databases"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarding-databases\": {\n    \"forwarding-database\": \"?:=*3\"\n  }\n}"}],"_postman_id":"8f121460-079c-4a44-b9d0-c3af2ea64175"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarding-databases","id":"75f53109-ab34-4f03-b680-784f625f6e1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases?content=<string>","description":"<p>The following objects allow to read out the forwarding\ndatabase (FDB), i.e. the MAC addresses being learned within\nthe system.</p>\n<p>The strategy is to offer the same flexibility as in IEEE:</p>\n<ul>\n<li>Allows at one extreme that each VLAN has its own FDB, this\nallows the same MAC address to be learned independently\nwithin different VLANs.</li>\n<li>Allows at the other extreme that the system has one FDB\nshared by all VLANs, this allows the same MAC address to\nbe learned only once over all VLANs.</li>\n<li>Allows everything in between, i.e. an FDB for a set of\nVLANs, a 2nd FDB for another set.\nTo support this concept it is possible to have multiple\nforwarders assigned to a single FDB.</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1d4387c1-a4d6-40a4-bb85-97015df720ba","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarding-databases\": {\n    \"max-number-mac-addresses\": 0,\n    \"forwarding-database\": [\n      {\n        \"name\": \"?:9I%\",\n        \"mac-addresses\": {\n          \"mac-address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:9I%\",\n        \"mac-addresses\": {\n          \"mac-address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"75f53109-ab34-4f03-b680-784f625f6e1c"},{"name":"POST - NodeID - bbf-l2-forwarding - reset-forwarding-databases","id":"01777190-2e4d-40bc-ab40-03aeea69f285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/nokia-l2-forwarding-forwarding-database-reset:reset-forwarding-databases","description":"<p>When the action is received, all the forwarding databases\nwill reset. This means that all dynamically learned MAC\naddresses will be removed from all the forwarding\ndatabases.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases","nokia-l2-forwarding-forwarding-database-reset:reset-forwarding-databases"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"84da3f9e-8e01-495e-9ff3-de0588b80671","name":"RPC reset-forwarding-databases success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/nokia-l2-forwarding-forwarding-database-reset:reset-forwarding-databases"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01777190-2e4d-40bc-ab40-03aeea69f285"},{"name":"POST - NodeID - bbf-l2-forwarding - reset-interface","id":"cf838676-2907-4209-94b1-234934d64f15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"interface\": \"Some interface\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/nokia-l2-forwarding-forwarding-database-reset:reset-interface","description":"<p>For independent forwarding databases:\nWhen the action is received, the system will search in all\nforwarding databases for all MAC addresses dynamically\nlearned on a forwarder port that references the specified\ninterface, or are learned on a forwarder port for which the\nspecified interface is a lower layer interface of the\nreferenced interface and it will remove all these MAC\naddresses from the forwarding database.</p>\n<p>For shared forwarding databases:\nWhen the action is received, the system will search in all\nforwarding databases for all MAC addresses dynamically\nlearned on the specified interface, or lare earned on an\ninterface for which the specified interface is a lower layer\ninterface of the referenced interface and it will remove all\nthese MAC addresses from the forwarding database.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases","nokia-l2-forwarding-forwarding-database-reset:reset-interface"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"455cad13-07b2-48c2-a3c1-05643ae3a829","name":"RPC reset-interface success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"interface\": \"Some interface\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/nokia-l2-forwarding-forwarding-database-reset:reset-interface"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cf838676-2907-4209-94b1-234934d64f15"},{"name":"GET - NodeID - bbf-l2-forwarding - forwarding-database","id":"9184d555-66e9-401c-992f-e41411271088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/forwarding-database=<string>?content=<string>","description":"<p>The state data of a specific forwarding database.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases","forwarding-database=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d4ccba8e-680b-4a98-a217-0d8a36713aae","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/forwarding-database=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases","forwarding-database=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarding-database\": [\n    {\n      \"name\": \"?:9I%\",\n      \"mac-addresses\": {\n        \"mac-address\": [\n          {\n            \"mac-address\": \"?:13:d7:9b:cd:81:3a\",\n            \"forwarder\": \"?:Cy>c\",\n            \"port\": \"?:ln\",\n            \"forwarder-ports\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"interface\": \"Some interface\"\n          },\n          {\n            \"mac-address\": \"?:13:d7:9b:cd:81:3a\",\n            \"forwarder\": \"?:Cy>c\",\n            \"port\": \"?:ln\",\n            \"forwarder-ports\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"interface\": \"Some interface\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:9I%\",\n      \"mac-addresses\": {\n        \"mac-address\": [\n          {\n            \"mac-address\": \"?:13:d7:9b:cd:81:3a\",\n            \"forwarder\": \"?:Cy>c\",\n            \"port\": \"?:ln\",\n            \"forwarder-ports\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"interface\": \"Some interface\"\n          },\n          {\n            \"mac-address\": \"?:13:d7:9b:cd:81:3a\",\n            \"forwarder\": \"?:Cy>c\",\n            \"port\": \"?:ln\",\n            \"forwarder-ports\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"interface\": \"Some interface\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"9184d555-66e9-401c-992f-e41411271088"},{"name":"POST - NodeID - bbf-l2-forwarding - reset-port-in-forwarding-database","id":"c96bb5d2-f980-4649-b5eb-df5e015ab7d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"forwarder\": \"?:\",\n    \"port\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/forwarding-database=<string>/nokia-l2-forwarding-forwarding-database-reset:reset-port-in-forwarding-database","description":"<p>When the action is received, the system will search in the\nforwarding database for all MAC addresses dynamically learned\non the specified forwarder port, and it will remove them from\nthe forwarding database.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases","forwarding-database=<string>","nokia-l2-forwarding-forwarding-database-reset:reset-port-in-forwarding-database"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c055e5ed-6355-4ce5-8dd6-65f295a4c125","name":"RPC reset-port-in-forwarding-database success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"forwarder\": \"?:\",\n    \"port\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/forwarding-database=<string>/nokia-l2-forwarding-forwarding-database-reset:reset-port-in-forwarding-database"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c96bb5d2-f980-4649-b5eb-df5e015ab7d1"},{"name":"GET - NodeID - bbf-l2-forwarding - mac-addresses","id":"72efb7c8-e671-4d40-84d5-0e6a4f82845c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/forwarding-database=<string>/mac-addresses?content=<string>","description":"<p>MAC address data in the forwarding database state.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases","forwarding-database=<string>","mac-addresses"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2344ce96-91ce-4221-a6f8-218429a8ee69","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/forwarding-database=<string>/mac-addresses?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases","forwarding-database=<string>","mac-addresses"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mac-addresses\": {\n    \"mac-address\": [\n      {\n        \"mac-address\": \"?:13:d7:9b:cd:81:3a\",\n        \"forwarder\": \"?:Cy>c\",\n        \"port\": \"?:ln\",\n        \"forwarder-ports\": [\n          {\n            \"index\": 0,\n            \"forwarder\": \"?:a\",\n            \"port\": \"?:-`L\"\n          },\n          {\n            \"index\": 0,\n            \"forwarder\": \"?:a\",\n            \"port\": \"?:-`L\"\n          }\n        ],\n        \"interface\": \"Some interface\"\n      },\n      {\n        \"mac-address\": \"?:13:d7:9b:cd:81:3a\",\n        \"forwarder\": \"?:Cy>c\",\n        \"port\": \"?:ln\",\n        \"forwarder-ports\": [\n          {\n            \"index\": 0,\n            \"forwarder\": \"?:a\",\n            \"port\": \"?:-`L\"\n          },\n          {\n            \"index\": 0,\n            \"forwarder\": \"?:a\",\n            \"port\": \"?:-`L\"\n          }\n        ],\n        \"interface\": \"Some interface\"\n      }\n    ]\n  }\n}"}],"_postman_id":"72efb7c8-e671-4d40-84d5-0e6a4f82845c"},{"name":"GET - NodeID - bbf-l2-forwarding - mac-address","id":"e388b8d2-f755-45f3-878b-78b3269af23d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/forwarding-database=<string>/mac-addresses/mac-address=<string>?content=<string>","description":"<p>The list of MAC addresses that are stored in the\nforwarding database.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases","forwarding-database=<string>","mac-addresses","mac-address=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9656f1fb-b424-495e-b739-a65aae3a8049","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-l2-forwarding:forwarding-state/forwarding-databases/forwarding-database=<string>/mac-addresses/mac-address=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-l2-forwarding:forwarding-state","forwarding-databases","forwarding-database=<string>","mac-addresses","mac-address=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mac-address\": [\n    {\n      \"mac-address\": \"?:13:d7:9b:cd:81:3a\",\n      \"forwarder\": \"?:Cy>c\",\n      \"port\": \"?:ln\",\n      \"forwarder-ports\": [\n        {\n          \"index\": 0,\n          \"forwarder\": \"?:a\",\n          \"port\": \"?:-`L\"\n        },\n        {\n          \"index\": 0,\n          \"forwarder\": \"?:a\",\n          \"port\": \"?:-`L\"\n        }\n      ],\n      \"interface\": \"Some interface\"\n    },\n    {\n      \"mac-address\": \"?:13:d7:9b:cd:81:3a\",\n      \"forwarder\": \"?:Cy>c\",\n      \"port\": \"?:ln\",\n      \"forwarder-ports\": [\n        {\n          \"index\": 0,\n          \"forwarder\": \"?:a\",\n          \"port\": \"?:-`L\"\n        },\n        {\n          \"index\": 0,\n          \"forwarder\": \"?:a\",\n          \"port\": \"?:-`L\"\n        }\n      ],\n      \"interface\": \"Some interface\"\n    }\n  ]\n}"}],"_postman_id":"e388b8d2-f755-45f3-878b-78b3269af23d"}],"id":"59528027-4586-412f-b892-afa935ac4f23","_postman_id":"59528027-4586-412f-b892-afa935ac4f23","description":""},{"name":"mounted NodeID bbf-mgmd","item":[{"name":"POST - NodeID - bbf-mgmd - multicast","id":"50003e14-841a-40cb-a40f-c82c2ddd5cea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mgmd\": {\n    \"multicast-snoop-transparent-profile\": [\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      },\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      }\n    ],\n    \"multicast-snoop-with-proxy-reporting-profile\": [\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-proxy-profile\": [\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-vpn\": [\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      },\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast","description":"<p>Multicast configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"63f3a923-0357-445b-8b96-c61fb4ec6de3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mgmd\": {\n    \"multicast-snoop-transparent-profile\": [\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      },\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      }\n    ],\n    \"multicast-snoop-with-proxy-reporting-profile\": [\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-proxy-profile\": [\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-vpn\": [\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      },\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50003e14-841a-40cb-a40f-c82c2ddd5cea"},{"name":"GET - NodeID - bbf-mgmd - multicast","id":"22aaf2a9-a0b8-41da-bf57-1d8dba4d918f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast?content=<string>","description":"<p>Multicast configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2eb9d6e9-164c-4fe5-abf9-c431ce5cf3e2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast\": {\n    \"mgmd\": {\n      \"multicast-snoop-transparent-profile\": [\n        {\n          \"name\": \"?:#L\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group-membership-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:#L\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group-membership-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"multicast-snoop-with-proxy-reporting-profile\": [\n        {\n          \"name\": \"?:!\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group-membership-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robustness\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:!\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group-membership-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robustness\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"multicast-proxy-profile\": [\n        {\n          \"name\": \"?:~\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"query-max-response-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"startup-query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"startup-query-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"immediate-leave\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robustness\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robustness\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:~\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"query-max-response-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-member-query-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"startup-query-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"startup-query-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"immediate-leave\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robustness\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"robustness\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"multicast-vpn\": [\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:\",\n          \"multicast-proxy-profile-name\": \"?:\",\n          \"multicast-snoop-transparent-profile-name\": \"?:!|#~\",\n          \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:\",\n          \"ip-version\": \"ipv4\",\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\",\n          \"unmatched-membership-report-processing\": \"<string>\",\n          \"network-interface-for-unmatched-reports\": \"?:!!\",\n          \"multicast-interface-to-host\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-channel\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-package\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:\",\n          \"multicast-proxy-profile-name\": \"?:\",\n          \"multicast-snoop-transparent-profile-name\": \"?:!|#~\",\n          \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:\",\n          \"ip-version\": \"ipv4\",\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\",\n          \"unmatched-membership-report-processing\": \"<string>\",\n          \"network-interface-for-unmatched-reports\": \"?:!!\",\n          \"multicast-interface-to-host\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-channel\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-package\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"22aaf2a9-a0b8-41da-bf57-1d8dba4d918f"},{"name":"DELETE - NodeID - bbf-mgmd - multicast","id":"006fe274-ba2e-45dc-8fe5-214a8cdf1c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast","description":"<p>Multicast configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2de20e60-14f1-4c16-b93a-3b067d0f57a9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"006fe274-ba2e-45dc-8fe5-214a8cdf1c19"},{"name":"PUT - NodeID - bbf-mgmd - multicast","id":"978c39c8-5af6-4df9-b522-b70aae0ecf3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast\": {\n    \"mgmd\": {\n      \"multicast-snoop-transparent-profile\": [\n        {\n          \"name\": \"?:|##\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          }\n        },\n        {\n          \"name\": \"?:|##\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          }\n        }\n      ],\n      \"multicast-snoop-with-proxy-reporting-profile\": [\n        {\n          \"name\": \"?:!|!!!(\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        },\n        {\n          \"name\": \"?:!|!!!(\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        }\n      ],\n      \"multicast-proxy-profile\": [\n        {\n          \"name\": \"?:j\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"query-interval\": 125,\n            \"query-max-response-time\": 100,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2,\n            \"startup-query-interval\": 30,\n            \"startup-query-count\": 2,\n            \"immediate-leave\": \"disabled\",\n            \"robustness\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        },\n        {\n          \"name\": \"?:j\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"query-interval\": 125,\n            \"query-max-response-time\": 100,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2,\n            \"startup-query-interval\": 30,\n            \"startup-query-count\": 2,\n            \"immediate-leave\": \"disabled\",\n            \"robustness\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        }\n      ],\n      \"multicast-vpn\": [\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:!\",\n          \"multicast-proxy-profile-name\": \"?:#|||#\",\n          \"multicast-snoop-transparent-profile-name\": \"?:\",\n          \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n          \"ip-version\": \"ipv4\",\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\",\n          \"unmatched-membership-report-processing\": \"<string>\",\n          \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n          \"multicast-interface-to-host\": [\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            },\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            }\n          ],\n          \"multicast-channel\": [\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-package\": [\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            },\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            }\n          ]\n        },\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:!\",\n          \"multicast-proxy-profile-name\": \"?:#|||#\",\n          \"multicast-snoop-transparent-profile-name\": \"?:\",\n          \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n          \"ip-version\": \"ipv4\",\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\",\n          \"unmatched-membership-report-processing\": \"<string>\",\n          \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n          \"multicast-interface-to-host\": [\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            },\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            }\n          ],\n          \"multicast-channel\": [\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-package\": [\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            },\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            }\n          ]\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast","description":"<p>Multicast configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"761548db-03d7-4b86-aeed-c6b6d0f22714","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast\": {\n    \"mgmd\": {\n      \"multicast-snoop-transparent-profile\": [\n        {\n          \"name\": \"?:|##\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          }\n        },\n        {\n          \"name\": \"?:|##\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          }\n        }\n      ],\n      \"multicast-snoop-with-proxy-reporting-profile\": [\n        {\n          \"name\": \"?:!|!!!(\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        },\n        {\n          \"name\": \"?:!|!!!(\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        }\n      ],\n      \"multicast-proxy-profile\": [\n        {\n          \"name\": \"?:j\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"query-interval\": 125,\n            \"query-max-response-time\": 100,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2,\n            \"startup-query-interval\": 30,\n            \"startup-query-count\": 2,\n            \"immediate-leave\": \"disabled\",\n            \"robustness\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        },\n        {\n          \"name\": \"?:j\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"query-interval\": 125,\n            \"query-max-response-time\": 100,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2,\n            \"startup-query-interval\": 30,\n            \"startup-query-count\": 2,\n            \"immediate-leave\": \"disabled\",\n            \"robustness\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        }\n      ],\n      \"multicast-vpn\": [\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:!\",\n          \"multicast-proxy-profile-name\": \"?:#|||#\",\n          \"multicast-snoop-transparent-profile-name\": \"?:\",\n          \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n          \"ip-version\": \"ipv4\",\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\",\n          \"unmatched-membership-report-processing\": \"<string>\",\n          \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n          \"multicast-interface-to-host\": [\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            },\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            }\n          ],\n          \"multicast-channel\": [\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-package\": [\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            },\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            }\n          ]\n        },\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:!\",\n          \"multicast-proxy-profile-name\": \"?:#|||#\",\n          \"multicast-snoop-transparent-profile-name\": \"?:\",\n          \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n          \"ip-version\": \"ipv4\",\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\",\n          \"unmatched-membership-report-processing\": \"<string>\",\n          \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n          \"multicast-interface-to-host\": [\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            },\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            }\n          ],\n          \"multicast-channel\": [\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-package\": [\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            },\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            }\n          ]\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"229de589-0da2-419f-af54-077b5d8f0ce7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast\": {\n    \"mgmd\": {\n      \"multicast-snoop-transparent-profile\": [\n        {\n          \"name\": \"?:|##\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          }\n        },\n        {\n          \"name\": \"?:|##\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          }\n        }\n      ],\n      \"multicast-snoop-with-proxy-reporting-profile\": [\n        {\n          \"name\": \"?:!|!!!(\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        },\n        {\n          \"name\": \"?:!|!!!(\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"immediate-leave\": \"disabled\",\n            \"group-membership-interval\": 260,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        }\n      ],\n      \"multicast-proxy-profile\": [\n        {\n          \"name\": \"?:j\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"query-interval\": 125,\n            \"query-max-response-time\": 100,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2,\n            \"startup-query-interval\": 30,\n            \"startup-query-count\": 2,\n            \"immediate-leave\": \"disabled\",\n            \"robustness\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        },\n        {\n          \"name\": \"?:j\",\n          \"protocol-version\": [\n            \"version-2\"\n          ],\n          \"interfaces-to-hosts-data\": {\n            \"query-interval\": 125,\n            \"query-max-response-time\": 100,\n            \"last-member-query-interval\": 10,\n            \"last-member-query-count\": 2,\n            \"startup-query-interval\": 30,\n            \"startup-query-count\": 2,\n            \"immediate-leave\": \"disabled\",\n            \"robustness\": 2\n          },\n          \"interface-to-router-data\": {\n            \"unsolicited-report-interval\": 10,\n            \"robustness\": 2\n          }\n        }\n      ],\n      \"multicast-vpn\": [\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:!\",\n          \"multicast-proxy-profile-name\": \"?:#|||#\",\n          \"multicast-snoop-transparent-profile-name\": \"?:\",\n          \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n          \"ip-version\": \"ipv4\",\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\",\n          \"unmatched-membership-report-processing\": \"<string>\",\n          \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n          \"multicast-interface-to-host\": [\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            },\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            }\n          ],\n          \"multicast-channel\": [\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-package\": [\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            },\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            }\n          ]\n        },\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:!\",\n          \"multicast-proxy-profile-name\": \"?:#|||#\",\n          \"multicast-snoop-transparent-profile-name\": \"?:\",\n          \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n          \"ip-version\": \"ipv4\",\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\",\n          \"unmatched-membership-report-processing\": \"<string>\",\n          \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n          \"multicast-interface-to-host\": [\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"vlan-sub-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"data-path-vlan-sub-interface\": \"?:\",\n              \"max-group-number\": \"no-limit\",\n              \"multicast-rate-limit\": \"0\",\n              \"multicast-rate-limit-exceed-action\": \"best-effort\",\n              \"multicast-package\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            },\n            {\n              \"name\": \"?:#\",\n              \"single-uplink-interface-data\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv4-address\": \"0.0.0.0\",\n              \"ipv6-address\": \"::\"\n            }\n          ],\n          \"multicast-channel\": [\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"network-interface\": \"?:\",\n              \"name\": \"?:\",\n              \"ipv4\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ipv6\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"channel-rate\": \"0\",\n              \"interface-to-host\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"multicast-package\": [\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            },\n            {\n              \"name\": \"?:e|!wk|\",\n              \"multicast-channel-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"is-preview\": false,\n              \"preview-repeat-time\": \"0\",\n              \"preview-repeat-count\": \"3\",\n              \"preview-reset-time\": \"0\",\n              \"preview-length\": 180\n            }\n          ]\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"978c39c8-5af6-4df9-b522-b70aae0ecf3a"},{"name":"POST - NodeID - bbf-mgmd - mgmd","id":"dd8a10d3-8994-4bf7-9fe4-3843367ec6ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-snoop-transparent-profile\": [\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    },\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    }\n  ],\n  \"multicast-snoop-with-proxy-reporting-profile\": [\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ],\n  \"multicast-proxy-profile\": [\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ],\n  \"multicast-vpn\": [\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    },\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd","description":"<p>MGMD configuration, i.e. configuration related to the IGMP\nand/or MLD protocols.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7af6bc3a-04dd-49e5-8dfe-12a2e5dc0ba6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-snoop-transparent-profile\": [\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    },\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    }\n  ],\n  \"multicast-snoop-with-proxy-reporting-profile\": [\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ],\n  \"multicast-proxy-profile\": [\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ],\n  \"multicast-vpn\": [\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    },\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd8a10d3-8994-4bf7-9fe4-3843367ec6ea"},{"name":"GET - NodeID - bbf-mgmd - mgmd","id":"5ddbfa25-d067-4855-a66b-bd2b18399457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd?content=<string>","description":"<p>MGMD configuration, i.e. configuration related to the IGMP\nand/or MLD protocols.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7ca2413f-14bc-45a8-a669-8e5266bc9262","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mgmd\": {\n    \"multicast-snoop-transparent-profile\": [\n      {\n        \"name\": \"?:#L\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      },\n      {\n        \"name\": \"?:#L\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      }\n    ],\n    \"multicast-snoop-with-proxy-reporting-profile\": [\n      {\n        \"name\": \"?:!\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:!\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-proxy-profile\": [\n      {\n        \"name\": \"?:~\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:~\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-vpn\": [\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:\",\n        \"multicast-proxy-profile-name\": \"?:\",\n        \"multicast-snoop-transparent-profile-name\": \"?:!|#~\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:!!\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:U\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:U\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:~#\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:~#\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      },\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:\",\n        \"multicast-proxy-profile-name\": \"?:\",\n        \"multicast-snoop-transparent-profile-name\": \"?:!|#~\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:!!\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:U\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:U\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:~#\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:~#\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"5ddbfa25-d067-4855-a66b-bd2b18399457"},{"name":"DELETE - NodeID - bbf-mgmd - mgmd","id":"46fb8c8f-1b92-4476-99be-768e28fb48c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd","description":"<p>MGMD configuration, i.e. configuration related to the IGMP\nand/or MLD protocols.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"78a31e86-da71-4628-ab61-d216516cbd23","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"46fb8c8f-1b92-4476-99be-768e28fb48c6"},{"name":"PUT - NodeID - bbf-mgmd - mgmd","id":"690876e4-d00c-46ba-b9af-6ba7b45a6487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mgmd\": {\n    \"multicast-snoop-transparent-profile\": [\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      },\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      }\n    ],\n    \"multicast-snoop-with-proxy-reporting-profile\": [\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-proxy-profile\": [\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-vpn\": [\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      },\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd","description":"<p>MGMD configuration, i.e. configuration related to the IGMP\nand/or MLD protocols.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"beb8a171-2b30-45e2-a0a7-b426b6d3e76c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mgmd\": {\n    \"multicast-snoop-transparent-profile\": [\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      },\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      }\n    ],\n    \"multicast-snoop-with-proxy-reporting-profile\": [\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-proxy-profile\": [\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-vpn\": [\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      },\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3fa795f9-09f0-4a4f-9176-f782ba1ef6d2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mgmd\": {\n    \"multicast-snoop-transparent-profile\": [\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      },\n      {\n        \"name\": \"?:|##\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        }\n      }\n    ],\n    \"multicast-snoop-with-proxy-reporting-profile\": [\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:!|!!!(\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"immediate-leave\": \"disabled\",\n          \"group-membership-interval\": 260,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-proxy-profile\": [\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      },\n      {\n        \"name\": \"?:j\",\n        \"protocol-version\": [\n          \"version-2\"\n        ],\n        \"interfaces-to-hosts-data\": {\n          \"query-interval\": 125,\n          \"query-max-response-time\": 100,\n          \"last-member-query-interval\": 10,\n          \"last-member-query-count\": 2,\n          \"startup-query-interval\": 30,\n          \"startup-query-count\": 2,\n          \"immediate-leave\": \"disabled\",\n          \"robustness\": 2\n        },\n        \"interface-to-router-data\": {\n          \"unsolicited-report-interval\": 10,\n          \"robustness\": 2\n        }\n      }\n    ],\n    \"multicast-vpn\": [\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      },\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:!\",\n        \"multicast-proxy-profile-name\": \"?:#|||#\",\n        \"multicast-snoop-transparent-profile-name\": \"?:\",\n        \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n        \"ip-version\": \"ipv4\",\n        \"ipv4-address\": \"0.0.0.0\",\n        \"ipv6-address\": \"::\",\n        \"unmatched-membership-report-processing\": \"<string>\",\n        \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n        \"multicast-interface-to-host\": [\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"vlan-sub-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"data-path-vlan-sub-interface\": \"?:\",\n            \"max-group-number\": \"no-limit\",\n            \"multicast-rate-limit\": \"0\",\n            \"multicast-rate-limit-exceed-action\": \"best-effort\",\n            \"multicast-package\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          },\n          {\n            \"name\": \"?:#\",\n            \"single-uplink-interface-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv4-address\": \"0.0.0.0\",\n            \"ipv6-address\": \"::\"\n          }\n        ],\n        \"multicast-channel\": [\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"network-interface\": \"?:\",\n            \"name\": \"?:\",\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-rate\": \"0\",\n            \"interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"multicast-package\": [\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          },\n          {\n            \"name\": \"?:e|!wk|\",\n            \"multicast-channel-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"is-preview\": false,\n            \"preview-repeat-time\": \"0\",\n            \"preview-repeat-count\": \"3\",\n            \"preview-reset-time\": \"0\",\n            \"preview-length\": 180\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"690876e4-d00c-46ba-b9af-6ba7b45a6487"},{"name":"POST - NodeID - bbf-mgmd - multicast-snoop-transparent-profile","id":"4127c8e3-938c-412e-8d48-5e72e577bc3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"protocol-version\": [\n    \"version-2\"\n  ],\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>","description":"<p>Profile containing configuration data to be used by\nsystems configured in snoop transparent mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bfc07734-4aaa-4c13-8ab1-5ea488a096fc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"protocol-version\": [\n    \"version-2\"\n  ],\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4127c8e3-938c-412e-8d48-5e72e577bc3a"},{"name":"GET - NodeID - bbf-mgmd - multicast-snoop-transparent-profile","id":"cd642e98-067b-4e1e-abf1-db941591f32f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>?content=<string>","description":"<p>Profile containing configuration data to be used by\nsystems configured in snoop transparent mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0e9844d0-e999-4efe-8eb8-92f769401135","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-snoop-transparent-profile\": [\n    {\n      \"name\": \"?:#L\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    },\n    {\n      \"name\": \"?:#L\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    }\n  ]\n}"}],"_postman_id":"cd642e98-067b-4e1e-abf1-db941591f32f"},{"name":"DELETE - NodeID - bbf-mgmd - multicast-snoop-transparent-profile","id":"d0c43144-cffe-4527-b4d6-49dd42c4fced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>","description":"<p>Profile containing configuration data to be used by\nsystems configured in snoop transparent mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73bec10e-81bc-48f8-8cde-e8ae0650bc5a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0c43144-cffe-4527-b4d6-49dd42c4fced"},{"name":"PUT - NodeID - bbf-mgmd - multicast-snoop-transparent-profile","id":"a0582811-e463-428c-958e-ce99678085d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-snoop-transparent-profile\": [\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    },\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>","description":"<p>Profile containing configuration data to be used by\nsystems configured in snoop transparent mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"679f9048-f979-4e05-90c8-b0d7aa471139","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-snoop-transparent-profile\": [\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    },\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f24c7aa1-a5ed-4bf3-b8f3-a893577b5776","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-snoop-transparent-profile\": [\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    },\n    {\n      \"name\": \"?:|##\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0582811-e463-428c-958e-ce99678085d7"},{"name":"POST - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"cbf1795c-014a-4f16-8bf3-8073584a0874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"immediate-leave\": \"disabled\",\n  \"group-membership-interval\": 260,\n  \"last-member-query-interval\": 10,\n  \"last-member-query-count\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>/interfaces-to-hosts-data","description":"<p>This container contains leafs that are applied to an\ninterface when a system operates in snoop transparent\nmode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ddfebe64-757f-43d2-bc35-195746d3c783","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"immediate-leave\": \"disabled\",\n  \"group-membership-interval\": 260,\n  \"last-member-query-interval\": 10,\n  \"last-member-query-count\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>/interfaces-to-hosts-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbf1795c-014a-4f16-8bf3-8073584a0874"},{"name":"GET - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"302bf163-c31a-43b3-b097-b15161ab505e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>/interfaces-to-hosts-data?content=<string>","description":"<p>This container contains leafs that are applied to an\ninterface when a system operates in snoop transparent\nmode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"03b87d5a-55bd-4cf5-bebf-59acdf7e9353","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>/interfaces-to-hosts-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>","interfaces-to-hosts-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}"}],"_postman_id":"302bf163-c31a-43b3-b097-b15161ab505e"},{"name":"DELETE - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"077549c7-89b7-4a4a-b19e-00b27178a4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>/interfaces-to-hosts-data","description":"<p>This container contains leafs that are applied to an\ninterface when a system operates in snoop transparent\nmode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4d26c568-522e-46ef-a975-16b247528d51","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>/interfaces-to-hosts-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"077549c7-89b7-4a4a-b19e-00b27178a4fc"},{"name":"PUT - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"d87e1a89-db45-464c-b601-a74f764def0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>/interfaces-to-hosts-data","description":"<p>This container contains leafs that are applied to an\ninterface when a system operates in snoop transparent\nmode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-transparent-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d71d54bf-fec9-4e96-a373-96a05c238561","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>/interfaces-to-hosts-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"87c096f2-0c3c-46f4-a5f0-efa11a6f787e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-transparent-profile=<string>/interfaces-to-hosts-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d87e1a89-db45-464c-b601-a74f764def0c"},{"name":"POST - NodeID - bbf-mgmd - multicast-snoop-with-proxy-reporting-profile","id":"2c36a0a7-f8eb-4ac9-a14b-ad0a7445a979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"protocol-version\": [\n    \"version-2\"\n  ],\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  },\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>","description":"<p>Profile containing configuration data to be used by\nsystems configured in snoop with proxy reporting mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d6ad2897-491c-49ea-96c8-52157ee0ddf9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"protocol-version\": [\n    \"version-2\"\n  ],\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  },\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c36a0a7-f8eb-4ac9-a14b-ad0a7445a979"},{"name":"GET - NodeID - bbf-mgmd - multicast-snoop-with-proxy-reporting-profile","id":"1b2ab4d6-18d9-4278-9f91-ee5a101c9676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>?content=<string>","description":"<p>Profile containing configuration data to be used by\nsystems configured in snoop with proxy reporting mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"868eee42-b310-47af-8ea6-862c529aec02","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-snoop-with-proxy-reporting-profile\": [\n    {\n      \"name\": \"?:!\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:!\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ]\n}"}],"_postman_id":"1b2ab4d6-18d9-4278-9f91-ee5a101c9676"},{"name":"DELETE - NodeID - bbf-mgmd - multicast-snoop-with-proxy-reporting-profile","id":"d08ee4a7-591a-441f-b603-d3e4b1b8de4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>","description":"<p>Profile containing configuration data to be used by\nsystems configured in snoop with proxy reporting mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c86fb70f-3b90-4eac-ab4e-4941b3452aed","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d08ee4a7-591a-441f-b603-d3e4b1b8de4f"},{"name":"PUT - NodeID - bbf-mgmd - multicast-snoop-with-proxy-reporting-profile","id":"be07ef23-5126-42a8-8146-e4abd9658e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-snoop-with-proxy-reporting-profile\": [\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>","description":"<p>Profile containing configuration data to be used by\nsystems configured in snoop with proxy reporting mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"077b96ba-8f64-46b4-85f6-7190f04257d0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-snoop-with-proxy-reporting-profile\": [\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1d71d38a-f6b2-4b50-a394-2b380ae426e5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-snoop-with-proxy-reporting-profile\": [\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:!|!!!(\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"immediate-leave\": \"disabled\",\n        \"group-membership-interval\": 260,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be07ef23-5126-42a8-8146-e4abd9658e37"},{"name":"POST - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"4ecce892-ea6b-4e90-a823-5a6ce6b2d9e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"immediate-leave\": \"disabled\",\n  \"group-membership-interval\": 260,\n  \"last-member-query-interval\": 10,\n  \"last-member-query-count\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interfaces-to-hosts-data","description":"<p>This container contains leafs that are applied to each\ninterface facing the multicast tree when a system is\nconfigured for snoop with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0074dd1b-ab95-422e-b9e1-14bcede43b71","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"immediate-leave\": \"disabled\",\n  \"group-membership-interval\": 260,\n  \"last-member-query-interval\": 10,\n  \"last-member-query-count\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interfaces-to-hosts-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ecce892-ea6b-4e90-a823-5a6ce6b2d9e6"},{"name":"GET - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"58a81e05-ee9f-42e8-9de2-5c5ce2f91a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interfaces-to-hosts-data?content=<string>","description":"<p>This container contains leafs that are applied to each\ninterface facing the multicast tree when a system is\nconfigured for snoop with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d65d6478-4f00-4387-a032-eb55313297ba","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interfaces-to-hosts-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interfaces-to-hosts-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}"}],"_postman_id":"58a81e05-ee9f-42e8-9de2-5c5ce2f91a46"},{"name":"DELETE - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"fd4c88e2-baa9-443e-9b3d-9a561d5cbd34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interfaces-to-hosts-data","description":"<p>This container contains leafs that are applied to each\ninterface facing the multicast tree when a system is\nconfigured for snoop with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"461b3fcb-33b7-42ba-a4b5-a67fe36c069f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interfaces-to-hosts-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd4c88e2-baa9-443e-9b3d-9a561d5cbd34"},{"name":"PUT - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"63cbd94d-64e5-45ef-a630-56b4333856ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interfaces-to-hosts-data","description":"<p>This container contains leafs that are applied to each\ninterface facing the multicast tree when a system is\nconfigured for snoop with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f5d8f35a-439e-4582-b349-cbcf51960a1a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interfaces-to-hosts-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ac448efc-8a21-475b-9247-1506901ecc2d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interfaces-to-hosts-data\": {\n    \"immediate-leave\": \"disabled\",\n    \"group-membership-interval\": 260,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interfaces-to-hosts-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63cbd94d-64e5-45ef-a630-56b4333856ff"},{"name":"POST - NodeID - bbf-mgmd - interface-to-router-data","id":"334cc593-48b0-4b76-a995-bafcc4808875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"unsolicited-report-interval\": 10,\n  \"robustness\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interface-to-router-data","description":"<p>This container contains leafs that are applied to each\ninterface away from the multicast tree when the system is\nconfigured for snoop with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interface-to-router-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9db5e163-8546-4a48-a26e-ecfa000ba163","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"unsolicited-report-interval\": 10,\n  \"robustness\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interface-to-router-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"334cc593-48b0-4b76-a995-bafcc4808875"},{"name":"GET - NodeID - bbf-mgmd - interface-to-router-data","id":"56d14d8d-0136-4602-be06-affe7d011fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interface-to-router-data?content=<string>","description":"<p>This container contains leafs that are applied to each\ninterface away from the multicast tree when the system is\nconfigured for snoop with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interface-to-router-data"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eb205ce5-da51-4e78-b04f-cd2c39f4a6b9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interface-to-router-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interface-to-router-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}"}],"_postman_id":"56d14d8d-0136-4602-be06-affe7d011fa2"},{"name":"DELETE - NodeID - bbf-mgmd - interface-to-router-data","id":"66fbc0af-4e3f-4037-8cfb-0234bab06b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interface-to-router-data","description":"<p>This container contains leafs that are applied to each\ninterface away from the multicast tree when the system is\nconfigured for snoop with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interface-to-router-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fffb7bce-1a20-44eb-81e6-6946a87c6a89","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interface-to-router-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"66fbc0af-4e3f-4037-8cfb-0234bab06b0d"},{"name":"PUT - NodeID - bbf-mgmd - interface-to-router-data","id":"e83e6feb-04b7-45cc-b1e2-ca0c08f85baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interface-to-router-data","description":"<p>This container contains leafs that are applied to each\ninterface away from the multicast tree when the system is\nconfigured for snoop with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-snoop-with-proxy-reporting-profile=<string>","interface-to-router-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7941b46-8e1e-4718-bb7d-93ebf54ceb72","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interface-to-router-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c1a494b4-ce6b-453b-9e4f-7f1ed54c5524","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-snoop-with-proxy-reporting-profile=<string>/interface-to-router-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e83e6feb-04b7-45cc-b1e2-ca0c08f85baf"},{"name":"POST - NodeID - bbf-mgmd - multicast-proxy-profile","id":"0f46958a-3c19-4646-a805-8a66da61380c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"protocol-version\": [\n    \"version-2\"\n  ],\n  \"interfaces-to-hosts-data\": {\n    \"query-interval\": 125,\n    \"query-max-response-time\": 100,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2,\n    \"startup-query-interval\": 30,\n    \"startup-query-count\": 2,\n    \"immediate-leave\": \"disabled\",\n    \"robustness\": 2\n  },\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>","description":"<p>Profile containing configuration data to be used by\nmulticast proxy switches. A proxy provides service between\na set of interfaces for which it acts as a router and a set\nof interfaces for which it acts as a host.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"185d3e05-a7d7-4ace-b71c-ef0852a5ddb7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"protocol-version\": [\n    \"version-2\"\n  ],\n  \"interfaces-to-hosts-data\": {\n    \"query-interval\": 125,\n    \"query-max-response-time\": 100,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2,\n    \"startup-query-interval\": 30,\n    \"startup-query-count\": 2,\n    \"immediate-leave\": \"disabled\",\n    \"robustness\": 2\n  },\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f46958a-3c19-4646-a805-8a66da61380c"},{"name":"GET - NodeID - bbf-mgmd - multicast-proxy-profile","id":"02403af6-dbf6-4d0f-ae19-8a250fc34371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>?content=<string>","description":"<p>Profile containing configuration data to be used by\nmulticast proxy switches. A proxy provides service between\na set of interfaces for which it acts as a router and a set\nof interfaces for which it acts as a host.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"aa977351-1a07-4f52-a3c6-b99dd05328eb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-proxy-profile\": [\n    {\n      \"name\": \"?:~\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:~\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ]\n}"}],"_postman_id":"02403af6-dbf6-4d0f-ae19-8a250fc34371"},{"name":"DELETE - NodeID - bbf-mgmd - multicast-proxy-profile","id":"4c062253-4e69-4108-b5d6-3f865b18e511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>","description":"<p>Profile containing configuration data to be used by\nmulticast proxy switches. A proxy provides service between\na set of interfaces for which it acts as a router and a set\nof interfaces for which it acts as a host.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9a3c8f91-cc06-42b0-9fd7-2094ae82eadf","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c062253-4e69-4108-b5d6-3f865b18e511"},{"name":"PUT - NodeID - bbf-mgmd - multicast-proxy-profile","id":"9f1f4052-e21e-4dda-a266-c96bcdc7ada3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-proxy-profile\": [\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>","description":"<p>Profile containing configuration data to be used by\nmulticast proxy switches. A proxy provides service between\na set of interfaces for which it acts as a router and a set\nof interfaces for which it acts as a host.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"910c3016-4aa1-4284-a898-1dc7bc346d33","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-proxy-profile\": [\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eb47eed2-cf40-4efd-a26c-897f781dcb8f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-proxy-profile\": [\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    },\n    {\n      \"name\": \"?:j\",\n      \"protocol-version\": [\n        \"version-2\"\n      ],\n      \"interfaces-to-hosts-data\": {\n        \"query-interval\": 125,\n        \"query-max-response-time\": 100,\n        \"last-member-query-interval\": 10,\n        \"last-member-query-count\": 2,\n        \"startup-query-interval\": 30,\n        \"startup-query-count\": 2,\n        \"immediate-leave\": \"disabled\",\n        \"robustness\": 2\n      },\n      \"interface-to-router-data\": {\n        \"unsolicited-report-interval\": 10,\n        \"robustness\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9f1f4052-e21e-4dda-a266-c96bcdc7ada3"},{"name":"POST - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"6c2eddda-0ba4-436d-b52f-87a9d0adb341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query-interval\": 125,\n  \"query-max-response-time\": 100,\n  \"last-member-query-interval\": 10,\n  \"last-member-query-count\": 2,\n  \"startup-query-interval\": 30,\n  \"startup-query-count\": 2,\n  \"immediate-leave\": \"disabled\",\n  \"robustness\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interfaces-to-hosts-data","description":"<p>This container contains leafs that are applied to each\ninterface facing the multicast tree when the system is\nconfigured for proxy mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"05624e32-ede6-47be-9439-d553030e7c42","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"query-interval\": 125,\n  \"query-max-response-time\": 100,\n  \"last-member-query-interval\": 10,\n  \"last-member-query-count\": 2,\n  \"startup-query-interval\": 30,\n  \"startup-query-count\": 2,\n  \"immediate-leave\": \"disabled\",\n  \"robustness\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interfaces-to-hosts-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6c2eddda-0ba4-436d-b52f-87a9d0adb341"},{"name":"GET - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"45896a29-df29-4754-99e5-9d323d2cd50d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interfaces-to-hosts-data?content=<string>","description":"<p>This container contains leafs that are applied to each\ninterface facing the multicast tree when the system is\nconfigured for proxy mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"44fb5db4-e565-4716-9be1-1983a656b64e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interfaces-to-hosts-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interfaces-to-hosts-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces-to-hosts-data\": {\n    \"query-interval\": 125,\n    \"query-max-response-time\": 100,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2,\n    \"startup-query-interval\": 30,\n    \"startup-query-count\": 2,\n    \"immediate-leave\": \"disabled\",\n    \"robustness\": 2\n  }\n}"}],"_postman_id":"45896a29-df29-4754-99e5-9d323d2cd50d"},{"name":"DELETE - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"e613ba58-7b3e-407d-a70e-839456eda374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interfaces-to-hosts-data","description":"<p>This container contains leafs that are applied to each\ninterface facing the multicast tree when the system is\nconfigured for proxy mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dcb16c8d-7462-4605-81bd-cc1176c2d261","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interfaces-to-hosts-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e613ba58-7b3e-407d-a70e-839456eda374"},{"name":"PUT - NodeID - bbf-mgmd - interfaces-to-hosts-data","id":"3e1f52a8-388e-4db5-bb03-8b90a8a51ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interfaces-to-hosts-data\": {\n    \"query-interval\": 125,\n    \"query-max-response-time\": 100,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2,\n    \"startup-query-interval\": 30,\n    \"startup-query-count\": 2,\n    \"immediate-leave\": \"disabled\",\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interfaces-to-hosts-data","description":"<p>This container contains leafs that are applied to each\ninterface facing the multicast tree when the system is\nconfigured for proxy mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interfaces-to-hosts-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b20f488d-e06c-49ac-8bda-199149b8cbd2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interfaces-to-hosts-data\": {\n    \"query-interval\": 125,\n    \"query-max-response-time\": 100,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2,\n    \"startup-query-interval\": 30,\n    \"startup-query-count\": 2,\n    \"immediate-leave\": \"disabled\",\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interfaces-to-hosts-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"75bd24b9-eedc-4665-80c3-1edb2fb2f008","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interfaces-to-hosts-data\": {\n    \"query-interval\": 125,\n    \"query-max-response-time\": 100,\n    \"last-member-query-interval\": 10,\n    \"last-member-query-count\": 2,\n    \"startup-query-interval\": 30,\n    \"startup-query-count\": 2,\n    \"immediate-leave\": \"disabled\",\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interfaces-to-hosts-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3e1f52a8-388e-4db5-bb03-8b90a8a51ab2"},{"name":"POST - NodeID - bbf-mgmd - interface-to-router-data","id":"d8852499-7e73-4b2b-950e-7fea829200d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"unsolicited-report-interval\": 10,\n  \"robustness\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interface-to-router-data","description":"<p>This container contains leafs that are applied to each\ninterface facing away from the multicast tree when the\nsystem is configured for proxy mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interface-to-router-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ebf05c47-18d9-44fe-9efa-220ed61ff591","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"unsolicited-report-interval\": 10,\n  \"robustness\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interface-to-router-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8852499-7e73-4b2b-950e-7fea829200d8"},{"name":"GET - NodeID - bbf-mgmd - interface-to-router-data","id":"5bd14223-c220-4521-9fca-9048789b901e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interface-to-router-data?content=<string>","description":"<p>This container contains leafs that are applied to each\ninterface facing away from the multicast tree when the\nsystem is configured for proxy mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interface-to-router-data"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"af57e63a-b899-4f32-abfd-fda02bb77a77","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interface-to-router-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interface-to-router-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}"}],"_postman_id":"5bd14223-c220-4521-9fca-9048789b901e"},{"name":"DELETE - NodeID - bbf-mgmd - interface-to-router-data","id":"59859cad-6033-4802-ba7c-a46f9fa15ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interface-to-router-data","description":"<p>This container contains leafs that are applied to each\ninterface facing away from the multicast tree when the\nsystem is configured for proxy mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interface-to-router-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"27c9126f-9cc1-456d-aa8a-d16cf3516880","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interface-to-router-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59859cad-6033-4802-ba7c-a46f9fa15ad9"},{"name":"PUT - NodeID - bbf-mgmd - interface-to-router-data","id":"d0ab19c0-a446-4db5-ae42-78eac68b1a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interface-to-router-data","description":"<p>This container contains leafs that are applied to each\ninterface facing away from the multicast tree when the\nsystem is configured for proxy mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-proxy-profile=<string>","interface-to-router-data"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c812d2d2-4277-4c82-a676-28cb447fb294","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interface-to-router-data"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"43f96f93-6cb9-4e6c-a064-a38d40cba512","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-to-router-data\": {\n    \"unsolicited-report-interval\": 10,\n    \"robustness\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-proxy-profile=<string>/interface-to-router-data"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0ab19c0-a446-4db5-ae42-78eac68b1a71"},{"name":"POST - NodeID - bbf-mgmd - multicast-vpn","id":"ef853f5e-b1d7-4a51-be99-4c33ba454a40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mode\": \"<string>\",\n  \"multicast-proxy-profile-name\": \"?:#|||#\",\n  \"multicast-snoop-transparent-profile-name\": \"?:\",\n  \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n  \"ip-version\": \"ipv4\",\n  \"ipv4-address\": \"0.0.0.0\",\n  \"ipv6-address\": \"::\",\n  \"unmatched-membership-report-processing\": \"<string>\",\n  \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n  \"multicast-interface-to-host\": [\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    },\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    }\n  ],\n  \"multicast-network-interface\": [\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    },\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    }\n  ],\n  \"multicast-channel\": [\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    },\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    }\n  ],\n  \"multicast-package\": [\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    },\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>","description":"<p>Multicast Virtual Private Network (VPN). A multicast VPN\ndefines the context of the multicast service.  A service\noperator may choose to configure a single multicast VPN or\nmultiple multicast VPN (e.g., open access environment).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6e48908a-3538-477d-8a15-bf4b575c7901","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mode\": \"<string>\",\n  \"multicast-proxy-profile-name\": \"?:#|||#\",\n  \"multicast-snoop-transparent-profile-name\": \"?:\",\n  \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n  \"ip-version\": \"ipv4\",\n  \"ipv4-address\": \"0.0.0.0\",\n  \"ipv6-address\": \"::\",\n  \"unmatched-membership-report-processing\": \"<string>\",\n  \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n  \"multicast-interface-to-host\": [\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    },\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    }\n  ],\n  \"multicast-network-interface\": [\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    },\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    }\n  ],\n  \"multicast-channel\": [\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    },\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    }\n  ],\n  \"multicast-package\": [\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    },\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef853f5e-b1d7-4a51-be99-4c33ba454a40"},{"name":"GET - NodeID - bbf-mgmd - multicast-vpn","id":"de472fc9-ff3e-4707-bc35-ab7215109540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>?content=<string>","description":"<p>Multicast Virtual Private Network (VPN). A multicast VPN\ndefines the context of the multicast service.  A service\noperator may choose to configure a single multicast VPN or\nmultiple multicast VPN (e.g., open access environment).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9e1ce3ce-4444-4600-b7e8-a3b4d3a44b06","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-vpn\": [\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:\",\n      \"multicast-proxy-profile-name\": \"?:\",\n      \"multicast-snoop-transparent-profile-name\": \"?:!|#~\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:!!\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:U\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:\",\n            \"?:\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:U\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:\",\n            \"?:\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:#e#~\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:#e#~\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:~#\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:0.2.111.0%L}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?::D\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:\",\n            \"?:\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:~#\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:0.2.111.0%L}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?::D\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:\",\n            \"?:\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:\",\n          \"multicast-channel-list\": [\n            \"?:!||#\",\n            \"?:!||#\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:\",\n          \"multicast-channel-list\": [\n            \"?:!||#\",\n            \"?:!||#\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    },\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:\",\n      \"multicast-proxy-profile-name\": \"?:\",\n      \"multicast-snoop-transparent-profile-name\": \"?:!|#~\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:!!\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:U\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:\",\n            \"?:\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:U\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:\",\n            \"?:\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:#e#~\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:#e#~\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:~#\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:0.2.111.0%L}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?::D\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:\",\n            \"?:\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:~#\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:0.2.111.0%L}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?::D\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:\",\n            \"?:\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:\",\n          \"multicast-channel-list\": [\n            \"?:!||#\",\n            \"?:!||#\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:\",\n          \"multicast-channel-list\": [\n            \"?:!||#\",\n            \"?:!||#\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"de472fc9-ff3e-4707-bc35-ab7215109540"},{"name":"DELETE - NodeID - bbf-mgmd - multicast-vpn","id":"6e1d7f78-e1ed-41aa-945c-2344cc27f2af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>","description":"<p>Multicast Virtual Private Network (VPN). A multicast VPN\ndefines the context of the multicast service.  A service\noperator may choose to configure a single multicast VPN or\nmultiple multicast VPN (e.g., open access environment).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"688d11d3-8080-4a8e-84c7-a67732d58c11","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e1d7f78-e1ed-41aa-945c-2344cc27f2af"},{"name":"PUT - NodeID - bbf-mgmd - multicast-vpn","id":"0d1bc94c-6247-42d1-9cdf-3850f4699e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-vpn\": [\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    },\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>","description":"<p>Multicast Virtual Private Network (VPN). A multicast VPN\ndefines the context of the multicast service.  A service\noperator may choose to configure a single multicast VPN or\nmultiple multicast VPN (e.g., open access environment).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b7a6f542-3b92-49f3-a38c-0aa0074a7b40","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-vpn\": [\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    },\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"be19801a-5221-43d5-8fa4-3abe1581d154","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-vpn\": [\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    },\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:!\",\n      \"multicast-proxy-profile-name\": \"?:#|||#\",\n      \"multicast-snoop-transparent-profile-name\": \"?:\",\n      \"multicast-snoop-with-proxy-reporting-profile-name\": \"?:W\",\n      \"ip-version\": \"ipv4\",\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\",\n      \"unmatched-membership-report-processing\": \"<string>\",\n      \"network-interface-for-unmatched-reports\": \"?:|~!i|o>\",\n      \"multicast-interface-to-host\": [\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        },\n        {\n          \"vlan-sub-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"data-path-vlan-sub-interface\": \"?:\",\n          \"max-group-number\": \"no-limit\",\n          \"multicast-rate-limit\": \"0\",\n          \"multicast-rate-limit-exceed-action\": \"best-effort\",\n          \"multicast-package\": [\n            \"?:T\",\n            \"?:T\"\n          ]\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        },\n        {\n          \"name\": \"?:#\",\n          \"single-uplink-interface-data\": {\n            \"vlan-sub-interface\": \"?:~~|!\"\n          },\n          \"ipv4-address\": \"0.0.0.0\",\n          \"ipv6-address\": \"::\"\n        }\n      ],\n      \"multicast-channel\": [\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        },\n        {\n          \"network-interface\": \"?:\",\n          \"name\": \"?:\",\n          \"ipv4\": {\n            \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n            \"source-ipv4-address\": \"0.0.0.0\",\n            \"group-ipv4-address-end\": \"0.0.0.0\"\n          },\n          \"ipv6\": {\n            \"group-ipv6-address\": \"?:aEdA:\",\n            \"source-ipv6-address\": \"::\",\n            \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n          },\n          \"channel-rate\": \"0\",\n          \"interface-to-host\": [\n            \"?:#\",\n            \"?:#\"\n          ]\n        }\n      ],\n      \"multicast-package\": [\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        },\n        {\n          \"name\": \"?:e|!wk|\",\n          \"multicast-channel-list\": [\n            \"?:#r\",\n            \"?:#r\"\n          ],\n          \"is-preview\": false,\n          \"preview-repeat-time\": \"0\",\n          \"preview-repeat-count\": \"3\",\n          \"preview-reset-time\": \"0\",\n          \"preview-length\": 180\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d1bc94c-6247-42d1-9cdf-3850f4699e97"},{"name":"POST - NodeID - bbf-mgmd - clear-vpn-stats","id":"c6e7593b-39c2-4863-bab4-6bb65ec9033c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/clear-vpn-stats","description":"<p>When the action is received, the statistics within the\nmulticast VPN are cleared.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","clear-vpn-stats"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"527af3fe-c539-453d-b01c-e0f7a7792db1","name":"RPC clear-vpn-stats success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/clear-vpn-stats"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6e7593b-39c2-4863-bab4-6bb65ec9033c"},{"name":"POST - NodeID - bbf-mgmd - multicast-interface-to-host","id":"0c70581a-79c9-47a6-a478-08c0397239ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vlan-sub-interface\": \"?:\",\n  \"data-path-vlan-sub-interface\": \"?:\",\n  \"max-group-number\": \"no-limit\",\n  \"multicast-rate-limit\": \"0\",\n  \"multicast-rate-limit-exceed-action\": \"best-effort\",\n  \"multicast-package\": [\n    \"?:T\",\n    \"?:T\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>","description":"<p>This list contains configuration data for multicast\ninterfaces to hosts. A multicast interface to a host is\nconnecting a MGMD host to the multicast switch. A\nmulticast interface to a host is characterized by the\nneed to perform some checks before granting requests to\njoin a multicast address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"13b67718-94a6-4572-a79d-66995b584afc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vlan-sub-interface\": \"?:\",\n  \"data-path-vlan-sub-interface\": \"?:\",\n  \"max-group-number\": \"no-limit\",\n  \"multicast-rate-limit\": \"0\",\n  \"multicast-rate-limit-exceed-action\": \"best-effort\",\n  \"multicast-package\": [\n    \"?:T\",\n    \"?:T\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c70581a-79c9-47a6-a478-08c0397239ca"},{"name":"GET - NodeID - bbf-mgmd - multicast-interface-to-host","id":"9ae4f141-d035-4fc7-a9f8-ee56da789735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>?content=<string>","description":"<p>This list contains configuration data for multicast\ninterfaces to hosts. A multicast interface to a host is\nconnecting a MGMD host to the multicast switch. A\nmulticast interface to a host is characterized by the\nneed to perform some checks before granting requests to\njoin a multicast address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fd60a60e-6ead-48da-9acd-920be7e3940e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-interface-to-host\": [\n    {\n      \"vlan-sub-interface\": \"?:U\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:\",\n        \"?:\"\n      ]\n    },\n    {\n      \"vlan-sub-interface\": \"?:U\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:\",\n        \"?:\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"9ae4f141-d035-4fc7-a9f8-ee56da789735"},{"name":"DELETE - NodeID - bbf-mgmd - multicast-interface-to-host","id":"0fd349a7-47a3-4eb3-a047-e3aa509d5b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>","description":"<p>This list contains configuration data for multicast\ninterfaces to hosts. A multicast interface to a host is\nconnecting a MGMD host to the multicast switch. A\nmulticast interface to a host is characterized by the\nneed to perform some checks before granting requests to\njoin a multicast address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cbf2d209-de3d-494d-b380-7277b2b6c905","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0fd349a7-47a3-4eb3-a047-e3aa509d5b24"},{"name":"PUT - NodeID - bbf-mgmd - multicast-interface-to-host","id":"0ee775a2-80ef-4551-bd3e-13b0e339cd81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-interface-to-host\": [\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    },\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>","description":"<p>This list contains configuration data for multicast\ninterfaces to hosts. A multicast interface to a host is\nconnecting a MGMD host to the multicast switch. A\nmulticast interface to a host is characterized by the\nneed to perform some checks before granting requests to\njoin a multicast address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fea5ab95-95a9-4252-8abb-b3716af1846b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-interface-to-host\": [\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    },\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7bab58e2-7c96-43a0-8c6a-e6ee5cdfc114","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-interface-to-host\": [\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    },\n    {\n      \"vlan-sub-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"data-path-vlan-sub-interface\": \"?:\",\n      \"max-group-number\": \"no-limit\",\n      \"multicast-rate-limit\": \"0\",\n      \"multicast-rate-limit-exceed-action\": \"best-effort\",\n      \"multicast-package\": [\n        \"?:T\",\n        \"?:T\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ee775a2-80ef-4551-bd3e-13b0e339cd81"},{"name":"POST - NodeID - bbf-mgmd - clear-host-interface-stats","id":"a9850a07-7b5b-4716-99d7-bda4f4b48665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>/clear-host-interface-stats","description":"<p>When the action is received, the statistics within the\nmulticast interface to a host are cleared.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>","clear-host-interface-stats"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"07fea244-857c-492b-a8f2-51ae43c7beda","name":"RPC clear-host-interface-stats success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>/clear-host-interface-stats"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a9850a07-7b5b-4716-99d7-bda4f4b48665"},{"name":"POST - NodeID - bbf-mgmd - multicast-network-interface","id":"1ffd55d5-a4c4-4313-b067-b542184b4d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"single-uplink-interface-data\": {\n    \"vlan-sub-interface\": \"?:~~|!\"\n  },\n  \"ipv4-address\": \"0.0.0.0\",\n  \"ipv6-address\": \"::\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>","description":"<p>This list contains the network topology dependent\nconfiguration data a multicast switch needs to reach MGMD\nrouters. This basicaly provides the list of network\ninterfaces via which it can reach them and in case the\nmulticast switch acts as a proxy or as a snooper with\nproxy reporting it also provides the IP address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-network-interface=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b3647156-0986-4574-ac5f-4c5d56574ceb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"single-uplink-interface-data\": {\n    \"vlan-sub-interface\": \"?:~~|!\"\n  },\n  \"ipv4-address\": \"0.0.0.0\",\n  \"ipv6-address\": \"::\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ffd55d5-a4c4-4313-b067-b542184b4d79"},{"name":"GET - NodeID - bbf-mgmd - multicast-network-interface","id":"63720aa6-d91d-4304-9489-994c4de505bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>?content=<string>","description":"<p>This list contains the network topology dependent\nconfiguration data a multicast switch needs to reach MGMD\nrouters. This basicaly provides the list of network\ninterfaces via which it can reach them and in case the\nmulticast switch acts as a proxy or as a snooper with\nproxy reporting it also provides the IP address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-network-interface=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"67935a5f-ca31-41c0-8c8f-43d4dea96f16","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-network-interface=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-network-interface\": [\n    {\n      \"name\": \"?:\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:#e#~\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    },\n    {\n      \"name\": \"?:\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:#e#~\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    }\n  ]\n}"}],"_postman_id":"63720aa6-d91d-4304-9489-994c4de505bf"},{"name":"DELETE - NodeID - bbf-mgmd - multicast-network-interface","id":"3d33aace-85aa-4e9b-911b-3b281760dd03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>","description":"<p>This list contains the network topology dependent\nconfiguration data a multicast switch needs to reach MGMD\nrouters. This basicaly provides the list of network\ninterfaces via which it can reach them and in case the\nmulticast switch acts as a proxy or as a snooper with\nproxy reporting it also provides the IP address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-network-interface=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dd09b338-f867-43b7-974d-573b2fa7bc70","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d33aace-85aa-4e9b-911b-3b281760dd03"},{"name":"PUT - NodeID - bbf-mgmd - multicast-network-interface","id":"679f8060-590d-4b96-be32-c8bfc3d82793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-network-interface\": [\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    },\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>","description":"<p>This list contains the network topology dependent\nconfiguration data a multicast switch needs to reach MGMD\nrouters. This basicaly provides the list of network\ninterfaces via which it can reach them and in case the\nmulticast switch acts as a proxy or as a snooper with\nproxy reporting it also provides the IP address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-network-interface=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"06149cc9-ea9f-4b8e-87f4-b0153e6ac323","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-network-interface\": [\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    },\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a1a086ae-3dff-4c2b-a73a-f9b91be35b12","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-network-interface\": [\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    },\n    {\n      \"name\": \"?:#\",\n      \"single-uplink-interface-data\": {\n        \"vlan-sub-interface\": \"?:~~|!\"\n      },\n      \"ipv4-address\": \"0.0.0.0\",\n      \"ipv6-address\": \"::\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"679f8060-590d-4b96-be32-c8bfc3d82793"},{"name":"POST - NodeID - bbf-mgmd - clear-network-interface-stats","id":"7ca2b13f-38fb-4c91-b172-0db390d3722d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>/clear-network-interface-stats","description":"<p>When the action is received, the statistics within the\nmulticast network interface are cleared.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-network-interface=<string>","clear-network-interface-stats"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"57fd7160-8b33-427e-8738-9ceb001076c6","name":"RPC clear-network-interface-stats success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>/clear-network-interface-stats"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ca2b13f-38fb-4c91-b172-0db390d3722d"},{"name":"POST - NodeID - bbf-mgmd - multicast-channel","id":"932935b5-885e-46bf-8709-1a868ac579b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"network-interface\": \"?:\",\n  \"ipv4\": {\n    \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n    \"source-ipv4-address\": \"0.0.0.0\",\n    \"group-ipv4-address-end\": \"0.0.0.0\"\n  },\n  \"ipv6\": {\n    \"group-ipv6-address\": \"?:aEdA:\",\n    \"source-ipv6-address\": \"::\",\n    \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n  },\n  \"channel-rate\": \"0\",\n  \"interface-to-host\": [\n    \"?:#\",\n    \"?:#\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>","description":"<p>This list contains management information of multicast\nchannels for Any Source Multicast (ASM) and Source\nSpecific Multicast (SSM) mode of operations. Multicast\nchannels are uniquely identified by the source and\nmulticast group IP address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"009e0d52-9757-4baa-a61f-8c6662f72d5e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"network-interface\": \"?:\",\n  \"ipv4\": {\n    \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n    \"source-ipv4-address\": \"0.0.0.0\",\n    \"group-ipv4-address-end\": \"0.0.0.0\"\n  },\n  \"ipv6\": {\n    \"group-ipv6-address\": \"?:aEdA:\",\n    \"source-ipv6-address\": \"::\",\n    \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n  },\n  \"channel-rate\": \"0\",\n  \"interface-to-host\": [\n    \"?:#\",\n    \"?:#\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"932935b5-885e-46bf-8709-1a868ac579b1"},{"name":"GET - NodeID - bbf-mgmd - multicast-channel","id":"08969306-a00f-442a-b5bc-5de3e8503292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>?content=<string>","description":"<p>This list contains management information of multicast\nchannels for Any Source Multicast (ASM) and Source\nSpecific Multicast (SSM) mode of operations. Multicast\nchannels are uniquely identified by the source and\nmulticast group IP address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8aa2352e-2230-49f8-a1e2-2e42972f667f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-channel\": [\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:~#\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:0.2.111.0%L}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?::D\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:\",\n        \"?:\"\n      ]\n    },\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:~#\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:0.2.111.0%L}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?::D\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:\",\n        \"?:\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"08969306-a00f-442a-b5bc-5de3e8503292"},{"name":"DELETE - NodeID - bbf-mgmd - multicast-channel","id":"431d0cfc-9070-43c9-a475-baec8b8b7445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>","description":"<p>This list contains management information of multicast\nchannels for Any Source Multicast (ASM) and Source\nSpecific Multicast (SSM) mode of operations. Multicast\nchannels are uniquely identified by the source and\nmulticast group IP address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd3f6110-5b2a-46e5-8ad2-c9baab23b22f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"431d0cfc-9070-43c9-a475-baec8b8b7445"},{"name":"PUT - NodeID - bbf-mgmd - multicast-channel","id":"dfbfa4a9-1bf4-4e40-8c7a-010212bd7916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-channel\": [\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    },\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>","description":"<p>This list contains management information of multicast\nchannels for Any Source Multicast (ASM) and Source\nSpecific Multicast (SSM) mode of operations. Multicast\nchannels are uniquely identified by the source and\nmulticast group IP address.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"766b2f22-8267-4f69-8202-7bda5ffcab98","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-channel\": [\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    },\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e48d2ab0-894b-4a97-8664-668266a94d75","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-channel\": [\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    },\n    {\n      \"network-interface\": \"?:\",\n      \"name\": \"?:\",\n      \"ipv4\": {\n        \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n        \"source-ipv4-address\": \"0.0.0.0\",\n        \"group-ipv4-address-end\": \"0.0.0.0\"\n      },\n      \"ipv6\": {\n        \"group-ipv6-address\": \"?:aEdA:\",\n        \"source-ipv6-address\": \"::\",\n        \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n      },\n      \"channel-rate\": \"0\",\n      \"interface-to-host\": [\n        \"?:#\",\n        \"?:#\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dfbfa4a9-1bf4-4e40-8c7a-010212bd7916"},{"name":"POST - NodeID - bbf-mgmd - ipv4","id":"72a359e7-47c9-4fa2-9b63-c8d9928e7c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"source-ipv4-address\": \"0.0.0.0\",\n  \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n  \"group-ipv4-address-end\": \"0.0.0.0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv4","description":"<p>Container for all IPv4 dependent configuration data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv4"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dce2e31c-9a60-4a24-89e9-ac8954d9c53b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"source-ipv4-address\": \"0.0.0.0\",\n  \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n  \"group-ipv4-address-end\": \"0.0.0.0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv4"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72a359e7-47c9-4fa2-9b63-c8d9928e7c97"},{"name":"GET - NodeID - bbf-mgmd - ipv4","id":"4a8f97a4-2f94-4d16-991b-deb2f6593845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv4?content=<string>","description":"<p>Container for all IPv4 dependent configuration data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv4"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"adc5a763-de59-4116-8abf-83c2cd46baa2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv4?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv4"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4\": {\n    \"group-ipv4-address\": \"?:0.2.111.0%L}\",\n    \"source-ipv4-address\": \"0.0.0.0\",\n    \"group-ipv4-address-end\": \"0.0.0.0\"\n  }\n}"}],"_postman_id":"4a8f97a4-2f94-4d16-991b-deb2f6593845"},{"name":"DELETE - NodeID - bbf-mgmd - ipv4","id":"91d51449-b152-40ee-97c3-fc2a81714c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv4","description":"<p>Container for all IPv4 dependent configuration data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv4"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c30a334f-78a7-43e8-8584-350ec82c894e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv4"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91d51449-b152-40ee-97c3-fc2a81714c42"},{"name":"PUT - NodeID - bbf-mgmd - ipv4","id":"9303a374-a892-4917-ad3a-2075688df5ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n    \"source-ipv4-address\": \"0.0.0.0\",\n    \"group-ipv4-address-end\": \"0.0.0.0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv4","description":"<p>Container for all IPv4 dependent configuration data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv4"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a07da634-d04f-48c7-9781-70f22d0a594a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n    \"source-ipv4-address\": \"0.0.0.0\",\n    \"group-ipv4-address-end\": \"0.0.0.0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv4"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"15a924ca-a6ab-4e74-8dda-484851757333","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"group-ipv4-address\": \"?:1.2.174.0%}{}\",\n    \"source-ipv4-address\": \"0.0.0.0\",\n    \"group-ipv4-address-end\": \"0.0.0.0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv4"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9303a374-a892-4917-ad3a-2075688df5ad"},{"name":"POST - NodeID - bbf-mgmd - ipv6","id":"b6bda18a-b277-4573-9b1b-09aba4f401de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"source-ipv6-address\": \"::\",\n  \"group-ipv6-address\": \"?:aEdA:\",\n  \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv6","description":"<p>Container for all IPv6 dependent configuration data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv6"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a0c99ca1-603f-41c9-a9d9-d87655d65845","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"source-ipv6-address\": \"::\",\n  \"group-ipv6-address\": \"?:aEdA:\",\n  \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv6"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6bda18a-b277-4573-9b1b-09aba4f401de"},{"name":"GET - NodeID - bbf-mgmd - ipv6","id":"044136ef-6711-4a2c-b5f3-fe1c20824263","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv6?content=<string>","description":"<p>Container for all IPv6 dependent configuration data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv6"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"97283baf-0629-46de-bde4-fe3bc038175f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv6?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv6"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv6\": {\n    \"group-ipv6-address\": \"?::D\",\n    \"source-ipv6-address\": \"::\",\n    \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n  }\n}"}],"_postman_id":"044136ef-6711-4a2c-b5f3-fe1c20824263"},{"name":"DELETE - NodeID - bbf-mgmd - ipv6","id":"1d3bcdb4-2e36-44bd-8e82-b4071a6bc9ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv6","description":"<p>Container for all IPv6 dependent configuration data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv6"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ef7f08ea-3307-40aa-8fc2-0e6301d2b0d3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv6"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d3bcdb4-2e36-44bd-8e82-b4071a6bc9ba"},{"name":"PUT - NodeID - bbf-mgmd - ipv6","id":"d77b2ca3-a5e5-4973-a95a-3e494d2fdf98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv6\": {\n    \"group-ipv6-address\": \"?:aEdA:\",\n    \"source-ipv6-address\": \"::\",\n    \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv6","description":"<p>Container for all IPv6 dependent configuration data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-channel=<string>","ipv6"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"91d2e70e-3f68-4755-a929-641221e5c3ac","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv6\": {\n    \"group-ipv6-address\": \"?:aEdA:\",\n    \"source-ipv6-address\": \"::\",\n    \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv6"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cfa4555a-e427-4052-b9c2-a5e7560feab2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv6\": {\n    \"group-ipv6-address\": \"?:aEdA:\",\n    \"source-ipv6-address\": \"::\",\n    \"group-ipv6-address-end\": \"0000:0000:0000:0000:0000:0000:0000:0000\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-channel=<string>/ipv6"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d77b2ca3-a5e5-4973-a95a-3e494d2fdf98"},{"name":"POST - NodeID - bbf-mgmd - multicast-package","id":"b15af2b1-6c22-4d94-a550-6f3d6de974fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-channel-list\": [\n    \"?:#r\",\n    \"?:#r\"\n  ],\n  \"is-preview\": false,\n  \"preview-repeat-time\": \"0\",\n  \"preview-repeat-count\": \"3\",\n  \"preview-reset-time\": \"0\",\n  \"preview-length\": 180\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-package=<string>","description":"<p>Each entry contains the information related to a\nmulticast package, i.e. a package of multicast\nchannels.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-package=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"30d76623-10e6-4c5d-900d-5e0a754ff451","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-channel-list\": [\n    \"?:#r\",\n    \"?:#r\"\n  ],\n  \"is-preview\": false,\n  \"preview-repeat-time\": \"0\",\n  \"preview-repeat-count\": \"3\",\n  \"preview-reset-time\": \"0\",\n  \"preview-length\": 180\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-package=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b15af2b1-6c22-4d94-a550-6f3d6de974fa"},{"name":"GET - NodeID - bbf-mgmd - multicast-package","id":"e09c90dc-d743-4d02-b487-acb5e78e1e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-package=<string>?content=<string>","description":"<p>Each entry contains the information related to a\nmulticast package, i.e. a package of multicast\nchannels.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-package=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a1d387cd-bf60-449d-ab9f-2fc8d509719a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-package=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-package=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-package\": [\n    {\n      \"name\": \"?:\",\n      \"multicast-channel-list\": [\n        \"?:!||#\",\n        \"?:!||#\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    },\n    {\n      \"name\": \"?:\",\n      \"multicast-channel-list\": [\n        \"?:!||#\",\n        \"?:!||#\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    }\n  ]\n}"}],"_postman_id":"e09c90dc-d743-4d02-b487-acb5e78e1e2c"},{"name":"DELETE - NodeID - bbf-mgmd - multicast-package","id":"a77d0d0d-6672-4f67-82d7-3717902ffda9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-package=<string>","description":"<p>Each entry contains the information related to a\nmulticast package, i.e. a package of multicast\nchannels.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-package=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c6a7e106-6270-4b40-8a03-0444c1a85ba0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-package=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a77d0d0d-6672-4f67-82d7-3717902ffda9"},{"name":"PUT - NodeID - bbf-mgmd - multicast-package","id":"6135e51c-0ba1-41c5-b848-3a572a0dc53f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"multicast-package\": [\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    },\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-package=<string>","description":"<p>Each entry contains the information related to a\nmulticast package, i.e. a package of multicast\nchannels.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast","mgmd","multicast-vpn=<string>","multicast-package=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"be45b95e-7b2b-42c9-b66d-ee9dd59af9c8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-package\": [\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    },\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-package=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e6dafc79-b8b1-4b5b-b473-8fbdde2e1b46","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"multicast-package\": [\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    },\n    {\n      \"name\": \"?:e|!wk|\",\n      \"multicast-channel-list\": [\n        \"?:#r\",\n        \"?:#r\"\n      ],\n      \"is-preview\": false,\n      \"preview-repeat-time\": \"0\",\n      \"preview-repeat-count\": \"3\",\n      \"preview-reset-time\": \"0\",\n      \"preview-length\": 180\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast/mgmd/multicast-vpn=<string>/multicast-package=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6135e51c-0ba1-41c5-b848-3a572a0dc53f"},{"name":"GET - NodeID - bbf-mgmd - multicast-state","id":"f46bc294-d6e7-4e00-9183-3a74a774fcb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state?content=<string>","description":"<p>State data nodes associated with multicast.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c8b20094-21a9-46bd-8e46-7a55f3b05eb1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-state\": {\n    \"mgmd\": {\n      \"multicast-vpn\": [\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:\",\n          \"multicast-interface-to-host\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-proxy-or-snooper\": {\n            \"number-active-groups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"active-channel\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"mode\": \"<string>\",\n          \"name\": \"?:\",\n          \"multicast-interface-to-host\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-network-interface\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"multicast-proxy-or-snooper\": {\n            \"number-active-groups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"active-channel\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f46bc294-d6e7-4e00-9183-3a74a774fcb3"},{"name":"GET - NodeID - bbf-mgmd - mgmd","id":"8c85d42c-2568-490a-aad0-e0a05b52fe6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd?content=<string>","description":"<p>MGMD state data, i.e Operational data related to the IGMP\nand/or MLD protocols.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c53b1af9-7e52-487e-9f68-23c854268cc4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mgmd\": {\n    \"multicast-vpn\": [\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:\",\n        \"multicast-interface-to-host\": [\n          {\n            \"name\": \"?:\",\n            \"interface-to-host-rx-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-to-hosts-tx-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"multicast-rate-limit-exceeded-count\": 0,\n            \"current-multicast-bw-delivered\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"interface-to-host-rx-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-to-hosts-tx-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"multicast-rate-limit-exceeded-count\": 0,\n            \"current-multicast-bw-delivered\": 0\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:(|\",\n            \"single-uplink-interface-to-router-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:(|\",\n            \"single-uplink-interface-to-router-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"multicast-proxy-or-snooper\": {\n          \"number-active-groups\": 0\n        },\n        \"active-channel\": [\n          {\n            \"source-address\": \"<string>\",\n            \"group-address\": \"<string>\",\n            \"name\": \"?:Ta\",\n            \"multicast-network-interface\": \"?:|#k\",\n            \"multicast-interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"uptime\": 0\n          },\n          {\n            \"source-address\": \"<string>\",\n            \"group-address\": \"<string>\",\n            \"name\": \"?:Ta\",\n            \"multicast-network-interface\": \"?:|#k\",\n            \"multicast-interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"uptime\": 0\n          }\n        ]\n      },\n      {\n        \"mode\": \"<string>\",\n        \"name\": \"?:\",\n        \"multicast-interface-to-host\": [\n          {\n            \"name\": \"?:\",\n            \"interface-to-host-rx-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-to-hosts-tx-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"multicast-rate-limit-exceeded-count\": 0,\n            \"current-multicast-bw-delivered\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"interface-to-host-rx-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interface-to-hosts-tx-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"multicast-rate-limit-exceeded-count\": 0,\n            \"current-multicast-bw-delivered\": 0\n          }\n        ],\n        \"multicast-network-interface\": [\n          {\n            \"name\": \"?:(|\",\n            \"single-uplink-interface-to-router-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:(|\",\n            \"single-uplink-interface-to-router-state-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"multicast-proxy-or-snooper\": {\n          \"number-active-groups\": 0\n        },\n        \"active-channel\": [\n          {\n            \"source-address\": \"<string>\",\n            \"group-address\": \"<string>\",\n            \"name\": \"?:Ta\",\n            \"multicast-network-interface\": \"?:|#k\",\n            \"multicast-interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"uptime\": 0\n          },\n          {\n            \"source-address\": \"<string>\",\n            \"group-address\": \"<string>\",\n            \"name\": \"?:Ta\",\n            \"multicast-network-interface\": \"?:|#k\",\n            \"multicast-interface-to-host\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"uptime\": 0\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"8c85d42c-2568-490a-aad0-e0a05b52fe6b"},{"name":"GET - NodeID - bbf-mgmd - multicast-vpn","id":"8a181ce0-f4db-45ac-aecd-3051d1c0781c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>?content=<string>","description":"<p>Multicast Virtual Private Network (VPN). A VPN defines a\nthe multicast service context.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ee527e92-b1b3-4f7c-a397-c89e1ccad3bd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-vpn\": [\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:\",\n      \"multicast-interface-to-host\": [\n        {\n          \"name\": \"?:\",\n          \"interface-to-host-rx-state-data\": {\n            \"in-successful-join-requests\": 0,\n            \"in-unsuccessful-join-requests\": 0,\n            \"in-leaves\": 0,\n            \"in-invalid-messages\": 0\n          },\n          \"interface-to-hosts-tx-state-data\": {\n            \"out-specific-queries\": 0,\n            \"out-general-queries\": 0\n          },\n          \"multicast-rate-limit-exceeded-count\": 0,\n          \"current-multicast-bw-delivered\": 0\n        },\n        {\n          \"name\": \"?:\",\n          \"interface-to-host-rx-state-data\": {\n            \"in-successful-join-requests\": 0,\n            \"in-unsuccessful-join-requests\": 0,\n            \"in-leaves\": 0,\n            \"in-invalid-messages\": 0\n          },\n          \"interface-to-hosts-tx-state-data\": {\n            \"out-specific-queries\": 0,\n            \"out-general-queries\": 0\n          },\n          \"multicast-rate-limit-exceeded-count\": 0,\n          \"current-multicast-bw-delivered\": 0\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:(|\",\n          \"single-uplink-interface-to-router-state-data\": {\n            \"vlan-sub-interface\": \"Some vlan-sub-interface\",\n            \"out-joins\": 0,\n            \"out-leaves\": 0,\n            \"in-general-queries\": 0,\n            \"in-specific-queries\": 0,\n            \"in-invalid-message\": 0,\n            \"in-interface-wrong-version-queries\": 0,\n            \"host-interface-version2-querier-time\": 0\n          }\n        },\n        {\n          \"name\": \"?:(|\",\n          \"single-uplink-interface-to-router-state-data\": {\n            \"vlan-sub-interface\": \"Some vlan-sub-interface\",\n            \"out-joins\": 0,\n            \"out-leaves\": 0,\n            \"in-general-queries\": 0,\n            \"in-specific-queries\": 0,\n            \"in-invalid-message\": 0,\n            \"in-interface-wrong-version-queries\": 0,\n            \"host-interface-version2-querier-time\": 0\n          }\n        }\n      ],\n      \"multicast-proxy-or-snooper\": {\n        \"number-active-groups\": 0\n      },\n      \"active-channel\": [\n        {\n          \"source-address\": \"<string>\",\n          \"group-address\": \"<string>\",\n          \"name\": \"?:Ta\",\n          \"multicast-network-interface\": \"?:|#k\",\n          \"multicast-interface-to-host\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"host-reporter-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"host-reporter-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"uptime\": 0\n        },\n        {\n          \"source-address\": \"<string>\",\n          \"group-address\": \"<string>\",\n          \"name\": \"?:Ta\",\n          \"multicast-network-interface\": \"?:|#k\",\n          \"multicast-interface-to-host\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"host-reporter-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"host-reporter-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"uptime\": 0\n        }\n      ]\n    },\n    {\n      \"mode\": \"<string>\",\n      \"name\": \"?:\",\n      \"multicast-interface-to-host\": [\n        {\n          \"name\": \"?:\",\n          \"interface-to-host-rx-state-data\": {\n            \"in-successful-join-requests\": 0,\n            \"in-unsuccessful-join-requests\": 0,\n            \"in-leaves\": 0,\n            \"in-invalid-messages\": 0\n          },\n          \"interface-to-hosts-tx-state-data\": {\n            \"out-specific-queries\": 0,\n            \"out-general-queries\": 0\n          },\n          \"multicast-rate-limit-exceeded-count\": 0,\n          \"current-multicast-bw-delivered\": 0\n        },\n        {\n          \"name\": \"?:\",\n          \"interface-to-host-rx-state-data\": {\n            \"in-successful-join-requests\": 0,\n            \"in-unsuccessful-join-requests\": 0,\n            \"in-leaves\": 0,\n            \"in-invalid-messages\": 0\n          },\n          \"interface-to-hosts-tx-state-data\": {\n            \"out-specific-queries\": 0,\n            \"out-general-queries\": 0\n          },\n          \"multicast-rate-limit-exceeded-count\": 0,\n          \"current-multicast-bw-delivered\": 0\n        }\n      ],\n      \"multicast-network-interface\": [\n        {\n          \"name\": \"?:(|\",\n          \"single-uplink-interface-to-router-state-data\": {\n            \"vlan-sub-interface\": \"Some vlan-sub-interface\",\n            \"out-joins\": 0,\n            \"out-leaves\": 0,\n            \"in-general-queries\": 0,\n            \"in-specific-queries\": 0,\n            \"in-invalid-message\": 0,\n            \"in-interface-wrong-version-queries\": 0,\n            \"host-interface-version2-querier-time\": 0\n          }\n        },\n        {\n          \"name\": \"?:(|\",\n          \"single-uplink-interface-to-router-state-data\": {\n            \"vlan-sub-interface\": \"Some vlan-sub-interface\",\n            \"out-joins\": 0,\n            \"out-leaves\": 0,\n            \"in-general-queries\": 0,\n            \"in-specific-queries\": 0,\n            \"in-invalid-message\": 0,\n            \"in-interface-wrong-version-queries\": 0,\n            \"host-interface-version2-querier-time\": 0\n          }\n        }\n      ],\n      \"multicast-proxy-or-snooper\": {\n        \"number-active-groups\": 0\n      },\n      \"active-channel\": [\n        {\n          \"source-address\": \"<string>\",\n          \"group-address\": \"<string>\",\n          \"name\": \"?:Ta\",\n          \"multicast-network-interface\": \"?:|#k\",\n          \"multicast-interface-to-host\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"host-reporter-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"host-reporter-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"uptime\": 0\n        },\n        {\n          \"source-address\": \"<string>\",\n          \"group-address\": \"<string>\",\n          \"name\": \"?:Ta\",\n          \"multicast-network-interface\": \"?:|#k\",\n          \"multicast-interface-to-host\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"host-reporter-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"host-reporter-address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"uptime\": 0\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"8a181ce0-f4db-45ac-aecd-3051d1c0781c"},{"name":"GET - NodeID - bbf-mgmd - multicast-interface-to-host","id":"d0b173c6-5dbd-4e9c-bf51-9adf0d8d2ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>?content=<string>","description":"<p>This list contains multicast interface to a host state\ndata. A multicast interface to a host is connecting a\nMGMD host to the multicast switch.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5d533608-2c5b-480b-b9ff-16d7e151a140","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-interface-to-host\": [\n    {\n      \"name\": \"?:\",\n      \"interface-to-host-rx-state-data\": {\n        \"in-successful-join-requests\": 0,\n        \"in-unsuccessful-join-requests\": 0,\n        \"in-leaves\": 0,\n        \"in-invalid-messages\": 0\n      },\n      \"interface-to-hosts-tx-state-data\": {\n        \"out-specific-queries\": 0,\n        \"out-general-queries\": 0\n      },\n      \"multicast-rate-limit-exceeded-count\": 0,\n      \"current-multicast-bw-delivered\": 0\n    },\n    {\n      \"name\": \"?:\",\n      \"interface-to-host-rx-state-data\": {\n        \"in-successful-join-requests\": 0,\n        \"in-unsuccessful-join-requests\": 0,\n        \"in-leaves\": 0,\n        \"in-invalid-messages\": 0\n      },\n      \"interface-to-hosts-tx-state-data\": {\n        \"out-specific-queries\": 0,\n        \"out-general-queries\": 0\n      },\n      \"multicast-rate-limit-exceeded-count\": 0,\n      \"current-multicast-bw-delivered\": 0\n    }\n  ]\n}"}],"_postman_id":"d0b173c6-5dbd-4e9c-bf51-9adf0d8d2ebf"},{"name":"GET - NodeID - bbf-mgmd - interface-to-host-rx-state-data","id":"3fe63326-7064-4eba-bcb8-191c82a3586d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>/interface-to-host-rx-state-data?content=<string>","description":"<p>Contains all the counters for received MGMD packets\nwhen the multicast switch operaties as a proxy, a\nsnooper or a snooper with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>","interface-to-host-rx-state-data"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"71851087-204b-4342-9aa5-db1171387707","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>/interface-to-host-rx-state-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>","interface-to-host-rx-state-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-to-host-rx-state-data\": {\n    \"in-successful-join-requests\": 0,\n    \"in-unsuccessful-join-requests\": 0,\n    \"in-leaves\": 0,\n    \"in-invalid-messages\": 0\n  }\n}"}],"_postman_id":"3fe63326-7064-4eba-bcb8-191c82a3586d"},{"name":"GET - NodeID - bbf-mgmd - interface-to-hosts-tx-state-data","id":"42df1f97-6f03-4b49-849d-cbbca0714e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>/interface-to-hosts-tx-state-data?content=<string>","description":"<p>Contains all the counters for generated MGMD packets\nwhen the multicast switch operaties as a proxy.\nIn that case it acts as a multicast router for this\ninterface, and generates query messages itself.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>","interface-to-hosts-tx-state-data"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"56eacd66-efb8-43e5-a9ae-229fdc9521b9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-interface-to-host=<string>/interface-to-hosts-tx-state-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-interface-to-host=<string>","interface-to-hosts-tx-state-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-to-hosts-tx-state-data\": {\n    \"out-specific-queries\": 0,\n    \"out-general-queries\": 0\n  }\n}"}],"_postman_id":"42df1f97-6f03-4b49-849d-cbbca0714e24"},{"name":"GET - NodeID - bbf-mgmd - multicast-network-interface","id":"ac7b2239-80f7-4cb5-b47a-dcad647a52b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>?content=<string>","description":"<p>This list contains multicast network interface state\ndata. A multicast network interface is connecting the\nmulticast switch to a MGMD router.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-network-interface=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d2811b16-4b2f-44e3-af64-609c7f195231","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-network-interface=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-network-interface=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-network-interface\": [\n    {\n      \"name\": \"?:(|\",\n      \"single-uplink-interface-to-router-state-data\": {\n        \"vlan-sub-interface\": \"Some vlan-sub-interface\",\n        \"out-joins\": 0,\n        \"out-leaves\": 0,\n        \"in-general-queries\": 0,\n        \"in-specific-queries\": 0,\n        \"in-invalid-message\": 0,\n        \"in-interface-wrong-version-queries\": 0,\n        \"host-interface-version2-querier-time\": 0\n      }\n    },\n    {\n      \"name\": \"?:(|\",\n      \"single-uplink-interface-to-router-state-data\": {\n        \"vlan-sub-interface\": \"Some vlan-sub-interface\",\n        \"out-joins\": 0,\n        \"out-leaves\": 0,\n        \"in-general-queries\": 0,\n        \"in-specific-queries\": 0,\n        \"in-invalid-message\": 0,\n        \"in-interface-wrong-version-queries\": 0,\n        \"host-interface-version2-querier-time\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"ac7b2239-80f7-4cb5-b47a-dcad647a52b7"},{"name":"GET - NodeID - bbf-mgmd - multicast-proxy-or-snooper","id":"80ac3146-c586-4cd5-ba3d-eb28dd812706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-proxy-or-snooper?content=<string>","description":"<p>State data per multicast switch, being a proxy or a\nsnooper or a snooper with proxy reporting.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-proxy-or-snooper"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0ebc00f4-62cd-45a9-a33f-29c9b90ea9c7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/multicast-proxy-or-snooper?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","multicast-proxy-or-snooper"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-proxy-or-snooper\": {\n    \"number-active-groups\": 0\n  }\n}"}],"_postman_id":"80ac3146-c586-4cd5-ba3d-eb28dd812706"},{"name":"GET - NodeID - bbf-mgmd - active-channel","id":"7d6f13c5-5764-40d4-bfe9-44bf01b6c5a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/active-channel=<string>,<string>?content=<string>","description":"<p>The active multicast channels state data. Active channels\nare thouse for which the system maintains a multicast\ntree. This includes the multicast channels with static\nbranches.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","active-channel=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"819c355f-8095-4370-a959-057b0dc5b097","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/active-channel=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","active-channel=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active-channel\": [\n    {\n      \"source-address\": \"<string>\",\n      \"group-address\": \"<string>\",\n      \"name\": \"?:Ta\",\n      \"multicast-network-interface\": \"?:|#k\",\n      \"multicast-interface-to-host\": [\n        {\n          \"name\": \"?:|\",\n          \"host-reporter-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"?:|\",\n          \"host-reporter-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"uptime\": 0\n    },\n    {\n      \"source-address\": \"<string>\",\n      \"group-address\": \"<string>\",\n      \"name\": \"?:Ta\",\n      \"multicast-network-interface\": \"?:|#k\",\n      \"multicast-interface-to-host\": [\n        {\n          \"name\": \"?:|\",\n          \"host-reporter-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"?:|\",\n          \"host-reporter-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"uptime\": 0\n    }\n  ]\n}"}],"_postman_id":"7d6f13c5-5764-40d4-bfe9-44bf01b6c5a4"},{"name":"GET - NodeID - bbf-mgmd - multicast-interface-to-host","id":"a51aa44f-3421-42b1-be73-f416a8433af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/active-channel=<string>,<string>/multicast-interface-to-host=<string>?content=<string>","description":"<p>This list contains the multicast interfaces to a hosts\njoining the multicast channel.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","active-channel=<string>,<string>","multicast-interface-to-host=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"44a4f7b9-4fc2-4f38-baca-5d84f7bfd6a0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-mgmd:multicast-state/mgmd/multicast-vpn=<string>/active-channel=<string>,<string>/multicast-interface-to-host=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-mgmd:multicast-state","mgmd","multicast-vpn=<string>","active-channel=<string>,<string>","multicast-interface-to-host=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"multicast-interface-to-host\": [\n    {\n      \"name\": \"?:|\",\n      \"host-reporter-address\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"?:|\",\n      \"host-reporter-address\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"a51aa44f-3421-42b1-be73-f416a8433af7"}],"id":"61a20734-b0f5-4a26-bad4-afdeb42168f4","_postman_id":"61a20734-b0f5-4a26-bad4-afdeb42168f4","description":""},{"name":"mounted NodeID bbf-pppoe-intermediate-agent","item":[{"name":"POST - NodeID - bbf-pppoe-intermediate-agent - pppoe-profiles","id":"fdd86a02-b903-45a2-9045-f760e09a0565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pppoe-profile\": [\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles","description":"<p>PPPoE Intermediate Agent configuration profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"812ef41c-69fe-4249-80e1-13f83ff31e21","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe-profile\": [\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fdd86a02-b903-45a2-9045-f760e09a0565"},{"name":"GET - NodeID - bbf-pppoe-intermediate-agent - pppoe-profiles","id":"4a8d3c5d-4bb6-43e7-bd48-d77791f38d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles?content=<string>","description":"<p>PPPoE Intermediate Agent configuration profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7721e497-f643-48cc-952b-7d90e25dc97f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pppoe-profiles\": {\n    \"pppoe-profile\": [\n      {\n        \"name\": \"?:#u~|#!'\",\n        \"pppoe-vendor-specific-tag\": {\n          \"subtag\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-subtags\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      },\n      {\n        \"name\": \"?:#u~|#!'\",\n        \"pppoe-vendor-specific-tag\": {\n          \"subtag\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-subtags\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"4a8d3c5d-4bb6-43e7-bd48-d77791f38d9c"},{"name":"DELETE - NodeID - bbf-pppoe-intermediate-agent - pppoe-profiles","id":"038a45d3-2176-4461-8f1b-07233c7138de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles","description":"<p>PPPoE Intermediate Agent configuration profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d490dea5-7389-42a0-ae33-8a3f0c13e169","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"038a45d3-2176-4461-8f1b-07233c7138de"},{"name":"PUT - NodeID - bbf-pppoe-intermediate-agent - pppoe-profiles","id":"8da35a24-ded9-437d-b22b-b98a68a18339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pppoe-profiles\": {\n    \"pppoe-profile\": [\n      {\n        \"name\": \"?:z!PZ~~\",\n        \"pppoe-vendor-specific-tag\": {\n          \"subtag\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-subtags\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      },\n      {\n        \"name\": \"?:z!PZ~~\",\n        \"pppoe-vendor-specific-tag\": {\n          \"subtag\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-subtags\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles","description":"<p>PPPoE Intermediate Agent configuration profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"56031084-487f-4d0b-bfa7-68bc89a8fc50","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe-profiles\": {\n    \"pppoe-profile\": [\n      {\n        \"name\": \"?:z!PZ~~\",\n        \"pppoe-vendor-specific-tag\": {\n          \"subtag\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-subtags\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      },\n      {\n        \"name\": \"?:z!PZ~~\",\n        \"pppoe-vendor-specific-tag\": {\n          \"subtag\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-subtags\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"036be5fe-159b-44bf-8e78-6e4d25f60620","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe-profiles\": {\n    \"pppoe-profile\": [\n      {\n        \"name\": \"?:z!PZ~~\",\n        \"pppoe-vendor-specific-tag\": {\n          \"subtag\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-subtags\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      },\n      {\n        \"name\": \"?:z!PZ~~\",\n        \"pppoe-vendor-specific-tag\": {\n          \"subtag\": [\n            \"circuit-id\"\n          ],\n          \"default-circuit-id-syntax\": \"\",\n          \"default-remote-id-syntax\": \"\",\n          \"access-loop-subtags\": \"\",\n          \"start-numbering-from-zero\": false,\n          \"use-leading-zeroes\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8da35a24-ded9-437d-b22b-b98a68a18339"},{"name":"POST - NodeID - bbf-pppoe-intermediate-agent - pppoe-profile","id":"93e37de2-268a-4ba2-b9c1-75f8fff15be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pppoe-vendor-specific-tag\": {\n    \"subtag\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-subtags\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>","description":"<p>List containing the parameters for PPPoE Intermediate Agent\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3666b510-7912-4b2c-9415-0ed271e45e82","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe-vendor-specific-tag\": {\n    \"subtag\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-subtags\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93e37de2-268a-4ba2-b9c1-75f8fff15be4"},{"name":"GET - NodeID - bbf-pppoe-intermediate-agent - pppoe-profile","id":"5bf94b88-3cbf-49ca-95ee-8daa608d665e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>?content=<string>","description":"<p>List containing the parameters for PPPoE Intermediate Agent\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f0142713-0b78-4112-b747-0f0f67fb9b22","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pppoe-profile\": [\n    {\n      \"name\": \"?:#u~|#!'\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:#u~|#!'\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}"}],"_postman_id":"5bf94b88-3cbf-49ca-95ee-8daa608d665e"},{"name":"DELETE - NodeID - bbf-pppoe-intermediate-agent - pppoe-profile","id":"270d3b3f-a098-494c-9126-ac13e4a4571f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>","description":"<p>List containing the parameters for PPPoE Intermediate Agent\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"de22c73b-edef-4849-ba14-6f98049136fc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"270d3b3f-a098-494c-9126-ac13e4a4571f"},{"name":"PUT - NodeID - bbf-pppoe-intermediate-agent - pppoe-profile","id":"fd1bfa99-5e32-4e53-997b-4c67a7bce1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pppoe-profile\": [\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>","description":"<p>List containing the parameters for PPPoE Intermediate Agent\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"16e8c62e-c402-4d45-a669-a4bcdfe3f796","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe-profile\": [\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"78ee0deb-1ddd-480d-ae5c-31bbe95293f0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe-profile\": [\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    },\n    {\n      \"name\": \"?:z!PZ~~\",\n      \"pppoe-vendor-specific-tag\": {\n        \"subtag\": [\n          \"circuit-id\"\n        ],\n        \"default-circuit-id-syntax\": \"\",\n        \"default-remote-id-syntax\": \"\",\n        \"access-loop-subtags\": \"\",\n        \"start-numbering-from-zero\": false,\n        \"use-leading-zeroes\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd1bfa99-5e32-4e53-997b-4c67a7bce1e7"},{"name":"POST - NodeID - bbf-pppoe-intermediate-agent - pppoe-vendor-specific-tag","id":"00466e43-ecff-4658-8ab9-77fb70f00af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subtag\": [\n    \"circuit-id\"\n  ],\n  \"default-circuit-id-syntax\": \"\",\n  \"default-remote-id-syntax\": \"\",\n  \"access-loop-subtags\": \"\",\n  \"start-numbering-from-zero\": false,\n  \"use-leading-zeroes\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>/pppoe-vendor-specific-tag","description":"<p>Contains information that needs to be filled in the\nvendor-specific tag - 0x0105.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>","pppoe-vendor-specific-tag"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f1bc795b-11e6-4bcc-8538-639ce6e46163","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"subtag\": [\n    \"circuit-id\"\n  ],\n  \"default-circuit-id-syntax\": \"\",\n  \"default-remote-id-syntax\": \"\",\n  \"access-loop-subtags\": \"\",\n  \"start-numbering-from-zero\": false,\n  \"use-leading-zeroes\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>/pppoe-vendor-specific-tag"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00466e43-ecff-4658-8ab9-77fb70f00af2"},{"name":"GET - NodeID - bbf-pppoe-intermediate-agent - pppoe-vendor-specific-tag","id":"eb47b9d5-272f-44c2-90f5-136fe2ecf215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>/pppoe-vendor-specific-tag?content=<string>","description":"<p>Contains information that needs to be filled in the\nvendor-specific tag - 0x0105.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>","pppoe-vendor-specific-tag"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2a1c1075-5864-43f7-bc36-3c8685197c75","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>/pppoe-vendor-specific-tag?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>","pppoe-vendor-specific-tag"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pppoe-vendor-specific-tag\": {\n    \"subtag\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-subtags\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}"}],"_postman_id":"eb47b9d5-272f-44c2-90f5-136fe2ecf215"},{"name":"DELETE - NodeID - bbf-pppoe-intermediate-agent - pppoe-vendor-specific-tag","id":"2e4aae85-b965-492f-9d06-c2a7fafc6f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>/pppoe-vendor-specific-tag","description":"<p>Contains information that needs to be filled in the\nvendor-specific tag - 0x0105.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>","pppoe-vendor-specific-tag"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dee0b8f5-494d-4253-a2c7-ee15ab607548","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>/pppoe-vendor-specific-tag"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2e4aae85-b965-492f-9d06-c2a7fafc6f67"},{"name":"PUT - NodeID - bbf-pppoe-intermediate-agent - pppoe-vendor-specific-tag","id":"65c30138-622a-48fa-a90e-4f96aa6da5eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pppoe-vendor-specific-tag\": {\n    \"subtag\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-subtags\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>/pppoe-vendor-specific-tag","description":"<p>Contains information that needs to be filled in the\nvendor-specific tag - 0x0105.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-pppoe-intermediate-agent:pppoe-profiles","pppoe-profile=<string>","pppoe-vendor-specific-tag"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"99e77857-7b25-4ba4-9589-16424de56736","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe-vendor-specific-tag\": {\n    \"subtag\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-subtags\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>/pppoe-vendor-specific-tag"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b31c8ca4-4436-41aa-b4f6-5eddb9014cca","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe-vendor-specific-tag\": {\n    \"subtag\": [\n      \"circuit-id\"\n    ],\n    \"default-circuit-id-syntax\": \"\",\n    \"default-remote-id-syntax\": \"\",\n    \"access-loop-subtags\": \"\",\n    \"start-numbering-from-zero\": false,\n    \"use-leading-zeroes\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-pppoe-intermediate-agent:pppoe-profiles/pppoe-profile=<string>/pppoe-vendor-specific-tag"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"65c30138-622a-48fa-a90e-4f96aa6da5eb"}],"id":"e240cc56-9ef6-4220-81a3-5d99f7fd9363","_postman_id":"e240cc56-9ef6-4220-81a3-5d99f7fd9363","description":""},{"name":"mounted NodeID bbf-qos-classifiers","item":[{"name":"POST - NodeID - bbf-qos-classifiers - classifiers","id":"8753abd5-587c-4de9-a921-ea8740555077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"classifier-entry\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers","description":"<p>List of classifier entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6cedaba4-8ca7-4f9c-bb5a-5649fcdf8170","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"classifier-entry\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8753abd5-587c-4de9-a921-ea8740555077"},{"name":"GET - NodeID - bbf-qos-classifiers - classifiers","id":"13724f6e-36bc-4766-8b40-61a6de90bcf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers?content=<string>","description":"<p>List of classifier entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4866a048-dfa7-4471-bb0c-d7dc6732c1c1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"classifiers\": {\n    \"classifier-entry\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:N'\",\n        \"filter-operation\": \"<string>\",\n        \"match-criteria\": {\n          \"match-all\": \"<object>\",\n          \"untagged\": \"<object>\",\n          \"tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dscp-range\": \"<string>\",\n          \"any-protocol\": \"<object>\",\n          \"protocol\": [\n            \"igmp\",\n            \"igmp\"\n          ],\n          \"other-protocol\": [\n            \"icmpv6\",\n            \"icmpv6\"\n          ],\n          \"flow-color\": [\n            \"green\",\n            \"green\"\n          ],\n          \"pbit-marking-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dei-marking-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"ethernet-frame-type\": \"any\",\n          \"ip-precedence-range\": \"<string>\"\n        },\n        \"filter\": [\n          {\n            \"name\": \"?:P%/q\",\n            \"filter-name\": \"?:Ia\"\n          },\n          {\n            \"name\": \"?:P%/q\",\n            \"filter-name\": \"?:Ia\"\n          }\n        ],\n        \"classifier-action-entry-cfg\": [\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dscp-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dscp-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:N'\",\n        \"filter-operation\": \"<string>\",\n        \"match-criteria\": {\n          \"match-all\": \"<object>\",\n          \"untagged\": \"<object>\",\n          \"tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dscp-range\": \"<string>\",\n          \"any-protocol\": \"<object>\",\n          \"protocol\": [\n            \"igmp\",\n            \"igmp\"\n          ],\n          \"other-protocol\": [\n            \"icmpv6\",\n            \"icmpv6\"\n          ],\n          \"flow-color\": [\n            \"green\",\n            \"green\"\n          ],\n          \"pbit-marking-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dei-marking-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"ethernet-frame-type\": \"any\",\n          \"ip-precedence-range\": \"<string>\"\n        },\n        \"filter\": [\n          {\n            \"name\": \"?:P%/q\",\n            \"filter-name\": \"?:Ia\"\n          },\n          {\n            \"name\": \"?:P%/q\",\n            \"filter-name\": \"?:Ia\"\n          }\n        ],\n        \"classifier-action-entry-cfg\": [\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dscp-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dscp-marking-cfg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"13724f6e-36bc-4766-8b40-61a6de90bcf5"},{"name":"DELETE - NodeID - bbf-qos-classifiers - classifiers","id":"13f04841-fea3-4272-92d0-d0d8f566811f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers","description":"<p>List of classifier entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"600014fc-6580-460a-84fe-f4a97cfb6cfd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13f04841-fea3-4272-92d0-d0d8f566811f"},{"name":"PUT - NodeID - bbf-qos-classifiers - classifiers","id":"1f1228f6-fb69-4ad5-b94a-c187e9d125c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"classifiers\": {\n    \"classifier-entry\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:'\",\n        \"filter-operation\": \"<string>\",\n        \"match-criteria\": {\n          \"match-all\": \"<object>\",\n          \"untagged\": \"<object>\",\n          \"tag\": [\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            },\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            }\n          ],\n          \"dscp-range\": \"<string>\",\n          \"any-protocol\": \"<object>\",\n          \"protocol\": [\n            \"igmp\",\n            \"igmp\"\n          ],\n          \"other-protocol\": [\n            \"icmpv6\",\n            \"icmpv6\"\n          ],\n          \"flow-color\": [\n            \"green\",\n            \"green\"\n          ],\n          \"pbit-marking-list\": [\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            }\n          ],\n          \"dei-marking-list\": [\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            }\n          ],\n          \"ethernet-frame-type\": \"any\",\n          \"ip-precedence-range\": \"<string>\"\n        },\n        \"filter\": [\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          }\n        ],\n        \"classifier-action-entry-cfg\": [\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          },\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:'\",\n        \"filter-operation\": \"<string>\",\n        \"match-criteria\": {\n          \"match-all\": \"<object>\",\n          \"untagged\": \"<object>\",\n          \"tag\": [\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            },\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            }\n          ],\n          \"dscp-range\": \"<string>\",\n          \"any-protocol\": \"<object>\",\n          \"protocol\": [\n            \"igmp\",\n            \"igmp\"\n          ],\n          \"other-protocol\": [\n            \"icmpv6\",\n            \"icmpv6\"\n          ],\n          \"flow-color\": [\n            \"green\",\n            \"green\"\n          ],\n          \"pbit-marking-list\": [\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            }\n          ],\n          \"dei-marking-list\": [\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            }\n          ],\n          \"ethernet-frame-type\": \"any\",\n          \"ip-precedence-range\": \"<string>\"\n        },\n        \"filter\": [\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          }\n        ],\n        \"classifier-action-entry-cfg\": [\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          },\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers","description":"<p>List of classifier entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e12912f8-502d-42e8-b1fd-823899b25fe3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"classifiers\": {\n    \"classifier-entry\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:'\",\n        \"filter-operation\": \"<string>\",\n        \"match-criteria\": {\n          \"match-all\": \"<object>\",\n          \"untagged\": \"<object>\",\n          \"tag\": [\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            },\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            }\n          ],\n          \"dscp-range\": \"<string>\",\n          \"any-protocol\": \"<object>\",\n          \"protocol\": [\n            \"igmp\",\n            \"igmp\"\n          ],\n          \"other-protocol\": [\n            \"icmpv6\",\n            \"icmpv6\"\n          ],\n          \"flow-color\": [\n            \"green\",\n            \"green\"\n          ],\n          \"pbit-marking-list\": [\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            }\n          ],\n          \"dei-marking-list\": [\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            }\n          ],\n          \"ethernet-frame-type\": \"any\",\n          \"ip-precedence-range\": \"<string>\"\n        },\n        \"filter\": [\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          }\n        ],\n        \"classifier-action-entry-cfg\": [\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          },\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:'\",\n        \"filter-operation\": \"<string>\",\n        \"match-criteria\": {\n          \"match-all\": \"<object>\",\n          \"untagged\": \"<object>\",\n          \"tag\": [\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            },\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            }\n          ],\n          \"dscp-range\": \"<string>\",\n          \"any-protocol\": \"<object>\",\n          \"protocol\": [\n            \"igmp\",\n            \"igmp\"\n          ],\n          \"other-protocol\": [\n            \"icmpv6\",\n            \"icmpv6\"\n          ],\n          \"flow-color\": [\n            \"green\",\n            \"green\"\n          ],\n          \"pbit-marking-list\": [\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            }\n          ],\n          \"dei-marking-list\": [\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            }\n          ],\n          \"ethernet-frame-type\": \"any\",\n          \"ip-precedence-range\": \"<string>\"\n        },\n        \"filter\": [\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          }\n        ],\n        \"classifier-action-entry-cfg\": [\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          },\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0b18b6a2-0efd-4086-bf03-d10da6fdb647","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"classifiers\": {\n    \"classifier-entry\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:'\",\n        \"filter-operation\": \"<string>\",\n        \"match-criteria\": {\n          \"match-all\": \"<object>\",\n          \"untagged\": \"<object>\",\n          \"tag\": [\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            },\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            }\n          ],\n          \"dscp-range\": \"<string>\",\n          \"any-protocol\": \"<object>\",\n          \"protocol\": [\n            \"igmp\",\n            \"igmp\"\n          ],\n          \"other-protocol\": [\n            \"icmpv6\",\n            \"icmpv6\"\n          ],\n          \"flow-color\": [\n            \"green\",\n            \"green\"\n          ],\n          \"pbit-marking-list\": [\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            }\n          ],\n          \"dei-marking-list\": [\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            }\n          ],\n          \"ethernet-frame-type\": \"any\",\n          \"ip-precedence-range\": \"<string>\"\n        },\n        \"filter\": [\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          }\n        ],\n        \"classifier-action-entry-cfg\": [\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          },\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:'\",\n        \"filter-operation\": \"<string>\",\n        \"match-criteria\": {\n          \"match-all\": \"<object>\",\n          \"untagged\": \"<object>\",\n          \"tag\": [\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            },\n            {\n              \"index\": 0,\n              \"in-pbit-list\": \"?:4,1\",\n              \"in-dei\": 0\n            }\n          ],\n          \"dscp-range\": \"<string>\",\n          \"any-protocol\": \"<object>\",\n          \"protocol\": [\n            \"igmp\",\n            \"igmp\"\n          ],\n          \"other-protocol\": [\n            \"icmpv6\",\n            \"icmpv6\"\n          ],\n          \"flow-color\": [\n            \"green\",\n            \"green\"\n          ],\n          \"pbit-marking-list\": [\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"pbit-value\": 0\n            }\n          ],\n          \"dei-marking-list\": [\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            },\n            {\n              \"index\": 0,\n              \"dei-value\": 0\n            }\n          ],\n          \"ethernet-frame-type\": \"any\",\n          \"ip-precedence-range\": \"<string>\"\n        },\n        \"filter\": [\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\",\n            \"filter-name\": \"?:\"\n          }\n        ],\n        \"classifier-action-entry-cfg\": [\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          },\n          {\n            \"action-type\": \"<string>\",\n            \"pbit-marking-cfg\": {\n              \"pbit-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dei-marking-cfg\": {\n              \"dei-marking-list\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            \"dscp-marking-cfg\": {\n              \"dscp\": 0\n            },\n            \"scheduling-traffic-class\": 0,\n            \"pass\": \"<object>\",\n            \"rate-limit-frames\": {\n              \"rate\": 1,\n              \"burst-size\": 1\n            },\n            \"flow-color\": \"green\",\n            \"bac-color\": \"green\",\n            \"discard\": \"<object>\",\n            \"policing\": {\n              \"policing-profile\": \"?:P?g\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f1228f6-fb69-4ad5-b94a-c187e9d125c6"},{"name":"POST - NodeID - bbf-qos-classifiers - classifier-entry","id":"55e0e655-cc0c-4947-bf4e-da07589b65d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"?:'\",\n  \"filter-operation\": \"<string>\",\n  \"match-criteria\": {\n    \"match-all\": \"<object>\",\n    \"untagged\": \"<object>\",\n    \"tag\": [\n      {\n        \"index\": 0,\n        \"in-pbit-list\": \"?:4,1\",\n        \"in-dei\": 0\n      },\n      {\n        \"index\": 0,\n        \"in-pbit-list\": \"?:4,1\",\n        \"in-dei\": 0\n      }\n    ],\n    \"dscp-range\": \"<string>\",\n    \"any-protocol\": \"<object>\",\n    \"protocol\": [\n      \"igmp\",\n      \"igmp\"\n    ],\n    \"other-protocol\": [\n      \"icmpv6\",\n      \"icmpv6\"\n    ],\n    \"flow-color\": [\n      \"green\",\n      \"green\"\n    ],\n    \"pbit-marking-list\": [\n      {\n        \"index\": 0,\n        \"pbit-value\": 0\n      },\n      {\n        \"index\": 0,\n        \"pbit-value\": 0\n      }\n    ],\n    \"dei-marking-list\": [\n      {\n        \"index\": 0,\n        \"dei-value\": 0\n      },\n      {\n        \"index\": 0,\n        \"dei-value\": 0\n      }\n    ],\n    \"ethernet-frame-type\": \"any\",\n    \"ip-precedence-range\": \"<string>\"\n  },\n  \"filter\": [\n    {\n      \"name\": \"?:\",\n      \"filter-name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\",\n      \"filter-name\": \"?:\"\n    }\n  ],\n  \"classifier-action-entry-cfg\": [\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    },\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>","description":"<p>Classifier entry template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b054e020-7658-4175-8df6-720cff48e9c7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"?:'\",\n  \"filter-operation\": \"<string>\",\n  \"match-criteria\": {\n    \"match-all\": \"<object>\",\n    \"untagged\": \"<object>\",\n    \"tag\": [\n      {\n        \"index\": 0,\n        \"in-pbit-list\": \"?:4,1\",\n        \"in-dei\": 0\n      },\n      {\n        \"index\": 0,\n        \"in-pbit-list\": \"?:4,1\",\n        \"in-dei\": 0\n      }\n    ],\n    \"dscp-range\": \"<string>\",\n    \"any-protocol\": \"<object>\",\n    \"protocol\": [\n      \"igmp\",\n      \"igmp\"\n    ],\n    \"other-protocol\": [\n      \"icmpv6\",\n      \"icmpv6\"\n    ],\n    \"flow-color\": [\n      \"green\",\n      \"green\"\n    ],\n    \"pbit-marking-list\": [\n      {\n        \"index\": 0,\n        \"pbit-value\": 0\n      },\n      {\n        \"index\": 0,\n        \"pbit-value\": 0\n      }\n    ],\n    \"dei-marking-list\": [\n      {\n        \"index\": 0,\n        \"dei-value\": 0\n      },\n      {\n        \"index\": 0,\n        \"dei-value\": 0\n      }\n    ],\n    \"ethernet-frame-type\": \"any\",\n    \"ip-precedence-range\": \"<string>\"\n  },\n  \"filter\": [\n    {\n      \"name\": \"?:\",\n      \"filter-name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\",\n      \"filter-name\": \"?:\"\n    }\n  ],\n  \"classifier-action-entry-cfg\": [\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    },\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"55e0e655-cc0c-4947-bf4e-da07589b65d6"},{"name":"GET - NodeID - bbf-qos-classifiers - classifier-entry","id":"6becea95-0f28-4f5d-92b7-a2837ffa40fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>?content=<string>","description":"<p>Classifier entry template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6dc1fe07-cebb-426e-9ba9-51942bd14684","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"classifier-entry\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:N'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:3,2\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:3,2\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:P%/q\",\n          \"filter-name\": \"?:Ia\"\n        },\n        {\n          \"name\": \"?:P%/q\",\n          \"filter-name\": \"?:Ia\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:Xq1\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:Xq1\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:N'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:3,2\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:3,2\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:P%/q\",\n          \"filter-name\": \"?:Ia\"\n        },\n        {\n          \"name\": \"?:P%/q\",\n          \"filter-name\": \"?:Ia\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:Xq1\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:Xq1\"\n          }\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"6becea95-0f28-4f5d-92b7-a2837ffa40fd"},{"name":"DELETE - NodeID - bbf-qos-classifiers - classifier-entry","id":"140cc325-760d-4b4c-987a-77cc6bdc1ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>","description":"<p>Classifier entry template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3a2bb40f-a4bd-4be5-a4eb-3b5842e50d80","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"140cc325-760d-4b4c-987a-77cc6bdc1ba5"},{"name":"PUT - NodeID - bbf-qos-classifiers - classifier-entry","id":"acc61778-6968-4c63-9cd0-28a4dbfd9fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"classifier-entry\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>","description":"<p>Classifier entry template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dab6c390-c04f-4999-a8e0-0f1ea291bdf9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"classifier-entry\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81dffa53-bcf5-4a67-b7a5-fb6ecb62c203","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"classifier-entry\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:'\",\n      \"filter-operation\": \"<string>\",\n      \"match-criteria\": {\n        \"match-all\": \"<object>\",\n        \"untagged\": \"<object>\",\n        \"tag\": [\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          },\n          {\n            \"index\": 0,\n            \"in-pbit-list\": \"?:4,1\",\n            \"in-dei\": 0\n          }\n        ],\n        \"dscp-range\": \"<string>\",\n        \"any-protocol\": \"<object>\",\n        \"protocol\": [\n          \"igmp\",\n          \"igmp\"\n        ],\n        \"other-protocol\": [\n          \"icmpv6\",\n          \"icmpv6\"\n        ],\n        \"flow-color\": [\n          \"green\",\n          \"green\"\n        ],\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ],\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ],\n        \"ethernet-frame-type\": \"any\",\n        \"ip-precedence-range\": \"<string>\"\n      },\n      \"filter\": [\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\",\n          \"filter-name\": \"?:\"\n        }\n      ],\n      \"classifier-action-entry-cfg\": [\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        },\n        {\n          \"action-type\": \"<string>\",\n          \"pbit-marking-cfg\": {\n            \"pbit-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dei-marking-cfg\": {\n            \"dei-marking-list\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dscp-marking-cfg\": {\n            \"dscp\": 0\n          },\n          \"scheduling-traffic-class\": 0,\n          \"pass\": \"<object>\",\n          \"rate-limit-frames\": {\n            \"rate\": 1,\n            \"burst-size\": 1\n          },\n          \"flow-color\": \"green\",\n          \"bac-color\": \"green\",\n          \"discard\": \"<object>\",\n          \"policing\": {\n            \"policing-profile\": \"?:P?g\"\n          }\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"acc61778-6968-4c63-9cd0-28a4dbfd9fef"},{"name":"POST - NodeID - bbf-qos-classifiers - classifier-action-entry-cfg","id":"66f6bbaa-acea-4388-8f18-1028e8dfd119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pbit-marking-cfg\": {\n    \"pbit-marking-list\": [\n      {\n        \"index\": 0,\n        \"pbit-value\": 0\n      },\n      {\n        \"index\": 0,\n        \"pbit-value\": 0\n      }\n    ]\n  },\n  \"dei-marking-cfg\": {\n    \"dei-marking-list\": [\n      {\n        \"index\": 0,\n        \"dei-value\": 0\n      },\n      {\n        \"index\": 0,\n        \"dei-value\": 0\n      }\n    ]\n  },\n  \"dscp-marking-cfg\": {\n    \"dscp\": 0\n  },\n  \"scheduling-traffic-class\": 0,\n  \"pass\": \"<object>\",\n  \"rate-limit-frames\": {\n    \"rate\": 1,\n    \"burst-size\": 1\n  },\n  \"flow-color\": \"green\",\n  \"bac-color\": \"green\",\n  \"discard\": \"<object>\",\n  \"policing\": {\n    \"policing-profile\": \"?:P?g\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>/classifier-action-entry-cfg=<string>","description":"<p>Configuration of classifier associated actions.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>","classifier-action-entry-cfg=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"58a3aa5b-b2e4-4599-bf06-375cde2a542b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"pbit-marking-cfg\": {\n    \"pbit-marking-list\": [\n      {\n        \"index\": 0,\n        \"pbit-value\": 0\n      },\n      {\n        \"index\": 0,\n        \"pbit-value\": 0\n      }\n    ]\n  },\n  \"dei-marking-cfg\": {\n    \"dei-marking-list\": [\n      {\n        \"index\": 0,\n        \"dei-value\": 0\n      },\n      {\n        \"index\": 0,\n        \"dei-value\": 0\n      }\n    ]\n  },\n  \"dscp-marking-cfg\": {\n    \"dscp\": 0\n  },\n  \"scheduling-traffic-class\": 0,\n  \"pass\": \"<object>\",\n  \"rate-limit-frames\": {\n    \"rate\": 1,\n    \"burst-size\": 1\n  },\n  \"flow-color\": \"green\",\n  \"bac-color\": \"green\",\n  \"discard\": \"<object>\",\n  \"policing\": {\n    \"policing-profile\": \"?:P?g\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>/classifier-action-entry-cfg=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"66f6bbaa-acea-4388-8f18-1028e8dfd119"},{"name":"GET - NodeID - bbf-qos-classifiers - classifier-action-entry-cfg","id":"3a297702-cca6-4652-84ac-f93b949f8df9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>/classifier-action-entry-cfg=<string>?content=<string>","description":"<p>Configuration of classifier associated actions.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>","classifier-action-entry-cfg=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"718b134b-5cff-45c4-a9d8-8c88150002b9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>/classifier-action-entry-cfg=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>","classifier-action-entry-cfg=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"classifier-action-entry-cfg\": [\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:Xq1\"\n      }\n    },\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:Xq1\"\n      }\n    }\n  ]\n}"}],"_postman_id":"3a297702-cca6-4652-84ac-f93b949f8df9"},{"name":"DELETE - NodeID - bbf-qos-classifiers - classifier-action-entry-cfg","id":"da465f46-3901-47e8-a45e-9651526a2c53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>/classifier-action-entry-cfg=<string>","description":"<p>Configuration of classifier associated actions.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>","classifier-action-entry-cfg=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"91763989-16e3-48ca-8799-61a69b65f502","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>/classifier-action-entry-cfg=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da465f46-3901-47e8-a45e-9651526a2c53"},{"name":"PUT - NodeID - bbf-qos-classifiers - classifier-action-entry-cfg","id":"83f14788-83ed-4a66-a5e2-4f150f39c886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"classifier-action-entry-cfg\": [\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    },\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>/classifier-action-entry-cfg=<string>","description":"<p>Configuration of classifier associated actions.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-classifiers:classifiers","classifier-entry=<string>","classifier-action-entry-cfg=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6019b23e-602c-4eb9-8c08-84682264f53b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"classifier-action-entry-cfg\": [\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    },\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>/classifier-action-entry-cfg=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a38ed73d-b64e-4d26-a4b9-6d492ae09724","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"classifier-action-entry-cfg\": [\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    },\n    {\n      \"action-type\": \"<string>\",\n      \"pbit-marking-cfg\": {\n        \"pbit-marking-list\": [\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"pbit-value\": 0\n          }\n        ]\n      },\n      \"dei-marking-cfg\": {\n        \"dei-marking-list\": [\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          },\n          {\n            \"index\": 0,\n            \"dei-value\": 0\n          }\n        ]\n      },\n      \"dscp-marking-cfg\": {\n        \"dscp\": 0\n      },\n      \"scheduling-traffic-class\": 0,\n      \"pass\": \"<object>\",\n      \"rate-limit-frames\": {\n        \"rate\": 1,\n        \"burst-size\": 1\n      },\n      \"flow-color\": \"green\",\n      \"bac-color\": \"green\",\n      \"discard\": \"<object>\",\n      \"policing\": {\n        \"policing-profile\": \"?:P?g\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-classifiers:classifiers/classifier-entry=<string>/classifier-action-entry-cfg=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"83f14788-83ed-4a66-a5e2-4f150f39c886"}],"id":"138c8a08-c136-4ba6-bc3b-6148b0b42a2d","_postman_id":"138c8a08-c136-4ba6-bc3b-6148b0b42a2d","description":""},{"name":"mounted NodeID bbf-qos-filters","item":[{"name":"POST - NodeID - bbf-qos-filters - filters","id":"1d9ebfd1-499c-4a58-8953-cc7f12d30401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filter\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters","description":"<p>Filters configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"02d956cb-6159-4394-9ffe-cd08b73d4400","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"filter\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d9ebfd1-499c-4a58-8953-cc7f12d30401"},{"name":"GET - NodeID - bbf-qos-filters - filters","id":"58abbba4-1538-4d59-b5b3-066ad14ef3c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters?content=<string>","description":"<p>Filters configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"45153d31-07ef-40cf-b9d5-32f722f3e5f9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"filters\": {\n    \"filter\": [\n      {\n        \"name\": \"?:qJB\",\n        \"description\": \"?:}Y:jP4'D\\\\^g\",\n        \"filter-match\": true,\n        \"source-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:Fd:21:e3:AE:aa:ad\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"destination-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:4d:9d:e3:Dd:AA:ce\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"ipv4\": {\n          \"destination-ipv4-network\": \"?:38.5.0.1/31\",\n          \"source-ipv4-network\": \"?:1.1.1.215/0\"\n        },\n        \"ipv6\": {\n          \"destination-ipv6-network\": \"?:B7:5Fa6:/18\",\n          \"source-ipv6-network\": \"?::2F3b:C::/28\",\n          \"flow-label\": 0\n        },\n        \"transport\": {\n          \"dscp\": 0,\n          \"protocol\": 0,\n          \"source-port-range\": {\n            \"lower-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upper-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"destination-port-range\": {\n            \"lower-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upper-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:qJB\",\n        \"description\": \"?:}Y:jP4'D\\\\^g\",\n        \"filter-match\": true,\n        \"source-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:Fd:21:e3:AE:aa:ad\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"destination-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:4d:9d:e3:Dd:AA:ce\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"ipv4\": {\n          \"destination-ipv4-network\": \"?:38.5.0.1/31\",\n          \"source-ipv4-network\": \"?:1.1.1.215/0\"\n        },\n        \"ipv6\": {\n          \"destination-ipv6-network\": \"?:B7:5Fa6:/18\",\n          \"source-ipv6-network\": \"?::2F3b:C::/28\",\n          \"flow-label\": 0\n        },\n        \"transport\": {\n          \"dscp\": 0,\n          \"protocol\": 0,\n          \"source-port-range\": {\n            \"lower-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upper-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"destination-port-range\": {\n            \"lower-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upper-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"58abbba4-1538-4d59-b5b3-066ad14ef3c7"},{"name":"DELETE - NodeID - bbf-qos-filters - filters","id":"98ab9d58-d0c8-4c7a-9c96-70f36ca9e2c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters","description":"<p>Filters configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6bea2988-416c-4a2c-b5aa-1001b749b991","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98ab9d58-d0c8-4c7a-9c96-70f36ca9e2c4"},{"name":"PUT - NodeID - bbf-qos-filters - filters","id":"9f587d2f-d1bf-4897-8822-ea8e1471eed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"filter\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"filter-match\": true,\n        \"source-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"destination-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"ipv4\": {\n          \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n          \"source-ipv4-network\": \"?:48.147.6.2/3\"\n        },\n        \"ipv6\": {\n          \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n          \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n          \"flow-label\": 0\n        },\n        \"transport\": {\n          \"dscp\": 0,\n          \"protocol\": 0,\n          \"source-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          },\n          \"destination-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"filter-match\": true,\n        \"source-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"destination-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"ipv4\": {\n          \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n          \"source-ipv4-network\": \"?:48.147.6.2/3\"\n        },\n        \"ipv6\": {\n          \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n          \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n          \"flow-label\": 0\n        },\n        \"transport\": {\n          \"dscp\": 0,\n          \"protocol\": 0,\n          \"source-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          },\n          \"destination-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters","description":"<p>Filters configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"de7517ce-57f0-4a13-b1e9-bf654f6dd808","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"filter\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"filter-match\": true,\n        \"source-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"destination-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"ipv4\": {\n          \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n          \"source-ipv4-network\": \"?:48.147.6.2/3\"\n        },\n        \"ipv6\": {\n          \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n          \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n          \"flow-label\": 0\n        },\n        \"transport\": {\n          \"dscp\": 0,\n          \"protocol\": 0,\n          \"source-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          },\n          \"destination-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"filter-match\": true,\n        \"source-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"destination-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"ipv4\": {\n          \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n          \"source-ipv4-network\": \"?:48.147.6.2/3\"\n        },\n        \"ipv6\": {\n          \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n          \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n          \"flow-label\": 0\n        },\n        \"transport\": {\n          \"dscp\": 0,\n          \"protocol\": 0,\n          \"source-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          },\n          \"destination-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3ca6441b-18b2-4d38-aaf0-28260725da94","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"filter\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"filter-match\": true,\n        \"source-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"destination-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"ipv4\": {\n          \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n          \"source-ipv4-network\": \"?:48.147.6.2/3\"\n        },\n        \"ipv6\": {\n          \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n          \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n          \"flow-label\": 0\n        },\n        \"transport\": {\n          \"dscp\": 0,\n          \"protocol\": 0,\n          \"source-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          },\n          \"destination-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"filter-match\": true,\n        \"source-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"destination-mac-address\": {\n          \"any-multicast-mac-address\": \"<object>\",\n          \"unicast-address\": \"<object>\",\n          \"broadcast-address\": \"<object>\",\n          \"cfm-multicast-address\": \"<object>\",\n          \"ipv4-multicast-address\": \"<object>\",\n          \"ipv6-multicast-address\": \"<object>\",\n          \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n          \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n        },\n        \"ipv4\": {\n          \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n          \"source-ipv4-network\": \"?:48.147.6.2/3\"\n        },\n        \"ipv6\": {\n          \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n          \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n          \"flow-label\": 0\n        },\n        \"transport\": {\n          \"dscp\": 0,\n          \"protocol\": 0,\n          \"source-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          },\n          \"destination-port-range\": {\n            \"lower-port\": 0,\n            \"upper-port\": 0\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9f587d2f-d1bf-4897-8822-ea8e1471eed5"},{"name":"POST - NodeID - bbf-qos-filters - filter","id":"c260e34c-5f9b-4857-b2bf-ebfb93f296d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"?:\",\n  \"filter-match\": true,\n  \"source-mac-address\": {\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n  },\n  \"destination-mac-address\": {\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n  },\n  \"ipv4\": {\n    \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n    \"source-ipv4-network\": \"?:48.147.6.2/3\"\n  },\n  \"ipv6\": {\n    \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n    \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n    \"flow-label\": 0\n  },\n  \"transport\": {\n    \"dscp\": 0,\n    \"protocol\": 0,\n    \"source-port-range\": {\n      \"lower-port\": 0,\n      \"upper-port\": 0\n    },\n    \"destination-port-range\": {\n      \"lower-port\": 0,\n      \"upper-port\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters/filter=<string>","description":"<p>List of filter entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters","filter=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"53f516ab-2e36-4e02-8c78-dbf7e650a85a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"?:\",\n  \"filter-match\": true,\n  \"source-mac-address\": {\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n  },\n  \"destination-mac-address\": {\n    \"any-multicast-mac-address\": \"<object>\",\n    \"unicast-address\": \"<object>\",\n    \"broadcast-address\": \"<object>\",\n    \"cfm-multicast-address\": \"<object>\",\n    \"ipv4-multicast-address\": \"<object>\",\n    \"ipv6-multicast-address\": \"<object>\",\n    \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n    \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n  },\n  \"ipv4\": {\n    \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n    \"source-ipv4-network\": \"?:48.147.6.2/3\"\n  },\n  \"ipv6\": {\n    \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n    \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n    \"flow-label\": 0\n  },\n  \"transport\": {\n    \"dscp\": 0,\n    \"protocol\": 0,\n    \"source-port-range\": {\n      \"lower-port\": 0,\n      \"upper-port\": 0\n    },\n    \"destination-port-range\": {\n      \"lower-port\": 0,\n      \"upper-port\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters/filter=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c260e34c-5f9b-4857-b2bf-ebfb93f296d9"},{"name":"GET - NodeID - bbf-qos-filters - filter","id":"c5ab34a8-580d-453b-8850-07549f0ae8f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters/filter=<string>?content=<string>","description":"<p>List of filter entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters","filter=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"179bd8bd-69fa-4e94-a95a-2cab99440d2b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters/filter=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters","filter=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"filter\": [\n    {\n      \"name\": \"?:qJB\",\n      \"description\": \"?:}Y:jP4'D\\\\^g\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Fd:21:e3:AE:aa:ad\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:4d:9d:e3:Dd:AA:ce\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:38.5.0.1/31\",\n        \"source-ipv4-network\": \"?:1.1.1.215/0\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:B7:5Fa6:/18\",\n        \"source-ipv6-network\": \"?::2F3b:C::/28\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    },\n    {\n      \"name\": \"?:qJB\",\n      \"description\": \"?:}Y:jP4'D\\\\^g\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:Fd:21:e3:AE:aa:ad\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:4d:9d:e3:Dd:AA:ce\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:38.5.0.1/31\",\n        \"source-ipv4-network\": \"?:1.1.1.215/0\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:B7:5Fa6:/18\",\n        \"source-ipv6-network\": \"?::2F3b:C::/28\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"c5ab34a8-580d-453b-8850-07549f0ae8f5"},{"name":"DELETE - NodeID - bbf-qos-filters - filter","id":"70c0da93-0c28-487c-9b2f-4536c413c26b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters/filter=<string>","description":"<p>List of filter entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters","filter=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"caa73839-7cda-4330-a07e-ea92733aa3d4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters/filter=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70c0da93-0c28-487c-9b2f-4536c413c26b"},{"name":"PUT - NodeID - bbf-qos-filters - filter","id":"0e112d2b-0b98-4c7b-a1c7-7f6251e7ca7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filter\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters/filter=<string>","description":"<p>List of filter entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-filters:filters","filter=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ae25076d-d88e-4de4-9ba3-588ce12f2033","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"filter\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters/filter=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8d423677-16a4-4b46-959a-23bb36096ba4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"filter\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"filter-match\": true,\n      \"source-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:c0:d7:07:ac:bf:FF\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"destination-mac-address\": {\n        \"any-multicast-mac-address\": \"<object>\",\n        \"unicast-address\": \"<object>\",\n        \"broadcast-address\": \"<object>\",\n        \"cfm-multicast-address\": \"<object>\",\n        \"ipv4-multicast-address\": \"<object>\",\n        \"ipv6-multicast-address\": \"<object>\",\n        \"mac-address-value\": \"?:92:57:bB:Cd:2D:F2\",\n        \"mac-address-mask\": \"FF:FF:FF:FF:FF:FF\"\n      },\n      \"ipv4\": {\n        \"destination-ipv4-network\": \"?:3.37.0.1/4\",\n        \"source-ipv4-network\": \"?:48.147.6.2/3\"\n      },\n      \"ipv6\": {\n        \"destination-ipv6-network\": \"?:a::1:e::1/5\",\n        \"source-ipv6-network\": \"?::Ac::E:43a:7F9:4/0\",\n        \"flow-label\": 0\n      },\n      \"transport\": {\n        \"dscp\": 0,\n        \"protocol\": 0,\n        \"source-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        },\n        \"destination-port-range\": {\n          \"lower-port\": 0,\n          \"upper-port\": 0\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-filters:filters/filter=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e112d2b-0b98-4c7b-a1c7-7f6251e7ca7e"}],"id":"a2b5da49-84c8-46f5-a2ad-85e1bce1d388","_postman_id":"a2b5da49-84c8-46f5-a2ad-85e1bce1d388","description":""},{"name":"mounted NodeID bbf-qos-policies","item":[{"name":"POST - NodeID - bbf-qos-policies - policies","id":"b5928f9e-a368-402a-823d-2d71181241fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies","description":"<p>Configuration associated with policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"44c9e258-25e3-4810-ab65-4d7bceb7acaa","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5928f9e-a368-402a-823d-2d71181241fb"},{"name":"GET - NodeID - bbf-qos-policies - policies","id":"f87c1e31-6b71-42d8-9bad-23037574fa95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies?content=<string>","description":"<p>Configuration associated with policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d7e96a75-0fae-4c3c-be5b-178059bc2e05","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policies\": {\n    \"policy\": [\n      {\n        \"name\": \"?:Y\",\n        \"description\": \"?:\",\n        \"classifiers\": [\n          {\n            \"name\": \"?:t\"\n          },\n          {\n            \"name\": \"?:t\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:Y\",\n        \"description\": \"?:\",\n        \"classifiers\": [\n          {\n            \"name\": \"?:t\"\n          },\n          {\n            \"name\": \"?:t\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"f87c1e31-6b71-42d8-9bad-23037574fa95"},{"name":"DELETE - NodeID - bbf-qos-policies - policies","id":"7a5aff94-cb83-4172-b7a4-ffc56a12bfd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies","description":"<p>Configuration associated with policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"420d0349-8a9f-46f9-979e-d3c4634a3636","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a5aff94-cb83-4172-b7a4-ffc56a12bfd4"},{"name":"PUT - NodeID - bbf-qos-policies - policies","id":"7a803873-35d2-426e-9544-be7163cee2fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policies\": {\n    \"policy\": [\n      {\n        \"name\": \"?:.z\",\n        \"description\": \"?:\",\n        \"classifiers\": [\n          {\n            \"name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:.z\",\n        \"description\": \"?:\",\n        \"classifiers\": [\n          {\n            \"name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies","description":"<p>Configuration associated with policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e7c93787-2ea6-424d-8c78-2f10699934c9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policies\": {\n    \"policy\": [\n      {\n        \"name\": \"?:.z\",\n        \"description\": \"?:\",\n        \"classifiers\": [\n          {\n            \"name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:.z\",\n        \"description\": \"?:\",\n        \"classifiers\": [\n          {\n            \"name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b34e7c07-252e-446d-9e44-f23a5128ddc9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policies\": {\n    \"policy\": [\n      {\n        \"name\": \"?:.z\",\n        \"description\": \"?:\",\n        \"classifiers\": [\n          {\n            \"name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:.z\",\n        \"description\": \"?:\",\n        \"classifiers\": [\n          {\n            \"name\": \"?:\"\n          },\n          {\n            \"name\": \"?:\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a803873-35d2-426e-9544-be7163cee2fd"},{"name":"POST - NodeID - bbf-qos-policies - policy","id":"96c318d9-ecc7-4868-b8a5-8d437c9defa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"?:\",\n  \"classifiers\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>","description":"<p>List of policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d600e828-2754-442c-89d4-44092e4e9964","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"?:\",\n  \"classifiers\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"96c318d9-ecc7-4868-b8a5-8d437c9defa1"},{"name":"GET - NodeID - bbf-qos-policies - policy","id":"492db363-a56b-4940-847b-8589ebbfb812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>?content=<string>","description":"<p>List of policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"79280548-e028-441b-adbe-59a0d073742c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy\": [\n    {\n      \"name\": \"?:Y\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:t\"\n        },\n        {\n          \"name\": \"?:t\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:Y\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:t\"\n        },\n        {\n          \"name\": \"?:t\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"492db363-a56b-4940-847b-8589ebbfb812"},{"name":"DELETE - NodeID - bbf-qos-policies - policy","id":"7f5063c1-5b89-4a4b-96b9-fd40ed24d2fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>","description":"<p>List of policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"565e606d-8c73-4b8b-bab0-dda6d971e0e0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f5063c1-5b89-4a4b-96b9-fd40ed24d2fc"},{"name":"PUT - NodeID - bbf-qos-policies - policy","id":"0a10d90e-6057-4ec8-9f1a-9272c119af5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>","description":"<p>List of policies.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d279d085-820e-4396-a8e3-08feb58c849a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"15a60513-696e-4712-bfaa-3b871022b902","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:.z\",\n      \"description\": \"?:\",\n      \"classifiers\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0a10d90e-6057-4ec8-9f1a-9272c119af5c"},{"name":"POST - NodeID - bbf-qos-policies - classifiers","id":"00048ab9-32af-46ed-bfc7-fc064156351c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>/classifiers=<string>","description":"<p>Provides a lists of classifiers which are evaluated in\norder as specified by the user. When a classifier is\nmatched, no other classifiers are evaluated.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>","classifiers=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f5289eb7-df94-44d6-9073-99dfeedf5bac","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>/classifiers=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00048ab9-32af-46ed-bfc7-fc064156351c"},{"name":"GET - NodeID - bbf-qos-policies - classifiers","id":"7665613e-9843-4a45-ad02-484147861fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>/classifiers=<string>?content=<string>","description":"<p>Provides a lists of classifiers which are evaluated in\norder as specified by the user. When a classifier is\nmatched, no other classifiers are evaluated.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>","classifiers=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1f87d676-2b3e-4f4a-8dbe-9e70cbc0be46","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>/classifiers=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>","classifiers=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"classifiers\": [\n    {\n      \"name\": \"?:t\"\n    },\n    {\n      \"name\": \"?:t\"\n    }\n  ]\n}"}],"_postman_id":"7665613e-9843-4a45-ad02-484147861fef"},{"name":"DELETE - NodeID - bbf-qos-policies - classifiers","id":"831c16ff-990d-40d0-a1c9-29d8ce29e499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>/classifiers=<string>","description":"<p>Provides a lists of classifiers which are evaluated in\norder as specified by the user. When a classifier is\nmatched, no other classifiers are evaluated.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>","classifiers=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fbeb508c-dfc0-4d1c-99bc-42776796cf4c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>/classifiers=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"831c16ff-990d-40d0-a1c9-29d8ce29e499"},{"name":"PUT - NodeID - bbf-qos-policies - classifiers","id":"4d54f991-4f2d-41bc-9993-525521031360","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"classifiers\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>/classifiers=<string>","description":"<p>Provides a lists of classifiers which are evaluated in\norder as specified by the user. When a classifier is\nmatched, no other classifiers are evaluated.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:policies","policy=<string>","classifiers=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"58849a3a-dcb8-4b6c-b0ac-8cb38954140c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"classifiers\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>/classifiers=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5a2bca91-1e6d-4995-913d-de757b40f39c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"classifiers\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:policies/policy=<string>/classifiers=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d54f991-4f2d-41bc-9993-525521031360"},{"name":"POST - NodeID - bbf-qos-policies - qos-policy-profiles","id":"9c5215a3-4ced-4b69-bb9d-eff6dfb03d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy-profile\": [\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles","description":"<p>This container provides a framework for QoS policy profile\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2f1b0fa3-9ad2-4dce-8305-50aa9abbcd40","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-profile\": [\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c5215a3-4ced-4b69-bb9d-eff6dfb03d62"},{"name":"GET - NodeID - bbf-qos-policies - qos-policy-profiles","id":"abcec730-0afd-4235-ac6a-8fea76c0600a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles?content=<string>","description":"<p>This container provides a framework for QoS policy profile\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"84f70a7c-ae78-4303-969a-d13454adea8e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"qos-policy-profiles\": {\n    \"policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"policy-list\": [\n          {\n            \"name\": \"?:=\"\n          },\n          {\n            \"name\": \"?:=\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"policy-list\": [\n          {\n            \"name\": \"?:=\"\n          },\n          {\n            \"name\": \"?:=\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"abcec730-0afd-4235-ac6a-8fea76c0600a"},{"name":"DELETE - NodeID - bbf-qos-policies - qos-policy-profiles","id":"94cdbdbc-b7b3-48c8-a7d5-b4e28d28bb5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles","description":"<p>This container provides a framework for QoS policy profile\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"14c81f78-45c2-4a91-9cce-99494b743d96","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"94cdbdbc-b7b3-48c8-a7d5-b4e28d28bb5e"},{"name":"PUT - NodeID - bbf-qos-policies - qos-policy-profiles","id":"576c2575-a3e3-4931-90f8-67ef6d8e62ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"qos-policy-profiles\": {\n    \"policy-profile\": [\n      {\n        \"name\": \"?:dsc[g\",\n        \"policy-list\": [\n          {\n            \"name\": \"?:?\"\n          },\n          {\n            \"name\": \"?:?\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:dsc[g\",\n        \"policy-list\": [\n          {\n            \"name\": \"?:?\"\n          },\n          {\n            \"name\": \"?:?\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles","description":"<p>This container provides a framework for QoS policy profile\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"227ebb9a-676b-4450-8df9-cca1dd5a7d66","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"qos-policy-profiles\": {\n    \"policy-profile\": [\n      {\n        \"name\": \"?:dsc[g\",\n        \"policy-list\": [\n          {\n            \"name\": \"?:?\"\n          },\n          {\n            \"name\": \"?:?\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:dsc[g\",\n        \"policy-list\": [\n          {\n            \"name\": \"?:?\"\n          },\n          {\n            \"name\": \"?:?\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cde96370-f5b4-426c-9e4f-c51941ac076e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"qos-policy-profiles\": {\n    \"policy-profile\": [\n      {\n        \"name\": \"?:dsc[g\",\n        \"policy-list\": [\n          {\n            \"name\": \"?:?\"\n          },\n          {\n            \"name\": \"?:?\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:dsc[g\",\n        \"policy-list\": [\n          {\n            \"name\": \"?:?\"\n          },\n          {\n            \"name\": \"?:?\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"576c2575-a3e3-4931-90f8-67ef6d8e62ed"},{"name":"POST - NodeID - bbf-qos-policies - policy-profile","id":"5bfdf408-fece-4494-bcdc-4f3199700514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy-list\": [\n    {\n      \"name\": \"?:?\"\n    },\n    {\n      \"name\": \"?:?\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>","description":"<p>A list of policy profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"763ac05e-9bf0-404e-a154-a31c4abfc8ad","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-list\": [\n    {\n      \"name\": \"?:?\"\n    },\n    {\n      \"name\": \"?:?\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5bfdf408-fece-4494-bcdc-4f3199700514"},{"name":"GET - NodeID - bbf-qos-policies - policy-profile","id":"7ffd3013-d853-40c9-9934-d49d0af49222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>?content=<string>","description":"<p>A list of policy profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d1aeba50-751a-4914-b820-c51c41c88c5f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:=\"\n        },\n        {\n          \"name\": \"?:=\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:=\"\n        },\n        {\n          \"name\": \"?:=\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"7ffd3013-d853-40c9-9934-d49d0af49222"},{"name":"DELETE - NodeID - bbf-qos-policies - policy-profile","id":"c98c53d9-e5aa-49a9-8c70-865ba345d7b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>","description":"<p>A list of policy profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e4f2fd45-af2d-4b5f-9381-4c1d7dbd1b27","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c98c53d9-e5aa-49a9-8c70-865ba345d7b1"},{"name":"PUT - NodeID - bbf-qos-policies - policy-profile","id":"bd55cd13-ff7c-4174-bc2d-dc99fb472284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy-profile\": [\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>","description":"<p>A list of policy profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f9a2b1a5-929c-4aeb-9320-8339d9f792a3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-profile\": [\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c159dbeb-3b78-4260-8fda-cefc1b4d2df8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-profile\": [\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:dsc[g\",\n      \"policy-list\": [\n        {\n          \"name\": \"?:?\"\n        },\n        {\n          \"name\": \"?:?\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd55cd13-ff7c-4174-bc2d-dc99fb472284"},{"name":"POST - NodeID - bbf-qos-policies - policy-list","id":"df9a9d6d-485a-4a6c-a3b3-d0654813ea3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>/policy-list=<string>","description":"<p>Provides ordered lists of policies for the ingress and for\nthe egress direction.</p>\n<p>The definition is that all policies are executed in the\norder of the list. The output of one policy is used as\ninput for the next policy.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>","policy-list=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7bebfc3b-6c39-44cb-9967-a22bb1a6545d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>/policy-list=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df9a9d6d-485a-4a6c-a3b3-d0654813ea3c"},{"name":"GET - NodeID - bbf-qos-policies - policy-list","id":"b2058d29-557b-44e0-b8cd-661e5427f893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>/policy-list=<string>?content=<string>","description":"<p>Provides ordered lists of policies for the ingress and for\nthe egress direction.</p>\n<p>The definition is that all policies are executed in the\norder of the list. The output of one policy is used as\ninput for the next policy.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>","policy-list=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a1a701ea-a35e-42f8-9f44-74e7d3c94388","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>/policy-list=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>","policy-list=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy-list\": [\n    {\n      \"name\": \"?:=\"\n    },\n    {\n      \"name\": \"?:=\"\n    }\n  ]\n}"}],"_postman_id":"b2058d29-557b-44e0-b8cd-661e5427f893"},{"name":"DELETE - NodeID - bbf-qos-policies - policy-list","id":"6222174a-d9bb-460c-8408-b06c2b3dcdff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>/policy-list=<string>","description":"<p>Provides ordered lists of policies for the ingress and for\nthe egress direction.</p>\n<p>The definition is that all policies are executed in the\norder of the list. The output of one policy is used as\ninput for the next policy.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>","policy-list=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd0f77b2-0300-4b68-85d3-2b8722608cca","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>/policy-list=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6222174a-d9bb-460c-8408-b06c2b3dcdff"},{"name":"PUT - NodeID - bbf-qos-policies - policy-list","id":"5b060218-e55e-48ed-8194-837bdbdc1509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy-list\": [\n    {\n      \"name\": \"?:?\"\n    },\n    {\n      \"name\": \"?:?\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>/policy-list=<string>","description":"<p>Provides ordered lists of policies for the ingress and for\nthe egress direction.</p>\n<p>The definition is that all policies are executed in the\norder of the list. The output of one policy is used as\ninput for the next policy.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policies:qos-policy-profiles","policy-profile=<string>","policy-list=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1a6df5ff-8db5-446b-89fb-adb0ea80278e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-list\": [\n    {\n      \"name\": \"?:?\"\n    },\n    {\n      \"name\": \"?:?\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>/policy-list=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f4f5f63e-c773-4a23-84ed-f8dcb426fec3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-list\": [\n    {\n      \"name\": \"?:?\"\n    },\n    {\n      \"name\": \"?:?\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policies:qos-policy-profiles/policy-profile=<string>/policy-list=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b060218-e55e-48ed-8194-837bdbdc1509"}],"id":"4335916f-f465-4371-82a2-4bce98d0b73e","_postman_id":"4335916f-f465-4371-82a2-4bce98d0b73e","description":""},{"name":"mounted NodeID bbf-qos-policing","item":[{"name":"POST - NodeID - bbf-qos-policing - policing-profiles","id":"3e03ec93-86ef-4d93-a710-f9fa6b0cea4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policing-profile\": [\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    },\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles","description":"<p>Configuration associated with policing profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d152ad88-bcc0-4976-8b54-c0794c56aa65","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"policing-profile\": [\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    },\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3e03ec93-86ef-4d93-a710-f9fa6b0cea4f"},{"name":"GET - NodeID - bbf-qos-policing - policing-profiles","id":"8d640525-ba76-4ef3-b350-a6c27b4aef68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles?content=<string>","description":"<p>Configuration associated with policing profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c3c2b48c-7276-46af-b94a-4880c7908186","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policing-profiles\": {\n    \"policing-profile\": [\n      {\n        \"name\": \"?:P#\",\n        \"scope\": \"<string>\",\n        \"single-rate-two-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0\n        },\n        \"single-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"ebs\": 0\n        },\n        \"two-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"pir\": 0,\n          \"pbs\": 0\n        },\n        \"two-rate-three-color-marker-mef\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"eir\": 0,\n          \"ebs\": 0,\n          \"couple-flag\": 0,\n          \"color-mode\": \"color-aware\"\n        },\n        \"hierarchical-policing\": {\n          \"policing-profile\": \"?:\"\n        }\n      },\n      {\n        \"name\": \"?:P#\",\n        \"scope\": \"<string>\",\n        \"single-rate-two-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0\n        },\n        \"single-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"ebs\": 0\n        },\n        \"two-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"pir\": 0,\n          \"pbs\": 0\n        },\n        \"two-rate-three-color-marker-mef\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"eir\": 0,\n          \"ebs\": 0,\n          \"couple-flag\": 0,\n          \"color-mode\": \"color-aware\"\n        },\n        \"hierarchical-policing\": {\n          \"policing-profile\": \"?:\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"8d640525-ba76-4ef3-b350-a6c27b4aef68"},{"name":"DELETE - NodeID - bbf-qos-policing - policing-profiles","id":"d32d8725-f0e0-4dfd-99d2-899d2c816189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles","description":"<p>Configuration associated with policing profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"28373963-5e19-42d6-80fb-d13ed048fbfb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d32d8725-f0e0-4dfd-99d2-899d2c816189"},{"name":"PUT - NodeID - bbf-qos-policing - policing-profiles","id":"72bed654-4060-4afc-9001-1abb185c0468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policing-profiles\": {\n    \"policing-profile\": [\n      {\n        \"name\": \"?:{NK\",\n        \"scope\": \"<string>\",\n        \"single-rate-two-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0\n        },\n        \"single-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"ebs\": 0\n        },\n        \"two-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"pir\": 0,\n          \"pbs\": 0\n        },\n        \"two-rate-three-color-marker-mef\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"eir\": 0,\n          \"ebs\": 0,\n          \"couple-flag\": 0,\n          \"color-mode\": \"color-aware\"\n        },\n        \"hierarchical-policing\": {\n          \"policing-profile\": \"?:d\"\n        }\n      },\n      {\n        \"name\": \"?:{NK\",\n        \"scope\": \"<string>\",\n        \"single-rate-two-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0\n        },\n        \"single-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"ebs\": 0\n        },\n        \"two-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"pir\": 0,\n          \"pbs\": 0\n        },\n        \"two-rate-three-color-marker-mef\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"eir\": 0,\n          \"ebs\": 0,\n          \"couple-flag\": 0,\n          \"color-mode\": \"color-aware\"\n        },\n        \"hierarchical-policing\": {\n          \"policing-profile\": \"?:d\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles","description":"<p>Configuration associated with policing profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"38a08e99-5a11-4ba3-9159-ff03aba958e4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policing-profiles\": {\n    \"policing-profile\": [\n      {\n        \"name\": \"?:{NK\",\n        \"scope\": \"<string>\",\n        \"single-rate-two-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0\n        },\n        \"single-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"ebs\": 0\n        },\n        \"two-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"pir\": 0,\n          \"pbs\": 0\n        },\n        \"two-rate-three-color-marker-mef\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"eir\": 0,\n          \"ebs\": 0,\n          \"couple-flag\": 0,\n          \"color-mode\": \"color-aware\"\n        },\n        \"hierarchical-policing\": {\n          \"policing-profile\": \"?:d\"\n        }\n      },\n      {\n        \"name\": \"?:{NK\",\n        \"scope\": \"<string>\",\n        \"single-rate-two-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0\n        },\n        \"single-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"ebs\": 0\n        },\n        \"two-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"pir\": 0,\n          \"pbs\": 0\n        },\n        \"two-rate-three-color-marker-mef\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"eir\": 0,\n          \"ebs\": 0,\n          \"couple-flag\": 0,\n          \"color-mode\": \"color-aware\"\n        },\n        \"hierarchical-policing\": {\n          \"policing-profile\": \"?:d\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"56335a6c-c9a8-45ca-8a51-ea23eea6df8b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policing-profiles\": {\n    \"policing-profile\": [\n      {\n        \"name\": \"?:{NK\",\n        \"scope\": \"<string>\",\n        \"single-rate-two-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0\n        },\n        \"single-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"ebs\": 0\n        },\n        \"two-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"pir\": 0,\n          \"pbs\": 0\n        },\n        \"two-rate-three-color-marker-mef\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"eir\": 0,\n          \"ebs\": 0,\n          \"couple-flag\": 0,\n          \"color-mode\": \"color-aware\"\n        },\n        \"hierarchical-policing\": {\n          \"policing-profile\": \"?:d\"\n        }\n      },\n      {\n        \"name\": \"?:{NK\",\n        \"scope\": \"<string>\",\n        \"single-rate-two-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0\n        },\n        \"single-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"ebs\": 0\n        },\n        \"two-rate-three-color-marker\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"pir\": 0,\n          \"pbs\": 0\n        },\n        \"two-rate-three-color-marker-mef\": {\n          \"cir\": 0,\n          \"cbs\": 0,\n          \"eir\": 0,\n          \"ebs\": 0,\n          \"couple-flag\": 0,\n          \"color-mode\": \"color-aware\"\n        },\n        \"hierarchical-policing\": {\n          \"policing-profile\": \"?:d\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72bed654-4060-4afc-9001-1abb185c0468"},{"name":"POST - NodeID - bbf-qos-policing - policing-profile","id":"fb3a05ec-9f8e-41df-94c5-e2f1238d96e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scope\": \"<string>\",\n  \"single-rate-two-color-marker\": {\n    \"cir\": 0,\n    \"cbs\": 0\n  },\n  \"single-rate-three-color-marker\": {\n    \"cir\": 0,\n    \"cbs\": 0,\n    \"ebs\": 0\n  },\n  \"two-rate-three-color-marker\": {\n    \"cir\": 0,\n    \"cbs\": 0,\n    \"pir\": 0,\n    \"pbs\": 0\n  },\n  \"two-rate-three-color-marker-mef\": {\n    \"cir\": 0,\n    \"cbs\": 0,\n    \"eir\": 0,\n    \"ebs\": 0,\n    \"couple-flag\": 0,\n    \"color-mode\": \"color-aware\"\n  },\n  \"hierarchical-policing\": {\n    \"policing-profile\": \"?:d\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>","description":"<p>List of policing profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9ab5fe73-9498-401f-97a4-9afff5bbee44","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"scope\": \"<string>\",\n  \"single-rate-two-color-marker\": {\n    \"cir\": 0,\n    \"cbs\": 0\n  },\n  \"single-rate-three-color-marker\": {\n    \"cir\": 0,\n    \"cbs\": 0,\n    \"ebs\": 0\n  },\n  \"two-rate-three-color-marker\": {\n    \"cir\": 0,\n    \"cbs\": 0,\n    \"pir\": 0,\n    \"pbs\": 0\n  },\n  \"two-rate-three-color-marker-mef\": {\n    \"cir\": 0,\n    \"cbs\": 0,\n    \"eir\": 0,\n    \"ebs\": 0,\n    \"couple-flag\": 0,\n    \"color-mode\": \"color-aware\"\n  },\n  \"hierarchical-policing\": {\n    \"policing-profile\": \"?:d\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb3a05ec-9f8e-41df-94c5-e2f1238d96e4"},{"name":"GET - NodeID - bbf-qos-policing - policing-profile","id":"13e87065-82f0-4e8b-87d5-b4de9d98ab3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>?content=<string>","description":"<p>List of policing profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cc0242a8-4d4a-489f-86e4-7bb09b378294","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policing-profile\": [\n    {\n      \"name\": \"?:P#\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:\"\n      }\n    },\n    {\n      \"name\": \"?:P#\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:\"\n      }\n    }\n  ]\n}"}],"_postman_id":"13e87065-82f0-4e8b-87d5-b4de9d98ab3e"},{"name":"DELETE - NodeID - bbf-qos-policing - policing-profile","id":"de27df5d-bbff-4a58-a957-2d22ad7225cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>","description":"<p>List of policing profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6ebf8fc9-ef04-4076-ac54-4bf1e9a50da6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de27df5d-bbff-4a58-a957-2d22ad7225cc"},{"name":"PUT - NodeID - bbf-qos-policing - policing-profile","id":"42c056ea-35e5-4c31-b23b-59318c43a1b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policing-profile\": [\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    },\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>","description":"<p>List of policing profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"327abed4-f573-4f94-b999-1a363c26f6d8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policing-profile\": [\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    },\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"14a06ee5-4a9e-48a6-a1f4-0d000a877326","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policing-profile\": [\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    },\n    {\n      \"name\": \"?:{NK\",\n      \"scope\": \"<string>\",\n      \"single-rate-two-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0\n      },\n      \"single-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"ebs\": 0\n      },\n      \"two-rate-three-color-marker\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"pir\": 0,\n        \"pbs\": 0\n      },\n      \"two-rate-three-color-marker-mef\": {\n        \"cir\": 0,\n        \"cbs\": 0,\n        \"eir\": 0,\n        \"ebs\": 0,\n        \"couple-flag\": 0,\n        \"color-mode\": \"color-aware\"\n      },\n      \"hierarchical-policing\": {\n        \"policing-profile\": \"?:d\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42c056ea-35e5-4c31-b23b-59318c43a1b6"},{"name":"POST - NodeID - bbf-qos-policing - hierarchical-policing","id":"4f522d1c-823c-45fa-be14-8b9b6d62ad3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policing-profile\": \"?:d\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>/hierarchical-policing","description":"<p>Hierarchical policing is the concept in which\npackets are evaluated against multiple policers. These\nmultiple policers encompass one another. I.e.\ntraffic processed in the scope of a first policer is also\nprocessed in the scope of a second policer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>","hierarchical-policing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"514587e4-b9cc-4db2-afec-179d03a6d2d2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"policing-profile\": \"?:d\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>/hierarchical-policing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f522d1c-823c-45fa-be14-8b9b6d62ad3b"},{"name":"GET - NodeID - bbf-qos-policing - hierarchical-policing","id":"6bc8eb9a-e73b-4bc8-a7f5-9816b70471b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>/hierarchical-policing?content=<string>","description":"<p>Hierarchical policing is the concept in which\npackets are evaluated against multiple policers. These\nmultiple policers encompass one another. I.e.\ntraffic processed in the scope of a first policer is also\nprocessed in the scope of a second policer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>","hierarchical-policing"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d20e662c-0c06-403d-b89c-c2e31052c93f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>/hierarchical-policing?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>","hierarchical-policing"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hierarchical-policing\": {\n    \"policing-profile\": \"?:\"\n  }\n}"}],"_postman_id":"6bc8eb9a-e73b-4bc8-a7f5-9816b70471b5"},{"name":"DELETE - NodeID - bbf-qos-policing - hierarchical-policing","id":"fafc310b-fe40-4d32-96ce-195e846a87b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>/hierarchical-policing","description":"<p>Hierarchical policing is the concept in which\npackets are evaluated against multiple policers. These\nmultiple policers encompass one another. I.e.\ntraffic processed in the scope of a first policer is also\nprocessed in the scope of a second policer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>","hierarchical-policing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ccf43a54-1856-47ed-93e2-84c467635e03","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>/hierarchical-policing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fafc310b-fe40-4d32-96ce-195e846a87b7"},{"name":"PUT - NodeID - bbf-qos-policing - hierarchical-policing","id":"e0e68d86-ed3b-41a5-a2dc-4abcf64aac38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"hierarchical-policing\": {\n    \"policing-profile\": \"?:d\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>/hierarchical-policing","description":"<p>Hierarchical policing is the concept in which\npackets are evaluated against multiple policers. These\nmultiple policers encompass one another. I.e.\ntraffic processed in the scope of a first policer is also\nprocessed in the scope of a second policer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-policing:policing-profiles","policing-profile=<string>","hierarchical-policing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"366a9577-cd3e-4f60-bf18-483aa3b289eb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"hierarchical-policing\": {\n    \"policing-profile\": \"?:d\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>/hierarchical-policing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b8f6f3d6-5c0c-4199-bcb2-745df19d51ca","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"hierarchical-policing\": {\n    \"policing-profile\": \"?:d\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-policing:policing-profiles/policing-profile=<string>/hierarchical-policing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0e68d86-ed3b-41a5-a2dc-4abcf64aac38"}],"id":"ecbe6b22-20f9-4368-b71b-8108af1094c1","_postman_id":"ecbe6b22-20f9-4368-b71b-8108af1094c1","description":""},{"name":"mounted NodeID bbf-qos-traffic-mngt","item":[{"name":"POST - NodeID - bbf-qos-traffic-mngt - tm-profiles","id":"309536d4-f1be-4fab-afbf-9bec06a71b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tc-id-2-queue-id-mapping-profile\": [\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    }\n  ],\n  \"bac-entry\": [\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ],\n  \"shaper-profile\": [\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles","description":"<p>A set of types of profiles for traffic management\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ea640e4-60b9-4128-a393-e6b4106480f4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"tc-id-2-queue-id-mapping-profile\": [\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    }\n  ],\n  \"bac-entry\": [\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ],\n  \"shaper-profile\": [\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"309536d4-f1be-4fab-afbf-9bec06a71b02"},{"name":"GET - NodeID - bbf-qos-traffic-mngt - tm-profiles","id":"b475b7fb-c4a8-4073-bc13-fb97e89e26fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles?content=<string>","description":"<p>A set of types of profiles for traffic management\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"20243a1b-4d62-4cf4-a1cc-ff4817391e8d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tm-profiles\": {\n    \"tc-id-2-queue-id-mapping-profile\": [\n      {\n        \"name\": \"?:\",\n        \"mapping-entry\": [\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          },\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"mapping-entry\": [\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          },\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          }\n        ]\n      }\n    ],\n    \"bac-entry\": [\n      {\n        \"max-queue-size\": 0,\n        \"name\": \"?:D@\",\n        \"taildrop\": {\n          \"max-threshold\": 0\n        },\n        \"red\": {\n          \"min-threshold\": 0,\n          \"max-threshold\": 0,\n          \"max-probability\": 0\n        },\n        \"wtaildrop\": {\n          \"color\": {\n            \"green\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"yellow\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"red\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"wred\": {\n          \"color\": {\n            \"green\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"yellow\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"red\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"max-queue-size\": 0,\n        \"name\": \"?:D@\",\n        \"taildrop\": {\n          \"max-threshold\": 0\n        },\n        \"red\": {\n          \"min-threshold\": 0,\n          \"max-threshold\": 0,\n          \"max-probability\": 0\n        },\n        \"wtaildrop\": {\n          \"color\": {\n            \"green\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"yellow\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"red\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"wred\": {\n          \"color\": {\n            \"green\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"yellow\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"red\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"shaper-profile\": [\n      {\n        \"name\": \"?:<Q\",\n        \"single-token-bucket\": {\n          \"pir\": 0,\n          \"pbs\": 0\n        }\n      },\n      {\n        \"name\": \"?:<Q\",\n        \"single-token-bucket\": {\n          \"pir\": 0,\n          \"pbs\": 0\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"b475b7fb-c4a8-4073-bc13-fb97e89e26fc"},{"name":"DELETE - NodeID - bbf-qos-traffic-mngt - tm-profiles","id":"6cf007af-d62b-436e-8645-fc379e64aff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles","description":"<p>A set of types of profiles for traffic management\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a5b7e20c-cb24-4c36-9141-9e784abf40ad","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6cf007af-d62b-436e-8645-fc379e64aff9"},{"name":"PUT - NodeID - bbf-qos-traffic-mngt - tm-profiles","id":"5dfbf45a-d0b2-4e35-9da7-dd26e36926b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tm-profiles\": {\n    \"tc-id-2-queue-id-mapping-profile\": [\n      {\n        \"name\": \"?:\",\n        \"mapping-entry\": [\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          },\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"mapping-entry\": [\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          },\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          }\n        ]\n      }\n    ],\n    \"bac-entry\": [\n      {\n        \"max-queue-size\": 0,\n        \"name\": \"?:l$Ex7ue}o=\",\n        \"taildrop\": {\n          \"max-threshold\": 0\n        },\n        \"red\": {\n          \"min-threshold\": 0,\n          \"max-threshold\": 0,\n          \"max-probability\": 0\n        },\n        \"wtaildrop\": {\n          \"color\": {\n            \"green\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"wred\": {\n          \"color\": {\n            \"green\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"max-queue-size\": 0,\n        \"name\": \"?:l$Ex7ue}o=\",\n        \"taildrop\": {\n          \"max-threshold\": 0\n        },\n        \"red\": {\n          \"min-threshold\": 0,\n          \"max-threshold\": 0,\n          \"max-probability\": 0\n        },\n        \"wtaildrop\": {\n          \"color\": {\n            \"green\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"wred\": {\n          \"color\": {\n            \"green\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      }\n    ],\n    \"shaper-profile\": [\n      {\n        \"name\": \"?:\",\n        \"single-token-bucket\": {\n          \"pir\": 0,\n          \"pbs\": 0\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"single-token-bucket\": {\n          \"pir\": 0,\n          \"pbs\": 0\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles","description":"<p>A set of types of profiles for traffic management\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"adf38084-d18b-49bf-8e26-c3f2bba0bb1e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tm-profiles\": {\n    \"tc-id-2-queue-id-mapping-profile\": [\n      {\n        \"name\": \"?:\",\n        \"mapping-entry\": [\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          },\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"mapping-entry\": [\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          },\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          }\n        ]\n      }\n    ],\n    \"bac-entry\": [\n      {\n        \"max-queue-size\": 0,\n        \"name\": \"?:l$Ex7ue}o=\",\n        \"taildrop\": {\n          \"max-threshold\": 0\n        },\n        \"red\": {\n          \"min-threshold\": 0,\n          \"max-threshold\": 0,\n          \"max-probability\": 0\n        },\n        \"wtaildrop\": {\n          \"color\": {\n            \"green\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"wred\": {\n          \"color\": {\n            \"green\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"max-queue-size\": 0,\n        \"name\": \"?:l$Ex7ue}o=\",\n        \"taildrop\": {\n          \"max-threshold\": 0\n        },\n        \"red\": {\n          \"min-threshold\": 0,\n          \"max-threshold\": 0,\n          \"max-probability\": 0\n        },\n        \"wtaildrop\": {\n          \"color\": {\n            \"green\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"wred\": {\n          \"color\": {\n            \"green\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      }\n    ],\n    \"shaper-profile\": [\n      {\n        \"name\": \"?:\",\n        \"single-token-bucket\": {\n          \"pir\": 0,\n          \"pbs\": 0\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"single-token-bucket\": {\n          \"pir\": 0,\n          \"pbs\": 0\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"90ba27df-0c87-4ebc-a822-089f31384024","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tm-profiles\": {\n    \"tc-id-2-queue-id-mapping-profile\": [\n      {\n        \"name\": \"?:\",\n        \"mapping-entry\": [\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          },\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"mapping-entry\": [\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          },\n          {\n            \"local-queue-id\": 0,\n            \"traffic-class-id\": 0\n          }\n        ]\n      }\n    ],\n    \"bac-entry\": [\n      {\n        \"max-queue-size\": 0,\n        \"name\": \"?:l$Ex7ue}o=\",\n        \"taildrop\": {\n          \"max-threshold\": 0\n        },\n        \"red\": {\n          \"min-threshold\": 0,\n          \"max-threshold\": 0,\n          \"max-probability\": 0\n        },\n        \"wtaildrop\": {\n          \"color\": {\n            \"green\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"wred\": {\n          \"color\": {\n            \"green\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"max-queue-size\": 0,\n        \"name\": \"?:l$Ex7ue}o=\",\n        \"taildrop\": {\n          \"max-threshold\": 0\n        },\n        \"red\": {\n          \"min-threshold\": 0,\n          \"max-threshold\": 0,\n          \"max-probability\": 0\n        },\n        \"wtaildrop\": {\n          \"color\": {\n            \"green\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"wred\": {\n          \"color\": {\n            \"green\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"yellow\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"red\": {\n              \"min-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-probability\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      }\n    ],\n    \"shaper-profile\": [\n      {\n        \"name\": \"?:\",\n        \"single-token-bucket\": {\n          \"pir\": 0,\n          \"pbs\": 0\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"single-token-bucket\": {\n          \"pir\": 0,\n          \"pbs\": 0\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5dfbf45a-d0b2-4e35-9da7-dd26e36926b6"},{"name":"POST - NodeID - bbf-qos-traffic-mngt - tc-id-2-queue-id-mapping-profile","id":"b570f16d-afd9-4f7e-8f30-7c26ae5e7409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mapping-entry\": [\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    },\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>","description":"<p>A list of traffic-class-id to queue-id mapping profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6ff73d25-7438-4970-8298-79859682404d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mapping-entry\": [\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    },\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b570f16d-afd9-4f7e-8f30-7c26ae5e7409"},{"name":"GET - NodeID - bbf-qos-traffic-mngt - tc-id-2-queue-id-mapping-profile","id":"d362bae1-6e9d-402b-8b3a-8bd7625ce2df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>?content=<string>","description":"<p>A list of traffic-class-id to queue-id mapping profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"115f226b-4680-4239-af35-07693c3f2d08","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tc-id-2-queue-id-mapping-profile\": [\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"d362bae1-6e9d-402b-8b3a-8bd7625ce2df"},{"name":"DELETE - NodeID - bbf-qos-traffic-mngt - tc-id-2-queue-id-mapping-profile","id":"962fa0aa-df3e-4270-98d7-eeb5d7084ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>","description":"<p>A list of traffic-class-id to queue-id mapping profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9952e2d4-22a2-4b57-a98e-3a30ded9aceb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"962fa0aa-df3e-4270-98d7-eeb5d7084ef1"},{"name":"PUT - NodeID - bbf-qos-traffic-mngt - tc-id-2-queue-id-mapping-profile","id":"38045858-a603-4832-a582-d717f9f3828c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tc-id-2-queue-id-mapping-profile\": [\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>","description":"<p>A list of traffic-class-id to queue-id mapping profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8c0eaca8-a9e5-4a3c-b325-7015be5c78eb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tc-id-2-queue-id-mapping-profile\": [\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"01e85d79-00a8-4a59-bc68-c40dd4b702a5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tc-id-2-queue-id-mapping-profile\": [\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"mapping-entry\": [\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        },\n        {\n          \"local-queue-id\": 0,\n          \"traffic-class-id\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38045858-a603-4832-a582-d717f9f3828c"},{"name":"POST - NodeID - bbf-qos-traffic-mngt - mapping-entry","id":"011a24cd-6054-45e1-ac2f-b7d16cb155df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"local-queue-id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>/mapping-entry=<string>","description":"<p>A traffic-class-id to queue-id mapping profile. One profile\nmaps each of the traffic-class-ids to a queue-id.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>","mapping-entry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"980ea600-5752-4f91-80a6-aaf0b5ea8aea","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"local-queue-id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>/mapping-entry=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"011a24cd-6054-45e1-ac2f-b7d16cb155df"},{"name":"GET - NodeID - bbf-qos-traffic-mngt - mapping-entry","id":"15a6b80f-095c-4212-be8f-eaca1c294e4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>/mapping-entry=<string>?content=<string>","description":"<p>A traffic-class-id to queue-id mapping profile. One profile\nmaps each of the traffic-class-ids to a queue-id.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>","mapping-entry=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"aa2ab5f0-e6b0-489d-984d-7a414e2bf9d3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>/mapping-entry=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>","mapping-entry=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mapping-entry\": [\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    },\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    }\n  ]\n}"}],"_postman_id":"15a6b80f-095c-4212-be8f-eaca1c294e4b"},{"name":"DELETE - NodeID - bbf-qos-traffic-mngt - mapping-entry","id":"56067b03-8d74-4678-9069-52cf58c5320b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>/mapping-entry=<string>","description":"<p>A traffic-class-id to queue-id mapping profile. One profile\nmaps each of the traffic-class-ids to a queue-id.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>","mapping-entry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d954d843-232b-44e7-b807-e326b3caf75a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>/mapping-entry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"56067b03-8d74-4678-9069-52cf58c5320b"},{"name":"PUT - NodeID - bbf-qos-traffic-mngt - mapping-entry","id":"f9ac6c80-f547-46c8-9607-18da2a2b91c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mapping-entry\": [\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    },\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>/mapping-entry=<string>","description":"<p>A traffic-class-id to queue-id mapping profile. One profile\nmaps each of the traffic-class-ids to a queue-id.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","tc-id-2-queue-id-mapping-profile=<string>","mapping-entry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bc5967ae-633d-4349-a62b-0a6f3f80fe01","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mapping-entry\": [\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    },\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>/mapping-entry=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5abc9989-ed0d-409e-8775-27c3726a234a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mapping-entry\": [\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    },\n    {\n      \"local-queue-id\": 0,\n      \"traffic-class-id\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/tc-id-2-queue-id-mapping-profile=<string>/mapping-entry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9ac6c80-f547-46c8-9607-18da2a2b91c5"},{"name":"POST - NodeID - bbf-qos-traffic-mngt - bac-entry","id":"fda776fe-853d-441c-aee6-5f209a549155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"max-queue-size\": 0,\n  \"taildrop\": {\n    \"max-threshold\": 0\n  },\n  \"red\": {\n    \"min-threshold\": 0,\n    \"max-threshold\": 0,\n    \"max-probability\": 0\n  },\n  \"wtaildrop\": {\n    \"color\": {\n      \"green\": {\n        \"max-threshold\": 0\n      },\n      \"yellow\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"max-threshold\": 0\n      }\n    }\n  },\n  \"wred\": {\n    \"color\": {\n      \"green\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"yellow\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bac-entry=<string>","description":"<p>A list of BAC entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bac-entry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4888e628-b5af-49a4-8f09-0f50c0169f17","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"max-queue-size\": 0,\n  \"taildrop\": {\n    \"max-threshold\": 0\n  },\n  \"red\": {\n    \"min-threshold\": 0,\n    \"max-threshold\": 0,\n    \"max-probability\": 0\n  },\n  \"wtaildrop\": {\n    \"color\": {\n      \"green\": {\n        \"max-threshold\": 0\n      },\n      \"yellow\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"max-threshold\": 0\n      }\n    }\n  },\n  \"wred\": {\n    \"color\": {\n      \"green\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"yellow\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bac-entry=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fda776fe-853d-441c-aee6-5f209a549155"},{"name":"GET - NodeID - bbf-qos-traffic-mngt - bac-entry","id":"a1eb3884-6c67-4e58-a562-0a23dc6a22cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bac-entry=<string>?content=<string>","description":"<p>A list of BAC entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bac-entry=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2a5a3a4c-9def-4267-a046-c50453141c95","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bac-entry=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bac-entry=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"bac-entry\": [\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:D@\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:D@\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"a1eb3884-6c67-4e58-a562-0a23dc6a22cf"},{"name":"DELETE - NodeID - bbf-qos-traffic-mngt - bac-entry","id":"c3aea88a-ad77-4d50-9616-7bb72881c359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bac-entry=<string>","description":"<p>A list of BAC entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bac-entry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f150ceac-85a3-43ad-a3c5-2fbbc7904ccf","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bac-entry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3aea88a-ad77-4d50-9616-7bb72881c359"},{"name":"PUT - NodeID - bbf-qos-traffic-mngt - bac-entry","id":"5a59594b-479b-46e4-bd44-656c003050dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bac-entry\": [\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bac-entry=<string>","description":"<p>A list of BAC entries.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bac-entry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ca3f6725-62aa-46f5-b629-31315249442a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"bac-entry\": [\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bac-entry=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ef4d9a8c-0dfd-4e8f-baaa-6b8bb3c3b402","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"bac-entry\": [\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"max-queue-size\": 0,\n      \"name\": \"?:l$Ex7ue}o=\",\n      \"taildrop\": {\n        \"max-threshold\": 0\n      },\n      \"red\": {\n        \"min-threshold\": 0,\n        \"max-threshold\": 0,\n        \"max-probability\": 0\n      },\n      \"wtaildrop\": {\n        \"color\": {\n          \"green\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"wred\": {\n        \"color\": {\n          \"green\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"yellow\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"red\": {\n            \"min-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-probability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bac-entry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a59594b-479b-46e4-bd44-656c003050dc"},{"name":"POST - NodeID - bbf-qos-traffic-mngt - shaper-profile","id":"4a59a6b8-6650-4300-b1c5-a7edda7a0906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"single-token-bucket\": {\n    \"pir\": 0,\n    \"pbs\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bbf-qos-shaping:shaper-profile=<string>","description":"<p>A list of shaper profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bbf-qos-shaping:shaper-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"12de9c69-0475-46c4-8db0-a7a4dc6f3c71","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"single-token-bucket\": {\n    \"pir\": 0,\n    \"pbs\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bbf-qos-shaping:shaper-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a59a6b8-6650-4300-b1c5-a7edda7a0906"},{"name":"GET - NodeID - bbf-qos-traffic-mngt - shaper-profile","id":"49c7a57a-d815-411f-9531-7db64605991b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bbf-qos-shaping:shaper-profile=<string>?content=<string>","description":"<p>A list of shaper profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bbf-qos-shaping:shaper-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dd46eea8-bce5-433b-a768-1d25310f4dab","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bbf-qos-shaping:shaper-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bbf-qos-shaping:shaper-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"shaper-profile\": [\n    {\n      \"name\": \"?:<Q\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    },\n    {\n      \"name\": \"?:<Q\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"49c7a57a-d815-411f-9531-7db64605991b"},{"name":"DELETE - NodeID - bbf-qos-traffic-mngt - shaper-profile","id":"d369806f-c86f-49e6-8df3-e3c29b4fa578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bbf-qos-shaping:shaper-profile=<string>","description":"<p>A list of shaper profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bbf-qos-shaping:shaper-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9b812523-a2c0-4fcb-9213-0b79db96fb79","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bbf-qos-shaping:shaper-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d369806f-c86f-49e6-8df3-e3c29b4fa578"},{"name":"PUT - NodeID - bbf-qos-traffic-mngt - shaper-profile","id":"c1f5afcb-c0d9-428d-8ed5-9f8c4e17b889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shaper-profile\": [\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bbf-qos-shaping:shaper-profile=<string>","description":"<p>A list of shaper profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-qos-traffic-mngt:tm-profiles","bbf-qos-shaping:shaper-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bcbe1f7c-e952-4c12-9cb2-9fe38b6ca89b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"shaper-profile\": [\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bbf-qos-shaping:shaper-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ca3112b1-777c-4e75-b74c-08d03dc2627d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"shaper-profile\": [\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"single-token-bucket\": {\n        \"pir\": 0,\n        \"pbs\": 0\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-qos-traffic-mngt:tm-profiles/bbf-qos-shaping:shaper-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1f5afcb-c0d9-428d-8ed5-9f8c4e17b889"}],"id":"66c473df-87b3-466c-8e1c-43fe32458aa9","_postman_id":"66c473df-87b3-466c-8e1c-43fe32458aa9","description":""},{"name":"mounted NodeID bbf-subscriber-profiles","item":[{"name":"POST - NodeID - bbf-subscriber-profiles - subscriber-profiles","id":"1174eea0-adee-4757-ba5e-fc535263bf40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subscriber-profile\": [\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    },\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles","description":"<p>Subscriber configuration profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"314372a5-30ea-4639-9d79-66403d1527ba","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriber-profile\": [\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    },\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1174eea0-adee-4757-ba5e-fc535263bf40"},{"name":"GET - NodeID - bbf-subscriber-profiles - subscriber-profiles","id":"1f5ea396-3881-438c-995e-b3eaa69a0654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles?content=<string>","description":"<p>Subscriber configuration profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"29b8a811-0600-44e8-a8bc-1582b13e3379","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subscriber-profiles\": {\n    \"subscriber-profile\": [\n      {\n        \"name\": \"?:|#;c\",\n        \"circuit-id\": \"\",\n        \"remote-id\": \"\",\n        \"subscriber-id\": \"\"\n      },\n      {\n        \"name\": \"?:|#;c\",\n        \"circuit-id\": \"\",\n        \"remote-id\": \"\",\n        \"subscriber-id\": \"\"\n      }\n    ]\n  }\n}"}],"_postman_id":"1f5ea396-3881-438c-995e-b3eaa69a0654"},{"name":"DELETE - NodeID - bbf-subscriber-profiles - subscriber-profiles","id":"0d66382c-21d4-4f4c-b6d8-a38201a77676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles","description":"<p>Subscriber configuration profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"23fdd339-a144-4ce7-989c-be52b30e9ece","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d66382c-21d4-4f4c-b6d8-a38201a77676"},{"name":"PUT - NodeID - bbf-subscriber-profiles - subscriber-profiles","id":"f024df15-d560-421a-bff4-1f47858a13ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subscriber-profiles\": {\n    \"subscriber-profile\": [\n      {\n        \"name\": \"?:3b!~\",\n        \"circuit-id\": \"\",\n        \"remote-id\": \"\",\n        \"subscriber-id\": \"\"\n      },\n      {\n        \"name\": \"?:3b!~\",\n        \"circuit-id\": \"\",\n        \"remote-id\": \"\",\n        \"subscriber-id\": \"\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles","description":"<p>Subscriber configuration profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f0bcd3ef-6f57-4d00-aba3-70c715cd3d87","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriber-profiles\": {\n    \"subscriber-profile\": [\n      {\n        \"name\": \"?:3b!~\",\n        \"circuit-id\": \"\",\n        \"remote-id\": \"\",\n        \"subscriber-id\": \"\"\n      },\n      {\n        \"name\": \"?:3b!~\",\n        \"circuit-id\": \"\",\n        \"remote-id\": \"\",\n        \"subscriber-id\": \"\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"724e80ed-5654-42b3-a3dd-6980b6b7bd3e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriber-profiles\": {\n    \"subscriber-profile\": [\n      {\n        \"name\": \"?:3b!~\",\n        \"circuit-id\": \"\",\n        \"remote-id\": \"\",\n        \"subscriber-id\": \"\"\n      },\n      {\n        \"name\": \"?:3b!~\",\n        \"circuit-id\": \"\",\n        \"remote-id\": \"\",\n        \"subscriber-id\": \"\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f024df15-d560-421a-bff4-1f47858a13ce"},{"name":"POST - NodeID - bbf-subscriber-profiles - subscriber-profile","id":"dc1162f9-de48-4a76-a858-5b8cca563585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"circuit-id\": \"\",\n  \"remote-id\": \"\",\n  \"subscriber-id\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles/subscriber-profile=<string>","description":"<p>List containing the parameters for a subscriber profile.\nVarious protocols need to insert strings in options /\nsub-tags. These strings are used to identify the subscriber.\nThis insertion can be enabled per protocol per VLAN\nsub-interface. Identifying the subscriber is independent of\nthe protocol and most likely identical for all VLAN\nsub-interfaces on top of the same physical line. Therefore\nthis data is provided in a profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles","subscriber-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"21fdec3b-0cef-4f97-9de4-50fb178c3359","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"circuit-id\": \"\",\n  \"remote-id\": \"\",\n  \"subscriber-id\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles/subscriber-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc1162f9-de48-4a76-a858-5b8cca563585"},{"name":"GET - NodeID - bbf-subscriber-profiles - subscriber-profile","id":"5088b05d-8b56-42d7-b0ce-dc6ba6fd6a11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles/subscriber-profile=<string>?content=<string>","description":"<p>List containing the parameters for a subscriber profile.\nVarious protocols need to insert strings in options /\nsub-tags. These strings are used to identify the subscriber.\nThis insertion can be enabled per protocol per VLAN\nsub-interface. Identifying the subscriber is independent of\nthe protocol and most likely identical for all VLAN\nsub-interfaces on top of the same physical line. Therefore\nthis data is provided in a profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles","subscriber-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c02a2722-6ae8-4200-9515-5333ca5a3526","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles/subscriber-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles","subscriber-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subscriber-profile\": [\n    {\n      \"name\": \"?:|#;c\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    },\n    {\n      \"name\": \"?:|#;c\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    }\n  ]\n}"}],"_postman_id":"5088b05d-8b56-42d7-b0ce-dc6ba6fd6a11"},{"name":"DELETE - NodeID - bbf-subscriber-profiles - subscriber-profile","id":"eade152b-5fd4-41ee-bd47-390160549755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles/subscriber-profile=<string>","description":"<p>List containing the parameters for a subscriber profile.\nVarious protocols need to insert strings in options /\nsub-tags. These strings are used to identify the subscriber.\nThis insertion can be enabled per protocol per VLAN\nsub-interface. Identifying the subscriber is independent of\nthe protocol and most likely identical for all VLAN\nsub-interfaces on top of the same physical line. Therefore\nthis data is provided in a profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles","subscriber-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f1198f11-3878-4164-9752-603752bf3680","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles/subscriber-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eade152b-5fd4-41ee-bd47-390160549755"},{"name":"PUT - NodeID - bbf-subscriber-profiles - subscriber-profile","id":"2ebdde2d-2057-4ada-8b73-effff71dd503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subscriber-profile\": [\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    },\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles/subscriber-profile=<string>","description":"<p>List containing the parameters for a subscriber profile.\nVarious protocols need to insert strings in options /\nsub-tags. These strings are used to identify the subscriber.\nThis insertion can be enabled per protocol per VLAN\nsub-interface. Identifying the subscriber is independent of\nthe protocol and most likely identical for all VLAN\nsub-interfaces on top of the same physical line. Therefore\nthis data is provided in a profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-subscriber-profiles:subscriber-profiles","subscriber-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f5369c25-decb-4c36-ad39-588cd8192617","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriber-profile\": [\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    },\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles/subscriber-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d841b895-02d5-420f-b490-da8bed7c0c8d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriber-profile\": [\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    },\n    {\n      \"name\": \"?:3b!~\",\n      \"circuit-id\": \"\",\n      \"remote-id\": \"\",\n      \"subscriber-id\": \"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-subscriber-profiles:subscriber-profiles/subscriber-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ebdde2d-2057-4ada-8b73-effff71dd503"}],"id":"d80e498f-01fc-4310-a168-4abeb6c0da97","_postman_id":"d80e498f-01fc-4310-a168-4abeb6c0da97","description":""},{"name":"mounted NodeID bbf-vdsl","item":[{"name":"POST - NodeID - bbf-vdsl - vdsl","id":"a2d23f08-7468-4b78-a4b7-cfde78472184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ]\n  },\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      },\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      }\n    ],\n    \"mode-specific-psd-profile\": [\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      },\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      },\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      }\n    ],\n    \"downstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      },\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ]\n  },\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      },\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      }\n    ],\n    \"impulse-noise-protection-delay-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      }\n    ],\n    \"virtual-noise-profile\": [\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      }\n    ],\n    \"sos-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      },\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      }\n    ],\n    \"impulse-noise-monitoring-profile\": [\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      },\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      }\n    ],\n    \"re-initialization-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      }\n    ],\n    \"data-gathering-profile\": [\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      },\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      }\n    ]\n  },\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      },\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      }\n    ]\n  },\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      },\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      }\n    ]\n  },\n  \"vce-parameters\": {\n    \"vce-gain-achieved\": \"at-init\",\n    \"vce-historical-prepost-coder-enabled\": false\n  },\n  \"legacy-upbo\": {\n    \"vect-legacy-upbo-ref\": \"?:vJ3\"\n  },\n  \"vectoring-fallback\": {\n    \"fallback-criteria\": \"none\",\n    \"channel\": {\n      \"downstream-data-rate-profile\": \"?:\",\n      \"upstream-data-rate-profile\": \"?:\",\n      \"impulse-noise-protection-delay-profile\": \"?:t\"\n    },\n    \"line-spectrum-profile\": \"?::dw(B*y\",\n    \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n    \"downstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:\",\n    \"noise-margin-profile\": \"?:Vy\",\n    \"virtual-noise-profile\": \"?:H\",\n    \"sos-profile\": \"?:\",\n    \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl","description":"<p>VDSL configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1690a20f-0b29-4bae-91ed-fef04e310deb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ]\n  },\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      },\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      }\n    ],\n    \"mode-specific-psd-profile\": [\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      },\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      },\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      }\n    ],\n    \"downstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      },\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ]\n  },\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      },\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      }\n    ],\n    \"impulse-noise-protection-delay-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      }\n    ],\n    \"virtual-noise-profile\": [\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      }\n    ],\n    \"sos-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      },\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      }\n    ],\n    \"impulse-noise-monitoring-profile\": [\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      },\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      }\n    ],\n    \"re-initialization-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      }\n    ],\n    \"data-gathering-profile\": [\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      },\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      }\n    ]\n  },\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      },\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      }\n    ]\n  },\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      },\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      }\n    ]\n  },\n  \"vce-parameters\": {\n    \"vce-gain-achieved\": \"at-init\",\n    \"vce-historical-prepost-coder-enabled\": false\n  },\n  \"legacy-upbo\": {\n    \"vect-legacy-upbo-ref\": \"?:vJ3\"\n  },\n  \"vectoring-fallback\": {\n    \"fallback-criteria\": \"none\",\n    \"channel\": {\n      \"downstream-data-rate-profile\": \"?:\",\n      \"upstream-data-rate-profile\": \"?:\",\n      \"impulse-noise-protection-delay-profile\": \"?:t\"\n    },\n    \"line-spectrum-profile\": \"?::dw(B*y\",\n    \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n    \"downstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:\",\n    \"noise-margin-profile\": \"?:Vy\",\n    \"virtual-noise-profile\": \"?:H\",\n    \"sos-profile\": \"?:\",\n    \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2d23f08-7468-4b78-a4b7-cfde78472184"},{"name":"GET - NodeID - bbf-vdsl - vdsl","id":"a5d501c2-cf98-4330-80cf-cd6cf3af5ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl?content=<string>","description":"<p>VDSL configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d968bc0a-57ba-4663-a28c-48e73406896c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vdsl\": {\n    \"service\": {\n      \"downstream-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        },\n        {\n          \"name\": \"?:\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        }\n      ],\n      \"upstream-data-rate-profile\": [\n        {\n          \"name\": \"?:\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        },\n        {\n          \"name\": \"?:\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        }\n      ]\n    },\n    \"spectrum\": {\n      \"line-spectrum-profile\": [\n        {\n          \"name\": \"?:\",\n          \"xtse\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"power-management-mode\": \"all\",\n          \"l0-minimum-time\": 127,\n          \"l2-minimum-time\": 127,\n          \"l2-maximum-aggregate-power-reduction-per\": 1,\n          \"l2-maximum-aggregate-power-reduction-total\": 10,\n          \"carmaskds\": [\n            0,\n            0\n          ],\n          \"carmaskus\": [\n            0,\n            0\n          ],\n          \"vdsl2-carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"msgminds\": 16,\n          \"msgminus\": 16,\n          \"profiles\": \"all\",\n          \"us0mask\": \"all\",\n          \"cyclic-extension-flag\": false,\n          \"rtx-mode-ds\": \"1\",\n          \"rtx-mode-us\": \"1\",\n          \"vdsl-modem-features\": \"standard\",\n          \"vdsl-max-frequency\": \"<string>\"\n        },\n        {\n          \"name\": \"?:\",\n          \"xtse\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"power-management-mode\": \"all\",\n          \"l0-minimum-time\": 127,\n          \"l2-minimum-time\": 127,\n          \"l2-maximum-aggregate-power-reduction-per\": 1,\n          \"l2-maximum-aggregate-power-reduction-total\": 10,\n          \"carmaskds\": [\n            0,\n            0\n          ],\n          \"carmaskus\": [\n            0,\n            0\n          ],\n          \"vdsl2-carmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"msgminds\": 16,\n          \"msgminus\": 16,\n          \"profiles\": \"all\",\n          \"us0mask\": \"all\",\n          \"cyclic-extension-flag\": false,\n          \"rtx-mode-ds\": \"1\",\n          \"rtx-mode-us\": \"1\",\n          \"vdsl-modem-features\": \"standard\",\n          \"vdsl-max-frequency\": \"<string>\"\n        }\n      ],\n      \"mode-specific-psd-profile\": [\n        {\n          \"ts\": \"xts1\",\n          \"name\": \"?:\",\n          \"maximum-nominal-psd-ds\": -400,\n          \"maximum-nominal-psd-us\": -380,\n          \"maximum-aggregate-transmit-power-ds\": 255,\n          \"maximum-aggregate-transmit-power-us\": 255,\n          \"maximum-aggregate-receive-power-us\": \"unbounded\",\n          \"psd-mask-ds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream_psd_mask_selection\": 9,\n          \"psd-mask-us\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"limitmask\": \"\",\n          \"us0disable\": \"\",\n          \"classmask\": \"none\"\n        },\n        {\n          \"ts\": \"xts1\",\n          \"name\": \"?:\",\n          \"maximum-nominal-psd-ds\": -400,\n          \"maximum-nominal-psd-us\": -380,\n          \"maximum-aggregate-transmit-power-ds\": 255,\n          \"maximum-aggregate-transmit-power-us\": 255,\n          \"maximum-aggregate-receive-power-us\": \"unbounded\",\n          \"psd-mask-ds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream_psd_mask_selection\": 9,\n          \"psd-mask-us\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"limitmask\": \"\",\n          \"us0disable\": \"\",\n          \"classmask\": \"none\"\n        }\n      ],\n      \"upstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:\",\n          \"upbo-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbopsd-pb\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"upbo-reference-electrical-length-pb\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"aele-mode\": \"0\",\n          \"upbo-elmt\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"upbo-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbopsd-pb\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"upbo-reference-electrical-length-pb\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"aele-mode\": \"0\",\n          \"upbo-elmt\": \"0\"\n        }\n      ],\n      \"downstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:?\",\n          \"dpboepsd\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"dpboesel\": \"0\",\n          \"dpboescm\": {\n            \"dpboescma\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpboescmb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpboescmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"dpbomus\": \"0\",\n          \"dpbofmin\": \"0\",\n          \"dpbofmax\": 8191,\n          \"dpbo-rsel\": \"0\"\n        },\n        {\n          \"name\": \"?:?\",\n          \"dpboepsd\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"dpboesel\": \"0\",\n          \"dpboescm\": {\n            \"dpboescma\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpboescmb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpboescmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"dpbomus\": \"0\",\n          \"dpbofmin\": \"0\",\n          \"dpbofmax\": 8191,\n          \"dpbo-rsel\": \"0\"\n        }\n      ],\n      \"radio-frequency-interference-profile\": [\n        {\n          \"name\": \"?:Jwq`\",\n          \"rfibands\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"?:Jwq`\",\n          \"rfibands\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"quality\": {\n      \"noise-margin-profile\": [\n        {\n          \"name\": \"?:-r\",\n          \"downstream\": {\n            \"snr-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ra-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"snr-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ra-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:-r\",\n          \"downstream\": {\n            \"snr-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ra-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"snr-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"target-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ra-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-upshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downshift-noise-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-time-interval-downshift-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"impulse-noise-protection-delay-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"force-framer-setting-inp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-8\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-interleaving-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-delay-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-delay-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine-8-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shine-ratio-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein-8-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rein-inter-arrival-time-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-delay-variation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-initialization-policy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mdosplit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-method\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-mdosplit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"force-framer-setting-inp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-8\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-interleaving-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-delay-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-delay-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine-8-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shine-ratio-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein-8-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rein-inter-arrival-time-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-delay-variation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-initialization-policy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mdosplit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-method\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-mdosplit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"force-framer-setting-inp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-8\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-interleaving-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-delay-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-delay-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine-8-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shine-ratio-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein-8-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rein-inter-arrival-time-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-delay-variation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-initialization-policy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mdosplit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-method\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-mdosplit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"force-framer-setting-inp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-8\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-interleaving-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-delay-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-delay-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-shine-8-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shine-ratio-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-inp-against-rein-8-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rein-inter-arrival-time-rtx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-delay-variation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel-initialization-policy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mdosplit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-method\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-mdosplit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"virtual-noise-profile\": [\n        {\n          \"name\": \"?:|;x+\",\n          \"downstream\": {\n            \"virtual-noise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-txrefvnds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-txrefvnds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"txrefvnsfds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"virtual-noise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rxrefvnsfus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:|;x+\",\n          \"downstream\": {\n            \"virtual-noise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-txrefvnds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-txrefvnds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"txrefvnsfds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"virtual-noise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rxrefvnsfus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"sos-profile\": [\n        {\n          \"name\": \"?:q3:\",\n          \"downstream\": {\n            \"sos-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-ntones\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-crc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-sos\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"snrmoffset-roc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inpmin-roc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-roc-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"sos-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-ntones\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-crc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-sos\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"snrmoffset-roc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inpmin-roc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-roc-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:q3:\",\n          \"downstream\": {\n            \"sos-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-ntones\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-crc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-sos\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"snrmoffset-roc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inpmin-roc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-roc-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"sos-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-ntones\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-crc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-sos\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"snrmoffset-roc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inpmin-roc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-roc-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"impulse-noise-monitoring-profile\": [\n        {\n          \"name\": \"?:}lG\",\n          \"downstream\": {\n            \"inmiato\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiats\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmcc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-inpeq-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-inpeq-format\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"inmiato\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiats\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmcc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-inpeq-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-inpeq-format\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:}lG\",\n          \"downstream\": {\n            \"inmiato\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiats\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmcc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-inpeq-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-inpeq-format\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"inmiato\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiats\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmcc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-inpeq-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-inpeq-format\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inm-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"re-initialization-policy-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"ripolicy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinit-time-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"ripolicy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinit-time-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"ripolicy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinit-time-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"ripolicy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinit-time-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"vectoring-profile\": [\n        {\n          \"name\": \"?:v*ay\",\n          \"downstream\": {\n            \"vector-band-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-cancel-priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-cancel-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-group-size-req\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vect-legacy-fext-cancel-method\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"vector-band-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-cancel-priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-cancel-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-group-size-req\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vect-legacy-upbo-enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"vector-mode-enable\": \"all\"\n        },\n        {\n          \"name\": \"?:v*ay\",\n          \"downstream\": {\n            \"vector-band-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-cancel-priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-cancel-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-group-size-req\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vect-legacy-fext-cancel-method\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"upstream\": {\n            \"vector-band-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-cancel-priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fext-cancel-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-group-size-req\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vect-legacy-upbo-enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"vector-mode-enable\": \"all\"\n        }\n      ],\n      \"data-gathering-profile\": [\n        {\n          \"name\": \"?:R]+w\",\n          \"vtu\": {\n            \"logging-depth-event-percentage-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logging-depth-reporting-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logging-depth-event-percentage-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logging-depth-reporting-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logging-report-newer-first\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:R]+w\",\n          \"vtu\": {\n            \"logging-depth-event-percentage-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logging-depth-reporting-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logging-depth-event-percentage-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logging-depth-reporting-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"logging-report-newer-first\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"thresholds\": {\n      \"line-threshold-profile\": [\n        {\n          \"name\": \"?:D=\",\n          \"forward-error-correction-seconds-threshold\": \"0\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": \"0\",\n          \"unavailable-seconds-threshold\": \"0\",\n          \"leftr-defects-seconds-threshold\": \"0\",\n          \"leftr-defect-threshold\": \"etr-default-threshold\",\n          \"full-initializations-threshold\": \"0\",\n          \"failed-full-initializations-threshold\": \"0\",\n          \"short-initializations-threshold\": \"0\",\n          \"failed-short-initializations-threshold\": \"0\",\n          \"spontaneous-interruptions-threshold\": \"0\",\n          \"excessive-errored-seconds-threshold\": \"0\",\n          \"line-reinit-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:D=\",\n          \"forward-error-correction-seconds-threshold\": \"0\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": \"0\",\n          \"unavailable-seconds-threshold\": \"0\",\n          \"leftr-defects-seconds-threshold\": \"0\",\n          \"leftr-defect-threshold\": \"etr-default-threshold\",\n          \"full-initializations-threshold\": \"0\",\n          \"failed-full-initializations-threshold\": \"0\",\n          \"short-initializations-threshold\": \"0\",\n          \"failed-short-initializations-threshold\": \"0\",\n          \"spontaneous-interruptions-threshold\": \"0\",\n          \"excessive-errored-seconds-threshold\": \"0\",\n          \"line-reinit-threshold\": \"0\"\n        }\n      ],\n      \"channel-threshold-profile\": [\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"forward-error-corrections-threshold\": \"0\",\n          \"uncorrected-dtus-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"forward-error-corrections-threshold\": \"0\",\n          \"uncorrected-dtus-threshold\": \"0\"\n        }\n      ],\n      \"threshold-template\": [\n        {\n          \"name\": \"?:.F\",\n          \"xtu-c\": {\n            \"xtu-15min-line-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-24hr-line-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-15min-channel-threshold-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-24hr-channel-threshold-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"xtu-15min-line-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-24hr-line-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-15min-channel-threshold-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-24hr-channel-threshold-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:.F\",\n          \"xtu-c\": {\n            \"xtu-15min-line-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-24hr-line-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-15min-channel-threshold-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-24hr-channel-threshold-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"xtu-15min-line-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-24hr-line-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-15min-channel-threshold-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-24hr-channel-threshold-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"vectors\": {\n      \"line-config-vector\": [\n        {\n          \"line-spectrum-profile\": \"?:G\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:AnT\",\n          \"radio-frequency-interference-profile\": \"?:X\",\n          \"noise-margin-profile\": \"?:#N=\",\n          \"virtual-noise-profile\": \"?:%'\",\n          \"sos-profile\": \"?:\",\n          \"impulse-noise-monitoring-profile\": \"?:0X,..\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:%${\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"re-initialization-policy-profile\": \"?:_`r\",\n          \"data-gathering-profile\": \"?:?:\"\n        },\n        {\n          \"line-spectrum-profile\": \"?:G\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:AnT\",\n          \"radio-frequency-interference-profile\": \"?:X\",\n          \"noise-margin-profile\": \"?:#N=\",\n          \"virtual-noise-profile\": \"?:%'\",\n          \"sos-profile\": \"?:\",\n          \"impulse-noise-monitoring-profile\": \"?:0X,..\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:%${\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"re-initialization-policy-profile\": \"?:_`r\",\n          \"data-gathering-profile\": \"?:?:\"\n        }\n      ]\n    },\n    \"vce-parameters\": {\n      \"vce-gain-achieved\": \"at-init\",\n      \"vce-historical-prepost-coder-enabled\": false,\n      \"used-vce-wide-bandplan\": \"undetermined\"\n    },\n    \"legacy-upbo\": {\n      \"vect-legacy-upbo-ref\": \"?:/\"\n    },\n    \"vectoring-fallback\": {\n      \"fallback-criteria\": \"none\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:$<%kyTxS@^4\",\n        \"upstream-data-rate-profile\": \"?:n+\",\n        \"impulse-noise-protection-delay-profile\": \"?:\"\n      },\n      \"line-spectrum-profile\": \"?:}\",\n      \"upstream-power-back-off-profile\": \"?:=C\",\n      \"downstream-power-back-off-profile\": \"?:H\",\n      \"radio-frequency-interference-profile\": \"?:\",\n      \"noise-margin-profile\": \"?:Y\",\n      \"virtual-noise-profile\": \"?:@\",\n      \"sos-profile\": \"?: z\",\n      \"impulse-noise-monitoring-profile\": \"?:S.\"\n    }\n  }\n}"}],"_postman_id":"a5d501c2-cf98-4330-80cf-cd6cf3af5ea7"},{"name":"DELETE - NodeID - bbf-vdsl - vdsl","id":"ca24fd8b-f176-4fb3-856e-f55fc703171c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl","description":"<p>VDSL configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"202ca97e-5f8f-434b-820f-ab2df73ab41d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca24fd8b-f176-4fb3-856e-f55fc703171c"},{"name":"PUT - NodeID - bbf-vdsl - vdsl","id":"e7e2c4e4-0dd7-40be-908c-226ef6d29d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vdsl\": {\n    \"service\": {\n      \"downstream-data-rate-profile\": [\n        {\n          \"name\": \"?:S<Jb\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        },\n        {\n          \"name\": \"?:S<Jb\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        }\n      ],\n      \"upstream-data-rate-profile\": [\n        {\n          \"name\": \"?:R\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        },\n        {\n          \"name\": \"?:R\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        }\n      ]\n    },\n    \"spectrum\": {\n      \"line-spectrum-profile\": [\n        {\n          \"name\": \"?:s# :RR]n\",\n          \"xtse\": [\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            },\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            }\n          ],\n          \"power-management-mode\": \"all\",\n          \"l0-minimum-time\": 127,\n          \"l2-minimum-time\": 127,\n          \"l2-maximum-aggregate-power-reduction-per\": 1,\n          \"l2-maximum-aggregate-power-reduction-total\": 10,\n          \"carmaskds\": [\n            0,\n            0\n          ],\n          \"carmaskus\": [\n            0,\n            0\n          ],\n          \"vdsl2-carmask\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ],\n          \"msgminds\": 16,\n          \"msgminus\": 16,\n          \"profiles\": \"all\",\n          \"us0mask\": \"all\",\n          \"cyclic-extension-flag\": false,\n          \"rtx-mode-ds\": \"1\",\n          \"rtx-mode-us\": \"1\",\n          \"vdsl-modem-features\": \"standard\",\n          \"vdsl-max-frequency\": \"<string>\"\n        },\n        {\n          \"name\": \"?:s# :RR]n\",\n          \"xtse\": [\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            },\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            }\n          ],\n          \"power-management-mode\": \"all\",\n          \"l0-minimum-time\": 127,\n          \"l2-minimum-time\": 127,\n          \"l2-maximum-aggregate-power-reduction-per\": 1,\n          \"l2-maximum-aggregate-power-reduction-total\": 10,\n          \"carmaskds\": [\n            0,\n            0\n          ],\n          \"carmaskus\": [\n            0,\n            0\n          ],\n          \"vdsl2-carmask\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ],\n          \"msgminds\": 16,\n          \"msgminus\": 16,\n          \"profiles\": \"all\",\n          \"us0mask\": \"all\",\n          \"cyclic-extension-flag\": false,\n          \"rtx-mode-ds\": \"1\",\n          \"rtx-mode-us\": \"1\",\n          \"vdsl-modem-features\": \"standard\",\n          \"vdsl-max-frequency\": \"<string>\"\n        }\n      ],\n      \"mode-specific-psd-profile\": [\n        {\n          \"ts\": \"xts1\",\n          \"name\": \"?:pFo?/\",\n          \"maximum-nominal-psd-ds\": -400,\n          \"maximum-nominal-psd-us\": -380,\n          \"maximum-aggregate-transmit-power-ds\": 255,\n          \"maximum-aggregate-transmit-power-us\": 255,\n          \"maximum-aggregate-receive-power-us\": \"unbounded\",\n          \"psd-mask-ds\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream_psd_mask_selection\": 9,\n          \"psd-mask-us\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"limitmask\": \"\",\n          \"us0disable\": \"\",\n          \"classmask\": \"none\"\n        },\n        {\n          \"ts\": \"xts1\",\n          \"name\": \"?:pFo?/\",\n          \"maximum-nominal-psd-ds\": -400,\n          \"maximum-nominal-psd-us\": -380,\n          \"maximum-aggregate-transmit-power-ds\": 255,\n          \"maximum-aggregate-transmit-power-us\": 255,\n          \"maximum-aggregate-receive-power-us\": \"unbounded\",\n          \"psd-mask-ds\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream_psd_mask_selection\": 9,\n          \"psd-mask-us\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"limitmask\": \"\",\n          \"us0disable\": \"\",\n          \"classmask\": \"none\"\n        }\n      ],\n      \"upstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:R1\",\n          \"upbo-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbopsd-pb\": [\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            },\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            }\n          ],\n          \"upbo-reference-electrical-length-pb\": [\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            },\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            }\n          ],\n          \"aele-mode\": \"0\",\n          \"upbo-elmt\": \"0\"\n        },\n        {\n          \"name\": \"?:R1\",\n          \"upbo-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbopsd-pb\": [\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            },\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            }\n          ],\n          \"upbo-reference-electrical-length-pb\": [\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            },\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            }\n          ],\n          \"aele-mode\": \"0\",\n          \"upbo-elmt\": \"0\"\n        }\n      ],\n      \"downstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:U\",\n          \"dpboepsd\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dpboesel\": \"0\",\n          \"dpboescm\": {\n            \"dpboescma\": \"0\",\n            \"dpboescmb\": \"0\",\n            \"dpboescmc\": \"0\"\n          },\n          \"dpbomus\": \"0\",\n          \"dpbofmin\": \"0\",\n          \"dpbofmax\": 8191,\n          \"dpbo-rsel\": \"0\"\n        },\n        {\n          \"name\": \"?:U\",\n          \"dpboepsd\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dpboesel\": \"0\",\n          \"dpboescm\": {\n            \"dpboescma\": \"0\",\n            \"dpboescmb\": \"0\",\n            \"dpboescmc\": \"0\"\n          },\n          \"dpbomus\": \"0\",\n          \"dpbofmin\": \"0\",\n          \"dpbofmax\": 8191,\n          \"dpbo-rsel\": \"0\"\n        }\n      ],\n      \"radio-frequency-interference-profile\": [\n        {\n          \"name\": \"?:wI)D;3pI\",\n          \"rfibands\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        },\n        {\n          \"name\": \"?:wI)D;3pI\",\n          \"rfibands\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        }\n      ]\n    },\n    \"quality\": {\n      \"noise-margin-profile\": [\n        {\n          \"name\": \"?:YsJ\",\n          \"downstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          },\n          \"upstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          }\n        },\n        {\n          \"name\": \"?:YsJ\",\n          \"downstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          },\n          \"upstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          }\n        }\n      ],\n      \"impulse-noise-protection-delay-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          },\n          \"upstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          },\n          \"upstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          }\n        }\n      ],\n      \"virtual-noise-profile\": [\n        {\n          \"name\": \"?:%\",\n          \"downstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"fext-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"next-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"txrefvnsfds\": \"0\"\n          },\n          \"upstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"rxrefvnsfus\": \"0\"\n          }\n        },\n        {\n          \"name\": \"?:%\",\n          \"downstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"fext-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"next-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"txrefvnsfds\": \"0\"\n          },\n          \"upstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"rxrefvnsfus\": \"0\"\n          }\n        }\n      ],\n      \"sos-profile\": [\n        {\n          \"name\": \"?:p5\",\n          \"downstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          },\n          \"upstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          }\n        },\n        {\n          \"name\": \"?:p5\",\n          \"downstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          },\n          \"upstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          }\n        }\n      ],\n      \"impulse-noise-monitoring-profile\": [\n        {\n          \"name\": \"?:<Wi))t=\",\n          \"downstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          },\n          \"upstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          }\n        },\n        {\n          \"name\": \"?:<Wi))t=\",\n          \"downstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          },\n          \"upstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          }\n        }\n      ],\n      \"re-initialization-policy-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          },\n          \"upstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          },\n          \"upstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          }\n        }\n      ],\n      \"vectoring-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-fext-cancel-method\": \"none\"\n          },\n          \"upstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-upbo-enabled\": false\n          },\n          \"vector-mode-enable\": \"all\"\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-fext-cancel-method\": \"none\"\n          },\n          \"upstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-upbo-enabled\": false\n          },\n          \"vector-mode-enable\": \"all\"\n        }\n      ],\n      \"data-gathering-profile\": [\n        {\n          \"name\": \"?:(\",\n          \"vtu\": {\n            \"logging-depth-event-percentage-o\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-o\": \"0\",\n            \"logging-depth-event-percentage-r\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-r\": \"0\",\n            \"logging-report-newer-first\": false\n          }\n        },\n        {\n          \"name\": \"?:(\",\n          \"vtu\": {\n            \"logging-depth-event-percentage-o\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-o\": \"0\",\n            \"logging-depth-event-percentage-r\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-r\": \"0\",\n            \"logging-report-newer-first\": false\n          }\n        }\n      ]\n    },\n    \"thresholds\": {\n      \"line-threshold-profile\": [\n        {\n          \"name\": \"?:c5(\",\n          \"forward-error-correction-seconds-threshold\": \"0\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": \"0\",\n          \"unavailable-seconds-threshold\": \"0\",\n          \"leftr-defects-seconds-threshold\": \"0\",\n          \"leftr-defect-threshold\": \"etr-default-threshold\",\n          \"full-initializations-threshold\": \"0\",\n          \"failed-full-initializations-threshold\": \"0\",\n          \"short-initializations-threshold\": \"0\",\n          \"failed-short-initializations-threshold\": \"0\",\n          \"spontaneous-interruptions-threshold\": \"0\",\n          \"excessive-errored-seconds-threshold\": \"0\",\n          \"line-reinit-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:c5(\",\n          \"forward-error-correction-seconds-threshold\": \"0\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": \"0\",\n          \"unavailable-seconds-threshold\": \"0\",\n          \"leftr-defects-seconds-threshold\": \"0\",\n          \"leftr-defect-threshold\": \"etr-default-threshold\",\n          \"full-initializations-threshold\": \"0\",\n          \"failed-full-initializations-threshold\": \"0\",\n          \"short-initializations-threshold\": \"0\",\n          \"failed-short-initializations-threshold\": \"0\",\n          \"spontaneous-interruptions-threshold\": \"0\",\n          \"excessive-errored-seconds-threshold\": \"0\",\n          \"line-reinit-threshold\": \"0\"\n        }\n      ],\n      \"channel-threshold-profile\": [\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"forward-error-corrections-threshold\": \"0\",\n          \"uncorrected-dtus-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"forward-error-corrections-threshold\": \"0\",\n          \"uncorrected-dtus-threshold\": \"0\"\n        }\n      ],\n      \"threshold-template\": [\n        {\n          \"name\": \"?:x6\",\n          \"xtu-c\": {\n            \"xtu-15min-line-profile\": \"?:\",\n            \"xtu-24hr-line-profile\": \"?:[x~{:\",\n            \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n            \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n          },\n          \"xtu-r\": {\n            \"xtu-15min-line-profile\": \"?:`\",\n            \"xtu-24hr-line-profile\": \"?:-\",\n            \"xtu-15min-channel-threshold-profile\": \"?:\",\n            \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n          }\n        },\n        {\n          \"name\": \"?:x6\",\n          \"xtu-c\": {\n            \"xtu-15min-line-profile\": \"?:\",\n            \"xtu-24hr-line-profile\": \"?:[x~{:\",\n            \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n            \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n          },\n          \"xtu-r\": {\n            \"xtu-15min-line-profile\": \"?:`\",\n            \"xtu-24hr-line-profile\": \"?:-\",\n            \"xtu-15min-channel-threshold-profile\": \"?:\",\n            \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n          }\n        }\n      ]\n    },\n    \"vectors\": {\n      \"line-config-vector\": [\n        {\n          \"line-spectrum-profile\": \"?:\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n          \"noise-margin-profile\": \"?:\",\n          \"virtual-noise-profile\": \"?:q\",\n          \"sos-profile\": \"?:xl\",\n          \"impulse-noise-monitoring-profile\": \"?:4V\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:l\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": \"?:\",\n            \"upstream-data-rate-profile\": \"?:\\\"^\",\n            \"impulse-noise-protection-delay-profile\": \"?:+\"\n          },\n          \"re-initialization-policy-profile\": \"?:+#64\",\n          \"data-gathering-profile\": \"?:\"\n        },\n        {\n          \"line-spectrum-profile\": \"?:\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n          \"noise-margin-profile\": \"?:\",\n          \"virtual-noise-profile\": \"?:q\",\n          \"sos-profile\": \"?:xl\",\n          \"impulse-noise-monitoring-profile\": \"?:4V\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:l\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": \"?:\",\n            \"upstream-data-rate-profile\": \"?:\\\"^\",\n            \"impulse-noise-protection-delay-profile\": \"?:+\"\n          },\n          \"re-initialization-policy-profile\": \"?:+#64\",\n          \"data-gathering-profile\": \"?:\"\n        }\n      ]\n    },\n    \"vce-parameters\": {\n      \"vce-gain-achieved\": \"at-init\",\n      \"vce-historical-prepost-coder-enabled\": false\n    },\n    \"legacy-upbo\": {\n      \"vect-legacy-upbo-ref\": \"?:vJ3\"\n    },\n    \"vectoring-fallback\": {\n      \"fallback-criteria\": \"none\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\",\n        \"impulse-noise-protection-delay-profile\": \"?:t\"\n      },\n      \"line-spectrum-profile\": \"?::dw(B*y\",\n      \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:\",\n      \"noise-margin-profile\": \"?:Vy\",\n      \"virtual-noise-profile\": \"?:H\",\n      \"sos-profile\": \"?:\",\n      \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl","description":"<p>VDSL configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a461e310-83bd-47f3-aeed-0bb3203245c5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vdsl\": {\n    \"service\": {\n      \"downstream-data-rate-profile\": [\n        {\n          \"name\": \"?:S<Jb\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        },\n        {\n          \"name\": \"?:S<Jb\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        }\n      ],\n      \"upstream-data-rate-profile\": [\n        {\n          \"name\": \"?:R\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        },\n        {\n          \"name\": \"?:R\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        }\n      ]\n    },\n    \"spectrum\": {\n      \"line-spectrum-profile\": [\n        {\n          \"name\": \"?:s# :RR]n\",\n          \"xtse\": [\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            },\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            }\n          ],\n          \"power-management-mode\": \"all\",\n          \"l0-minimum-time\": 127,\n          \"l2-minimum-time\": 127,\n          \"l2-maximum-aggregate-power-reduction-per\": 1,\n          \"l2-maximum-aggregate-power-reduction-total\": 10,\n          \"carmaskds\": [\n            0,\n            0\n          ],\n          \"carmaskus\": [\n            0,\n            0\n          ],\n          \"vdsl2-carmask\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ],\n          \"msgminds\": 16,\n          \"msgminus\": 16,\n          \"profiles\": \"all\",\n          \"us0mask\": \"all\",\n          \"cyclic-extension-flag\": false,\n          \"rtx-mode-ds\": \"1\",\n          \"rtx-mode-us\": \"1\",\n          \"vdsl-modem-features\": \"standard\",\n          \"vdsl-max-frequency\": \"<string>\"\n        },\n        {\n          \"name\": \"?:s# :RR]n\",\n          \"xtse\": [\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            },\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            }\n          ],\n          \"power-management-mode\": \"all\",\n          \"l0-minimum-time\": 127,\n          \"l2-minimum-time\": 127,\n          \"l2-maximum-aggregate-power-reduction-per\": 1,\n          \"l2-maximum-aggregate-power-reduction-total\": 10,\n          \"carmaskds\": [\n            0,\n            0\n          ],\n          \"carmaskus\": [\n            0,\n            0\n          ],\n          \"vdsl2-carmask\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ],\n          \"msgminds\": 16,\n          \"msgminus\": 16,\n          \"profiles\": \"all\",\n          \"us0mask\": \"all\",\n          \"cyclic-extension-flag\": false,\n          \"rtx-mode-ds\": \"1\",\n          \"rtx-mode-us\": \"1\",\n          \"vdsl-modem-features\": \"standard\",\n          \"vdsl-max-frequency\": \"<string>\"\n        }\n      ],\n      \"mode-specific-psd-profile\": [\n        {\n          \"ts\": \"xts1\",\n          \"name\": \"?:pFo?/\",\n          \"maximum-nominal-psd-ds\": -400,\n          \"maximum-nominal-psd-us\": -380,\n          \"maximum-aggregate-transmit-power-ds\": 255,\n          \"maximum-aggregate-transmit-power-us\": 255,\n          \"maximum-aggregate-receive-power-us\": \"unbounded\",\n          \"psd-mask-ds\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream_psd_mask_selection\": 9,\n          \"psd-mask-us\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"limitmask\": \"\",\n          \"us0disable\": \"\",\n          \"classmask\": \"none\"\n        },\n        {\n          \"ts\": \"xts1\",\n          \"name\": \"?:pFo?/\",\n          \"maximum-nominal-psd-ds\": -400,\n          \"maximum-nominal-psd-us\": -380,\n          \"maximum-aggregate-transmit-power-ds\": 255,\n          \"maximum-aggregate-transmit-power-us\": 255,\n          \"maximum-aggregate-receive-power-us\": \"unbounded\",\n          \"psd-mask-ds\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream_psd_mask_selection\": 9,\n          \"psd-mask-us\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"limitmask\": \"\",\n          \"us0disable\": \"\",\n          \"classmask\": \"none\"\n        }\n      ],\n      \"upstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:R1\",\n          \"upbo-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbopsd-pb\": [\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            },\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            }\n          ],\n          \"upbo-reference-electrical-length-pb\": [\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            },\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            }\n          ],\n          \"aele-mode\": \"0\",\n          \"upbo-elmt\": \"0\"\n        },\n        {\n          \"name\": \"?:R1\",\n          \"upbo-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbopsd-pb\": [\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            },\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            }\n          ],\n          \"upbo-reference-electrical-length-pb\": [\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            },\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            }\n          ],\n          \"aele-mode\": \"0\",\n          \"upbo-elmt\": \"0\"\n        }\n      ],\n      \"downstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:U\",\n          \"dpboepsd\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dpboesel\": \"0\",\n          \"dpboescm\": {\n            \"dpboescma\": \"0\",\n            \"dpboescmb\": \"0\",\n            \"dpboescmc\": \"0\"\n          },\n          \"dpbomus\": \"0\",\n          \"dpbofmin\": \"0\",\n          \"dpbofmax\": 8191,\n          \"dpbo-rsel\": \"0\"\n        },\n        {\n          \"name\": \"?:U\",\n          \"dpboepsd\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dpboesel\": \"0\",\n          \"dpboescm\": {\n            \"dpboescma\": \"0\",\n            \"dpboescmb\": \"0\",\n            \"dpboescmc\": \"0\"\n          },\n          \"dpbomus\": \"0\",\n          \"dpbofmin\": \"0\",\n          \"dpbofmax\": 8191,\n          \"dpbo-rsel\": \"0\"\n        }\n      ],\n      \"radio-frequency-interference-profile\": [\n        {\n          \"name\": \"?:wI)D;3pI\",\n          \"rfibands\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        },\n        {\n          \"name\": \"?:wI)D;3pI\",\n          \"rfibands\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        }\n      ]\n    },\n    \"quality\": {\n      \"noise-margin-profile\": [\n        {\n          \"name\": \"?:YsJ\",\n          \"downstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          },\n          \"upstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          }\n        },\n        {\n          \"name\": \"?:YsJ\",\n          \"downstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          },\n          \"upstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          }\n        }\n      ],\n      \"impulse-noise-protection-delay-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          },\n          \"upstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          },\n          \"upstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          }\n        }\n      ],\n      \"virtual-noise-profile\": [\n        {\n          \"name\": \"?:%\",\n          \"downstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"fext-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"next-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"txrefvnsfds\": \"0\"\n          },\n          \"upstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"rxrefvnsfus\": \"0\"\n          }\n        },\n        {\n          \"name\": \"?:%\",\n          \"downstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"fext-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"next-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"txrefvnsfds\": \"0\"\n          },\n          \"upstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"rxrefvnsfus\": \"0\"\n          }\n        }\n      ],\n      \"sos-profile\": [\n        {\n          \"name\": \"?:p5\",\n          \"downstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          },\n          \"upstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          }\n        },\n        {\n          \"name\": \"?:p5\",\n          \"downstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          },\n          \"upstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          }\n        }\n      ],\n      \"impulse-noise-monitoring-profile\": [\n        {\n          \"name\": \"?:<Wi))t=\",\n          \"downstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          },\n          \"upstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          }\n        },\n        {\n          \"name\": \"?:<Wi))t=\",\n          \"downstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          },\n          \"upstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          }\n        }\n      ],\n      \"re-initialization-policy-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          },\n          \"upstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          },\n          \"upstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          }\n        }\n      ],\n      \"vectoring-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-fext-cancel-method\": \"none\"\n          },\n          \"upstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-upbo-enabled\": false\n          },\n          \"vector-mode-enable\": \"all\"\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-fext-cancel-method\": \"none\"\n          },\n          \"upstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-upbo-enabled\": false\n          },\n          \"vector-mode-enable\": \"all\"\n        }\n      ],\n      \"data-gathering-profile\": [\n        {\n          \"name\": \"?:(\",\n          \"vtu\": {\n            \"logging-depth-event-percentage-o\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-o\": \"0\",\n            \"logging-depth-event-percentage-r\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-r\": \"0\",\n            \"logging-report-newer-first\": false\n          }\n        },\n        {\n          \"name\": \"?:(\",\n          \"vtu\": {\n            \"logging-depth-event-percentage-o\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-o\": \"0\",\n            \"logging-depth-event-percentage-r\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-r\": \"0\",\n            \"logging-report-newer-first\": false\n          }\n        }\n      ]\n    },\n    \"thresholds\": {\n      \"line-threshold-profile\": [\n        {\n          \"name\": \"?:c5(\",\n          \"forward-error-correction-seconds-threshold\": \"0\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": \"0\",\n          \"unavailable-seconds-threshold\": \"0\",\n          \"leftr-defects-seconds-threshold\": \"0\",\n          \"leftr-defect-threshold\": \"etr-default-threshold\",\n          \"full-initializations-threshold\": \"0\",\n          \"failed-full-initializations-threshold\": \"0\",\n          \"short-initializations-threshold\": \"0\",\n          \"failed-short-initializations-threshold\": \"0\",\n          \"spontaneous-interruptions-threshold\": \"0\",\n          \"excessive-errored-seconds-threshold\": \"0\",\n          \"line-reinit-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:c5(\",\n          \"forward-error-correction-seconds-threshold\": \"0\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": \"0\",\n          \"unavailable-seconds-threshold\": \"0\",\n          \"leftr-defects-seconds-threshold\": \"0\",\n          \"leftr-defect-threshold\": \"etr-default-threshold\",\n          \"full-initializations-threshold\": \"0\",\n          \"failed-full-initializations-threshold\": \"0\",\n          \"short-initializations-threshold\": \"0\",\n          \"failed-short-initializations-threshold\": \"0\",\n          \"spontaneous-interruptions-threshold\": \"0\",\n          \"excessive-errored-seconds-threshold\": \"0\",\n          \"line-reinit-threshold\": \"0\"\n        }\n      ],\n      \"channel-threshold-profile\": [\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"forward-error-corrections-threshold\": \"0\",\n          \"uncorrected-dtus-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"forward-error-corrections-threshold\": \"0\",\n          \"uncorrected-dtus-threshold\": \"0\"\n        }\n      ],\n      \"threshold-template\": [\n        {\n          \"name\": \"?:x6\",\n          \"xtu-c\": {\n            \"xtu-15min-line-profile\": \"?:\",\n            \"xtu-24hr-line-profile\": \"?:[x~{:\",\n            \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n            \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n          },\n          \"xtu-r\": {\n            \"xtu-15min-line-profile\": \"?:`\",\n            \"xtu-24hr-line-profile\": \"?:-\",\n            \"xtu-15min-channel-threshold-profile\": \"?:\",\n            \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n          }\n        },\n        {\n          \"name\": \"?:x6\",\n          \"xtu-c\": {\n            \"xtu-15min-line-profile\": \"?:\",\n            \"xtu-24hr-line-profile\": \"?:[x~{:\",\n            \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n            \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n          },\n          \"xtu-r\": {\n            \"xtu-15min-line-profile\": \"?:`\",\n            \"xtu-24hr-line-profile\": \"?:-\",\n            \"xtu-15min-channel-threshold-profile\": \"?:\",\n            \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n          }\n        }\n      ]\n    },\n    \"vectors\": {\n      \"line-config-vector\": [\n        {\n          \"line-spectrum-profile\": \"?:\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n          \"noise-margin-profile\": \"?:\",\n          \"virtual-noise-profile\": \"?:q\",\n          \"sos-profile\": \"?:xl\",\n          \"impulse-noise-monitoring-profile\": \"?:4V\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:l\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": \"?:\",\n            \"upstream-data-rate-profile\": \"?:\\\"^\",\n            \"impulse-noise-protection-delay-profile\": \"?:+\"\n          },\n          \"re-initialization-policy-profile\": \"?:+#64\",\n          \"data-gathering-profile\": \"?:\"\n        },\n        {\n          \"line-spectrum-profile\": \"?:\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n          \"noise-margin-profile\": \"?:\",\n          \"virtual-noise-profile\": \"?:q\",\n          \"sos-profile\": \"?:xl\",\n          \"impulse-noise-monitoring-profile\": \"?:4V\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:l\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": \"?:\",\n            \"upstream-data-rate-profile\": \"?:\\\"^\",\n            \"impulse-noise-protection-delay-profile\": \"?:+\"\n          },\n          \"re-initialization-policy-profile\": \"?:+#64\",\n          \"data-gathering-profile\": \"?:\"\n        }\n      ]\n    },\n    \"vce-parameters\": {\n      \"vce-gain-achieved\": \"at-init\",\n      \"vce-historical-prepost-coder-enabled\": false\n    },\n    \"legacy-upbo\": {\n      \"vect-legacy-upbo-ref\": \"?:vJ3\"\n    },\n    \"vectoring-fallback\": {\n      \"fallback-criteria\": \"none\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\",\n        \"impulse-noise-protection-delay-profile\": \"?:t\"\n      },\n      \"line-spectrum-profile\": \"?::dw(B*y\",\n      \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:\",\n      \"noise-margin-profile\": \"?:Vy\",\n      \"virtual-noise-profile\": \"?:H\",\n      \"sos-profile\": \"?:\",\n      \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1f334649-7c46-4b54-b496-7056cfdfe533","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vdsl\": {\n    \"service\": {\n      \"downstream-data-rate-profile\": [\n        {\n          \"name\": \"?:S<Jb\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        },\n        {\n          \"name\": \"?:S<Jb\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        }\n      ],\n      \"upstream-data-rate-profile\": [\n        {\n          \"name\": \"?:R\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        },\n        {\n          \"name\": \"?:R\",\n          \"minimum-net-data-rate\": \"0\",\n          \"maximum-net-data-rate\": 4294967295,\n          \"minimum-data-rate-in-low-power-state\": \"0\",\n          \"maximum-bit-error-ratio\": \"1e-7\",\n          \"data-rate-threshold-upshift\": \"0\",\n          \"data-rate-threshold-downshift\": \"0\",\n          \"minimum-sos-data-rate\": \"0\",\n          \"minimum-expected-throughput-rtx\": \"0\",\n          \"maximum-expected-throughput-rtx\": 4294967295,\n          \"maximum-net-data-rate-rtx\": 4294967295,\n          \"target-net-data-rate\": 4294967295,\n          \"target-expected-throughput\": 4294967295,\n          \"leftr-defect-threshold\": \"etr-default-threshold\"\n        }\n      ]\n    },\n    \"spectrum\": {\n      \"line-spectrum-profile\": [\n        {\n          \"name\": \"?:s# :RR]n\",\n          \"xtse\": [\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            },\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            }\n          ],\n          \"power-management-mode\": \"all\",\n          \"l0-minimum-time\": 127,\n          \"l2-minimum-time\": 127,\n          \"l2-maximum-aggregate-power-reduction-per\": 1,\n          \"l2-maximum-aggregate-power-reduction-total\": 10,\n          \"carmaskds\": [\n            0,\n            0\n          ],\n          \"carmaskus\": [\n            0,\n            0\n          ],\n          \"vdsl2-carmask\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ],\n          \"msgminds\": 16,\n          \"msgminus\": 16,\n          \"profiles\": \"all\",\n          \"us0mask\": \"all\",\n          \"cyclic-extension-flag\": false,\n          \"rtx-mode-ds\": \"1\",\n          \"rtx-mode-us\": \"1\",\n          \"vdsl-modem-features\": \"standard\",\n          \"vdsl-max-frequency\": \"<string>\"\n        },\n        {\n          \"name\": \"?:s# :RR]n\",\n          \"xtse\": [\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            },\n            {\n              \"mode-specific-psd-profile\": \"?:'~b\",\n              \"ts\": \"xts1\"\n            }\n          ],\n          \"power-management-mode\": \"all\",\n          \"l0-minimum-time\": 127,\n          \"l2-minimum-time\": 127,\n          \"l2-maximum-aggregate-power-reduction-per\": 1,\n          \"l2-maximum-aggregate-power-reduction-total\": 10,\n          \"carmaskds\": [\n            0,\n            0\n          ],\n          \"carmaskus\": [\n            0,\n            0\n          ],\n          \"vdsl2-carmask\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ],\n          \"msgminds\": 16,\n          \"msgminus\": 16,\n          \"profiles\": \"all\",\n          \"us0mask\": \"all\",\n          \"cyclic-extension-flag\": false,\n          \"rtx-mode-ds\": \"1\",\n          \"rtx-mode-us\": \"1\",\n          \"vdsl-modem-features\": \"standard\",\n          \"vdsl-max-frequency\": \"<string>\"\n        }\n      ],\n      \"mode-specific-psd-profile\": [\n        {\n          \"ts\": \"xts1\",\n          \"name\": \"?:pFo?/\",\n          \"maximum-nominal-psd-ds\": -400,\n          \"maximum-nominal-psd-us\": -380,\n          \"maximum-aggregate-transmit-power-ds\": 255,\n          \"maximum-aggregate-transmit-power-us\": 255,\n          \"maximum-aggregate-receive-power-us\": \"unbounded\",\n          \"psd-mask-ds\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream_psd_mask_selection\": 9,\n          \"psd-mask-us\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"limitmask\": \"\",\n          \"us0disable\": \"\",\n          \"classmask\": \"none\"\n        },\n        {\n          \"ts\": \"xts1\",\n          \"name\": \"?:pFo?/\",\n          \"maximum-nominal-psd-ds\": -400,\n          \"maximum-nominal-psd-us\": -380,\n          \"maximum-aggregate-transmit-power-ds\": 255,\n          \"maximum-aggregate-transmit-power-us\": 255,\n          \"maximum-aggregate-receive-power-us\": \"unbounded\",\n          \"psd-mask-ds\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"upstream_psd_mask_selection\": 9,\n          \"psd-mask-us\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"limitmask\": \"\",\n          \"us0disable\": \"\",\n          \"classmask\": \"none\"\n        }\n      ],\n      \"upstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:R1\",\n          \"upbo-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbopsd-pb\": [\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            },\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            }\n          ],\n          \"upbo-reference-electrical-length-pb\": [\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            },\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            }\n          ],\n          \"aele-mode\": \"0\",\n          \"upbo-elmt\": \"0\"\n        },\n        {\n          \"name\": \"?:R1\",\n          \"upbo-electrical-length\": \"0\",\n          \"upbo-force-electrical-length\": false,\n          \"upbopsd-pb\": [\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            },\n            {\n              \"band\": 0,\n              \"upbopsd-a\": 4000,\n              \"upbopsd-b\": \"0\"\n            }\n          ],\n          \"upbo-reference-electrical-length-pb\": [\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            },\n            {\n              \"band\": 0,\n              \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n            }\n          ],\n          \"aele-mode\": \"0\",\n          \"upbo-elmt\": \"0\"\n        }\n      ],\n      \"downstream-power-back-off-profile\": [\n        {\n          \"name\": \"?:U\",\n          \"dpboepsd\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dpboesel\": \"0\",\n          \"dpboescm\": {\n            \"dpboescma\": \"0\",\n            \"dpboescmb\": \"0\",\n            \"dpboescmc\": \"0\"\n          },\n          \"dpbomus\": \"0\",\n          \"dpbofmin\": \"0\",\n          \"dpbofmax\": 8191,\n          \"dpbo-rsel\": \"0\"\n        },\n        {\n          \"name\": \"?:U\",\n          \"dpboepsd\": {\n            \"psdmask\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"dpboesel\": \"0\",\n          \"dpboescm\": {\n            \"dpboescma\": \"0\",\n            \"dpboescmb\": \"0\",\n            \"dpboescmc\": \"0\"\n          },\n          \"dpbomus\": \"0\",\n          \"dpbofmin\": \"0\",\n          \"dpbofmax\": 8191,\n          \"dpbo-rsel\": \"0\"\n        }\n      ],\n      \"radio-frequency-interference-profile\": [\n        {\n          \"name\": \"?:wI)D;3pI\",\n          \"rfibands\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        },\n        {\n          \"name\": \"?:wI)D;3pI\",\n          \"rfibands\": [\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            },\n            {\n              \"stop-index\": 0,\n              \"start-index\": 0\n            }\n          ]\n        }\n      ]\n    },\n    \"quality\": {\n      \"noise-margin-profile\": [\n        {\n          \"name\": \"?:YsJ\",\n          \"downstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          },\n          \"upstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          }\n        },\n        {\n          \"name\": \"?:YsJ\",\n          \"downstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          },\n          \"upstream\": {\n            \"snr-mode\": \"1\",\n            \"minimum-noise-margin\": \"0\",\n            \"target-noise-margin\": 60,\n            \"maximum-noise-margin\": \"unbounded\",\n            \"ra-mode\": \"4\",\n            \"upshift-noise-margin\": 70,\n            \"minimum-time-interval-upshift-sra\": 8,\n            \"downshift-noise-margin\": 50,\n            \"minimum-time-interval-downshift-sra\": 2\n          }\n        }\n      ],\n      \"impulse-noise-protection-delay-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          },\n          \"upstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          },\n          \"upstream\": {\n            \"force-framer-setting-inp\": false,\n            \"minimum-inp\": \"0\",\n            \"minimum-inp-8\": \"0\",\n            \"maximum-interleaving-delay\": \"16\",\n            \"maximum-delay-rtx\": 16,\n            \"minimum-delay-rtx\": \"0\",\n            \"minimum-inp-against-shine-rtx\": \"0\",\n            \"minimum-inp-against-shine-8-rtx\": \"0\",\n            \"shine-ratio-rtx\": \"0\",\n            \"minimum-inp-against-rein-rtx\": \"0\",\n            \"minimum-inp-against-rein-8-rtx\": \"0\",\n            \"rein-inter-arrival-time-rtx\": \"0\",\n            \"maximum-delay-variation\": \"unbounded\",\n            \"channel-initialization-policy\": \"0\",\n            \"mdosplit\": \"vendor-discretionary\",\n            \"attndr-method\": \"0\",\n            \"attndr-mdosplit\": \"vendor-discretionary\"\n          }\n        }\n      ],\n      \"virtual-noise-profile\": [\n        {\n          \"name\": \"?:%\",\n          \"downstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"fext-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"next-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"txrefvnsfds\": \"0\"\n          },\n          \"upstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"rxrefvnsfus\": \"0\"\n          }\n        },\n        {\n          \"name\": \"?:%\",\n          \"downstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"fext-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"next-txrefvnds\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"txrefvnsfds\": \"0\"\n          },\n          \"upstream\": {\n            \"virtual-noise\": {\n              \"psdmask\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"rxrefvnsfus\": \"0\"\n          }\n        }\n      ],\n      \"sos-profile\": [\n        {\n          \"name\": \"?:p5\",\n          \"downstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          },\n          \"upstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          }\n        },\n        {\n          \"name\": \"?:p5\",\n          \"downstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          },\n          \"upstream\": {\n            \"sos-time\": \"disabled\",\n            \"sos-ntones\": \"disabled\",\n            \"sos-crc\": \"disabled\",\n            \"max-sos\": \"unlimited\",\n            \"snrmoffset-roc\": \"0\",\n            \"inpmin-roc\": \"0\",\n            \"sos-roc-mode\": \"allowed\"\n          }\n        }\n      ],\n      \"impulse-noise-monitoring-profile\": [\n        {\n          \"name\": \"?:<Wi))t=\",\n          \"downstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          },\n          \"upstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          }\n        },\n        {\n          \"name\": \"?:<Wi))t=\",\n          \"downstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          },\n          \"upstream\": {\n            \"inmiato\": 3,\n            \"inmiats\": \"0\",\n            \"inmcc\": \"0\",\n            \"inm-inpeq-mode\": \"0\",\n            \"inm-inpeq-format\": \"0\",\n            \"inm-enable\": false\n          }\n        }\n      ],\n      \"re-initialization-policy-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          },\n          \"upstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          },\n          \"upstream\": {\n            \"ripolicy\": \"0\",\n            \"reinit-time-threshold\": 10\n          }\n        }\n      ],\n      \"vectoring-profile\": [\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-fext-cancel-method\": \"none\"\n          },\n          \"upstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-upbo-enabled\": false\n          },\n          \"vector-mode-enable\": \"all\"\n        },\n        {\n          \"name\": \"?:\",\n          \"downstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-fext-cancel-method\": \"none\"\n          },\n          \"upstream\": {\n            \"vector-band-control\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"fext-cancel-priority\": \"HIGH\",\n            \"fext-cancel-enable\": \"1\",\n            \"xlin-group-size-req\": 1,\n            \"vect-legacy-upbo-enabled\": false\n          },\n          \"vector-mode-enable\": \"all\"\n        }\n      ],\n      \"data-gathering-profile\": [\n        {\n          \"name\": \"?:(\",\n          \"vtu\": {\n            \"logging-depth-event-percentage-o\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-o\": \"0\",\n            \"logging-depth-event-percentage-r\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-r\": \"0\",\n            \"logging-report-newer-first\": false\n          }\n        },\n        {\n          \"name\": \"?:(\",\n          \"vtu\": {\n            \"logging-depth-event-percentage-o\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-o\": \"0\",\n            \"logging-depth-event-percentage-r\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"logging-depth-reporting-r\": \"0\",\n            \"logging-report-newer-first\": false\n          }\n        }\n      ]\n    },\n    \"thresholds\": {\n      \"line-threshold-profile\": [\n        {\n          \"name\": \"?:c5(\",\n          \"forward-error-correction-seconds-threshold\": \"0\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": \"0\",\n          \"unavailable-seconds-threshold\": \"0\",\n          \"leftr-defects-seconds-threshold\": \"0\",\n          \"leftr-defect-threshold\": \"etr-default-threshold\",\n          \"full-initializations-threshold\": \"0\",\n          \"failed-full-initializations-threshold\": \"0\",\n          \"short-initializations-threshold\": \"0\",\n          \"failed-short-initializations-threshold\": \"0\",\n          \"spontaneous-interruptions-threshold\": \"0\",\n          \"excessive-errored-seconds-threshold\": \"0\",\n          \"line-reinit-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:c5(\",\n          \"forward-error-correction-seconds-threshold\": \"0\",\n          \"errored-seconds-threshold\": \"0\",\n          \"severely-errored-seconds-threshold\": \"0\",\n          \"loss-of-signal-seconds-threshold\": \"0\",\n          \"unavailable-seconds-threshold\": \"0\",\n          \"leftr-defects-seconds-threshold\": \"0\",\n          \"leftr-defect-threshold\": \"etr-default-threshold\",\n          \"full-initializations-threshold\": \"0\",\n          \"failed-full-initializations-threshold\": \"0\",\n          \"short-initializations-threshold\": \"0\",\n          \"failed-short-initializations-threshold\": \"0\",\n          \"spontaneous-interruptions-threshold\": \"0\",\n          \"excessive-errored-seconds-threshold\": \"0\",\n          \"line-reinit-threshold\": \"0\"\n        }\n      ],\n      \"channel-threshold-profile\": [\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"forward-error-corrections-threshold\": \"0\",\n          \"uncorrected-dtus-threshold\": \"0\"\n        },\n        {\n          \"name\": \"?:\",\n          \"code-violations-threshold\": \"0\",\n          \"forward-error-corrections-threshold\": \"0\",\n          \"uncorrected-dtus-threshold\": \"0\"\n        }\n      ],\n      \"threshold-template\": [\n        {\n          \"name\": \"?:x6\",\n          \"xtu-c\": {\n            \"xtu-15min-line-profile\": \"?:\",\n            \"xtu-24hr-line-profile\": \"?:[x~{:\",\n            \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n            \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n          },\n          \"xtu-r\": {\n            \"xtu-15min-line-profile\": \"?:`\",\n            \"xtu-24hr-line-profile\": \"?:-\",\n            \"xtu-15min-channel-threshold-profile\": \"?:\",\n            \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n          }\n        },\n        {\n          \"name\": \"?:x6\",\n          \"xtu-c\": {\n            \"xtu-15min-line-profile\": \"?:\",\n            \"xtu-24hr-line-profile\": \"?:[x~{:\",\n            \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n            \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n          },\n          \"xtu-r\": {\n            \"xtu-15min-line-profile\": \"?:`\",\n            \"xtu-24hr-line-profile\": \"?:-\",\n            \"xtu-15min-channel-threshold-profile\": \"?:\",\n            \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n          }\n        }\n      ]\n    },\n    \"vectors\": {\n      \"line-config-vector\": [\n        {\n          \"line-spectrum-profile\": \"?:\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n          \"noise-margin-profile\": \"?:\",\n          \"virtual-noise-profile\": \"?:q\",\n          \"sos-profile\": \"?:xl\",\n          \"impulse-noise-monitoring-profile\": \"?:4V\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:l\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": \"?:\",\n            \"upstream-data-rate-profile\": \"?:\\\"^\",\n            \"impulse-noise-protection-delay-profile\": \"?:+\"\n          },\n          \"re-initialization-policy-profile\": \"?:+#64\",\n          \"data-gathering-profile\": \"?:\"\n        },\n        {\n          \"line-spectrum-profile\": \"?:\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n          \"noise-margin-profile\": \"?:\",\n          \"virtual-noise-profile\": \"?:q\",\n          \"sos-profile\": \"?:xl\",\n          \"impulse-noise-monitoring-profile\": \"?:4V\",\n          \"vectoring-profile\": \"?:\",\n          \"name\": \"?:l\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": \"?:\",\n            \"upstream-data-rate-profile\": \"?:\\\"^\",\n            \"impulse-noise-protection-delay-profile\": \"?:+\"\n          },\n          \"re-initialization-policy-profile\": \"?:+#64\",\n          \"data-gathering-profile\": \"?:\"\n        }\n      ]\n    },\n    \"vce-parameters\": {\n      \"vce-gain-achieved\": \"at-init\",\n      \"vce-historical-prepost-coder-enabled\": false\n    },\n    \"legacy-upbo\": {\n      \"vect-legacy-upbo-ref\": \"?:vJ3\"\n    },\n    \"vectoring-fallback\": {\n      \"fallback-criteria\": \"none\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\",\n        \"impulse-noise-protection-delay-profile\": \"?:t\"\n      },\n      \"line-spectrum-profile\": \"?::dw(B*y\",\n      \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:\",\n      \"noise-margin-profile\": \"?:Vy\",\n      \"virtual-noise-profile\": \"?:H\",\n      \"sos-profile\": \"?:\",\n      \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7e2c4e4-0dd7-40be-908c-226ef6d29d14"},{"name":"POST - NodeID - bbf-vdsl - service","id":"40dab0e9-b1ce-4529-9385-070662ae5498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ],\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service","description":"<p>Service profile configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"66ec99b3-c890-49f5-849d-74a3ecea06d4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ],\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40dab0e9-b1ce-4529-9385-070662ae5498"},{"name":"GET - NodeID - bbf-vdsl - service","id":"0f6b3786-8619-4145-8d63-ce34ea0e2006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service?content=<string>","description":"<p>Service profile configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cc8dd284-106f-4de4-9bd9-e4514cbea1a1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ]\n  }\n}"}],"_postman_id":"0f6b3786-8619-4145-8d63-ce34ea0e2006"},{"name":"DELETE - NodeID - bbf-vdsl - service","id":"7625a775-0331-45c9-a454-9245f3d30560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service","description":"<p>Service profile configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bc2ed3b1-62ff-4229-9a96-a0b26aa24220","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7625a775-0331-45c9-a454-9245f3d30560"},{"name":"PUT - NodeID - bbf-vdsl - service","id":"8a9caf93-a863-40bc-8f66-42a9b4c243e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service","description":"<p>Service profile configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c017b7f4-66b8-466a-b977-8a6f73fed9b8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6cd80078-0165-4b86-832f-b947b421f618","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"service\": {\n    \"downstream-data-rate-profile\": [\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:S<Jb\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ],\n    \"upstream-data-rate-profile\": [\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      },\n      {\n        \"name\": \"?:R\",\n        \"minimum-net-data-rate\": \"0\",\n        \"maximum-net-data-rate\": 4294967295,\n        \"minimum-data-rate-in-low-power-state\": \"0\",\n        \"maximum-bit-error-ratio\": \"1e-7\",\n        \"data-rate-threshold-upshift\": \"0\",\n        \"data-rate-threshold-downshift\": \"0\",\n        \"minimum-sos-data-rate\": \"0\",\n        \"minimum-expected-throughput-rtx\": \"0\",\n        \"maximum-expected-throughput-rtx\": 4294967295,\n        \"maximum-net-data-rate-rtx\": 4294967295,\n        \"target-net-data-rate\": 4294967295,\n        \"target-expected-throughput\": 4294967295,\n        \"leftr-defect-threshold\": \"etr-default-threshold\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a9caf93-a863-40bc-8f66-42a9b4c243e0"},{"name":"POST - NodeID - bbf-vdsl - downstream-data-rate-profile","id":"2f406ea4-1f36-4a0e-8715-3202b1909e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"minimum-net-data-rate\": \"0\",\n  \"maximum-net-data-rate\": 4294967295,\n  \"minimum-data-rate-in-low-power-state\": \"0\",\n  \"maximum-bit-error-ratio\": \"1e-7\",\n  \"data-rate-threshold-upshift\": \"0\",\n  \"data-rate-threshold-downshift\": \"0\",\n  \"minimum-sos-data-rate\": \"0\",\n  \"minimum-expected-throughput-rtx\": \"0\",\n  \"maximum-expected-throughput-rtx\": 4294967295,\n  \"maximum-net-data-rate-rtx\": 4294967295,\n  \"target-net-data-rate\": 4294967295,\n  \"target-expected-throughput\": 4294967295,\n  \"leftr-defect-threshold\": \"etr-default-threshold\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/downstream-data-rate-profile=<string>","description":"<p>Downstream Data Rate Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","downstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cab5d354-61b2-420f-b343-a16c57e71d92","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"minimum-net-data-rate\": \"0\",\n  \"maximum-net-data-rate\": 4294967295,\n  \"minimum-data-rate-in-low-power-state\": \"0\",\n  \"maximum-bit-error-ratio\": \"1e-7\",\n  \"data-rate-threshold-upshift\": \"0\",\n  \"data-rate-threshold-downshift\": \"0\",\n  \"minimum-sos-data-rate\": \"0\",\n  \"minimum-expected-throughput-rtx\": \"0\",\n  \"maximum-expected-throughput-rtx\": 4294967295,\n  \"maximum-net-data-rate-rtx\": 4294967295,\n  \"target-net-data-rate\": 4294967295,\n  \"target-expected-throughput\": 4294967295,\n  \"leftr-defect-threshold\": \"etr-default-threshold\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/downstream-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f406ea4-1f36-4a0e-8715-3202b1909e7d"},{"name":"GET - NodeID - bbf-vdsl - downstream-data-rate-profile","id":"b41400ff-dc21-418b-b0d9-d04900897cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/downstream-data-rate-profile=<string>?content=<string>","description":"<p>Downstream Data Rate Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","downstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"40e3f833-f984-49e3-9793-ca049eb7b013","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/downstream-data-rate-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","downstream-data-rate-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}"}],"_postman_id":"b41400ff-dc21-418b-b0d9-d04900897cb6"},{"name":"DELETE - NodeID - bbf-vdsl - downstream-data-rate-profile","id":"eaa504d4-fdd0-4682-b4ee-24411a4ac4db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/downstream-data-rate-profile=<string>","description":"<p>Downstream Data Rate Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","downstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7203315c-06cb-4a1d-b91b-a7cc3e511923","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/downstream-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eaa504d4-fdd0-4682-b4ee-24411a4ac4db"},{"name":"PUT - NodeID - bbf-vdsl - downstream-data-rate-profile","id":"886b8972-7f78-45f1-a544-ebeccbbaa4b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/downstream-data-rate-profile=<string>","description":"<p>Downstream Data Rate Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","downstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"78bf8d96-ec36-47f1-8613-fa4e5e90e759","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/downstream-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8d1a9d1c-d8d0-46ee-9997-a0a437fb8e0e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": [\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:S<Jb\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/downstream-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"886b8972-7f78-45f1-a544-ebeccbbaa4b0"},{"name":"POST - NodeID - bbf-vdsl - upstream-data-rate-profile","id":"92d87218-09a3-432e-8379-7e30757513af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"minimum-net-data-rate\": \"0\",\n  \"maximum-net-data-rate\": 4294967295,\n  \"minimum-data-rate-in-low-power-state\": \"0\",\n  \"maximum-bit-error-ratio\": \"1e-7\",\n  \"data-rate-threshold-upshift\": \"0\",\n  \"data-rate-threshold-downshift\": \"0\",\n  \"minimum-sos-data-rate\": \"0\",\n  \"minimum-expected-throughput-rtx\": \"0\",\n  \"maximum-expected-throughput-rtx\": 4294967295,\n  \"maximum-net-data-rate-rtx\": 4294967295,\n  \"target-net-data-rate\": 4294967295,\n  \"target-expected-throughput\": 4294967295,\n  \"leftr-defect-threshold\": \"etr-default-threshold\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/upstream-data-rate-profile=<string>","description":"<p>Upstream Data Rate Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","upstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"43fe9664-506c-44b7-a7c1-76dfc1c5a382","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"minimum-net-data-rate\": \"0\",\n  \"maximum-net-data-rate\": 4294967295,\n  \"minimum-data-rate-in-low-power-state\": \"0\",\n  \"maximum-bit-error-ratio\": \"1e-7\",\n  \"data-rate-threshold-upshift\": \"0\",\n  \"data-rate-threshold-downshift\": \"0\",\n  \"minimum-sos-data-rate\": \"0\",\n  \"minimum-expected-throughput-rtx\": \"0\",\n  \"maximum-expected-throughput-rtx\": 4294967295,\n  \"maximum-net-data-rate-rtx\": 4294967295,\n  \"target-net-data-rate\": 4294967295,\n  \"target-expected-throughput\": 4294967295,\n  \"leftr-defect-threshold\": \"etr-default-threshold\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/upstream-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"92d87218-09a3-432e-8379-7e30757513af"},{"name":"GET - NodeID - bbf-vdsl - upstream-data-rate-profile","id":"eb5eca25-5a8d-469a-958e-aaaa053963c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/upstream-data-rate-profile=<string>?content=<string>","description":"<p>Upstream Data Rate Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","upstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f649f619-bddb-49d5-a7cf-268f9933dea8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/upstream-data-rate-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","upstream-data-rate-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}"}],"_postman_id":"eb5eca25-5a8d-469a-958e-aaaa053963c7"},{"name":"DELETE - NodeID - bbf-vdsl - upstream-data-rate-profile","id":"e4f24230-c01e-43c7-86f3-bcb51fb293e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/upstream-data-rate-profile=<string>","description":"<p>Upstream Data Rate Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","upstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1903244d-06a1-4e01-bd3f-f7181eb9698a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/upstream-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4f24230-c01e-43c7-86f3-bcb51fb293e2"},{"name":"PUT - NodeID - bbf-vdsl - upstream-data-rate-profile","id":"0cfdceeb-8190-4a10-98bd-9f0e75337ad2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/upstream-data-rate-profile=<string>","description":"<p>Upstream Data Rate Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","service","upstream-data-rate-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ed419e3-d59e-485f-8c9c-c45b3ecf87ab","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/upstream-data-rate-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"599ab723-9478-42f3-a87a-01f787fb6d29","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream-data-rate-profile\": [\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    },\n    {\n      \"name\": \"?:R\",\n      \"minimum-net-data-rate\": \"0\",\n      \"maximum-net-data-rate\": 4294967295,\n      \"minimum-data-rate-in-low-power-state\": \"0\",\n      \"maximum-bit-error-ratio\": \"1e-7\",\n      \"data-rate-threshold-upshift\": \"0\",\n      \"data-rate-threshold-downshift\": \"0\",\n      \"minimum-sos-data-rate\": \"0\",\n      \"minimum-expected-throughput-rtx\": \"0\",\n      \"maximum-expected-throughput-rtx\": 4294967295,\n      \"maximum-net-data-rate-rtx\": 4294967295,\n      \"target-net-data-rate\": 4294967295,\n      \"target-expected-throughput\": 4294967295,\n      \"leftr-defect-threshold\": \"etr-default-threshold\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/service/upstream-data-rate-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0cfdceeb-8190-4a10-98bd-9f0e75337ad2"},{"name":"POST - NodeID - bbf-vdsl - spectrum","id":"6f944890-5233-43aa-99f4-737c0947a1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    },\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    }\n  ],\n  \"mode-specific-psd-profile\": [\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    },\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    }\n  ],\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    },\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    }\n  ],\n  \"downstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    },\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    }\n  ],\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum","description":"<p>Spectrum profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d453a562-f4d0-4c88-9e6e-7e99b854fda0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    },\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    }\n  ],\n  \"mode-specific-psd-profile\": [\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    },\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    }\n  ],\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    },\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    }\n  ],\n  \"downstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    },\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    }\n  ],\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f944890-5233-43aa-99f4-737c0947a1ed"},{"name":"GET - NodeID - bbf-vdsl - spectrum","id":"c492e3da-7329-493e-b893-de3b551797fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum?content=<string>","description":"<p>Spectrum profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"734d4289-8cd3-4620-a7bf-5c3eabed3f8a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:3\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:3\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      },\n      {\n        \"name\": \"?:\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:3\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:3\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      }\n    ],\n    \"mode-specific-psd-profile\": [\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      },\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      }\n    ],\n    \"downstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:?\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      },\n      {\n        \"name\": \"?:?\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:Jwq`\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:Jwq`\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"c492e3da-7329-493e-b893-de3b551797fc"},{"name":"DELETE - NodeID - bbf-vdsl - spectrum","id":"3f28fb15-12c6-4af9-b1b1-728045ef0ff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum","description":"<p>Spectrum profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9d036766-8a99-4e60-9e5a-b8c5855845f5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f28fb15-12c6-4af9-b1b1-728045ef0ff9"},{"name":"PUT - NodeID - bbf-vdsl - spectrum","id":"b9766a89-a9a2-425e-a6e8-1882ce087fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      },\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      }\n    ],\n    \"mode-specific-psd-profile\": [\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      },\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      },\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      }\n    ],\n    \"downstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      },\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum","description":"<p>Spectrum profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"214f84eb-6b9d-4a9f-9182-8e656a0359b8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      },\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      }\n    ],\n    \"mode-specific-psd-profile\": [\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      },\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      },\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      }\n    ],\n    \"downstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      },\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b90ecf60-a23b-46d9-ac65-042060da7eef","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"spectrum\": {\n    \"line-spectrum-profile\": [\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      },\n      {\n        \"name\": \"?:s# :RR]n\",\n        \"xtse\": [\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          },\n          {\n            \"mode-specific-psd-profile\": \"?:'~b\",\n            \"ts\": \"xts1\"\n          }\n        ],\n        \"power-management-mode\": \"all\",\n        \"l0-minimum-time\": 127,\n        \"l2-minimum-time\": 127,\n        \"l2-maximum-aggregate-power-reduction-per\": 1,\n        \"l2-maximum-aggregate-power-reduction-total\": 10,\n        \"carmaskds\": [\n          0,\n          0\n        ],\n        \"carmaskus\": [\n          0,\n          0\n        ],\n        \"vdsl2-carmask\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"msgminds\": 16,\n        \"msgminus\": 16,\n        \"profiles\": \"all\",\n        \"us0mask\": \"all\",\n        \"cyclic-extension-flag\": false,\n        \"rtx-mode-ds\": \"1\",\n        \"rtx-mode-us\": \"1\",\n        \"vdsl-modem-features\": \"standard\",\n        \"vdsl-max-frequency\": \"<string>\"\n      }\n    ],\n    \"mode-specific-psd-profile\": [\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      },\n      {\n        \"ts\": \"xts1\",\n        \"name\": \"?:pFo?/\",\n        \"maximum-nominal-psd-ds\": -400,\n        \"maximum-nominal-psd-us\": -380,\n        \"maximum-aggregate-transmit-power-ds\": 255,\n        \"maximum-aggregate-transmit-power-us\": 255,\n        \"maximum-aggregate-receive-power-us\": \"unbounded\",\n        \"psd-mask-ds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"upstream_psd_mask_selection\": 9,\n        \"psd-mask-us\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"limitmask\": \"\",\n        \"us0disable\": \"\",\n        \"classmask\": \"none\"\n      }\n    ],\n    \"upstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      },\n      {\n        \"name\": \"?:R1\",\n        \"upbo-electrical-length\": \"0\",\n        \"upbo-force-electrical-length\": false,\n        \"upbopsd-pb\": [\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          },\n          {\n            \"band\": 0,\n            \"upbopsd-a\": 4000,\n            \"upbopsd-b\": \"0\"\n          }\n        ],\n        \"upbo-reference-electrical-length-pb\": [\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          },\n          {\n            \"band\": 0,\n            \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n          }\n        ],\n        \"aele-mode\": \"0\",\n        \"upbo-elmt\": \"0\"\n      }\n    ],\n    \"downstream-power-back-off-profile\": [\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      },\n      {\n        \"name\": \"?:U\",\n        \"dpboepsd\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"dpboesel\": \"0\",\n        \"dpboescm\": {\n          \"dpboescma\": \"0\",\n          \"dpboescmb\": \"0\",\n          \"dpboescmc\": \"0\"\n        },\n        \"dpbomus\": \"0\",\n        \"dpbofmin\": \"0\",\n        \"dpbofmax\": 8191,\n        \"dpbo-rsel\": \"0\"\n      }\n    ],\n    \"radio-frequency-interference-profile\": [\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      },\n      {\n        \"name\": \"?:wI)D;3pI\",\n        \"rfibands\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9766a89-a9a2-425e-a6e8-1882ce087fb3"},{"name":"POST - NodeID - bbf-vdsl - line-spectrum-profile","id":"5ddcd500-265f-4465-90c2-cea8b215a27c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xtse\": [\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    },\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    }\n  ],\n  \"power-management-mode\": \"all\",\n  \"l0-minimum-time\": 127,\n  \"l2-minimum-time\": 127,\n  \"l2-maximum-aggregate-power-reduction-per\": 1,\n  \"l2-maximum-aggregate-power-reduction-total\": 10,\n  \"carmaskds\": [\n    0,\n    0\n  ],\n  \"carmaskus\": [\n    0,\n    0\n  ],\n  \"vdsl2-carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ],\n  \"msgminds\": 16,\n  \"msgminus\": 16,\n  \"profiles\": \"all\",\n  \"us0mask\": \"all\",\n  \"cyclic-extension-flag\": false,\n  \"rtx-mode-ds\": \"1\",\n  \"rtx-mode-us\": \"1\",\n  \"vdsl-modem-features\": \"standard\",\n  \"vdsl-max-frequency\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>","description":"<p>Line Spectrum Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dd323651-c67c-4b3c-b6bc-fcc207e31896","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"xtse\": [\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    },\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    }\n  ],\n  \"power-management-mode\": \"all\",\n  \"l0-minimum-time\": 127,\n  \"l2-minimum-time\": 127,\n  \"l2-maximum-aggregate-power-reduction-per\": 1,\n  \"l2-maximum-aggregate-power-reduction-total\": 10,\n  \"carmaskds\": [\n    0,\n    0\n  ],\n  \"carmaskus\": [\n    0,\n    0\n  ],\n  \"vdsl2-carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ],\n  \"msgminds\": 16,\n  \"msgminus\": 16,\n  \"profiles\": \"all\",\n  \"us0mask\": \"all\",\n  \"cyclic-extension-flag\": false,\n  \"rtx-mode-ds\": \"1\",\n  \"rtx-mode-us\": \"1\",\n  \"vdsl-modem-features\": \"standard\",\n  \"vdsl-max-frequency\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5ddcd500-265f-4465-90c2-cea8b215a27c"},{"name":"GET - NodeID - bbf-vdsl - line-spectrum-profile","id":"8b99bbf8-0b42-45d2-a75a-6353646d9be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>?content=<string>","description":"<p>Line Spectrum Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3d802aca-f3d8-4e1d-8f46-6cb79add4bde","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:3\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:3\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    },\n    {\n      \"name\": \"?:\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:3\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:3\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"8b99bbf8-0b42-45d2-a75a-6353646d9be1"},{"name":"DELETE - NodeID - bbf-vdsl - line-spectrum-profile","id":"e60871f1-4305-4002-9818-6327c3dea6ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>","description":"<p>Line Spectrum Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3aabc22f-277d-4f03-8126-0b1dc1a7bb90","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e60871f1-4305-4002-9818-6327c3dea6ff"},{"name":"PUT - NodeID - bbf-vdsl - line-spectrum-profile","id":"b66f89c8-5a23-4db4-bfc6-8cd28fd48866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    },\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>","description":"<p>Line Spectrum Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"372c3808-c8d3-4b6b-ab75-5693286c7c70","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    },\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"66bd3021-d7bc-4f94-9022-475754dc49fa","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-spectrum-profile\": [\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    },\n    {\n      \"name\": \"?:s# :RR]n\",\n      \"xtse\": [\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        },\n        {\n          \"mode-specific-psd-profile\": \"?:'~b\",\n          \"ts\": \"xts1\"\n        }\n      ],\n      \"power-management-mode\": \"all\",\n      \"l0-minimum-time\": 127,\n      \"l2-minimum-time\": 127,\n      \"l2-maximum-aggregate-power-reduction-per\": 1,\n      \"l2-maximum-aggregate-power-reduction-total\": 10,\n      \"carmaskds\": [\n        0,\n        0\n      ],\n      \"carmaskus\": [\n        0,\n        0\n      ],\n      \"vdsl2-carmask\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ],\n      \"msgminds\": 16,\n      \"msgminus\": 16,\n      \"profiles\": \"all\",\n      \"us0mask\": \"all\",\n      \"cyclic-extension-flag\": false,\n      \"rtx-mode-ds\": \"1\",\n      \"rtx-mode-us\": \"1\",\n      \"vdsl-modem-features\": \"standard\",\n      \"vdsl-max-frequency\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b66f89c8-5a23-4db4-bfc6-8cd28fd48866"},{"name":"POST - NodeID - bbf-vdsl - xtse","id":"b857a530-b818-4550-be41-7238adfb9d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mode-specific-psd-profile\": \"?:'~b\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/xtse=<string>","description":"<p>Identifies a mode specific PSD profile for each\ntransmission system type.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","xtse=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9c3d440f-43ad-4cd0-908e-52e9cf9cc57c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mode-specific-psd-profile\": \"?:'~b\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/xtse=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b857a530-b818-4550-be41-7238adfb9d94"},{"name":"GET - NodeID - bbf-vdsl - xtse","id":"5021f78b-41f5-430e-ae2f-06b7d326c9d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/xtse=<string>?content=<string>","description":"<p>Identifies a mode specific PSD profile for each\ntransmission system type.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","xtse=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c12fbd1e-db39-4f34-968b-b6a62d808880","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/xtse=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","xtse=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtse\": [\n    {\n      \"mode-specific-psd-profile\": \"?:3\",\n      \"ts\": \"xts1\"\n    },\n    {\n      \"mode-specific-psd-profile\": \"?:3\",\n      \"ts\": \"xts1\"\n    }\n  ]\n}"}],"_postman_id":"5021f78b-41f5-430e-ae2f-06b7d326c9d7"},{"name":"DELETE - NodeID - bbf-vdsl - xtse","id":"4e904e70-7f13-4e57-a07c-8ba6e7628f48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/xtse=<string>","description":"<p>Identifies a mode specific PSD profile for each\ntransmission system type.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","xtse=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a0c5b6f2-9377-4de5-a036-7f8feab188f1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/xtse=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4e904e70-7f13-4e57-a07c-8ba6e7628f48"},{"name":"PUT - NodeID - bbf-vdsl - xtse","id":"731c521f-7c11-4d28-8c11-e7e7d0af9d9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xtse\": [\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    },\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/xtse=<string>","description":"<p>Identifies a mode specific PSD profile for each\ntransmission system type.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","xtse=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"21fd7ca4-1c5b-4dbe-9820-ed9cc1348860","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtse\": [\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    },\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/xtse=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9d10bd64-e57e-4d97-960f-8e25a3438cd2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtse\": [\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    },\n    {\n      \"mode-specific-psd-profile\": \"?:'~b\",\n      \"ts\": \"xts1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/xtse=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"731c521f-7c11-4d28-8c11-e7e7d0af9d9e"},{"name":"POST - NodeID - bbf-vdsl - vdsl2-carmask","id":"ada56203-bfa8-4f77-858d-fe1ba2044290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/vdsl2-carmask=<string>","description":"<p>This configuration parameter defines the restrictions,\nadditional to the band plan, to determine the set of\nsubcarriers allowed for transmission in both upstream\nand downstream directions.</p>\n<p>The VDSL2-CARMASK will describe the not masked\nsubcarriers as one or more frequency bands. Each band is\nrepresented by start and stop subcarrier indices with a\nsubcarrier spacing of 4.3125 kHz. The valid range of\nsubcarrier indices specifying the VDSL2-CARMASK is from\nto at least the index of the highest allowed\nsubcarrier in both transmission directions among all\nprofiles enabled by the parameter PROFILES (see clause\n7.3.1.1.11 of ITU-T G.997.1).</p>\n<p>Up to 16 bands may be specified. Other subcarriers will be\nmasked.</p>\n<p>For profiles using 8.625 kHz tone spacing, the odd\nsubcarrier indices i4.3125 in VDSL2-CARMASK will be\ntransformed into actual subcarrier indices i8.625 using\nthe following rule:</p>\n<ul>\n<li>for the start frequency of each band:\n  i8.625 = (i4.3125 + 1)/2</li>\n<li>for the stop frequency of each band:\n  i8.625 = (i4.3125 - 1)/2.</li>\n</ul>\n<p>The default is an empty list indicating no masked\nsub-carriers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","vdsl2-carmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bdc56cfc-5af1-4e0b-a99e-fd14439c953e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/vdsl2-carmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ada56203-bfa8-4f77-858d-fe1ba2044290"},{"name":"GET - NodeID - bbf-vdsl - vdsl2-carmask","id":"a413218a-bc09-4ce5-be67-158cdb211ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/vdsl2-carmask=<string>?content=<string>","description":"<p>This configuration parameter defines the restrictions,\nadditional to the band plan, to determine the set of\nsubcarriers allowed for transmission in both upstream\nand downstream directions.</p>\n<p>The VDSL2-CARMASK will describe the not masked\nsubcarriers as one or more frequency bands. Each band is\nrepresented by start and stop subcarrier indices with a\nsubcarrier spacing of 4.3125 kHz. The valid range of\nsubcarrier indices specifying the VDSL2-CARMASK is from\nto at least the index of the highest allowed\nsubcarrier in both transmission directions among all\nprofiles enabled by the parameter PROFILES (see clause\n7.3.1.1.11 of ITU-T G.997.1).</p>\n<p>Up to 16 bands may be specified. Other subcarriers will be\nmasked.</p>\n<p>For profiles using 8.625 kHz tone spacing, the odd\nsubcarrier indices i4.3125 in VDSL2-CARMASK will be\ntransformed into actual subcarrier indices i8.625 using\nthe following rule:</p>\n<ul>\n<li>for the start frequency of each band:\n  i8.625 = (i4.3125 + 1)/2</li>\n<li>for the stop frequency of each band:\n  i8.625 = (i4.3125 - 1)/2.</li>\n</ul>\n<p>The default is an empty list indicating no masked\nsub-carriers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","vdsl2-carmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"259ea2ed-86a3-4672-b973-5b20fb4e0a4b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/vdsl2-carmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","vdsl2-carmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vdsl2-carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}"}],"_postman_id":"a413218a-bc09-4ce5-be67-158cdb211ae4"},{"name":"DELETE - NodeID - bbf-vdsl - vdsl2-carmask","id":"f0a4b9b2-f93e-4175-aba0-8dd57a276b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/vdsl2-carmask=<string>","description":"<p>This configuration parameter defines the restrictions,\nadditional to the band plan, to determine the set of\nsubcarriers allowed for transmission in both upstream\nand downstream directions.</p>\n<p>The VDSL2-CARMASK will describe the not masked\nsubcarriers as one or more frequency bands. Each band is\nrepresented by start and stop subcarrier indices with a\nsubcarrier spacing of 4.3125 kHz. The valid range of\nsubcarrier indices specifying the VDSL2-CARMASK is from\nto at least the index of the highest allowed\nsubcarrier in both transmission directions among all\nprofiles enabled by the parameter PROFILES (see clause\n7.3.1.1.11 of ITU-T G.997.1).</p>\n<p>Up to 16 bands may be specified. Other subcarriers will be\nmasked.</p>\n<p>For profiles using 8.625 kHz tone spacing, the odd\nsubcarrier indices i4.3125 in VDSL2-CARMASK will be\ntransformed into actual subcarrier indices i8.625 using\nthe following rule:</p>\n<ul>\n<li>for the start frequency of each band:\n  i8.625 = (i4.3125 + 1)/2</li>\n<li>for the stop frequency of each band:\n  i8.625 = (i4.3125 - 1)/2.</li>\n</ul>\n<p>The default is an empty list indicating no masked\nsub-carriers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","vdsl2-carmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"09895d3d-9e58-4764-8010-cc61469efa15","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/vdsl2-carmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0a4b9b2-f93e-4175-aba0-8dd57a276b0b"},{"name":"PUT - NodeID - bbf-vdsl - vdsl2-carmask","id":"714e208c-aade-4334-ae26-b4acb4cabace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vdsl2-carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/vdsl2-carmask=<string>","description":"<p>This configuration parameter defines the restrictions,\nadditional to the band plan, to determine the set of\nsubcarriers allowed for transmission in both upstream\nand downstream directions.</p>\n<p>The VDSL2-CARMASK will describe the not masked\nsubcarriers as one or more frequency bands. Each band is\nrepresented by start and stop subcarrier indices with a\nsubcarrier spacing of 4.3125 kHz. The valid range of\nsubcarrier indices specifying the VDSL2-CARMASK is from\nto at least the index of the highest allowed\nsubcarrier in both transmission directions among all\nprofiles enabled by the parameter PROFILES (see clause\n7.3.1.1.11 of ITU-T G.997.1).</p>\n<p>Up to 16 bands may be specified. Other subcarriers will be\nmasked.</p>\n<p>For profiles using 8.625 kHz tone spacing, the odd\nsubcarrier indices i4.3125 in VDSL2-CARMASK will be\ntransformed into actual subcarrier indices i8.625 using\nthe following rule:</p>\n<ul>\n<li>for the start frequency of each band:\n  i8.625 = (i4.3125 + 1)/2</li>\n<li>for the stop frequency of each band:\n  i8.625 = (i4.3125 - 1)/2.</li>\n</ul>\n<p>The default is an empty list indicating no masked\nsub-carriers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","line-spectrum-profile=<string>","vdsl2-carmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f6b7257a-2c68-46ff-b9fe-1054ff6d4996","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vdsl2-carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/vdsl2-carmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ad3f0adb-98f0-4583-aeb8-c6439d4418a4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vdsl2-carmask\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/line-spectrum-profile=<string>/vdsl2-carmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"714e208c-aade-4334-ae26-b4acb4cabace"},{"name":"POST - NodeID - bbf-vdsl - mode-specific-psd-profile","id":"d36e3a0a-1a44-40bb-bf28-7af7d946b762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ts\": \"xts1\",\n  \"maximum-nominal-psd-ds\": -400,\n  \"maximum-nominal-psd-us\": -380,\n  \"maximum-aggregate-transmit-power-ds\": 255,\n  \"maximum-aggregate-transmit-power-us\": 255,\n  \"maximum-aggregate-receive-power-us\": \"unbounded\",\n  \"psd-mask-ds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"upstream_psd_mask_selection\": 9,\n  \"psd-mask-us\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"limitmask\": \"\",\n  \"us0disable\": \"\",\n  \"classmask\": \"none\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>","description":"<p>Mode Specific PSD Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b9a25b0d-32b7-4252-902b-4f23a8d4ef72","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ts\": \"xts1\",\n  \"maximum-nominal-psd-ds\": -400,\n  \"maximum-nominal-psd-us\": -380,\n  \"maximum-aggregate-transmit-power-ds\": 255,\n  \"maximum-aggregate-transmit-power-us\": 255,\n  \"maximum-aggregate-receive-power-us\": \"unbounded\",\n  \"psd-mask-ds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"upstream_psd_mask_selection\": 9,\n  \"psd-mask-us\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"limitmask\": \"\",\n  \"us0disable\": \"\",\n  \"classmask\": \"none\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d36e3a0a-1a44-40bb-bf28-7af7d946b762"},{"name":"GET - NodeID - bbf-vdsl - mode-specific-psd-profile","id":"34f1042b-8177-4935-b3f7-0bdfb7887abf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>?content=<string>","description":"<p>Mode Specific PSD Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5092fc20-6e3c-4670-b574-f7114106fefb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mode-specific-psd-profile\": [\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    },\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    }\n  ]\n}"}],"_postman_id":"34f1042b-8177-4935-b3f7-0bdfb7887abf"},{"name":"DELETE - NodeID - bbf-vdsl - mode-specific-psd-profile","id":"5739d968-2377-4caf-b9e0-8fc5251583ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>","description":"<p>Mode Specific PSD Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5d503fd5-3640-4d9c-b8ff-b26e07b3a940","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5739d968-2377-4caf-b9e0-8fc5251583ec"},{"name":"PUT - NodeID - bbf-vdsl - mode-specific-psd-profile","id":"c662fb0c-61d6-4736-9d82-bf090e7cc622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mode-specific-psd-profile\": [\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    },\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>","description":"<p>Mode Specific PSD Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9e4daf69-6e29-4602-a578-0a395ac7dbc3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mode-specific-psd-profile\": [\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    },\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f8380242-5216-4455-ae1a-ee7765f00cb2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mode-specific-psd-profile\": [\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    },\n    {\n      \"ts\": \"xts1\",\n      \"name\": \"?:pFo?/\",\n      \"maximum-nominal-psd-ds\": -400,\n      \"maximum-nominal-psd-us\": -380,\n      \"maximum-aggregate-transmit-power-ds\": 255,\n      \"maximum-aggregate-transmit-power-us\": 255,\n      \"maximum-aggregate-receive-power-us\": \"unbounded\",\n      \"psd-mask-ds\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"upstream_psd_mask_selection\": 9,\n      \"psd-mask-us\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"limitmask\": \"\",\n      \"us0disable\": \"\",\n      \"classmask\": \"none\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c662fb0c-61d6-4736-9d82-bf090e7cc622"},{"name":"POST - NodeID - bbf-vdsl - psd-mask-ds","id":"b3cc58dc-0741-43c9-b3b8-75769b54e17e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds","description":"<p>This configuration parameter defines the downstream PSD\nmask applicable at the U-C2 reference point as defined\nin the respective Recommendation. A modified PSD mask,\nas defined in clause 7.3.1.2.13, may apply at the U-C2\nreference point. This MIB PSD mask may impose PSD\nrestrictions in addition to the Limit PSD mask defined\nin the relevant Recommendations [ITU-T G.992.5] and\n[ITU-T G.993.2].\nNOTE - In [ITU-T G.993.2], the PSDMASKds parameter is\nreferred to as MIBMASKds.\nThe downstream PSD mask in the CO-MIB will be specified\nthrough a set of breakpoints. Each breakpoint will\nconsist of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a MIB PSD mask level\n(expressed in dBm/Hz) at that subcarrier. The set of\nbreakpoints can then be represented as [(t1, PSD1), (t2,\nPSD2), , (tN, PSDN)]. The subcarrier index will be coded\nas an unsigned integer. The MIB PSD mask level will be\ncoded as an unsigned integer representing the MIB PSD\nmask levels 0 dBm/Hz to -127.5 dBm/Hz, in steps of 0.5\ndBm/Hz, with valid range from 0 to -95 dBm/Hz. The\nmaximum number of breakpoints is 32 for [ITU-T G.992.5] and\n[ITU-T G.993.2].\nThe default is an empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9b728f4a-a2c5-474e-94c2-4d8612950132","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b3cc58dc-0741-43c9-b3b8-75769b54e17e"},{"name":"GET - NodeID - bbf-vdsl - psd-mask-ds","id":"b4d0db1b-9ead-4fe1-a991-688c17b515f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds?content=<string>","description":"<p>This configuration parameter defines the downstream PSD\nmask applicable at the U-C2 reference point as defined\nin the respective Recommendation. A modified PSD mask,\nas defined in clause 7.3.1.2.13, may apply at the U-C2\nreference point. This MIB PSD mask may impose PSD\nrestrictions in addition to the Limit PSD mask defined\nin the relevant Recommendations [ITU-T G.992.5] and\n[ITU-T G.993.2].\nNOTE - In [ITU-T G.993.2], the PSDMASKds parameter is\nreferred to as MIBMASKds.\nThe downstream PSD mask in the CO-MIB will be specified\nthrough a set of breakpoints. Each breakpoint will\nconsist of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a MIB PSD mask level\n(expressed in dBm/Hz) at that subcarrier. The set of\nbreakpoints can then be represented as [(t1, PSD1), (t2,\nPSD2), , (tN, PSDN)]. The subcarrier index will be coded\nas an unsigned integer. The MIB PSD mask level will be\ncoded as an unsigned integer representing the MIB PSD\nmask levels 0 dBm/Hz to -127.5 dBm/Hz, in steps of 0.5\ndBm/Hz, with valid range from 0 to -95 dBm/Hz. The\nmaximum number of breakpoints is 32 for [ITU-T G.992.5] and\n[ITU-T G.993.2].\nThe default is an empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d5e48926-fed4-4091-975a-3ef84104b5a4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"psd-mask-ds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"b4d0db1b-9ead-4fe1-a991-688c17b515f2"},{"name":"DELETE - NodeID - bbf-vdsl - psd-mask-ds","id":"59dfbda2-4ebe-46ec-bb2a-ee54d7f9d293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds","description":"<p>This configuration parameter defines the downstream PSD\nmask applicable at the U-C2 reference point as defined\nin the respective Recommendation. A modified PSD mask,\nas defined in clause 7.3.1.2.13, may apply at the U-C2\nreference point. This MIB PSD mask may impose PSD\nrestrictions in addition to the Limit PSD mask defined\nin the relevant Recommendations [ITU-T G.992.5] and\n[ITU-T G.993.2].\nNOTE - In [ITU-T G.993.2], the PSDMASKds parameter is\nreferred to as MIBMASKds.\nThe downstream PSD mask in the CO-MIB will be specified\nthrough a set of breakpoints. Each breakpoint will\nconsist of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a MIB PSD mask level\n(expressed in dBm/Hz) at that subcarrier. The set of\nbreakpoints can then be represented as [(t1, PSD1), (t2,\nPSD2), , (tN, PSDN)]. The subcarrier index will be coded\nas an unsigned integer. The MIB PSD mask level will be\ncoded as an unsigned integer representing the MIB PSD\nmask levels 0 dBm/Hz to -127.5 dBm/Hz, in steps of 0.5\ndBm/Hz, with valid range from 0 to -95 dBm/Hz. The\nmaximum number of breakpoints is 32 for [ITU-T G.992.5] and\n[ITU-T G.993.2].\nThe default is an empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e74a7157-8f76-4694-90df-8d2a3ee3c208","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59dfbda2-4ebe-46ec-bb2a-ee54d7f9d293"},{"name":"PUT - NodeID - bbf-vdsl - psd-mask-ds","id":"bf8c648a-e6fc-4252-a023-b1cb525105a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-mask-ds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds","description":"<p>This configuration parameter defines the downstream PSD\nmask applicable at the U-C2 reference point as defined\nin the respective Recommendation. A modified PSD mask,\nas defined in clause 7.3.1.2.13, may apply at the U-C2\nreference point. This MIB PSD mask may impose PSD\nrestrictions in addition to the Limit PSD mask defined\nin the relevant Recommendations [ITU-T G.992.5] and\n[ITU-T G.993.2].\nNOTE - In [ITU-T G.993.2], the PSDMASKds parameter is\nreferred to as MIBMASKds.\nThe downstream PSD mask in the CO-MIB will be specified\nthrough a set of breakpoints. Each breakpoint will\nconsist of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a MIB PSD mask level\n(expressed in dBm/Hz) at that subcarrier. The set of\nbreakpoints can then be represented as [(t1, PSD1), (t2,\nPSD2), , (tN, PSDN)]. The subcarrier index will be coded\nas an unsigned integer. The MIB PSD mask level will be\ncoded as an unsigned integer representing the MIB PSD\nmask levels 0 dBm/Hz to -127.5 dBm/Hz, in steps of 0.5\ndBm/Hz, with valid range from 0 to -95 dBm/Hz. The\nmaximum number of breakpoints is 32 for [ITU-T G.992.5] and\n[ITU-T G.993.2].\nThe default is an empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a980b815-b228-49eb-a059-cc0888a463a1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-mask-ds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7ccb2507-d7db-4266-a5c3-018d3d110495","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-mask-ds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf8c648a-e6fc-4252-a023-b1cb525105a7"},{"name":"POST - NodeID - bbf-vdsl - psdmask","id":"37df2df1-d407-4413-bb98-4f94d29b73d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds/psdmask=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"146dffab-cc46-4505-987b-cd11ee367e60","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37df2df1-d407-4413-bb98-4f94d29b73d6"},{"name":"GET - NodeID - bbf-vdsl - psdmask","id":"5bd535a4-a078-4d46-b0d3-d03cb959d293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds/psdmask=<string>?content=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0a0a1a34-3282-4901-8f7f-bfbf47290e35","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds/psdmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds","psdmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}"}],"_postman_id":"5bd535a4-a078-4d46-b0d3-d03cb959d293"},{"name":"DELETE - NodeID - bbf-vdsl - psdmask","id":"e8b9787d-4050-4389-9c8e-113dc04ef643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds/psdmask=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4d0e98cf-ed9e-493e-8472-885bc0859a7f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8b9787d-4050-4389-9c8e-113dc04ef643"},{"name":"PUT - NodeID - bbf-vdsl - psdmask","id":"4abc94a6-f6ce-4509-94ea-cc53ccc4ab15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds/psdmask=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-ds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9d794a87-695e-411f-a571-8ac1f1dd8243","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"10bd4c80-5d61-47e3-9058-c2fc488efdd3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-ds/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4abc94a6-f6ce-4509-94ea-cc53ccc4ab15"},{"name":"POST - NodeID - bbf-vdsl - psd-mask-us","id":"d0b4bb11-95ca-4d8c-b54c-d35c347c4bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us","description":"<p>This configuration parameter defines the upstream PSD\nmask applicable at the U-R2 reference point as defined\nin the respective Recommendation. This MIB PSD mask may\nimpose PSD restrictions in addition to the Limit PSD\nmask defined in the relevant Recommendations [ITU-T G.992.3\nAnnex J and M], [ITU-T G.992.5 Annex J and M], and\n[ITU-T G.993.2].\nNOTE - In [ITU-T G.993.2], the PSDMASKus parameter is\nreferred to as MIBMASKus and does not include\nbreakpoints to shape US0.\nThe upstream PSD mask in the CO-MIB will be specified\nthrough a set of breakpoints. Each breakpoint will\nconsist of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a MIB PSD mask level\n(expressed in dBm/Hz) at that subcarrier. The set of\nbreakpoints can then be represented as [(t1, PSD1), (t2,\nPSD2), , (tN, PSDN)]. The subcarrier index will be coded\nas an unsigned integer. The MIB PSD mask level will be\ncoded as an unsigned integer representing the MIB PSD\nmask levels 0 dBm/Hz to -127.5 dBm/Hz, in steps of 0.5\ndBm/Hz, with valid range from 0 to -95 dBm/Hz. The\nmaximum number of breakpoints is 4 for [ITU-T G.992.3 Annex J\nand M] and [ITU-T G.992.5 Annex J and M], and 16 for [ITU-T\nG.993.2].\nThe default is an empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f871eed8-7032-45d0-9757-b23cc4f50a6d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0b4bb11-95ca-4d8c-b54c-d35c347c4bc8"},{"name":"GET - NodeID - bbf-vdsl - psd-mask-us","id":"36b287e4-4c22-49fd-baf6-4290eada8e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us?content=<string>","description":"<p>This configuration parameter defines the upstream PSD\nmask applicable at the U-R2 reference point as defined\nin the respective Recommendation. This MIB PSD mask may\nimpose PSD restrictions in addition to the Limit PSD\nmask defined in the relevant Recommendations [ITU-T G.992.3\nAnnex J and M], [ITU-T G.992.5 Annex J and M], and\n[ITU-T G.993.2].\nNOTE - In [ITU-T G.993.2], the PSDMASKus parameter is\nreferred to as MIBMASKus and does not include\nbreakpoints to shape US0.\nThe upstream PSD mask in the CO-MIB will be specified\nthrough a set of breakpoints. Each breakpoint will\nconsist of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a MIB PSD mask level\n(expressed in dBm/Hz) at that subcarrier. The set of\nbreakpoints can then be represented as [(t1, PSD1), (t2,\nPSD2), , (tN, PSDN)]. The subcarrier index will be coded\nas an unsigned integer. The MIB PSD mask level will be\ncoded as an unsigned integer representing the MIB PSD\nmask levels 0 dBm/Hz to -127.5 dBm/Hz, in steps of 0.5\ndBm/Hz, with valid range from 0 to -95 dBm/Hz. The\nmaximum number of breakpoints is 4 for [ITU-T G.992.3 Annex J\nand M] and [ITU-T G.992.5 Annex J and M], and 16 for [ITU-T\nG.993.2].\nThe default is an empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"83322937-495c-41f5-9563-703de85c0365","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"psd-mask-us\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"36b287e4-4c22-49fd-baf6-4290eada8e93"},{"name":"DELETE - NodeID - bbf-vdsl - psd-mask-us","id":"9830fe16-173c-43d2-9d9e-2389c10fcfa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us","description":"<p>This configuration parameter defines the upstream PSD\nmask applicable at the U-R2 reference point as defined\nin the respective Recommendation. This MIB PSD mask may\nimpose PSD restrictions in addition to the Limit PSD\nmask defined in the relevant Recommendations [ITU-T G.992.3\nAnnex J and M], [ITU-T G.992.5 Annex J and M], and\n[ITU-T G.993.2].\nNOTE - In [ITU-T G.993.2], the PSDMASKus parameter is\nreferred to as MIBMASKus and does not include\nbreakpoints to shape US0.\nThe upstream PSD mask in the CO-MIB will be specified\nthrough a set of breakpoints. Each breakpoint will\nconsist of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a MIB PSD mask level\n(expressed in dBm/Hz) at that subcarrier. The set of\nbreakpoints can then be represented as [(t1, PSD1), (t2,\nPSD2), , (tN, PSDN)]. The subcarrier index will be coded\nas an unsigned integer. The MIB PSD mask level will be\ncoded as an unsigned integer representing the MIB PSD\nmask levels 0 dBm/Hz to -127.5 dBm/Hz, in steps of 0.5\ndBm/Hz, with valid range from 0 to -95 dBm/Hz. The\nmaximum number of breakpoints is 4 for [ITU-T G.992.3 Annex J\nand M] and [ITU-T G.992.5 Annex J and M], and 16 for [ITU-T\nG.993.2].\nThe default is an empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"588c1fff-dbf3-4e68-9783-db0c6f9baf92","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9830fe16-173c-43d2-9d9e-2389c10fcfa6"},{"name":"PUT - NodeID - bbf-vdsl - psd-mask-us","id":"e9b2e86b-2c06-426e-b538-a113ebc8c020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-mask-us\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us","description":"<p>This configuration parameter defines the upstream PSD\nmask applicable at the U-R2 reference point as defined\nin the respective Recommendation. This MIB PSD mask may\nimpose PSD restrictions in addition to the Limit PSD\nmask defined in the relevant Recommendations [ITU-T G.992.3\nAnnex J and M], [ITU-T G.992.5 Annex J and M], and\n[ITU-T G.993.2].\nNOTE - In [ITU-T G.993.2], the PSDMASKus parameter is\nreferred to as MIBMASKus and does not include\nbreakpoints to shape US0.\nThe upstream PSD mask in the CO-MIB will be specified\nthrough a set of breakpoints. Each breakpoint will\nconsist of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a MIB PSD mask level\n(expressed in dBm/Hz) at that subcarrier. The set of\nbreakpoints can then be represented as [(t1, PSD1), (t2,\nPSD2), , (tN, PSDN)]. The subcarrier index will be coded\nas an unsigned integer. The MIB PSD mask level will be\ncoded as an unsigned integer representing the MIB PSD\nmask levels 0 dBm/Hz to -127.5 dBm/Hz, in steps of 0.5\ndBm/Hz, with valid range from 0 to -95 dBm/Hz. The\nmaximum number of breakpoints is 4 for [ITU-T G.992.3 Annex J\nand M] and [ITU-T G.992.5 Annex J and M], and 16 for [ITU-T\nG.993.2].\nThe default is an empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b1dd4355-578e-4fb0-9a13-cebb6ec7ae6e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-mask-us\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8860cd08-ab28-41d5-a91d-db4086f19a83","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-mask-us\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9b2e86b-2c06-426e-b538-a113ebc8c020"},{"name":"POST - NodeID - bbf-vdsl - psdmask","id":"05a5896c-9b30-4812-b777-f15186732a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us/psdmask=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e6f20b71-0d58-4cc2-aa1a-84df04a24206","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05a5896c-9b30-4812-b777-f15186732a7a"},{"name":"GET - NodeID - bbf-vdsl - psdmask","id":"46cf3bb6-72b6-4488-99e5-7d62769e1cd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us/psdmask=<string>?content=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"752a9095-fa92-4fdb-b62d-a94b860b09e2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us/psdmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us","psdmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}"}],"_postman_id":"46cf3bb6-72b6-4488-99e5-7d62769e1cd6"},{"name":"DELETE - NodeID - bbf-vdsl - psdmask","id":"70a7d439-216e-4302-889a-75b02013a6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us/psdmask=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ac6eb62c-2a35-4a79-92f0-c1628cd6bf39","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70a7d439-216e-4302-889a-75b02013a6f5"},{"name":"PUT - NodeID - bbf-vdsl - psdmask","id":"61468605-93f5-4c4e-ab6a-c18ac34643e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us/psdmask=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","mode-specific-psd-profile=<string>","psd-mask-us","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ba880347-376a-4294-95f9-c2d622d5dec6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a717bcf4-7635-48fb-86fa-05e264203f23","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/mode-specific-psd-profile=<string>/psd-mask-us/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"61468605-93f5-4c4e-ab6a-c18ac34643e6"},{"name":"POST - NodeID - bbf-vdsl - upstream-power-back-off-profile","id":"63961e42-8bf0-491d-bddf-b716d3ea8af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upbo-electrical-length\": \"0\",\n  \"upbo-force-electrical-length\": false,\n  \"upbopsd-pb\": [\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    },\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    }\n  ],\n  \"upbo-reference-electrical-length-pb\": [\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    },\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    }\n  ],\n  \"aele-mode\": \"0\",\n  \"upbo-elmt\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>","description":"<p>UPBO Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fa95b5b1-3087-434e-a464-72cffaa6ef15","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"upbo-electrical-length\": \"0\",\n  \"upbo-force-electrical-length\": false,\n  \"upbopsd-pb\": [\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    },\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    }\n  ],\n  \"upbo-reference-electrical-length-pb\": [\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    },\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    }\n  ],\n  \"aele-mode\": \"0\",\n  \"upbo-elmt\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63961e42-8bf0-491d-bddf-b716d3ea8af2"},{"name":"GET - NodeID - bbf-vdsl - upstream-power-back-off-profile","id":"5d5f834b-fffe-4ce3-b4a2-086da9acacbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>?content=<string>","description":"<p>UPBO Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"154ac822-9254-431f-a4d5-1a955b239dd3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"5d5f834b-fffe-4ce3-b4a2-086da9acacbd"},{"name":"DELETE - NodeID - bbf-vdsl - upstream-power-back-off-profile","id":"e625500b-4cbb-404b-9352-b089e23a7f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>","description":"<p>UPBO Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"79846bf6-9890-4c03-ac99-44547c018532","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e625500b-4cbb-404b-9352-b089e23a7f55"},{"name":"PUT - NodeID - bbf-vdsl - upstream-power-back-off-profile","id":"fb80ebfa-ac7e-445e-a8ab-723f3425e510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    },\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>","description":"<p>UPBO Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"97e5c833-2244-40d1-a935-792208f6f4fa","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    },\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"51ce6ddf-4748-4a85-bbfd-a3944b9516b2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    },\n    {\n      \"name\": \"?:R1\",\n      \"upbo-electrical-length\": \"0\",\n      \"upbo-force-electrical-length\": false,\n      \"upbopsd-pb\": [\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        },\n        {\n          \"band\": 0,\n          \"upbopsd-a\": 4000,\n          \"upbopsd-b\": \"0\"\n        }\n      ],\n      \"upbo-reference-electrical-length-pb\": [\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n        }\n      ],\n      \"aele-mode\": \"0\",\n      \"upbo-elmt\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb80ebfa-ac7e-445e-a8ab-723f3425e510"},{"name":"POST - NodeID - bbf-vdsl - upbopsd-pb","id":"9931954e-7bc6-4176-924a-a84c5673ae4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upbopsd-a\": 4000,\n  \"upbopsd-b\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbopsd-pb=<string>","description":"<p>This parameter defines the UPBO reference PSD used to\ncompute the upstream power back-off for each upstream\nband except US0. A UPBOPSD defined for each band will\nconsist of two parameters [a, b]. Parameter a ranges\nfrom 40 dBm/Hz to 80.95 dBm/Hz in steps of 0.01 dBm/Hz;\nand parameter b ranges from 0 to 40.95 dBm/Hz in steps\nof 0.01 dBm/Hz. The UPBO reference PSD at the frequency\nf expressed in MHz will be equal to a bvf. The set of\nparameter values a = 40 dBm/Hz, b = 0 dBm/Hz is a\nspecial configuration to disable UPBO in the respective\nupstream band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbopsd-pb=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a431e023-bc1d-420c-9c86-ea12cefb16f9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"upbopsd-a\": 4000,\n  \"upbopsd-b\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbopsd-pb=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9931954e-7bc6-4176-924a-a84c5673ae4f"},{"name":"GET - NodeID - bbf-vdsl - upbopsd-pb","id":"375ee6e0-eb56-4525-963e-3c94c694665c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbopsd-pb=<string>?content=<string>","description":"<p>This parameter defines the UPBO reference PSD used to\ncompute the upstream power back-off for each upstream\nband except US0. A UPBOPSD defined for each band will\nconsist of two parameters [a, b]. Parameter a ranges\nfrom 40 dBm/Hz to 80.95 dBm/Hz in steps of 0.01 dBm/Hz;\nand parameter b ranges from 0 to 40.95 dBm/Hz in steps\nof 0.01 dBm/Hz. The UPBO reference PSD at the frequency\nf expressed in MHz will be equal to a bvf. The set of\nparameter values a = 40 dBm/Hz, b = 0 dBm/Hz is a\nspecial configuration to disable UPBO in the respective\nupstream band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbopsd-pb=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"70b398bf-4527-462f-8f73-147757f27466","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbopsd-pb=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbopsd-pb=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upbopsd-pb\": [\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    },\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"375ee6e0-eb56-4525-963e-3c94c694665c"},{"name":"DELETE - NodeID - bbf-vdsl - upbopsd-pb","id":"5bed046c-8788-4495-8ffe-12bebd215c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbopsd-pb=<string>","description":"<p>This parameter defines the UPBO reference PSD used to\ncompute the upstream power back-off for each upstream\nband except US0. A UPBOPSD defined for each band will\nconsist of two parameters [a, b]. Parameter a ranges\nfrom 40 dBm/Hz to 80.95 dBm/Hz in steps of 0.01 dBm/Hz;\nand parameter b ranges from 0 to 40.95 dBm/Hz in steps\nof 0.01 dBm/Hz. The UPBO reference PSD at the frequency\nf expressed in MHz will be equal to a bvf. The set of\nparameter values a = 40 dBm/Hz, b = 0 dBm/Hz is a\nspecial configuration to disable UPBO in the respective\nupstream band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbopsd-pb=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a6d6fc61-c444-4a74-b241-d795a99e273a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbopsd-pb=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5bed046c-8788-4495-8ffe-12bebd215c62"},{"name":"PUT - NodeID - bbf-vdsl - upbopsd-pb","id":"54614d2d-c42b-41cb-8e32-3ff299f0ee45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upbopsd-pb\": [\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    },\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbopsd-pb=<string>","description":"<p>This parameter defines the UPBO reference PSD used to\ncompute the upstream power back-off for each upstream\nband except US0. A UPBOPSD defined for each band will\nconsist of two parameters [a, b]. Parameter a ranges\nfrom 40 dBm/Hz to 80.95 dBm/Hz in steps of 0.01 dBm/Hz;\nand parameter b ranges from 0 to 40.95 dBm/Hz in steps\nof 0.01 dBm/Hz. The UPBO reference PSD at the frequency\nf expressed in MHz will be equal to a bvf. The set of\nparameter values a = 40 dBm/Hz, b = 0 dBm/Hz is a\nspecial configuration to disable UPBO in the respective\nupstream band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbopsd-pb=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9ebac13f-2ec8-4aa5-865c-232a7d612393","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upbopsd-pb\": [\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    },\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbopsd-pb=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"25538cbe-5570-4123-aecd-8e1e3890bd8c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upbopsd-pb\": [\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    },\n    {\n      \"band\": 0,\n      \"upbopsd-a\": 4000,\n      \"upbopsd-b\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbopsd-pb=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54614d2d-c42b-41cb-8e32-3ff299f0ee45"},{"name":"POST - NodeID - bbf-vdsl - upbo-reference-electrical-length-pb","id":"dd530dda-dc73-4f47-96c4-00231b24e670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbo-reference-electrical-length-pb=<string>","description":"<p>This parameter defines the UPBO reference electrical\nlength used to compute the upstream power back-off for\neach upstream band except US0, for the optional\nEqualized FEXT UPBO method. The value ranges from 1.8 to\n63.5 dB in steps of 0.1 dB. The use\nof the special value (enum equalized-fext-upbo-disabled)\nis described in clause 7.2.1.3.2 of [ITU-T G.993.2] for\nkl0_REF=0.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbo-reference-electrical-length-pb=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6e6661f8-f218-4d8c-a037-06efb5f139ad","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbo-reference-electrical-length-pb=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd530dda-dc73-4f47-96c4-00231b24e670"},{"name":"GET - NodeID - bbf-vdsl - upbo-reference-electrical-length-pb","id":"04f3ef9b-eb0e-4426-a68c-374db9e5872d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbo-reference-electrical-length-pb=<string>?content=<string>","description":"<p>This parameter defines the UPBO reference electrical\nlength used to compute the upstream power back-off for\neach upstream band except US0, for the optional\nEqualized FEXT UPBO method. The value ranges from 1.8 to\n63.5 dB in steps of 0.1 dB. The use\nof the special value (enum equalized-fext-upbo-disabled)\nis described in clause 7.2.1.3.2 of [ITU-T G.993.2] for\nkl0_REF=0.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbo-reference-electrical-length-pb=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9ca3e10e-90f3-46ff-89a9-e4d96a2854f8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbo-reference-electrical-length-pb=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbo-reference-electrical-length-pb=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upbo-reference-electrical-length-pb\": [\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    },\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    }\n  ]\n}"}],"_postman_id":"04f3ef9b-eb0e-4426-a68c-374db9e5872d"},{"name":"DELETE - NodeID - bbf-vdsl - upbo-reference-electrical-length-pb","id":"74dfa598-4afe-48cb-b46b-a85b1c08f03c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbo-reference-electrical-length-pb=<string>","description":"<p>This parameter defines the UPBO reference electrical\nlength used to compute the upstream power back-off for\neach upstream band except US0, for the optional\nEqualized FEXT UPBO method. The value ranges from 1.8 to\n63.5 dB in steps of 0.1 dB. The use\nof the special value (enum equalized-fext-upbo-disabled)\nis described in clause 7.2.1.3.2 of [ITU-T G.993.2] for\nkl0_REF=0.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbo-reference-electrical-length-pb=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ba98d47e-2eea-4d9f-9509-14039bb44b94","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbo-reference-electrical-length-pb=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74dfa598-4afe-48cb-b46b-a85b1c08f03c"},{"name":"PUT - NodeID - bbf-vdsl - upbo-reference-electrical-length-pb","id":"d8cd0422-a209-4631-96b1-4f6f3f2f4357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upbo-reference-electrical-length-pb\": [\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    },\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbo-reference-electrical-length-pb=<string>","description":"<p>This parameter defines the UPBO reference electrical\nlength used to compute the upstream power back-off for\neach upstream band except US0, for the optional\nEqualized FEXT UPBO method. The value ranges from 1.8 to\n63.5 dB in steps of 0.1 dB. The use\nof the special value (enum equalized-fext-upbo-disabled)\nis described in clause 7.2.1.3.2 of [ITU-T G.993.2] for\nkl0_REF=0.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","upstream-power-back-off-profile=<string>","upbo-reference-electrical-length-pb=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e12476d7-9b97-45d8-83ed-e2aa182dc989","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upbo-reference-electrical-length-pb\": [\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    },\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbo-reference-electrical-length-pb=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2376b76c-9cc8-4991-a862-6c7a04a54938","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upbo-reference-electrical-length-pb\": [\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    },\n    {\n      \"band\": 0,\n      \"upbo-reference-electrical-length\": \"equalized-fext-upbo-disabled\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/upstream-power-back-off-profile=<string>/upbo-reference-electrical-length-pb=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8cd0422-a209-4631-96b1-4f6f3f2f4357"},{"name":"POST - NodeID - bbf-vdsl - downstream-power-back-off-profile","id":"94657e4e-43c1-42cc-8aac-bbe6f3cdba54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dpboepsd\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"dpboesel\": \"0\",\n  \"dpboescm\": {\n    \"dpboescma\": \"0\",\n    \"dpboescmb\": \"0\",\n    \"dpboescmc\": \"0\"\n  },\n  \"dpbomus\": \"0\",\n  \"dpbofmin\": \"0\",\n  \"dpbofmax\": 8191,\n  \"dpbo-rsel\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>","description":"<p>DPBO Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b92b38d2-1595-4022-980f-3c730bc89828","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dpboepsd\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"dpboesel\": \"0\",\n  \"dpboescm\": {\n    \"dpboescma\": \"0\",\n    \"dpboescmb\": \"0\",\n    \"dpboescmc\": \"0\"\n  },\n  \"dpbomus\": \"0\",\n  \"dpbofmin\": \"0\",\n  \"dpbofmax\": 8191,\n  \"dpbo-rsel\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"94657e4e-43c1-42cc-8aac-bbe6f3cdba54"},{"name":"GET - NodeID - bbf-vdsl - downstream-power-back-off-profile","id":"72e0a0a7-b6b3-4584-81a4-46a9e50af5e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>?content=<string>","description":"<p>DPBO Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6757deee-981f-49b2-a538-b3ea79622c1e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:?\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    },\n    {\n      \"name\": \"?:?\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"72e0a0a7-b6b3-4584-81a4-46a9e50af5e1"},{"name":"DELETE - NodeID - bbf-vdsl - downstream-power-back-off-profile","id":"6d3cb4b9-afb0-45ba-be07-9c94953686d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>","description":"<p>DPBO Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b593017a-0fc5-4b82-a9a7-ea16f820f964","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d3cb4b9-afb0-45ba-be07-9c94953686d1"},{"name":"PUT - NodeID - bbf-vdsl - downstream-power-back-off-profile","id":"7dd77461-ef88-4214-87f0-122ed46ba78f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    },\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>","description":"<p>DPBO Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"084cf5b4-cb87-4242-80a1-18b7c3a0384f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    },\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5063bbd9-2f2e-4bd9-819d-a1904b0cd19e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-power-back-off-profile\": [\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    },\n    {\n      \"name\": \"?:U\",\n      \"dpboepsd\": {\n        \"psdmask\": [\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          },\n          {\n            \"psd-level\": 0,\n            \"sub-carrier\": 0\n          }\n        ]\n      },\n      \"dpboesel\": \"0\",\n      \"dpboescm\": {\n        \"dpboescma\": \"0\",\n        \"dpboescmb\": \"0\",\n        \"dpboescmc\": \"0\"\n      },\n      \"dpbomus\": \"0\",\n      \"dpbofmin\": \"0\",\n      \"dpbofmax\": 8191,\n      \"dpbo-rsel\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7dd77461-ef88-4214-87f0-122ed46ba78f"},{"name":"POST - NodeID - bbf-vdsl - dpboepsd","id":"60982dae-ab50-4f0d-98f2-42e05d56e3e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd","description":"<p>Assumed exchange PSD mask (DPBOEPSD). This parameter\ndefines the PSD mask that is assumed to be permitted at\nthe exchange. This parameter will use the same format as\nPSDMASKds. The maximum number of breakpoints for\nDPBOEPSD is 16.\nThe default is an empty list indicating no DPBO.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"63f7c579-a36f-4209-8e92-cc45acf3e42b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60982dae-ab50-4f0d-98f2-42e05d56e3e5"},{"name":"GET - NodeID - bbf-vdsl - dpboepsd","id":"7280874e-624d-4f7e-b0d0-be87ce44549d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd?content=<string>","description":"<p>Assumed exchange PSD mask (DPBOEPSD). This parameter\ndefines the PSD mask that is assumed to be permitted at\nthe exchange. This parameter will use the same format as\nPSDMASKds. The maximum number of breakpoints for\nDPBOEPSD is 16.\nThe default is an empty list indicating no DPBO.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"812fb128-b9df-4c8c-83d6-6de9ba01668b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dpboepsd\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"7280874e-624d-4f7e-b0d0-be87ce44549d"},{"name":"DELETE - NodeID - bbf-vdsl - dpboepsd","id":"e6391e0f-b2ac-4337-a2fb-7edec17ea3b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd","description":"<p>Assumed exchange PSD mask (DPBOEPSD). This parameter\ndefines the PSD mask that is assumed to be permitted at\nthe exchange. This parameter will use the same format as\nPSDMASKds. The maximum number of breakpoints for\nDPBOEPSD is 16.\nThe default is an empty list indicating no DPBO.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73233666-d1f9-458b-a4c7-f080e74d1f4f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e6391e0f-b2ac-4337-a2fb-7edec17ea3b5"},{"name":"PUT - NodeID - bbf-vdsl - dpboepsd","id":"90e28ed3-afc5-4bcc-969c-efb8700e536a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dpboepsd\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd","description":"<p>Assumed exchange PSD mask (DPBOEPSD). This parameter\ndefines the PSD mask that is assumed to be permitted at\nthe exchange. This parameter will use the same format as\nPSDMASKds. The maximum number of breakpoints for\nDPBOEPSD is 16.\nThe default is an empty list indicating no DPBO.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"34f243e6-47fb-445c-a5a2-435d6d6e6064","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dpboepsd\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8e44965d-ae3c-4bc2-b7f9-ca945300fe58","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dpboepsd\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": 0,\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"90e28ed3-afc5-4bcc-969c-efb8700e536a"},{"name":"POST - NodeID - bbf-vdsl - psdmask","id":"08953386-64dc-4f82-983e-3c2ecef51bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd/psdmask=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f9c9f5ee-5336-4654-aa55-0e711b5003df","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08953386-64dc-4f82-983e-3c2ecef51bb4"},{"name":"GET - NodeID - bbf-vdsl - psdmask","id":"be4227ca-09a4-4291-b86e-e116e85c8ae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd/psdmask=<string>?content=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1fe6f616-7520-4ce1-a506-10b119d3ea30","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd/psdmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd","psdmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}"}],"_postman_id":"be4227ca-09a4-4291-b86e-e116e85c8ae5"},{"name":"DELETE - NodeID - bbf-vdsl - psdmask","id":"0c7760f8-9b9e-4857-b582-352a157eb22f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd/psdmask=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2797f9ba-ef6b-44b8-b482-c71877d66e96","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c7760f8-9b9e-4857-b582-352a157eb22f"},{"name":"PUT - NodeID - bbf-vdsl - psdmask","id":"f206911c-f806-40df-b854-feffe1d8ea7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd/psdmask=<string>","description":"<p>This list defines a PSD level per sub-carrier. The default is\nan empty list indicating no PSD mask.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboepsd","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e35f0d42-b3a2-4025-89aa-9686d0db10d6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ad16821f-f56c-424c-9248-5579b246d728","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": 0,\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboepsd/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f206911c-f806-40df-b854-feffe1d8ea7c"},{"name":"POST - NodeID - bbf-vdsl - dpboescm","id":"148b27fd-5422-4244-8081-2e3c7dd7f600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dpboescma\": \"0\",\n  \"dpboescmb\": \"0\",\n  \"dpboescmc\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboescm","description":"<p>E-side cable model (DPBOESCM). This configuration\nparameter defines a cable model in terms of three\nscalars DPBOESCMA, DPBOESCMB and DPBOESCMC that will be\nused to describe the frequency dependent loss of E-side\ncables.\nwhere ESCM is expressed in dB and f is expressed in MHz.\nParameters DPBOESCMA, DPBOESCMB, DPBOESCMC will be coded\nas unsigned integers representing a scalar value from -1\nto 1.5 in steps of 2^-8. = 1/256.\ndpboescma, dpboescmb, and dpboescmc are defined with an\noffset of -1.0 in units of 1/256, so DPBOESCMA =\ndpboescma/256 - 1.0, DPBOESCMB = dpboescmb/256 - 1.0,\nand DPBOESCMC = dpboescmc/256 - 1.0</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboescm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2ea85287-bd40-406e-a864-1d0d0f9eb6e2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dpboescma\": \"0\",\n  \"dpboescmb\": \"0\",\n  \"dpboescmc\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboescm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"148b27fd-5422-4244-8081-2e3c7dd7f600"},{"name":"GET - NodeID - bbf-vdsl - dpboescm","id":"cdd83974-fad2-4c6b-ae86-8ad40acb476e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboescm?content=<string>","description":"<p>E-side cable model (DPBOESCM). This configuration\nparameter defines a cable model in terms of three\nscalars DPBOESCMA, DPBOESCMB and DPBOESCMC that will be\nused to describe the frequency dependent loss of E-side\ncables.\nwhere ESCM is expressed in dB and f is expressed in MHz.\nParameters DPBOESCMA, DPBOESCMB, DPBOESCMC will be coded\nas unsigned integers representing a scalar value from -1\nto 1.5 in steps of 2^-8. = 1/256.\ndpboescma, dpboescmb, and dpboescmc are defined with an\noffset of -1.0 in units of 1/256, so DPBOESCMA =\ndpboescma/256 - 1.0, DPBOESCMB = dpboescmb/256 - 1.0,\nand DPBOESCMC = dpboescmc/256 - 1.0</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboescm"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0b6b9599-91d8-440c-bda9-916b297155be","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboescm?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboescm"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dpboescm\": {\n    \"dpboescma\": \"0\",\n    \"dpboescmb\": \"0\",\n    \"dpboescmc\": \"0\"\n  }\n}"}],"_postman_id":"cdd83974-fad2-4c6b-ae86-8ad40acb476e"},{"name":"DELETE - NodeID - bbf-vdsl - dpboescm","id":"275477fe-193f-4110-9048-c71f392338b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboescm","description":"<p>E-side cable model (DPBOESCM). This configuration\nparameter defines a cable model in terms of three\nscalars DPBOESCMA, DPBOESCMB and DPBOESCMC that will be\nused to describe the frequency dependent loss of E-side\ncables.\nwhere ESCM is expressed in dB and f is expressed in MHz.\nParameters DPBOESCMA, DPBOESCMB, DPBOESCMC will be coded\nas unsigned integers representing a scalar value from -1\nto 1.5 in steps of 2^-8. = 1/256.\ndpboescma, dpboescmb, and dpboescmc are defined with an\noffset of -1.0 in units of 1/256, so DPBOESCMA =\ndpboescma/256 - 1.0, DPBOESCMB = dpboescmb/256 - 1.0,\nand DPBOESCMC = dpboescmc/256 - 1.0</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboescm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d43bade2-4f6f-44a3-a5e5-80214c409c36","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboescm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"275477fe-193f-4110-9048-c71f392338b6"},{"name":"PUT - NodeID - bbf-vdsl - dpboescm","id":"b8e6922b-0090-4eb5-9654-c155ea49a331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dpboescm\": {\n    \"dpboescma\": \"0\",\n    \"dpboescmb\": \"0\",\n    \"dpboescmc\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboescm","description":"<p>E-side cable model (DPBOESCM). This configuration\nparameter defines a cable model in terms of three\nscalars DPBOESCMA, DPBOESCMB and DPBOESCMC that will be\nused to describe the frequency dependent loss of E-side\ncables.\nwhere ESCM is expressed in dB and f is expressed in MHz.\nParameters DPBOESCMA, DPBOESCMB, DPBOESCMC will be coded\nas unsigned integers representing a scalar value from -1\nto 1.5 in steps of 2^-8. = 1/256.\ndpboescma, dpboescmb, and dpboescmc are defined with an\noffset of -1.0 in units of 1/256, so DPBOESCMA =\ndpboescma/256 - 1.0, DPBOESCMB = dpboescmb/256 - 1.0,\nand DPBOESCMC = dpboescmc/256 - 1.0</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","downstream-power-back-off-profile=<string>","dpboescm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2f1167a0-591f-4598-9c4a-0cf03b926425","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dpboescm\": {\n    \"dpboescma\": \"0\",\n    \"dpboescmb\": \"0\",\n    \"dpboescmc\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboescm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c5cbbfea-353d-424b-ba01-a7541b76ac3a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dpboescm\": {\n    \"dpboescma\": \"0\",\n    \"dpboescmb\": \"0\",\n    \"dpboescmc\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/downstream-power-back-off-profile=<string>/dpboescm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8e6922b-0090-4eb5-9654-c155ea49a331"},{"name":"POST - NodeID - bbf-vdsl - radio-frequency-interference-profile","id":"3370b17b-4050-45f6-bae4-002b852bf8e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rfibands\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>","description":"<p>RFI Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"53b2e206-705e-4fc4-b6ef-900fcf1b6b5f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"rfibands\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3370b17b-4050-45f6-bae4-002b852bf8e4"},{"name":"GET - NodeID - bbf-vdsl - radio-frequency-interference-profile","id":"18a87914-8953-4b17-a1ef-7cb230386139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>?content=<string>","description":"<p>RFI Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"866226d2-70cf-4c1c-9188-e5abbc370d4e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:Jwq`\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:Jwq`\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"18a87914-8953-4b17-a1ef-7cb230386139"},{"name":"DELETE - NodeID - bbf-vdsl - radio-frequency-interference-profile","id":"cfd4676f-a556-4194-b8cd-9505b5d9dcfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>","description":"<p>RFI Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b9ee32ec-0fd4-4db1-831b-660946a34a3a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cfd4676f-a556-4194-b8cd-9505b5d9dcfb"},{"name":"PUT - NodeID - bbf-vdsl - radio-frequency-interference-profile","id":"40837a8c-62ba-4b48-b444-6bea6e3701dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>","description":"<p>RFI Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"39203115-e786-4a79-8b07-1d873212889b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4394927e-bdff-4d7c-b026-f0bc48cbe90a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"radio-frequency-interference-profile\": [\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    },\n    {\n      \"name\": \"?:wI)D;3pI\",\n      \"rfibands\": [\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        },\n        {\n          \"stop-index\": 0,\n          \"start-index\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40837a8c-62ba-4b48-b444-6bea6e3701dc"},{"name":"POST - NodeID - bbf-vdsl - rfibands","id":"38e2f52c-a626-4015-a9e9-c75b5381abfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>/rfibands=<string>","description":"<p>For [ITU-T G.992.5], this configuration parameter\ndefines the subset of downstream PSD mask breakpoints,\nas specified in PSDMASK, that will be used to notch an\nRFI band. This subset consists of couples of consecutive\nsubcarrier indices belonging to breakpoints: [ti; ti +\n1], corresponding to the low level of the notch. The\nspecific interpolation around these points is defined in\nthe relevant Recommendations (e.g., [ITU-T G.992.5]).\nThe CO-MIB will define the RFI notches using breakpoints\nin PSDMASKds as specified in the relevant\nRecommendations (e.g., [ITU-T G.992.5]).\nFor [ITU-T G.993.2], this configuration parameter\ndefines the bands where the PSD will be reduced as\nspecified in clause 7.2.1.2 of [ITU-T G.993.2]. Each\nband will be represented by a start and stop subcarrier\nindices with a subcarrier spacing of 4.3125 kHz. Up to\n16 bands may be specified. This parameter defines the\nRFI bands for both upstream and downstream directions.\nThe default is an empty list indicating no RFI bands.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>","rfibands=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fdc870b9-b065-4b14-829b-03af869a386a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>/rfibands=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38e2f52c-a626-4015-a9e9-c75b5381abfc"},{"name":"GET - NodeID - bbf-vdsl - rfibands","id":"691c0bc1-94c7-4da2-8fcf-9ebdbf6d4081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>/rfibands=<string>?content=<string>","description":"<p>For [ITU-T G.992.5], this configuration parameter\ndefines the subset of downstream PSD mask breakpoints,\nas specified in PSDMASK, that will be used to notch an\nRFI band. This subset consists of couples of consecutive\nsubcarrier indices belonging to breakpoints: [ti; ti +\n1], corresponding to the low level of the notch. The\nspecific interpolation around these points is defined in\nthe relevant Recommendations (e.g., [ITU-T G.992.5]).\nThe CO-MIB will define the RFI notches using breakpoints\nin PSDMASKds as specified in the relevant\nRecommendations (e.g., [ITU-T G.992.5]).\nFor [ITU-T G.993.2], this configuration parameter\ndefines the bands where the PSD will be reduced as\nspecified in clause 7.2.1.2 of [ITU-T G.993.2]. Each\nband will be represented by a start and stop subcarrier\nindices with a subcarrier spacing of 4.3125 kHz. Up to\n16 bands may be specified. This parameter defines the\nRFI bands for both upstream and downstream directions.\nThe default is an empty list indicating no RFI bands.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>","rfibands=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6508e23d-34cc-415d-91a4-0f5f7f6a3a54","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>/rfibands=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>","rfibands=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rfibands\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}"}],"_postman_id":"691c0bc1-94c7-4da2-8fcf-9ebdbf6d4081"},{"name":"DELETE - NodeID - bbf-vdsl - rfibands","id":"7069a465-1f17-4406-be43-57c0700a0e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>/rfibands=<string>","description":"<p>For [ITU-T G.992.5], this configuration parameter\ndefines the subset of downstream PSD mask breakpoints,\nas specified in PSDMASK, that will be used to notch an\nRFI band. This subset consists of couples of consecutive\nsubcarrier indices belonging to breakpoints: [ti; ti +\n1], corresponding to the low level of the notch. The\nspecific interpolation around these points is defined in\nthe relevant Recommendations (e.g., [ITU-T G.992.5]).\nThe CO-MIB will define the RFI notches using breakpoints\nin PSDMASKds as specified in the relevant\nRecommendations (e.g., [ITU-T G.992.5]).\nFor [ITU-T G.993.2], this configuration parameter\ndefines the bands where the PSD will be reduced as\nspecified in clause 7.2.1.2 of [ITU-T G.993.2]. Each\nband will be represented by a start and stop subcarrier\nindices with a subcarrier spacing of 4.3125 kHz. Up to\n16 bands may be specified. This parameter defines the\nRFI bands for both upstream and downstream directions.\nThe default is an empty list indicating no RFI bands.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>","rfibands=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f44c01c0-c905-4e77-a1b3-5fa81085db00","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>/rfibands=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7069a465-1f17-4406-be43-57c0700a0e6c"},{"name":"PUT - NodeID - bbf-vdsl - rfibands","id":"6e347750-dfc5-4e0b-9a91-969edfc690d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rfibands\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>/rfibands=<string>","description":"<p>For [ITU-T G.992.5], this configuration parameter\ndefines the subset of downstream PSD mask breakpoints,\nas specified in PSDMASK, that will be used to notch an\nRFI band. This subset consists of couples of consecutive\nsubcarrier indices belonging to breakpoints: [ti; ti +\n1], corresponding to the low level of the notch. The\nspecific interpolation around these points is defined in\nthe relevant Recommendations (e.g., [ITU-T G.992.5]).\nThe CO-MIB will define the RFI notches using breakpoints\nin PSDMASKds as specified in the relevant\nRecommendations (e.g., [ITU-T G.992.5]).\nFor [ITU-T G.993.2], this configuration parameter\ndefines the bands where the PSD will be reduced as\nspecified in clause 7.2.1.2 of [ITU-T G.993.2]. Each\nband will be represented by a start and stop subcarrier\nindices with a subcarrier spacing of 4.3125 kHz. Up to\n16 bands may be specified. This parameter defines the\nRFI bands for both upstream and downstream directions.\nThe default is an empty list indicating no RFI bands.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","spectrum","radio-frequency-interference-profile=<string>","rfibands=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d1dac8d1-35cf-4d85-8dc5-4892b44ecfbf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rfibands\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>/rfibands=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ae22b83b-428e-43b7-af65-ac4f60995483","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rfibands\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/spectrum/radio-frequency-interference-profile=<string>/rfibands=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e347750-dfc5-4e0b-9a91-969edfc690d0"},{"name":"POST - NodeID - bbf-vdsl - quality","id":"e1bf3526-118d-472e-8fb4-c7a3368a671a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    },\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    }\n  ],\n  \"impulse-noise-protection-delay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    }\n  ],\n  \"virtual-noise-profile\": [\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    }\n  ],\n  \"sos-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    },\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    }\n  ],\n  \"impulse-noise-monitoring-profile\": [\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    },\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    }\n  ],\n  \"re-initialization-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    }\n  ],\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    }\n  ],\n  \"data-gathering-profile\": [\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    },\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality","description":"<p>Quality profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b9135db8-ef1b-49b7-8879-902e70cdb882","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    },\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    }\n  ],\n  \"impulse-noise-protection-delay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    }\n  ],\n  \"virtual-noise-profile\": [\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    }\n  ],\n  \"sos-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    },\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    }\n  ],\n  \"impulse-noise-monitoring-profile\": [\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    },\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    }\n  ],\n  \"re-initialization-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    }\n  ],\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    }\n  ],\n  \"data-gathering-profile\": [\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    },\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e1bf3526-118d-472e-8fb4-c7a3368a671a"},{"name":"GET - NodeID - bbf-vdsl - quality","id":"46584bde-eb06-4116-b8d9-6d30cb339076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality?content=<string>","description":"<p>Quality profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"385d03a2-af9a-411f-b711-80266561f920","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:-r\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      },\n      {\n        \"name\": \"?:-r\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      }\n    ],\n    \"impulse-noise-protection-delay-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      }\n    ],\n    \"virtual-noise-profile\": [\n      {\n        \"name\": \"?:|;x+\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:|;x+\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      }\n    ],\n    \"sos-profile\": [\n      {\n        \"name\": \"?:q3:\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      },\n      {\n        \"name\": \"?:q3:\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      }\n    ],\n    \"impulse-noise-monitoring-profile\": [\n      {\n        \"name\": \"?:}lG\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      },\n      {\n        \"name\": \"?:}lG\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      }\n    ],\n    \"re-initialization-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:v*ay\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      },\n      {\n        \"name\": \"?:v*ay\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      }\n    ],\n    \"data-gathering-profile\": [\n      {\n        \"name\": \"?:R]+w\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      },\n      {\n        \"name\": \"?:R]+w\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"46584bde-eb06-4116-b8d9-6d30cb339076"},{"name":"DELETE - NodeID - bbf-vdsl - quality","id":"ade2196a-712e-421f-901f-84d6d0b41f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality","description":"<p>Quality profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1d78c957-a9f9-4be2-8e83-f9ecb52da5e3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ade2196a-712e-421f-901f-84d6d0b41f51"},{"name":"PUT - NodeID - bbf-vdsl - quality","id":"04cc5f13-d410-4811-a375-c063222ca560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      },\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      }\n    ],\n    \"impulse-noise-protection-delay-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      }\n    ],\n    \"virtual-noise-profile\": [\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      }\n    ],\n    \"sos-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      },\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      }\n    ],\n    \"impulse-noise-monitoring-profile\": [\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      },\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      }\n    ],\n    \"re-initialization-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      }\n    ],\n    \"data-gathering-profile\": [\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      },\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality","description":"<p>Quality profile configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6bf9ec79-3dc8-4669-987b-ab2994558391","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      },\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      }\n    ],\n    \"impulse-noise-protection-delay-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      }\n    ],\n    \"virtual-noise-profile\": [\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      }\n    ],\n    \"sos-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      },\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      }\n    ],\n    \"impulse-noise-monitoring-profile\": [\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      },\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      }\n    ],\n    \"re-initialization-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      }\n    ],\n    \"data-gathering-profile\": [\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      },\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0b434bca-d550-47c9-99c9-12462575195d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"quality\": {\n    \"noise-margin-profile\": [\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      },\n      {\n        \"name\": \"?:YsJ\",\n        \"downstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        },\n        \"upstream\": {\n          \"snr-mode\": \"1\",\n          \"minimum-noise-margin\": \"0\",\n          \"target-noise-margin\": 60,\n          \"maximum-noise-margin\": \"unbounded\",\n          \"ra-mode\": \"4\",\n          \"upshift-noise-margin\": 70,\n          \"minimum-time-interval-upshift-sra\": 8,\n          \"downshift-noise-margin\": 50,\n          \"minimum-time-interval-downshift-sra\": 2\n        }\n      }\n    ],\n    \"impulse-noise-protection-delay-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        },\n        \"upstream\": {\n          \"force-framer-setting-inp\": false,\n          \"minimum-inp\": \"0\",\n          \"minimum-inp-8\": \"0\",\n          \"maximum-interleaving-delay\": \"16\",\n          \"maximum-delay-rtx\": 16,\n          \"minimum-delay-rtx\": \"0\",\n          \"minimum-inp-against-shine-rtx\": \"0\",\n          \"minimum-inp-against-shine-8-rtx\": \"0\",\n          \"shine-ratio-rtx\": \"0\",\n          \"minimum-inp-against-rein-rtx\": \"0\",\n          \"minimum-inp-against-rein-8-rtx\": \"0\",\n          \"rein-inter-arrival-time-rtx\": \"0\",\n          \"maximum-delay-variation\": \"unbounded\",\n          \"channel-initialization-policy\": \"0\",\n          \"mdosplit\": \"vendor-discretionary\",\n          \"attndr-method\": \"0\",\n          \"attndr-mdosplit\": \"vendor-discretionary\"\n        }\n      }\n    ],\n    \"virtual-noise-profile\": [\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      },\n      {\n        \"name\": \"?:%\",\n        \"downstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"fext-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"next-txrefvnds\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"txrefvnsfds\": \"0\"\n        },\n        \"upstream\": {\n          \"virtual-noise\": {\n            \"psdmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"rxrefvnsfus\": \"0\"\n        }\n      }\n    ],\n    \"sos-profile\": [\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      },\n      {\n        \"name\": \"?:p5\",\n        \"downstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        },\n        \"upstream\": {\n          \"sos-time\": \"disabled\",\n          \"sos-ntones\": \"disabled\",\n          \"sos-crc\": \"disabled\",\n          \"max-sos\": \"unlimited\",\n          \"snrmoffset-roc\": \"0\",\n          \"inpmin-roc\": \"0\",\n          \"sos-roc-mode\": \"allowed\"\n        }\n      }\n    ],\n    \"impulse-noise-monitoring-profile\": [\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      },\n      {\n        \"name\": \"?:<Wi))t=\",\n        \"downstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        },\n        \"upstream\": {\n          \"inmiato\": 3,\n          \"inmiats\": \"0\",\n          \"inmcc\": \"0\",\n          \"inm-inpeq-mode\": \"0\",\n          \"inm-inpeq-format\": \"0\",\n          \"inm-enable\": false\n        }\n      }\n    ],\n    \"re-initialization-policy-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        },\n        \"upstream\": {\n          \"ripolicy\": \"0\",\n          \"reinit-time-threshold\": 10\n        }\n      }\n    ],\n    \"vectoring-profile\": [\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      },\n      {\n        \"name\": \"?:\",\n        \"downstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"upstream\": {\n          \"vector-band-control\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"fext-cancel-priority\": \"HIGH\",\n          \"fext-cancel-enable\": \"1\",\n          \"xlin-group-size-req\": 1,\n          \"vect-legacy-upbo-enabled\": false\n        },\n        \"vector-mode-enable\": \"all\"\n      }\n    ],\n    \"data-gathering-profile\": [\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      },\n      {\n        \"name\": \"?:(\",\n        \"vtu\": {\n          \"logging-depth-event-percentage-o\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-o\": \"0\",\n          \"logging-depth-event-percentage-r\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"logging-depth-reporting-r\": \"0\",\n          \"logging-report-newer-first\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04cc5f13-d410-4811-a375-c063222ca560"},{"name":"POST - NodeID - bbf-vdsl - noise-margin-profile","id":"1211cc95-6391-4e05-ab8c-0fb55564b259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  },\n  \"upstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>","description":"<p>Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"18ad48ee-d742-4ae1-b9b1-eb7399654f1a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  },\n  \"upstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1211cc95-6391-4e05-ab8c-0fb55564b259"},{"name":"GET - NodeID - bbf-vdsl - noise-margin-profile","id":"79bc3db0-f5f0-47dd-9af8-b441f51b2d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>?content=<string>","description":"<p>Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ba0cb6c4-ac68-418a-9d59-160b03c68a1c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:-r\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    },\n    {\n      \"name\": \"?:-r\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    }\n  ]\n}"}],"_postman_id":"79bc3db0-f5f0-47dd-9af8-b441f51b2d20"},{"name":"DELETE - NodeID - bbf-vdsl - noise-margin-profile","id":"786b7951-e924-4ba8-9e1b-e213686a6667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>","description":"<p>Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3da3983a-f913-413a-82cc-1f51c3819fe5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"786b7951-e924-4ba8-9e1b-e213686a6667"},{"name":"PUT - NodeID - bbf-vdsl - noise-margin-profile","id":"fc1c2e71-e1cb-490f-a87f-4c49631e3940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    },\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>","description":"<p>Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"31252fc6-542d-4a51-ad87-6ed5e22fe60e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    },\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5178d2c5-e7d4-4667-91ce-6a0b482136a3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"noise-margin-profile\": [\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    },\n    {\n      \"name\": \"?:YsJ\",\n      \"downstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      },\n      \"upstream\": {\n        \"snr-mode\": \"1\",\n        \"minimum-noise-margin\": \"0\",\n        \"target-noise-margin\": 60,\n        \"maximum-noise-margin\": \"unbounded\",\n        \"ra-mode\": \"4\",\n        \"upshift-noise-margin\": 70,\n        \"minimum-time-interval-upshift-sra\": 8,\n        \"downshift-noise-margin\": 50,\n        \"minimum-time-interval-downshift-sra\": 2\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc1c2e71-e1cb-490f-a87f-4c49631e3940"},{"name":"POST - NodeID - bbf-vdsl - downstream","id":"ce619587-b3d1-4173-976e-9cefc2159d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"snr-mode\": \"1\",\n  \"minimum-noise-margin\": \"0\",\n  \"target-noise-margin\": 60,\n  \"maximum-noise-margin\": \"unbounded\",\n  \"ra-mode\": \"4\",\n  \"upshift-noise-margin\": 70,\n  \"minimum-time-interval-upshift-sra\": 8,\n  \"downshift-noise-margin\": 50,\n  \"minimum-time-interval-downshift-sra\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/downstream","description":"<p>Downstream Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dc3da232-5a76-4833-a862-2c204bd14da7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"snr-mode\": \"1\",\n  \"minimum-noise-margin\": \"0\",\n  \"target-noise-margin\": 60,\n  \"maximum-noise-margin\": \"unbounded\",\n  \"ra-mode\": \"4\",\n  \"upshift-noise-margin\": 70,\n  \"minimum-time-interval-upshift-sra\": 8,\n  \"downshift-noise-margin\": 50,\n  \"minimum-time-interval-downshift-sra\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce619587-b3d1-4173-976e-9cefc2159d5b"},{"name":"GET - NodeID - bbf-vdsl - downstream","id":"868bafcc-ebb9-461d-ac0d-3c69a8856b7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/downstream?content=<string>","description":"<p>Downstream Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d19576ac-a684-4089-bdc7-dfaecd1b0710","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}"}],"_postman_id":"868bafcc-ebb9-461d-ac0d-3c69a8856b7d"},{"name":"DELETE - NodeID - bbf-vdsl - downstream","id":"833e8358-a3db-4e4b-b971-a922ac164c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/downstream","description":"<p>Downstream Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e0ef1785-f458-484d-a22c-748109f4cc17","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"833e8358-a3db-4e4b-b971-a922ac164c6c"},{"name":"PUT - NodeID - bbf-vdsl - downstream","id":"7c2a0a5f-23fa-499d-b684-ecd629254da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/downstream","description":"<p>Downstream Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ceab1154-5960-4ca1-9215-b46f62642009","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"74b546cb-94fa-45e3-9708-4ac3a93b264a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c2a0a5f-23fa-499d-b684-ecd629254da1"},{"name":"POST - NodeID - bbf-vdsl - upstream","id":"e8d3d32d-721b-43bf-83d0-6049132bd22e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"snr-mode\": \"1\",\n  \"minimum-noise-margin\": \"0\",\n  \"target-noise-margin\": 60,\n  \"maximum-noise-margin\": \"unbounded\",\n  \"ra-mode\": \"4\",\n  \"upshift-noise-margin\": 70,\n  \"minimum-time-interval-upshift-sra\": 8,\n  \"downshift-noise-margin\": 50,\n  \"minimum-time-interval-downshift-sra\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/upstream","description":"<p>Upstream Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"002cf8dc-ff9d-4aff-9133-bcc0aac6fcdd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"snr-mode\": \"1\",\n  \"minimum-noise-margin\": \"0\",\n  \"target-noise-margin\": 60,\n  \"maximum-noise-margin\": \"unbounded\",\n  \"ra-mode\": \"4\",\n  \"upshift-noise-margin\": 70,\n  \"minimum-time-interval-upshift-sra\": 8,\n  \"downshift-noise-margin\": 50,\n  \"minimum-time-interval-downshift-sra\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8d3d32d-721b-43bf-83d0-6049132bd22e"},{"name":"GET - NodeID - bbf-vdsl - upstream","id":"3fb8e714-6327-4847-9865-0cdf61901ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/upstream?content=<string>","description":"<p>Upstream Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"af04aeea-0864-4f21-80e5-9c609a1e7b77","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}"}],"_postman_id":"3fb8e714-6327-4847-9865-0cdf61901ac9"},{"name":"DELETE - NodeID - bbf-vdsl - upstream","id":"fa9b4916-35df-4a14-a016-c74db68416e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/upstream","description":"<p>Upstream Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4142b156-7b49-43be-ad02-d9335a27971b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa9b4916-35df-4a14-a016-c74db68416e0"},{"name":"PUT - NodeID - bbf-vdsl - upstream","id":"ca83a404-6e52-4ed1-9b15-da0edc8c5dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/upstream","description":"<p>Upstream Noise Margin Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","noise-margin-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"379edca0-0474-4426-8ab7-437085d358c4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81ba5c1c-06c0-4ac9-83ac-560bc2a5c567","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"snr-mode\": \"1\",\n    \"minimum-noise-margin\": \"0\",\n    \"target-noise-margin\": 60,\n    \"maximum-noise-margin\": \"unbounded\",\n    \"ra-mode\": \"4\",\n    \"upshift-noise-margin\": 70,\n    \"minimum-time-interval-upshift-sra\": 8,\n    \"downshift-noise-margin\": 50,\n    \"minimum-time-interval-downshift-sra\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/noise-margin-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca83a404-6e52-4ed1-9b15-da0edc8c5dec"},{"name":"POST - NodeID - bbf-vdsl - impulse-noise-protection-delay-profile","id":"bfc24f78-287d-4dba-a75f-edc33c096d38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  },\n  \"upstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>","description":"<p>INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"52a4ddbb-efb5-4977-bf61-3b88ed66b574","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  },\n  \"upstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bfc24f78-287d-4dba-a75f-edc33c096d38"},{"name":"GET - NodeID - bbf-vdsl - impulse-noise-protection-delay-profile","id":"491142f9-5e04-4ad2-bc99-1060619f49a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>?content=<string>","description":"<p>INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4cd3b09b-c739-4c95-92f7-6cea92b3ffaf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"impulse-noise-protection-delay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    }\n  ]\n}"}],"_postman_id":"491142f9-5e04-4ad2-bc99-1060619f49a5"},{"name":"DELETE - NodeID - bbf-vdsl - impulse-noise-protection-delay-profile","id":"7bc956a2-ce18-4c2f-8354-c5aede28eaf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>","description":"<p>INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"156a8c90-1902-4849-8fb3-05e22b1a7684","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bc956a2-ce18-4c2f-8354-c5aede28eaf3"},{"name":"PUT - NodeID - bbf-vdsl - impulse-noise-protection-delay-profile","id":"652243ad-614f-4655-8678-1702d80d8f3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"impulse-noise-protection-delay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>","description":"<p>INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2ed48225-3268-4933-b417-b42f88041e43","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"impulse-noise-protection-delay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5bc72e55-62a6-4782-9d2e-2eda106fa492","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"impulse-noise-protection-delay-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      },\n      \"upstream\": {\n        \"force-framer-setting-inp\": false,\n        \"minimum-inp\": \"0\",\n        \"minimum-inp-8\": \"0\",\n        \"maximum-interleaving-delay\": \"16\",\n        \"maximum-delay-rtx\": 16,\n        \"minimum-delay-rtx\": \"0\",\n        \"minimum-inp-against-shine-rtx\": \"0\",\n        \"minimum-inp-against-shine-8-rtx\": \"0\",\n        \"shine-ratio-rtx\": \"0\",\n        \"minimum-inp-against-rein-rtx\": \"0\",\n        \"minimum-inp-against-rein-8-rtx\": \"0\",\n        \"rein-inter-arrival-time-rtx\": \"0\",\n        \"maximum-delay-variation\": \"unbounded\",\n        \"channel-initialization-policy\": \"0\",\n        \"mdosplit\": \"vendor-discretionary\",\n        \"attndr-method\": \"0\",\n        \"attndr-mdosplit\": \"vendor-discretionary\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"652243ad-614f-4655-8678-1702d80d8f3e"},{"name":"POST - NodeID - bbf-vdsl - downstream","id":"e3c99999-1845-4e0e-8bf6-9edea6578e62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"force-framer-setting-inp\": false,\n  \"minimum-inp\": \"0\",\n  \"minimum-inp-8\": \"0\",\n  \"maximum-interleaving-delay\": \"16\",\n  \"maximum-delay-rtx\": 16,\n  \"minimum-delay-rtx\": \"0\",\n  \"minimum-inp-against-shine-rtx\": \"0\",\n  \"minimum-inp-against-shine-8-rtx\": \"0\",\n  \"shine-ratio-rtx\": \"0\",\n  \"minimum-inp-against-rein-rtx\": \"0\",\n  \"minimum-inp-against-rein-8-rtx\": \"0\",\n  \"rein-inter-arrival-time-rtx\": \"0\",\n  \"maximum-delay-variation\": \"unbounded\",\n  \"channel-initialization-policy\": \"0\",\n  \"mdosplit\": \"vendor-discretionary\",\n  \"attndr-method\": \"0\",\n  \"attndr-mdosplit\": \"vendor-discretionary\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/downstream","description":"<p>Downstream INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"55cf4454-7fd8-4166-a234-5ee9b4c5bf5d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"force-framer-setting-inp\": false,\n  \"minimum-inp\": \"0\",\n  \"minimum-inp-8\": \"0\",\n  \"maximum-interleaving-delay\": \"16\",\n  \"maximum-delay-rtx\": 16,\n  \"minimum-delay-rtx\": \"0\",\n  \"minimum-inp-against-shine-rtx\": \"0\",\n  \"minimum-inp-against-shine-8-rtx\": \"0\",\n  \"shine-ratio-rtx\": \"0\",\n  \"minimum-inp-against-rein-rtx\": \"0\",\n  \"minimum-inp-against-rein-8-rtx\": \"0\",\n  \"rein-inter-arrival-time-rtx\": \"0\",\n  \"maximum-delay-variation\": \"unbounded\",\n  \"channel-initialization-policy\": \"0\",\n  \"mdosplit\": \"vendor-discretionary\",\n  \"attndr-method\": \"0\",\n  \"attndr-mdosplit\": \"vendor-discretionary\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3c99999-1845-4e0e-8bf6-9edea6578e62"},{"name":"GET - NodeID - bbf-vdsl - downstream","id":"f7a95b99-c8ca-4ba4-8bb6-7a4d2692cea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/downstream?content=<string>","description":"<p>Downstream INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5d4fda55-a5af-4d05-848c-ea394cd4b9af","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}"}],"_postman_id":"f7a95b99-c8ca-4ba4-8bb6-7a4d2692cea2"},{"name":"DELETE - NodeID - bbf-vdsl - downstream","id":"82a4bf2e-f629-4c50-aca6-ce7f82496494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/downstream","description":"<p>Downstream INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"88f02502-801e-442a-b4bf-3df349f4f9e3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82a4bf2e-f629-4c50-aca6-ce7f82496494"},{"name":"PUT - NodeID - bbf-vdsl - downstream","id":"69df8517-c9dc-43cf-844f-f417d9df30f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/downstream","description":"<p>Downstream INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"693f4457-31fb-49a8-a40e-dd6ab747b709","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"70f4200d-b476-4f9a-a7fd-ab119e645ba8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"69df8517-c9dc-43cf-844f-f417d9df30f8"},{"name":"POST - NodeID - bbf-vdsl - upstream","id":"9a32936c-6943-42d1-9600-36c4f6f73d24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"force-framer-setting-inp\": false,\n  \"minimum-inp\": \"0\",\n  \"minimum-inp-8\": \"0\",\n  \"maximum-interleaving-delay\": \"16\",\n  \"maximum-delay-rtx\": 16,\n  \"minimum-delay-rtx\": \"0\",\n  \"minimum-inp-against-shine-rtx\": \"0\",\n  \"minimum-inp-against-shine-8-rtx\": \"0\",\n  \"shine-ratio-rtx\": \"0\",\n  \"minimum-inp-against-rein-rtx\": \"0\",\n  \"minimum-inp-against-rein-8-rtx\": \"0\",\n  \"rein-inter-arrival-time-rtx\": \"0\",\n  \"maximum-delay-variation\": \"unbounded\",\n  \"channel-initialization-policy\": \"0\",\n  \"mdosplit\": \"vendor-discretionary\",\n  \"attndr-method\": \"0\",\n  \"attndr-mdosplit\": \"vendor-discretionary\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/upstream","description":"<p>Upstream INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a2aa695e-c238-4528-8066-f84790ffe649","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"force-framer-setting-inp\": false,\n  \"minimum-inp\": \"0\",\n  \"minimum-inp-8\": \"0\",\n  \"maximum-interleaving-delay\": \"16\",\n  \"maximum-delay-rtx\": 16,\n  \"minimum-delay-rtx\": \"0\",\n  \"minimum-inp-against-shine-rtx\": \"0\",\n  \"minimum-inp-against-shine-8-rtx\": \"0\",\n  \"shine-ratio-rtx\": \"0\",\n  \"minimum-inp-against-rein-rtx\": \"0\",\n  \"minimum-inp-against-rein-8-rtx\": \"0\",\n  \"rein-inter-arrival-time-rtx\": \"0\",\n  \"maximum-delay-variation\": \"unbounded\",\n  \"channel-initialization-policy\": \"0\",\n  \"mdosplit\": \"vendor-discretionary\",\n  \"attndr-method\": \"0\",\n  \"attndr-mdosplit\": \"vendor-discretionary\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a32936c-6943-42d1-9600-36c4f6f73d24"},{"name":"GET - NodeID - bbf-vdsl - upstream","id":"c263497d-7b07-419a-b6e3-ee802b80b447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/upstream?content=<string>","description":"<p>Upstream INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"beb6ba65-9a28-4469-88d3-2833ba050a04","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}"}],"_postman_id":"c263497d-7b07-419a-b6e3-ee802b80b447"},{"name":"DELETE - NodeID - bbf-vdsl - upstream","id":"fd8b066f-0ce1-4a3c-9a05-c6ec650c0808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/upstream","description":"<p>Upstream INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2bc501af-3dfa-455c-bef9-5e376dc17997","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd8b066f-0ce1-4a3c-9a05-c6ec650c0808"},{"name":"PUT - NodeID - bbf-vdsl - upstream","id":"9a668b28-7f73-41fe-9dde-a95fe89eb778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/upstream","description":"<p>Upstream INP-Delay Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-protection-delay-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ce0d5a15-8510-4a58-9b1f-18ff0b7cbfa2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed56a731-fe1d-4263-9210-50f9d5118d9d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"force-framer-setting-inp\": false,\n    \"minimum-inp\": \"0\",\n    \"minimum-inp-8\": \"0\",\n    \"maximum-interleaving-delay\": \"16\",\n    \"maximum-delay-rtx\": 16,\n    \"minimum-delay-rtx\": \"0\",\n    \"minimum-inp-against-shine-rtx\": \"0\",\n    \"minimum-inp-against-shine-8-rtx\": \"0\",\n    \"shine-ratio-rtx\": \"0\",\n    \"minimum-inp-against-rein-rtx\": \"0\",\n    \"minimum-inp-against-rein-8-rtx\": \"0\",\n    \"rein-inter-arrival-time-rtx\": \"0\",\n    \"maximum-delay-variation\": \"unbounded\",\n    \"channel-initialization-policy\": \"0\",\n    \"mdosplit\": \"vendor-discretionary\",\n    \"attndr-method\": \"0\",\n    \"attndr-mdosplit\": \"vendor-discretionary\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-protection-delay-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a668b28-7f73-41fe-9dde-a95fe89eb778"},{"name":"POST - NodeID - bbf-vdsl - virtual-noise-profile","id":"e7488440-cf05-4f4a-81ee-3b737197389b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"fext-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"next-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"txrefvnsfds\": \"0\"\n  },\n  \"upstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"rxrefvnsfus\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>","description":"<p>Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"29b2af9f-aab8-4359-88f2-fe56c6ecdd0e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"fext-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"next-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"txrefvnsfds\": \"0\"\n  },\n  \"upstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"rxrefvnsfus\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7488440-cf05-4f4a-81ee-3b737197389b"},{"name":"GET - NodeID - bbf-vdsl - virtual-noise-profile","id":"2d23fc57-06a4-405c-bd89-acb83265309f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>?content=<string>","description":"<p>Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"708d8e82-cac7-4a02-bab0-512c46685b49","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"virtual-noise-profile\": [\n    {\n      \"name\": \"?:|;x+\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:|;x+\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    }\n  ]\n}"}],"_postman_id":"2d23fc57-06a4-405c-bd89-acb83265309f"},{"name":"DELETE - NodeID - bbf-vdsl - virtual-noise-profile","id":"07bae149-1264-4ac9-baf8-459e0ac4d1f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>","description":"<p>Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3710adb9-9886-4026-9033-6642e41cddff","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07bae149-1264-4ac9-baf8-459e0ac4d1f7"},{"name":"PUT - NodeID - bbf-vdsl - virtual-noise-profile","id":"b45cc3be-c39a-4466-b83a-d0f2e600a5b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"virtual-noise-profile\": [\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>","description":"<p>Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0678fe65-5e0d-44fd-ba2d-9873d012c83e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"virtual-noise-profile\": [\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f8f146a3-d12c-4b50-af27-e2755688a990","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"virtual-noise-profile\": [\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    },\n    {\n      \"name\": \"?:%\",\n      \"downstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"fext-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"next-txrefvnds\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"txrefvnsfds\": \"0\"\n      },\n      \"upstream\": {\n        \"virtual-noise\": {\n          \"psdmask\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"rxrefvnsfus\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b45cc3be-c39a-4466-b83a-d0f2e600a5b5"},{"name":"POST - NodeID - bbf-vdsl - downstream","id":"633f3587-dd1c-4d4a-9c10-9f3c91533021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"fext-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"next-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"txrefvnsfds\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream","description":"<p>Downstream Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f4e7605c-1926-47e4-8a26-44f92d533f77","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"fext-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"next-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"txrefvnsfds\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"633f3587-dd1c-4d4a-9c10-9f3c91533021"},{"name":"GET - NodeID - bbf-vdsl - downstream","id":"842b6d99-a7a9-490a-b309-7957f498f035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream?content=<string>","description":"<p>Downstream Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"684aefbb-5275-4b53-8397-33dee11b2204","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"fext-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"next-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"txrefvnsfds\": \"0\"\n  }\n}"}],"_postman_id":"842b6d99-a7a9-490a-b309-7957f498f035"},{"name":"DELETE - NodeID - bbf-vdsl - downstream","id":"d1af1f92-fb9b-4e1a-891e-e8816c63b7d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream","description":"<p>Downstream Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"24af9f06-621e-4121-92e3-84d899163d9e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1af1f92-fb9b-4e1a-891e-e8816c63b7d1"},{"name":"PUT - NodeID - bbf-vdsl - downstream","id":"1a31e165-b5d7-447d-98d3-359ae4dbd31b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"fext-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"next-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"txrefvnsfds\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream","description":"<p>Downstream Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eed21aaf-4a28-4038-bebe-03fbb599fe6b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"fext-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"next-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"txrefvnsfds\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"654a6abc-6c23-4e9d-beea-06fa2b6a1627","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"fext-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"next-txrefvnds\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"txrefvnsfds\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a31e165-b5d7-447d-98d3-359ae4dbd31b"},{"name":"POST - NodeID - bbf-vdsl - virtual-noise","id":"c55813cf-4e86-486e-8780-a4e5a2c040b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise","description":"<p>This configuration parameter VN defines the transmitter\nreferred virtual noise (TXREFVN). The TXREFVN is\nspecified through a set of breakpoints. Each breakpoint\nconsists of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a noise PSD level (expressed\nin dBm/Hz) at that subcarrier. The set of breakpoints\ncan then be represented as [(t1, PSD1), (t2, PSD2), ,\n(tN, PSDN)]. The subcarrier index is coded as an\nunsigned integer. The noise level ranges from -40 dBm/Hz\nto -140 dBm/Hz in steps of 0.5 dBm/Hz. A special value\nof (enum zero-watts-per-hz) indicates a noise level of\n0 W/Hz. The maximum number of breakpoints is 32.\nThe default is an empty list, corresponding to no virtual\nnoise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e73ca09f-d166-4d73-b1db-c5d354b550e0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c55813cf-4e86-486e-8780-a4e5a2c040b9"},{"name":"GET - NodeID - bbf-vdsl - virtual-noise","id":"92b61aa5-b64b-4873-ad45-9d0ebcbdd9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise?content=<string>","description":"<p>This configuration parameter VN defines the transmitter\nreferred virtual noise (TXREFVN). The TXREFVN is\nspecified through a set of breakpoints. Each breakpoint\nconsists of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a noise PSD level (expressed\nin dBm/Hz) at that subcarrier. The set of breakpoints\ncan then be represented as [(t1, PSD1), (t2, PSD2), ,\n(tN, PSDN)]. The subcarrier index is coded as an\nunsigned integer. The noise level ranges from -40 dBm/Hz\nto -140 dBm/Hz in steps of 0.5 dBm/Hz. A special value\nof (enum zero-watts-per-hz) indicates a noise level of\n0 W/Hz. The maximum number of breakpoints is 32.\nThe default is an empty list, corresponding to no virtual\nnoise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"14a76e01-5962-4399-b720-3763adc560d6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"92b61aa5-b64b-4873-ad45-9d0ebcbdd9a3"},{"name":"DELETE - NodeID - bbf-vdsl - virtual-noise","id":"e9d5dc7a-8852-42c9-b693-fcc57c99434e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise","description":"<p>This configuration parameter VN defines the transmitter\nreferred virtual noise (TXREFVN). The TXREFVN is\nspecified through a set of breakpoints. Each breakpoint\nconsists of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a noise PSD level (expressed\nin dBm/Hz) at that subcarrier. The set of breakpoints\ncan then be represented as [(t1, PSD1), (t2, PSD2), ,\n(tN, PSDN)]. The subcarrier index is coded as an\nunsigned integer. The noise level ranges from -40 dBm/Hz\nto -140 dBm/Hz in steps of 0.5 dBm/Hz. A special value\nof (enum zero-watts-per-hz) indicates a noise level of\n0 W/Hz. The maximum number of breakpoints is 32.\nThe default is an empty list, corresponding to no virtual\nnoise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8697b017-0328-4ec2-9a1c-354a1b90baef","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9d5dc7a-8852-42c9-b693-fcc57c99434e"},{"name":"PUT - NodeID - bbf-vdsl - virtual-noise","id":"5fd6cdd1-f91f-4919-8b94-b369ff43bbfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise","description":"<p>This configuration parameter VN defines the transmitter\nreferred virtual noise (TXREFVN). The TXREFVN is\nspecified through a set of breakpoints. Each breakpoint\nconsists of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a noise PSD level (expressed\nin dBm/Hz) at that subcarrier. The set of breakpoints\ncan then be represented as [(t1, PSD1), (t2, PSD2), ,\n(tN, PSDN)]. The subcarrier index is coded as an\nunsigned integer. The noise level ranges from -40 dBm/Hz\nto -140 dBm/Hz in steps of 0.5 dBm/Hz. A special value\nof (enum zero-watts-per-hz) indicates a noise level of\n0 W/Hz. The maximum number of breakpoints is 32.\nThe default is an empty list, corresponding to no virtual\nnoise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"89201b6e-2f9b-4f04-b94e-b0bd296a9e86","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"668469ab-4cb7-4f7c-b016-341916ee774f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5fd6cdd1-f91f-4919-8b94-b369ff43bbfb"},{"name":"POST - NodeID - bbf-vdsl - psdmask","id":"b558b253-1c9d-4cd0-862f-70768175483a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"420ebeeb-4249-4a27-b81f-360bab76417f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b558b253-1c9d-4cd0-862f-70768175483a"},{"name":"GET - NodeID - bbf-vdsl - psdmask","id":"4fa5e370-2c3f-44dd-9898-3fe573b7fc3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise/psdmask=<string>?content=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"030030bd-5a6f-48ea-9cd4-9e047200b128","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise/psdmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise","psdmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}"}],"_postman_id":"4fa5e370-2c3f-44dd-9898-3fe573b7fc3b"},{"name":"DELETE - NodeID - bbf-vdsl - psdmask","id":"14e98cbd-2f85-4922-b554-10fb0f1cf531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3a6e2ea6-5bd5-40b6-9cfb-af6b92a150e7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"14e98cbd-2f85-4922-b554-10fb0f1cf531"},{"name":"PUT - NodeID - bbf-vdsl - psdmask","id":"c88858ad-49b8-441c-8e76-51c59accf199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","virtual-noise","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"564928d8-f02c-4263-ab3b-7f2b62604172","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8a3982f1-a01f-491c-bb22-a69fedfa16bf","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/virtual-noise/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c88858ad-49b8-441c-8e76-51c59accf199"},{"name":"POST - NodeID - bbf-vdsl - fext-txrefvnds","id":"e5189539-c586-4aed-bc50-19b56bceaf97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds","description":"<p>For ITU-T G.992.3 (ADSL2) Annex C and ITU-T G.992.5\n(ADSL2plus) Annex C, the transmitter referred virtual\nnoise (see clause 7.3.1.7.3) specified for FEXTR\nduration is defined as FEXT downstream transmitter\nreferred virtual noise (FEXT TXREFVNds). The default is\nan empty list, corresponding to no virtual noise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e074b269-b18e-4d08-b813-8f86395dc091","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e5189539-c586-4aed-bc50-19b56bceaf97"},{"name":"GET - NodeID - bbf-vdsl - fext-txrefvnds","id":"0811bcba-8863-49dd-88ad-25086aeb3759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds?content=<string>","description":"<p>For ITU-T G.992.3 (ADSL2) Annex C and ITU-T G.992.5\n(ADSL2plus) Annex C, the transmitter referred virtual\nnoise (see clause 7.3.1.7.3) specified for FEXTR\nduration is defined as FEXT downstream transmitter\nreferred virtual noise (FEXT TXREFVNds). The default is\nan empty list, corresponding to no virtual noise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bd85c787-3eb4-450e-9dcc-89393485019f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fext-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"0811bcba-8863-49dd-88ad-25086aeb3759"},{"name":"DELETE - NodeID - bbf-vdsl - fext-txrefvnds","id":"b4dfc77d-ff96-47e2-a347-77b9ac7b6826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds","description":"<p>For ITU-T G.992.3 (ADSL2) Annex C and ITU-T G.992.5\n(ADSL2plus) Annex C, the transmitter referred virtual\nnoise (see clause 7.3.1.7.3) specified for FEXTR\nduration is defined as FEXT downstream transmitter\nreferred virtual noise (FEXT TXREFVNds). The default is\nan empty list, corresponding to no virtual noise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8329531a-9b81-492d-8bf3-56571b947bde","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4dfc77d-ff96-47e2-a347-77b9ac7b6826"},{"name":"PUT - NodeID - bbf-vdsl - fext-txrefvnds","id":"52cdaed5-4588-468c-bb42-85f5614ef68d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fext-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds","description":"<p>For ITU-T G.992.3 (ADSL2) Annex C and ITU-T G.992.5\n(ADSL2plus) Annex C, the transmitter referred virtual\nnoise (see clause 7.3.1.7.3) specified for FEXTR\nduration is defined as FEXT downstream transmitter\nreferred virtual noise (FEXT TXREFVNds). The default is\nan empty list, corresponding to no virtual noise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c5d25b53-452e-4a36-9f60-4b2a25c2d1e8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fext-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0a2b76cf-7b73-402d-8c29-e5b883051a59","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fext-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52cdaed5-4588-468c-bb42-85f5614ef68d"},{"name":"POST - NodeID - bbf-vdsl - psdmask","id":"0954e67a-d34f-4d23-917d-4cd0c10ca72a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"99378cd3-3886-40d3-b321-2aef6f012ed0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0954e67a-d34f-4d23-917d-4cd0c10ca72a"},{"name":"GET - NodeID - bbf-vdsl - psdmask","id":"a7979109-f712-4e72-8f70-b1fcc9a4647e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds/psdmask=<string>?content=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8a1c2ec8-c7de-4507-a939-aedfb8e2ae99","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds/psdmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds","psdmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}"}],"_postman_id":"a7979109-f712-4e72-8f70-b1fcc9a4647e"},{"name":"DELETE - NodeID - bbf-vdsl - psdmask","id":"10c9ea39-636e-4ff8-8bc1-69597f3986d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4ffe0d7e-850e-49a1-9d70-537744014dea","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10c9ea39-636e-4ff8-8bc1-69597f3986d0"},{"name":"PUT - NodeID - bbf-vdsl - psdmask","id":"35c2fe9a-a7c2-4b39-bbf5-b6d6bc79a612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","fext-txrefvnds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d51cc5d4-e879-4156-b11b-0fecd471dbdf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ee206e47-6fac-48e7-8aaf-ff1ff395e0a4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/fext-txrefvnds/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35c2fe9a-a7c2-4b39-bbf5-b6d6bc79a612"},{"name":"POST - NodeID - bbf-vdsl - next-txrefvnds","id":"9ef7fd82-6999-411f-9d23-4f1e0f43a3bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds","description":"<p>For ITU-T G.992.3 (ADSL2) Annex C and ITU-T G.992.5\n(ADSL2plus) Annex C, the transmitter referred virtual\nnoise (see clause 7.3.1.7.3) specified for NEXTR\nduration is defined as NEXT downstream transmitter\nreferred virtual noise (NEXT TXREFVNds). The default is\nan empty list, corresponding to no virtual noise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6665bba4-3c42-4441-8511-9eca2bf91a64","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ef7fd82-6999-411f-9d23-4f1e0f43a3bd"},{"name":"GET - NodeID - bbf-vdsl - next-txrefvnds","id":"3414d29f-3d6e-4a39-a380-0e6378d05f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds?content=<string>","description":"<p>For ITU-T G.992.3 (ADSL2) Annex C and ITU-T G.992.5\n(ADSL2plus) Annex C, the transmitter referred virtual\nnoise (see clause 7.3.1.7.3) specified for NEXTR\nduration is defined as NEXT downstream transmitter\nreferred virtual noise (NEXT TXREFVNds). The default is\nan empty list, corresponding to no virtual noise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dd90b8f0-e3ee-447f-b692-c7ea7a6d4bbf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"next-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"3414d29f-3d6e-4a39-a380-0e6378d05f5d"},{"name":"DELETE - NodeID - bbf-vdsl - next-txrefvnds","id":"615a885d-3bfd-4cb3-8b9d-22af16a503e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds","description":"<p>For ITU-T G.992.3 (ADSL2) Annex C and ITU-T G.992.5\n(ADSL2plus) Annex C, the transmitter referred virtual\nnoise (see clause 7.3.1.7.3) specified for NEXTR\nduration is defined as NEXT downstream transmitter\nreferred virtual noise (NEXT TXREFVNds). The default is\nan empty list, corresponding to no virtual noise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"efd5bfdc-c571-4c63-9a24-37eabeb03cc0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"615a885d-3bfd-4cb3-8b9d-22af16a503e5"},{"name":"PUT - NodeID - bbf-vdsl - next-txrefvnds","id":"37df2f93-cb5f-4048-bb58-1f9edf5dfe3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"next-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds","description":"<p>For ITU-T G.992.3 (ADSL2) Annex C and ITU-T G.992.5\n(ADSL2plus) Annex C, the transmitter referred virtual\nnoise (see clause 7.3.1.7.3) specified for NEXTR\nduration is defined as NEXT downstream transmitter\nreferred virtual noise (NEXT TXREFVNds). The default is\nan empty list, corresponding to no virtual noise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7f2eea3-edf4-44a5-9baf-ba27f85fb043","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"next-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4c7ea4f8-2c93-4791-91a6-73a7eda9c979","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"next-txrefvnds\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37df2f93-cb5f-4048-bb58-1f9edf5dfe3d"},{"name":"POST - NodeID - bbf-vdsl - psdmask","id":"fbda12bf-fc69-4fff-abf3-a4a5ca7df43b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd3b5dc7-7f6c-4a79-a005-06c889b7bd10","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fbda12bf-fc69-4fff-abf3-a4a5ca7df43b"},{"name":"GET - NodeID - bbf-vdsl - psdmask","id":"092da30e-8608-4ae9-8407-035ab6e29eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds/psdmask=<string>?content=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"94573196-ad1f-44a1-af9b-cf96f172178a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds/psdmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds","psdmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}"}],"_postman_id":"092da30e-8608-4ae9-8407-035ab6e29eac"},{"name":"DELETE - NodeID - bbf-vdsl - psdmask","id":"a87b30d9-ddae-4ff9-a220-46453c171180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4b5227e7-b6a8-48bb-9b8c-5872e2a464a0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a87b30d9-ddae-4ff9-a220-46453c171180"},{"name":"PUT - NodeID - bbf-vdsl - psdmask","id":"eab1b3e7-1a5f-4aca-babc-617ee9731c31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","downstream","next-txrefvnds","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6328259f-713b-4091-9716-3bfaaed278c4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"325296e1-4fe2-4ad8-b629-16ea3c6fb0b2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/downstream/next-txrefvnds/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eab1b3e7-1a5f-4aca-babc-617ee9731c31"},{"name":"POST - NodeID - bbf-vdsl - upstream","id":"510ce590-d5ff-4910-bbd0-0819761f43b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"rxrefvnsfus\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream","description":"<p>Upstream Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"088b0161-cdd2-4294-9c6f-5093bf2b2c13","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  },\n  \"rxrefvnsfus\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"510ce590-d5ff-4910-bbd0-0819761f43b2"},{"name":"GET - NodeID - bbf-vdsl - upstream","id":"6a780dde-9f8b-455e-8c09-788c3ce40aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream?content=<string>","description":"<p>Upstream Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e9ff4ea5-1b5b-4c4b-a108-aedb1bae6c4c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"rxrefvnsfus\": \"0\"\n  }\n}"}],"_postman_id":"6a780dde-9f8b-455e-8c09-788c3ce40aeb"},{"name":"DELETE - NodeID - bbf-vdsl - upstream","id":"1a19cb5a-19dd-4cf0-9292-1586764e141d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream","description":"<p>Upstream Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25819bd2-5651-4798-aa5e-d0cd7631df0c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a19cb5a-19dd-4cf0-9292-1586764e141d"},{"name":"PUT - NodeID - bbf-vdsl - upstream","id":"8c3b3f4c-56a3-48df-a46b-02ad367180ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"rxrefvnsfus\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream","description":"<p>Upstream Virtual Noise Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"30f0708b-dcaf-4e98-8065-a2e6e8626e8a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"rxrefvnsfus\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f2058184-c5e9-4abd-b1c7-0881e9ad3e93","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"virtual-noise\": {\n      \"psdmask\": [\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        },\n        {\n          \"psd-level\": \"<string>\",\n          \"sub-carrier\": 0\n        }\n      ]\n    },\n    \"rxrefvnsfus\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c3b3f4c-56a3-48df-a46b-02ad367180ca"},{"name":"POST - NodeID - bbf-vdsl - virtual-noise","id":"4982aaec-4ecc-4a26-8704-1196e5adee61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise","description":"<p>This configuration parameter VN defines the transmitter\nreferred virtual noise (TXREFVN). The TXREFVN is\nspecified through a set of breakpoints. Each breakpoint\nconsists of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a noise PSD level (expressed\nin dBm/Hz) at that subcarrier. The set of breakpoints\ncan then be represented as [(t1, PSD1), (t2, PSD2), ,\n(tN, PSDN)]. The subcarrier index is coded as an\nunsigned integer. The noise level ranges from -40 dBm/Hz\nto -140 dBm/Hz in steps of 0.5 dBm/Hz. A special value\nof (enum zero-watts-per-hz) indicates a noise level of\n0 W/Hz. The maximum number of breakpoints is 16.\nThe default is an empty list, corresponding to no virtual\nnoise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"48b09352-e0a2-4f29-bcba-9720a997ea16","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4982aaec-4ecc-4a26-8704-1196e5adee61"},{"name":"GET - NodeID - bbf-vdsl - virtual-noise","id":"65f3baa7-dfcc-4315-9cf1-44e704576da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise?content=<string>","description":"<p>This configuration parameter VN defines the transmitter\nreferred virtual noise (TXREFVN). The TXREFVN is\nspecified through a set of breakpoints. Each breakpoint\nconsists of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a noise PSD level (expressed\nin dBm/Hz) at that subcarrier. The set of breakpoints\ncan then be represented as [(t1, PSD1), (t2, PSD2), ,\n(tN, PSDN)]. The subcarrier index is coded as an\nunsigned integer. The noise level ranges from -40 dBm/Hz\nto -140 dBm/Hz in steps of 0.5 dBm/Hz. A special value\nof (enum zero-watts-per-hz) indicates a noise level of\n0 W/Hz. The maximum number of breakpoints is 16.\nThe default is an empty list, corresponding to no virtual\nnoise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e02e7e13-266e-47ad-992c-259b6e6bcf4d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"65f3baa7-dfcc-4315-9cf1-44e704576da1"},{"name":"DELETE - NodeID - bbf-vdsl - virtual-noise","id":"17ad2c3e-83a4-4a4a-b94b-2c719f2094a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise","description":"<p>This configuration parameter VN defines the transmitter\nreferred virtual noise (TXREFVN). The TXREFVN is\nspecified through a set of breakpoints. Each breakpoint\nconsists of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a noise PSD level (expressed\nin dBm/Hz) at that subcarrier. The set of breakpoints\ncan then be represented as [(t1, PSD1), (t2, PSD2), ,\n(tN, PSDN)]. The subcarrier index is coded as an\nunsigned integer. The noise level ranges from -40 dBm/Hz\nto -140 dBm/Hz in steps of 0.5 dBm/Hz. A special value\nof (enum zero-watts-per-hz) indicates a noise level of\n0 W/Hz. The maximum number of breakpoints is 16.\nThe default is an empty list, corresponding to no virtual\nnoise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5b68fdbc-1d5d-4ecf-9390-e2b4093d70e1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17ad2c3e-83a4-4a4a-b94b-2c719f2094a5"},{"name":"PUT - NodeID - bbf-vdsl - virtual-noise","id":"a7c45dd4-b191-4003-b59f-55363af7b186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise","description":"<p>This configuration parameter VN defines the transmitter\nreferred virtual noise (TXREFVN). The TXREFVN is\nspecified through a set of breakpoints. Each breakpoint\nconsists of a subcarrier index t, with a subcarrier\nspacing of 4.3125 kHz, and a noise PSD level (expressed\nin dBm/Hz) at that subcarrier. The set of breakpoints\ncan then be represented as [(t1, PSD1), (t2, PSD2), ,\n(tN, PSDN)]. The subcarrier index is coded as an\nunsigned integer. The noise level ranges from -40 dBm/Hz\nto -140 dBm/Hz in steps of 0.5 dBm/Hz. A special value\nof (enum zero-watts-per-hz) indicates a noise level of\n0 W/Hz. The maximum number of breakpoints is 16.\nThe default is an empty list, corresponding to no virtual\nnoise defined.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25ed2496-2910-4a0b-9b35-b3c0c082f712","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8cf0597a-19ae-48e7-9f4a-1aec405b5bdb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"virtual-noise\": {\n    \"psdmask\": [\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      },\n      {\n        \"psd-level\": \"<string>\",\n        \"sub-carrier\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7c45dd4-b191-4003-b59f-55363af7b186"},{"name":"POST - NodeID - bbf-vdsl - psdmask","id":"dc048980-d017-47fe-a30e-eab74c4824e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"828f9844-a53d-4ce8-adfa-e05e1146daa8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"psd-level\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc048980-d017-47fe-a30e-eab74c4824e4"},{"name":"GET - NodeID - bbf-vdsl - psdmask","id":"bcdd8095-9ec3-4914-b6b1-d35a62648fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise/psdmask=<string>?content=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c47644bc-4e7a-40c1-8bc6-c79565f25f99","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise/psdmask=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise","psdmask=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}"}],"_postman_id":"bcdd8095-9ec3-4914-b6b1-d35a62648fbd"},{"name":"DELETE - NodeID - bbf-vdsl - psdmask","id":"11144734-fb81-4d89-a9d4-e4b76b740c59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b8818fca-f052-4dcb-9a2a-08c3bf9fdd1a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11144734-fb81-4d89-a9d4-e4b76b740c59"},{"name":"PUT - NodeID - bbf-vdsl - psdmask","id":"e76eaae7-4c2f-471d-9dcb-24ffaac7b91d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise/psdmask=<string>","description":"<p>The virtual noise PSD level.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","virtual-noise-profile=<string>","upstream","virtual-noise","psdmask=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73b75cd8-af70-4370-8983-d9df68d97fd9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise/psdmask=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dfd30c76-87bb-41bc-8ab6-59297bd3d614","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"psdmask\": [\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    },\n    {\n      \"psd-level\": \"<string>\",\n      \"sub-carrier\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/virtual-noise-profile=<string>/upstream/virtual-noise/psdmask=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e76eaae7-4c2f-471d-9dcb-24ffaac7b91d"},{"name":"POST - NodeID - bbf-vdsl - sos-profile","id":"b060eef5-00a6-454a-8241-dbe831fafa24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  },\n  \"upstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>","description":"<p>SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c3b6e847-4b1e-4a3f-bb60-e8fc02f64865","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  },\n  \"upstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b060eef5-00a6-454a-8241-dbe831fafa24"},{"name":"GET - NodeID - bbf-vdsl - sos-profile","id":"31783dfd-6c13-458a-b63a-2de0d8a9716d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>?content=<string>","description":"<p>SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e9639177-1b94-4e95-842f-a9843f3456a8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sos-profile\": [\n    {\n      \"name\": \"?:q3:\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    },\n    {\n      \"name\": \"?:q3:\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    }\n  ]\n}"}],"_postman_id":"31783dfd-6c13-458a-b63a-2de0d8a9716d"},{"name":"DELETE - NodeID - bbf-vdsl - sos-profile","id":"63e7a15b-d649-460f-94d2-771c0594bee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>","description":"<p>SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0e72d446-39ec-4503-80c8-59080cd437d1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63e7a15b-d649-460f-94d2-771c0594bee7"},{"name":"PUT - NodeID - bbf-vdsl - sos-profile","id":"724da921-dbdf-40c3-b237-dd5e3f301ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sos-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    },\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>","description":"<p>SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ec71b314-c806-4fa8-a578-6afb4b0c4f64","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sos-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    },\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff6f4f3b-486a-4562-a4b2-16cfcde99620","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sos-profile\": [\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    },\n    {\n      \"name\": \"?:p5\",\n      \"downstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      },\n      \"upstream\": {\n        \"sos-time\": \"disabled\",\n        \"sos-ntones\": \"disabled\",\n        \"sos-crc\": \"disabled\",\n        \"max-sos\": \"unlimited\",\n        \"snrmoffset-roc\": \"0\",\n        \"inpmin-roc\": \"0\",\n        \"sos-roc-mode\": \"allowed\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"724da921-dbdf-40c3-b237-dd5e3f301ec3"},{"name":"POST - NodeID - bbf-vdsl - downstream","id":"1dd90996-a4fd-41f2-9117-90025c60dc2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sos-time\": \"disabled\",\n  \"sos-ntones\": \"disabled\",\n  \"sos-crc\": \"disabled\",\n  \"max-sos\": \"unlimited\",\n  \"snrmoffset-roc\": \"0\",\n  \"inpmin-roc\": \"0\",\n  \"sos-roc-mode\": \"allowed\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/downstream","description":"<p>Downstream SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c16ff97e-4caf-4a71-92d9-1a6a29c79e85","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sos-time\": \"disabled\",\n  \"sos-ntones\": \"disabled\",\n  \"sos-crc\": \"disabled\",\n  \"max-sos\": \"unlimited\",\n  \"snrmoffset-roc\": \"0\",\n  \"inpmin-roc\": \"0\",\n  \"sos-roc-mode\": \"allowed\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1dd90996-a4fd-41f2-9117-90025c60dc2f"},{"name":"GET - NodeID - bbf-vdsl - downstream","id":"1c3f2e66-a060-4cc2-9aa1-3ecbd4b4891f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/downstream?content=<string>","description":"<p>Downstream SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e9ec3c1b-6aac-44f2-baaa-631c746aa3d5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}"}],"_postman_id":"1c3f2e66-a060-4cc2-9aa1-3ecbd4b4891f"},{"name":"DELETE - NodeID - bbf-vdsl - downstream","id":"1d57aac8-2ec8-41ec-826a-209e4f9794f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/downstream","description":"<p>Downstream SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"11449b0c-1152-4ac1-b692-11e93ccd4ce7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d57aac8-2ec8-41ec-826a-209e4f9794f2"},{"name":"PUT - NodeID - bbf-vdsl - downstream","id":"d1d99f84-1336-4e77-bd28-cb69cf585a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/downstream","description":"<p>Downstream SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"45b8d564-e3b5-456b-ba7e-7c3928895f66","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"05fd5b84-344d-4285-9762-84d442325cb6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1d99f84-1336-4e77-bd28-cb69cf585a62"},{"name":"POST - NodeID - bbf-vdsl - upstream","id":"cabbe4c5-c09f-4074-b437-063251b888d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sos-time\": \"disabled\",\n  \"sos-ntones\": \"disabled\",\n  \"sos-crc\": \"disabled\",\n  \"max-sos\": \"unlimited\",\n  \"snrmoffset-roc\": \"0\",\n  \"inpmin-roc\": \"0\",\n  \"sos-roc-mode\": \"allowed\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/upstream","description":"<p>Upstream SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4c17b32a-73c3-4185-874c-07fb995e22ff","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sos-time\": \"disabled\",\n  \"sos-ntones\": \"disabled\",\n  \"sos-crc\": \"disabled\",\n  \"max-sos\": \"unlimited\",\n  \"snrmoffset-roc\": \"0\",\n  \"inpmin-roc\": \"0\",\n  \"sos-roc-mode\": \"allowed\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cabbe4c5-c09f-4074-b437-063251b888d5"},{"name":"GET - NodeID - bbf-vdsl - upstream","id":"a43254d9-d217-42b0-8d18-1af93ce8fc2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/upstream?content=<string>","description":"<p>Upstream SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"989e3282-6292-4337-b415-ed2f562e5bdd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}"}],"_postman_id":"a43254d9-d217-42b0-8d18-1af93ce8fc2a"},{"name":"DELETE - NodeID - bbf-vdsl - upstream","id":"0734d653-32ba-49ba-a689-bc0a49ff198e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/upstream","description":"<p>Upstream SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8049ac98-1cd2-4b21-b8ed-43e6a23e17c0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0734d653-32ba-49ba-a689-bc0a49ff198e"},{"name":"PUT - NodeID - bbf-vdsl - upstream","id":"501e48e1-c50e-4978-bcf0-433ccb77030f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/upstream","description":"<p>Upstream SOS Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","sos-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5cd5c06f-7ff8-4570-aeb2-6bb9f27e552d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"30ae0edb-0ad0-47d3-b181-4a83a80bcd04","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"sos-time\": \"disabled\",\n    \"sos-ntones\": \"disabled\",\n    \"sos-crc\": \"disabled\",\n    \"max-sos\": \"unlimited\",\n    \"snrmoffset-roc\": \"0\",\n    \"inpmin-roc\": \"0\",\n    \"sos-roc-mode\": \"allowed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/sos-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"501e48e1-c50e-4978-bcf0-433ccb77030f"},{"name":"POST - NodeID - bbf-vdsl - impulse-noise-monitoring-profile","id":"030a8ed4-b0b5-47e6-b6df-ce3874c827ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  },\n  \"upstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>","description":"<p>INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6914655f-532f-45dc-b60a-ae63ba64e222","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  },\n  \"upstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"030a8ed4-b0b5-47e6-b6df-ce3874c827ba"},{"name":"GET - NodeID - bbf-vdsl - impulse-noise-monitoring-profile","id":"683c9b3a-c225-4a6d-b7e2-867fcf64093e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>?content=<string>","description":"<p>INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a8eb2332-bff3-4ae1-9f67-2af7a1498289","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"impulse-noise-monitoring-profile\": [\n    {\n      \"name\": \"?:}lG\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    },\n    {\n      \"name\": \"?:}lG\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    }\n  ]\n}"}],"_postman_id":"683c9b3a-c225-4a6d-b7e2-867fcf64093e"},{"name":"DELETE - NodeID - bbf-vdsl - impulse-noise-monitoring-profile","id":"c2e6c2b5-82d6-4a61-88f5-bd32f7eddcc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>","description":"<p>INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f355610a-6109-4396-9ece-c190fe02d6d2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2e6c2b5-82d6-4a61-88f5-bd32f7eddcc8"},{"name":"PUT - NodeID - bbf-vdsl - impulse-noise-monitoring-profile","id":"88cac119-739c-4920-b717-080b8ec82856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"impulse-noise-monitoring-profile\": [\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    },\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>","description":"<p>INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1e1517b5-ab28-4212-8331-bf3ba8931b3f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"impulse-noise-monitoring-profile\": [\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    },\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4bf6e979-d30c-4eae-95ba-25a6631827f9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"impulse-noise-monitoring-profile\": [\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    },\n    {\n      \"name\": \"?:<Wi))t=\",\n      \"downstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      },\n      \"upstream\": {\n        \"inmiato\": 3,\n        \"inmiats\": \"0\",\n        \"inmcc\": \"0\",\n        \"inm-inpeq-mode\": \"0\",\n        \"inm-inpeq-format\": \"0\",\n        \"inm-enable\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88cac119-739c-4920-b717-080b8ec82856"},{"name":"POST - NodeID - bbf-vdsl - downstream","id":"e63a88cc-216a-4bad-8582-e622ebd45536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inmiato\": 3,\n  \"inmiats\": \"0\",\n  \"inmcc\": \"0\",\n  \"inm-inpeq-mode\": \"0\",\n  \"inm-inpeq-format\": \"0\",\n  \"inm-enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/downstream","description":"<p>Downstream INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1bcf9572-d776-4a6e-acfd-8acb1666eb8c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"inmiato\": 3,\n  \"inmiats\": \"0\",\n  \"inmcc\": \"0\",\n  \"inm-inpeq-mode\": \"0\",\n  \"inm-inpeq-format\": \"0\",\n  \"inm-enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e63a88cc-216a-4bad-8582-e622ebd45536"},{"name":"GET - NodeID - bbf-vdsl - downstream","id":"0b02057a-f06b-4ca4-bce2-0aa34d189e1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/downstream?content=<string>","description":"<p>Downstream INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4f2e212e-ef6e-4669-8042-73a00d9ffe8a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}"}],"_postman_id":"0b02057a-f06b-4ca4-bce2-0aa34d189e1b"},{"name":"DELETE - NodeID - bbf-vdsl - downstream","id":"43779d14-cd90-4610-9047-d46c3b51dd14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/downstream","description":"<p>Downstream INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d21da46e-7649-4013-b987-52342fb852a2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43779d14-cd90-4610-9047-d46c3b51dd14"},{"name":"PUT - NodeID - bbf-vdsl - downstream","id":"e07b6d92-54a6-4867-91d1-7b1694587ad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/downstream","description":"<p>Downstream INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9b714ca5-ccd3-4784-a1bb-eed419e4885f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ca2f33ad-5ea1-4439-b31a-d336bf52bd43","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e07b6d92-54a6-4867-91d1-7b1694587ad6"},{"name":"POST - NodeID - bbf-vdsl - upstream","id":"e4c922e8-1296-44e2-8a03-30cb9b0e4cd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inmiato\": 3,\n  \"inmiats\": \"0\",\n  \"inmcc\": \"0\",\n  \"inm-inpeq-mode\": \"0\",\n  \"inm-inpeq-format\": \"0\",\n  \"inm-enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/upstream","description":"<p>Upstream INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8b5f552a-4a51-4b20-8452-3e07193c399b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"inmiato\": 3,\n  \"inmiats\": \"0\",\n  \"inmcc\": \"0\",\n  \"inm-inpeq-mode\": \"0\",\n  \"inm-inpeq-format\": \"0\",\n  \"inm-enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4c922e8-1296-44e2-8a03-30cb9b0e4cd3"},{"name":"GET - NodeID - bbf-vdsl - upstream","id":"6a48bace-3a7e-498a-b714-39c6038adec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/upstream?content=<string>","description":"<p>Upstream INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"00098476-b455-46a0-8113-e54d3b32e79f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}"}],"_postman_id":"6a48bace-3a7e-498a-b714-39c6038adec0"},{"name":"DELETE - NodeID - bbf-vdsl - upstream","id":"91875db3-9deb-41f3-bcf8-400cd3e4f4b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/upstream","description":"<p>Upstream INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ee565ce2-067a-491d-8488-2aecaf4b805f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91875db3-9deb-41f3-bcf8-400cd3e4f4b9"},{"name":"PUT - NodeID - bbf-vdsl - upstream","id":"98a4e906-0fc1-470b-9288-657993133fba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/upstream","description":"<p>Upstream INM Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","impulse-noise-monitoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"75512ed9-51f5-45bd-9319-f2c5551a29cb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1127272a-d280-4136-a029-6220227b6865","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"inmiato\": 3,\n    \"inmiats\": \"0\",\n    \"inmcc\": \"0\",\n    \"inm-inpeq-mode\": \"0\",\n    \"inm-inpeq-format\": \"0\",\n    \"inm-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/impulse-noise-monitoring-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98a4e906-0fc1-470b-9288-657993133fba"},{"name":"POST - NodeID - bbf-vdsl - re-initialization-policy-profile","id":"9cea8961-6484-48a0-a436-949da3a05839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  },\n  \"upstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>","description":"<p>Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"477664dc-f374-42d2-8718-b60d3090d1bc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  },\n  \"upstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9cea8961-6484-48a0-a436-949da3a05839"},{"name":"GET - NodeID - bbf-vdsl - re-initialization-policy-profile","id":"bb016034-97b4-402c-bc4a-d7cab9ba37f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>?content=<string>","description":"<p>Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d5d81182-f691-4a7a-aa03-0be444e101d7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"re-initialization-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    }\n  ]\n}"}],"_postman_id":"bb016034-97b4-402c-bc4a-d7cab9ba37f9"},{"name":"DELETE - NodeID - bbf-vdsl - re-initialization-policy-profile","id":"7f203aa8-383e-4589-a323-ea7b57fb0f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>","description":"<p>Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"04d25032-68c3-4c51-a963-737a1dec90f3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f203aa8-383e-4589-a323-ea7b57fb0f23"},{"name":"PUT - NodeID - bbf-vdsl - re-initialization-policy-profile","id":"64621656-6f0a-4f09-962c-9c8e6ef6b622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"re-initialization-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>","description":"<p>Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f98ac2ba-dec7-41d9-b0e9-3bbb920f7f5b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"re-initialization-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7ee3795c-f412-4cb3-9b8b-e6d22097d38a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"re-initialization-policy-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      },\n      \"upstream\": {\n        \"ripolicy\": \"0\",\n        \"reinit-time-threshold\": 10\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"64621656-6f0a-4f09-962c-9c8e6ef6b622"},{"name":"POST - NodeID - bbf-vdsl - downstream","id":"6a67f3c2-7c2a-4792-bc2f-118b2c795956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ripolicy\": \"0\",\n  \"reinit-time-threshold\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/downstream","description":"<p>Downstream Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"08d8ede5-3d7e-4ba9-bb49-a2c17f1f47b4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ripolicy\": \"0\",\n  \"reinit-time-threshold\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a67f3c2-7c2a-4792-bc2f-118b2c795956"},{"name":"GET - NodeID - bbf-vdsl - downstream","id":"ca867ca5-ac91-4296-ad7e-90f8146db1ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/downstream?content=<string>","description":"<p>Downstream Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"574ca1f5-a78a-41ce-b736-11743cd6e87a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}"}],"_postman_id":"ca867ca5-ac91-4296-ad7e-90f8146db1ae"},{"name":"DELETE - NodeID - bbf-vdsl - downstream","id":"080660bd-3782-4b6f-aedd-64d709be98a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/downstream","description":"<p>Downstream Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"edd9a3e6-514e-4c3f-8f87-55a349cf4bc3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"080660bd-3782-4b6f-aedd-64d709be98a5"},{"name":"PUT - NodeID - bbf-vdsl - downstream","id":"fef7c84a-3ef4-46a4-827c-d742716fe94b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/downstream","description":"<p>Downstream Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"af5c96a9-5b18-48a3-be98-8f8c4d6f68cb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"261379b1-d03c-42ac-877b-c87d9fbcf49b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fef7c84a-3ef4-46a4-827c-d742716fe94b"},{"name":"POST - NodeID - bbf-vdsl - upstream","id":"201ddb10-f478-475e-ac74-f31a7f86a93a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ripolicy\": \"0\",\n  \"reinit-time-threshold\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/upstream","description":"<p>Upstream Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c6b1172b-a783-4295-bfd3-bf57d9a78667","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ripolicy\": \"0\",\n  \"reinit-time-threshold\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"201ddb10-f478-475e-ac74-f31a7f86a93a"},{"name":"GET - NodeID - bbf-vdsl - upstream","id":"a3b6c406-5883-4438-954e-e881357fa695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/upstream?content=<string>","description":"<p>Upstream Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5288570c-1942-40b8-a4ef-03b9833c321f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}"}],"_postman_id":"a3b6c406-5883-4438-954e-e881357fa695"},{"name":"DELETE - NodeID - bbf-vdsl - upstream","id":"a7f32140-b6a5-433c-82a8-c32e7bfb9a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/upstream","description":"<p>Upstream Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7f7a74ac-3692-4a95-8854-8159b479ec44","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7f32140-b6a5-433c-82a8-c32e7bfb9a6c"},{"name":"PUT - NodeID - bbf-vdsl - upstream","id":"b630195a-b8fd-4cf5-874f-e2300f161a21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/upstream","description":"<p>Upstream Re-Initialization Policy Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","re-initialization-policy-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f5261c43-b731-4001-b91e-d97db9c23e64","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ab1e6219-8a6d-491d-834a-8f1c17353fb6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"ripolicy\": \"0\",\n    \"reinit-time-threshold\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/re-initialization-policy-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b630195a-b8fd-4cf5-874f-e2300f161a21"},{"name":"POST - NodeID - bbf-vdsl - vectoring-profile","id":"1f4c14cd-ceef-400d-9828-ff54719a9829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-fext-cancel-method\": \"none\"\n  },\n  \"upstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-upbo-enabled\": false\n  },\n  \"vector-mode-enable\": \"all\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>","description":"<p>Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e299edea-f45f-4fdc-b9a2-54b26446d142","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-fext-cancel-method\": \"none\"\n  },\n  \"upstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-upbo-enabled\": false\n  },\n  \"vector-mode-enable\": \"all\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f4c14cd-ceef-400d-9828-ff54719a9829"},{"name":"GET - NodeID - bbf-vdsl - vectoring-profile","id":"5b8fb989-01e7-4163-badb-25c90c74d4ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>?content=<string>","description":"<p>Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e6e72bb5-281b-40a7-925b-5363226a0211","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:v*ay\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    },\n    {\n      \"name\": \"?:v*ay\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    }\n  ]\n}"}],"_postman_id":"5b8fb989-01e7-4163-badb-25c90c74d4ea"},{"name":"DELETE - NodeID - bbf-vdsl - vectoring-profile","id":"9fb270b9-6bd4-4688-a9de-812abcf5aaf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>","description":"<p>Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ca749955-f307-4ea4-941e-e7e367f3b512","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9fb270b9-6bd4-4688-a9de-812abcf5aaf4"},{"name":"PUT - NodeID - bbf-vdsl - vectoring-profile","id":"7995b0a4-baac-4506-88b5-dd8ed1d26558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>","description":"<p>Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7c5ec0c6-c0b7-4198-af2b-56d8151715d9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c72ab7a5-ba4b-4433-bce6-e7f2c4dd4d27","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectoring-profile\": [\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    },\n    {\n      \"name\": \"?:\",\n      \"downstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"upstream\": {\n        \"vector-band-control\": [\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          },\n          {\n            \"stop-index\": 0,\n            \"start-index\": 0\n          }\n        ],\n        \"fext-cancel-priority\": \"HIGH\",\n        \"fext-cancel-enable\": \"1\",\n        \"xlin-group-size-req\": 1,\n        \"vect-legacy-upbo-enabled\": false\n      },\n      \"vector-mode-enable\": \"all\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7995b0a4-baac-4506-88b5-dd8ed1d26558"},{"name":"POST - NodeID - bbf-vdsl - downstream","id":"191a8015-d61d-4342-9eea-73d34f5c1ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ],\n  \"fext-cancel-priority\": \"HIGH\",\n  \"fext-cancel-enable\": \"1\",\n  \"xlin-group-size-req\": 1,\n  \"vect-legacy-fext-cancel-method\": \"none\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream","description":"<p>Downstream Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"86e2b8a5-6fc9-40b4-8875-25744e93cae2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ],\n  \"fext-cancel-priority\": \"HIGH\",\n  \"fext-cancel-enable\": \"1\",\n  \"xlin-group-size-req\": 1,\n  \"vect-legacy-fext-cancel-method\": \"none\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"191a8015-d61d-4342-9eea-73d34f5c1ba6"},{"name":"GET - NodeID - bbf-vdsl - downstream","id":"f46bc01c-d8d0-480c-a294-4bbe70075fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream?content=<string>","description":"<p>Downstream Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2649e2ab-8363-44cc-8e12-dc837b49de31","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-fext-cancel-method\": \"none\"\n  }\n}"}],"_postman_id":"f46bc01c-d8d0-480c-a294-4bbe70075fe6"},{"name":"DELETE - NodeID - bbf-vdsl - downstream","id":"b0fdbd07-5d11-4fe8-9eeb-28e2deded9e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream","description":"<p>Downstream Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ff0dee2c-dca9-4969-9807-5af50cd2f077","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0fdbd07-5d11-4fe8-9eeb-28e2deded9e3"},{"name":"PUT - NodeID - bbf-vdsl - downstream","id":"f474027d-0efe-4d09-8195-d9e33f9c3b04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-fext-cancel-method\": \"none\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream","description":"<p>Downstream Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f0a1c2f0-a40f-4e7d-ae55-ed4621e0ce05","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-fext-cancel-method\": \"none\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"90bf9fc4-50b6-4397-a188-3cf217cc677b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-fext-cancel-method\": \"none\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f474027d-0efe-4d09-8195-d9e33f9c3b04"},{"name":"POST - NodeID - bbf-vdsl - vector-band-control","id":"b2433863-74de-499b-9820-09179ecfdf86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream/vector-band-control=<string>","description":"<p>This configuration parameter is an array of pairs of\nsub-carrier indices (a(i), b(i)). Each pair specifies a\nfrequency band starting from sub-carrier index a(i) and\nending at sub-carrier index b(i) (including both start\nand end points) in which FEXT cancellation for\nthe line is not required. Up to 8 frequency bands may be\nconfigured. The same value of this parameter will be set\nfor all lines of the same vector group.\nThe default is an empty list, corresponding to no\nvectoring frequency-band control.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream","vector-band-control=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0c298e30-eed4-4cec-bda2-141baf551bca","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream/vector-band-control=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2433863-74de-499b-9820-09179ecfdf86"},{"name":"GET - NodeID - bbf-vdsl - vector-band-control","id":"5be842ca-1000-424b-9b19-0ea7c6855388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream/vector-band-control=<string>?content=<string>","description":"<p>This configuration parameter is an array of pairs of\nsub-carrier indices (a(i), b(i)). Each pair specifies a\nfrequency band starting from sub-carrier index a(i) and\nending at sub-carrier index b(i) (including both start\nand end points) in which FEXT cancellation for\nthe line is not required. Up to 8 frequency bands may be\nconfigured. The same value of this parameter will be set\nfor all lines of the same vector group.\nThe default is an empty list, corresponding to no\nvectoring frequency-band control.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream","vector-band-control=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"20d1e785-f070-44e8-9c9c-8a4c6906acc1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream/vector-band-control=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream","vector-band-control=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}"}],"_postman_id":"5be842ca-1000-424b-9b19-0ea7c6855388"},{"name":"DELETE - NodeID - bbf-vdsl - vector-band-control","id":"859ffbbb-f8f4-4b11-ae87-33185df615d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream/vector-band-control=<string>","description":"<p>This configuration parameter is an array of pairs of\nsub-carrier indices (a(i), b(i)). Each pair specifies a\nfrequency band starting from sub-carrier index a(i) and\nending at sub-carrier index b(i) (including both start\nand end points) in which FEXT cancellation for\nthe line is not required. Up to 8 frequency bands may be\nconfigured. The same value of this parameter will be set\nfor all lines of the same vector group.\nThe default is an empty list, corresponding to no\nvectoring frequency-band control.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream","vector-band-control=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9935556d-e594-4fcb-8af7-295eb4386194","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream/vector-band-control=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"859ffbbb-f8f4-4b11-ae87-33185df615d6"},{"name":"PUT - NodeID - bbf-vdsl - vector-band-control","id":"84d352da-2296-4aba-aa04-d68b605680d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream/vector-band-control=<string>","description":"<p>This configuration parameter is an array of pairs of\nsub-carrier indices (a(i), b(i)). Each pair specifies a\nfrequency band starting from sub-carrier index a(i) and\nending at sub-carrier index b(i) (including both start\nand end points) in which FEXT cancellation for\nthe line is not required. Up to 8 frequency bands may be\nconfigured. The same value of this parameter will be set\nfor all lines of the same vector group.\nThe default is an empty list, corresponding to no\nvectoring frequency-band control.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","downstream","vector-band-control=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ebeba66d-18f5-4266-ac81-f22b83f425d5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream/vector-band-control=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6be224ee-4766-4ec7-9a20-f0619abd987e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/downstream/vector-band-control=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"84d352da-2296-4aba-aa04-d68b605680d0"},{"name":"POST - NodeID - bbf-vdsl - upstream","id":"7c0ac9cf-28e7-4a23-a921-3bfb59118b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ],\n  \"fext-cancel-priority\": \"HIGH\",\n  \"fext-cancel-enable\": \"1\",\n  \"xlin-group-size-req\": 1,\n  \"vect-legacy-upbo-enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream","description":"<p>Upstream Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"822b579d-aaa9-4766-a8ae-150846cab133","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ],\n  \"fext-cancel-priority\": \"HIGH\",\n  \"fext-cancel-enable\": \"1\",\n  \"xlin-group-size-req\": 1,\n  \"vect-legacy-upbo-enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c0ac9cf-28e7-4a23-a921-3bfb59118b72"},{"name":"GET - NodeID - bbf-vdsl - upstream","id":"242e5c40-3b47-49dd-a154-ca830a55065e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream?content=<string>","description":"<p>Upstream Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4554f939-8997-43eb-b978-91c9316a63af","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-upbo-enabled\": false\n  }\n}"}],"_postman_id":"242e5c40-3b47-49dd-a154-ca830a55065e"},{"name":"DELETE - NodeID - bbf-vdsl - upstream","id":"77d51f49-0a9c-45b5-a525-6e2b13ff7959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream","description":"<p>Upstream Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"27bfc4e1-3cf2-4843-a877-1e1026e9a1c5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77d51f49-0a9c-45b5-a525-6e2b13ff7959"},{"name":"PUT - NodeID - bbf-vdsl - upstream","id":"bccce1aa-c46d-43a0-bb54-fda8fffc9f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-upbo-enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream","description":"<p>Upstream Vectoring Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b5f619cf-9882-43dd-a919-8c2d89742425","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-upbo-enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"da10a6bd-c5f5-460f-8e1c-4e021166b452","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream\": {\n    \"vector-band-control\": [\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      },\n      {\n        \"stop-index\": 0,\n        \"start-index\": 0\n      }\n    ],\n    \"fext-cancel-priority\": \"HIGH\",\n    \"fext-cancel-enable\": \"1\",\n    \"xlin-group-size-req\": 1,\n    \"vect-legacy-upbo-enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bccce1aa-c46d-43a0-bb54-fda8fffc9f6f"},{"name":"POST - NodeID - bbf-vdsl - vector-band-control","id":"3b4ba6b5-907d-409d-be26-eef21fcf42e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream/vector-band-control=<string>","description":"<p>This configuration parameter is an array of pairs of\nsub-carrier indices (a(i), b(i)). Each pair specifies a\nfrequency band starting from sub-carrier index a(i) and\nending at sub-carrier index b(i) (including both start\nand end points) in which FEXT cancellation for\nthe line is not required. Up to 8 frequency bands may be\nconfigured. The same value of this parameter will be set\nfor all lines of the same vector group.\nThe default is an empty list, corresponding to no\nvectoring frequency-band control.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream","vector-band-control=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a8010460-4b0e-46e5-9d44-201f68adf01b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"stop-index\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream/vector-band-control=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b4ba6b5-907d-409d-be26-eef21fcf42e1"},{"name":"GET - NodeID - bbf-vdsl - vector-band-control","id":"7d8540ef-104d-4100-a076-da916485ffc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream/vector-band-control=<string>?content=<string>","description":"<p>This configuration parameter is an array of pairs of\nsub-carrier indices (a(i), b(i)). Each pair specifies a\nfrequency band starting from sub-carrier index a(i) and\nending at sub-carrier index b(i) (including both start\nand end points) in which FEXT cancellation for\nthe line is not required. Up to 8 frequency bands may be\nconfigured. The same value of this parameter will be set\nfor all lines of the same vector group.\nThe default is an empty list, corresponding to no\nvectoring frequency-band control.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream","vector-band-control=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cc60253c-e5e4-4b4a-9d74-a9ef1326ede5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream/vector-band-control=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream","vector-band-control=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}"}],"_postman_id":"7d8540ef-104d-4100-a076-da916485ffc8"},{"name":"DELETE - NodeID - bbf-vdsl - vector-band-control","id":"51ecabac-a30c-4d9b-8f21-b6171e0c4cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream/vector-band-control=<string>","description":"<p>This configuration parameter is an array of pairs of\nsub-carrier indices (a(i), b(i)). Each pair specifies a\nfrequency band starting from sub-carrier index a(i) and\nending at sub-carrier index b(i) (including both start\nand end points) in which FEXT cancellation for\nthe line is not required. Up to 8 frequency bands may be\nconfigured. The same value of this parameter will be set\nfor all lines of the same vector group.\nThe default is an empty list, corresponding to no\nvectoring frequency-band control.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream","vector-band-control=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d604be03-9dfb-4169-852d-95ee08ef0b67","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream/vector-band-control=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"51ecabac-a30c-4d9b-8f21-b6171e0c4cac"},{"name":"PUT - NodeID - bbf-vdsl - vector-band-control","id":"e3e3ac19-57e8-4ed9-9a8d-9c9df49aa926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream/vector-band-control=<string>","description":"<p>This configuration parameter is an array of pairs of\nsub-carrier indices (a(i), b(i)). Each pair specifies a\nfrequency band starting from sub-carrier index a(i) and\nending at sub-carrier index b(i) (including both start\nand end points) in which FEXT cancellation for\nthe line is not required. Up to 8 frequency bands may be\nconfigured. The same value of this parameter will be set\nfor all lines of the same vector group.\nThe default is an empty list, corresponding to no\nvectoring frequency-band control.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","vectoring-profile=<string>","upstream","vector-band-control=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"86f3ed4f-217e-4a86-b8c6-3165c0c6f667","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream/vector-band-control=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f5cd2d58-b83f-45d4-b3a4-fe616a21e5b4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vector-band-control\": [\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    },\n    {\n      \"stop-index\": 0,\n      \"start-index\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/vectoring-profile=<string>/upstream/vector-band-control=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3e3ac19-57e8-4ed9-9a8d-9c9df49aa926"},{"name":"POST - NodeID - bbf-vdsl - data-gathering-profile","id":"cb035bce-44a6-4a5b-b376-3e7980d8bff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vtu\": {\n    \"logging-depth-event-percentage-o\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-o\": \"0\",\n    \"logging-depth-event-percentage-r\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-r\": \"0\",\n    \"logging-report-newer-first\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>","description":"<p>Data Gathering Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b7f74ae7-0e61-4d66-9321-d6cd9f0b9f8e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vtu\": {\n    \"logging-depth-event-percentage-o\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-o\": \"0\",\n    \"logging-depth-event-percentage-r\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-r\": \"0\",\n    \"logging-report-newer-first\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb035bce-44a6-4a5b-b376-3e7980d8bff2"},{"name":"GET - NodeID - bbf-vdsl - data-gathering-profile","id":"3ac9335d-2ce5-4f16-8270-a533a40d0a6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>?content=<string>","description":"<p>Data Gathering Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6efbe050-77d0-44db-b8e4-91bc36bacb20","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data-gathering-profile\": [\n    {\n      \"name\": \"?:R]+w\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    },\n    {\n      \"name\": \"?:R]+w\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    }\n  ]\n}"}],"_postman_id":"3ac9335d-2ce5-4f16-8270-a533a40d0a6a"},{"name":"DELETE - NodeID - bbf-vdsl - data-gathering-profile","id":"449f25c2-80dc-42bf-bf82-7aa6a3607273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>","description":"<p>Data Gathering Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"540ec0d1-05c4-49c0-a09e-948dbed234ea","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"449f25c2-80dc-42bf-bf82-7aa6a3607273"},{"name":"PUT - NodeID - bbf-vdsl - data-gathering-profile","id":"a3b4b509-f2db-4ddf-84a1-767152a8e8a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data-gathering-profile\": [\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    },\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>","description":"<p>Data Gathering Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"75795ce9-8b96-4e5e-8e44-3875a800a0f2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"data-gathering-profile\": [\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    },\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a5446cb4-74e7-411c-a451-ae997104f47f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"data-gathering-profile\": [\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    },\n    {\n      \"name\": \"?:(\",\n      \"vtu\": {\n        \"logging-depth-event-percentage-o\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-o\": \"0\",\n        \"logging-depth-event-percentage-r\": [\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          },\n          {\n            \"event-number\": 0,\n            \"percentage\": \"0\"\n          }\n        ],\n        \"logging-depth-reporting-r\": \"0\",\n        \"logging-report-newer-first\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3b4b509-f2db-4ddf-84a1-767152a8e8a3"},{"name":"POST - NodeID - bbf-vdsl - vtu","id":"7740f1f1-8c9d-43ec-90d9-ffc26f2efeb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logging-depth-event-percentage-o\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ],\n  \"logging-depth-reporting-o\": \"0\",\n  \"logging-depth-event-percentage-r\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ],\n  \"logging-depth-reporting-r\": \"0\",\n  \"logging-report-newer-first\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu","description":"<p>VTU Data Gathering Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f01d314d-1ed0-49b0-97e2-c5ce92595c2c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"logging-depth-event-percentage-o\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ],\n  \"logging-depth-reporting-o\": \"0\",\n  \"logging-depth-event-percentage-r\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ],\n  \"logging-depth-reporting-r\": \"0\",\n  \"logging-report-newer-first\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7740f1f1-8c9d-43ec-90d9-ffc26f2efeb8"},{"name":"GET - NodeID - bbf-vdsl - vtu","id":"c6d55744-946c-4993-80ea-f64ae69ed0c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu?content=<string>","description":"<p>VTU Data Gathering Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3a0b19f8-1bcd-4e4d-b823-2d59cb7d8151","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vtu\": {\n    \"logging-depth-event-percentage-o\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-o\": \"0\",\n    \"logging-depth-event-percentage-r\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-r\": \"0\",\n    \"logging-report-newer-first\": false\n  }\n}"}],"_postman_id":"c6d55744-946c-4993-80ea-f64ae69ed0c3"},{"name":"DELETE - NodeID - bbf-vdsl - vtu","id":"de2339db-428c-45c4-9f7b-2f03abcbb774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu","description":"<p>VTU Data Gathering Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c0423761-3950-4b0f-a8b5-e2dd6d5cfae3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de2339db-428c-45c4-9f7b-2f03abcbb774"},{"name":"PUT - NodeID - bbf-vdsl - vtu","id":"190eb34e-3773-4e76-8d99-5a9c6793e4b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vtu\": {\n    \"logging-depth-event-percentage-o\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-o\": \"0\",\n    \"logging-depth-event-percentage-r\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-r\": \"0\",\n    \"logging-report-newer-first\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu","description":"<p>VTU Data Gathering Profile.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d6c8675c-4cf8-47e9-86d1-a0eb52e686fa","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vtu\": {\n    \"logging-depth-event-percentage-o\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-o\": \"0\",\n    \"logging-depth-event-percentage-r\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-r\": \"0\",\n    \"logging-report-newer-first\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"219138b5-d5b4-4294-a7bf-4bbeb3108411","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vtu\": {\n    \"logging-depth-event-percentage-o\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-o\": \"0\",\n    \"logging-depth-event-percentage-r\": [\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      },\n      {\n        \"event-number\": 0,\n        \"percentage\": \"0\"\n      }\n    ],\n    \"logging-depth-reporting-r\": \"0\",\n    \"logging-report-newer-first\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"190eb34e-3773-4e76-8d99-5a9c6793e4b9"},{"name":"POST - NodeID - bbf-vdsl - logging-depth-event-percentage-o","id":"187c88d5-4a85-451d-ad49-145331e3d4e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"percentage\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-o=<string>","description":"<p>This parameter is the percentage of the data gathering\nevent buffer assigned to event type i at the VTU-O. The\nID, i, of the event type is defined in Table 11-43 of\n[ITU-T G.993.2]. Values are expressed in increments of\n0.5% from 0 to 100%</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-o=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"920bf6e5-0431-488d-9dab-28ae1f77c779","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"percentage\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-o=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"187c88d5-4a85-451d-ad49-145331e3d4e4"},{"name":"GET - NodeID - bbf-vdsl - logging-depth-event-percentage-o","id":"b780b05c-5db7-498a-91c2-91ca60d6a58b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-o=<string>?content=<string>","description":"<p>This parameter is the percentage of the data gathering\nevent buffer assigned to event type i at the VTU-O. The\nID, i, of the event type is defined in Table 11-43 of\n[ITU-T G.993.2]. Values are expressed in increments of\n0.5% from 0 to 100%</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-o=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b85c2beb-9e5f-4f68-a371-09d6490750b4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-o=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-o=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logging-depth-event-percentage-o\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"b780b05c-5db7-498a-91c2-91ca60d6a58b"},{"name":"DELETE - NodeID - bbf-vdsl - logging-depth-event-percentage-o","id":"d3ddfd72-3a07-4ee6-b0a7-3f2040e71db1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-o=<string>","description":"<p>This parameter is the percentage of the data gathering\nevent buffer assigned to event type i at the VTU-O. The\nID, i, of the event type is defined in Table 11-43 of\n[ITU-T G.993.2]. Values are expressed in increments of\n0.5% from 0 to 100%</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-o=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a1893642-620e-491a-a78d-3abf7802f44c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-o=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3ddfd72-3a07-4ee6-b0a7-3f2040e71db1"},{"name":"PUT - NodeID - bbf-vdsl - logging-depth-event-percentage-o","id":"01468409-cdf3-426c-a806-e695b4ba3734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logging-depth-event-percentage-o\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-o=<string>","description":"<p>This parameter is the percentage of the data gathering\nevent buffer assigned to event type i at the VTU-O. The\nID, i, of the event type is defined in Table 11-43 of\n[ITU-T G.993.2]. Values are expressed in increments of\n0.5% from 0 to 100%</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-o=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1e87ae51-b6c3-42e1-9d5d-fe4e5234e43e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logging-depth-event-percentage-o\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-o=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8478765d-a237-4c55-932b-422264447da8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logging-depth-event-percentage-o\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-o=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01468409-cdf3-426c-a806-e695b4ba3734"},{"name":"POST - NodeID - bbf-vdsl - logging-depth-event-percentage-r","id":"3aece0bf-dab3-4d8e-a02f-55a6ddc5df19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"percentage\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-r=<string>","description":"<p>This parameter is the percentage of the data gathering\nevent buffer assigned to event type i at the VTU-R. The\nID, i, of the event type is defined in Table 11-43 of\n[ITU-T G.993.2]. Values are expressed in increments of\n0.5% from 0 to 100%</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-r=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"32df3458-72da-4228-b61c-5d80b37f7c2b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"percentage\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-r=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3aece0bf-dab3-4d8e-a02f-55a6ddc5df19"},{"name":"GET - NodeID - bbf-vdsl - logging-depth-event-percentage-r","id":"c1bb2d69-64ce-4263-9b13-73fb75d81548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-r=<string>?content=<string>","description":"<p>This parameter is the percentage of the data gathering\nevent buffer assigned to event type i at the VTU-R. The\nID, i, of the event type is defined in Table 11-43 of\n[ITU-T G.993.2]. Values are expressed in increments of\n0.5% from 0 to 100%</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-r=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6a360b18-bb33-438f-822e-0ea6bb3cc4d6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-r=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-r=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logging-depth-event-percentage-r\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"c1bb2d69-64ce-4263-9b13-73fb75d81548"},{"name":"DELETE - NodeID - bbf-vdsl - logging-depth-event-percentage-r","id":"3b374e27-2d90-432e-b6bc-c4aaeab73eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-r=<string>","description":"<p>This parameter is the percentage of the data gathering\nevent buffer assigned to event type i at the VTU-R. The\nID, i, of the event type is defined in Table 11-43 of\n[ITU-T G.993.2]. Values are expressed in increments of\n0.5% from 0 to 100%</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-r=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8874b2e7-6a76-4611-b9a1-87037898cb91","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-r=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b374e27-2d90-432e-b6bc-c4aaeab73eb0"},{"name":"PUT - NodeID - bbf-vdsl - logging-depth-event-percentage-r","id":"4a88eea7-0fe2-43af-8f62-e463eaee5fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logging-depth-event-percentage-r\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-r=<string>","description":"<p>This parameter is the percentage of the data gathering\nevent buffer assigned to event type i at the VTU-R. The\nID, i, of the event type is defined in Table 11-43 of\n[ITU-T G.993.2]. Values are expressed in increments of\n0.5% from 0 to 100%</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","quality","data-gathering-profile=<string>","vtu","logging-depth-event-percentage-r=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f17ad8f3-c245-4486-bad3-5ee3f844ac2d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logging-depth-event-percentage-r\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-r=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4abea167-835b-4c97-9ae0-27bba40d0b33","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logging-depth-event-percentage-r\": [\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    },\n    {\n      \"event-number\": 0,\n      \"percentage\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/quality/data-gathering-profile=<string>/vtu/logging-depth-event-percentage-r=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a88eea7-0fe2-43af-8f62-e463eaee5fbe"},{"name":"POST - NodeID - bbf-vdsl - thresholds","id":"acc1c7df-daa2-4a0d-a2c9-fff6e778ff79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    }\n  ],\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    }\n  ],\n  \"threshold-template\": [\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    },\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds","description":"<p>Threshold configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1657da6c-838d-4ce0-99f2-b47265121578","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    }\n  ],\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    }\n  ],\n  \"threshold-template\": [\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    },\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"acc1c7df-daa2-4a0d-a2c9-fff6e778ff79"},{"name":"GET - NodeID - bbf-vdsl - thresholds","id":"5985a172-ce63-4a7f-8dcd-3cefc6905641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds?content=<string>","description":"<p>Threshold configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"798ccb0c-4f48-45e3-94e4-1ef221a35be7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:D=\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:D=\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"name\": \"?:.F\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:yp\",\n          \"xtu-24hr-line-profile\": \"?:5Dh\",\n          \"xtu-15min-channel-threshold-profile\": \"?:y\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:$[nKxNA!e\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:s$1\",\n          \"xtu-24hr-line-profile\": \"?:hu`a[X`__S?f9\",\n          \"xtu-15min-channel-threshold-profile\": \"?:h([2uD=Po9\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:/\"\n        }\n      },\n      {\n        \"name\": \"?:.F\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:yp\",\n          \"xtu-24hr-line-profile\": \"?:5Dh\",\n          \"xtu-15min-channel-threshold-profile\": \"?:y\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:$[nKxNA!e\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:s$1\",\n          \"xtu-24hr-line-profile\": \"?:hu`a[X`__S?f9\",\n          \"xtu-15min-channel-threshold-profile\": \"?:h([2uD=Po9\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:/\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"5985a172-ce63-4a7f-8dcd-3cefc6905641"},{"name":"DELETE - NodeID - bbf-vdsl - thresholds","id":"0b5877cf-0d5f-44b5-8bac-c10c4f26e171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds","description":"<p>Threshold configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"02ae76b2-8dae-4e6a-bf48-93d13c98c202","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b5877cf-0d5f-44b5-8bac-c10c4f26e171"},{"name":"PUT - NodeID - bbf-vdsl - thresholds","id":"61d2b367-e4a1-42e2-ac03-656e73c7a6de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      },\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds","description":"<p>Threshold configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f0510db5-30d7-4da9-9a6c-a60dd6178abf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      },\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4cd4930e-e80f-4701-98d8-6cae5d9265d2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"line-threshold-profile\": [\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:c5(\",\n        \"forward-error-correction-seconds-threshold\": \"0\",\n        \"errored-seconds-threshold\": \"0\",\n        \"severely-errored-seconds-threshold\": \"0\",\n        \"loss-of-signal-seconds-threshold\": \"0\",\n        \"unavailable-seconds-threshold\": \"0\",\n        \"leftr-defects-seconds-threshold\": \"0\",\n        \"leftr-defect-threshold\": \"etr-default-threshold\",\n        \"full-initializations-threshold\": \"0\",\n        \"failed-full-initializations-threshold\": \"0\",\n        \"short-initializations-threshold\": \"0\",\n        \"failed-short-initializations-threshold\": \"0\",\n        \"spontaneous-interruptions-threshold\": \"0\",\n        \"excessive-errored-seconds-threshold\": \"0\",\n        \"line-reinit-threshold\": \"0\"\n      }\n    ],\n    \"channel-threshold-profile\": [\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      },\n      {\n        \"name\": \"?:\",\n        \"code-violations-threshold\": \"0\",\n        \"forward-error-corrections-threshold\": \"0\",\n        \"uncorrected-dtus-threshold\": \"0\"\n      }\n    ],\n    \"threshold-template\": [\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      },\n      {\n        \"name\": \"?:x6\",\n        \"xtu-c\": {\n          \"xtu-15min-line-profile\": \"?:\",\n          \"xtu-24hr-line-profile\": \"?:[x~{:\",\n          \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n          \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n        },\n        \"xtu-r\": {\n          \"xtu-15min-line-profile\": \"?:`\",\n          \"xtu-24hr-line-profile\": \"?:-\",\n          \"xtu-15min-channel-threshold-profile\": \"?:\",\n          \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"61d2b367-e4a1-42e2-ac03-656e73c7a6de"},{"name":"POST - NodeID - bbf-vdsl - line-threshold-profile","id":"bd02effe-7839-4eac-ba67-97b7a84db43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forward-error-correction-seconds-threshold\": \"0\",\n  \"errored-seconds-threshold\": \"0\",\n  \"severely-errored-seconds-threshold\": \"0\",\n  \"loss-of-signal-seconds-threshold\": \"0\",\n  \"unavailable-seconds-threshold\": \"0\",\n  \"leftr-defects-seconds-threshold\": \"0\",\n  \"leftr-defect-threshold\": \"etr-default-threshold\",\n  \"full-initializations-threshold\": \"0\",\n  \"failed-full-initializations-threshold\": \"0\",\n  \"short-initializations-threshold\": \"0\",\n  \"failed-short-initializations-threshold\": \"0\",\n  \"spontaneous-interruptions-threshold\": \"0\",\n  \"excessive-errored-seconds-threshold\": \"0\",\n  \"line-reinit-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/line-threshold-profile=<string>","description":"<p>xTU Line Threshold Profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","line-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c2b22542-1c14-40d8-8b68-0105dab0a844","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"forward-error-correction-seconds-threshold\": \"0\",\n  \"errored-seconds-threshold\": \"0\",\n  \"severely-errored-seconds-threshold\": \"0\",\n  \"loss-of-signal-seconds-threshold\": \"0\",\n  \"unavailable-seconds-threshold\": \"0\",\n  \"leftr-defects-seconds-threshold\": \"0\",\n  \"leftr-defect-threshold\": \"etr-default-threshold\",\n  \"full-initializations-threshold\": \"0\",\n  \"failed-full-initializations-threshold\": \"0\",\n  \"short-initializations-threshold\": \"0\",\n  \"failed-short-initializations-threshold\": \"0\",\n  \"spontaneous-interruptions-threshold\": \"0\",\n  \"excessive-errored-seconds-threshold\": \"0\",\n  \"line-reinit-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/line-threshold-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd02effe-7839-4eac-ba67-97b7a84db43c"},{"name":"GET - NodeID - bbf-vdsl - line-threshold-profile","id":"5fddf6b2-d77c-498c-a5b4-4e5512a86e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/line-threshold-profile=<string>?content=<string>","description":"<p>xTU Line Threshold Profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","line-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"56eb5e5e-4480-45b1-981b-b4a5b8881b23","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/line-threshold-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","line-threshold-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:D=\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:D=\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"5fddf6b2-d77c-498c-a5b4-4e5512a86e9f"},{"name":"DELETE - NodeID - bbf-vdsl - line-threshold-profile","id":"12ee2058-6db9-4054-92bd-6ea542d66e51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/line-threshold-profile=<string>","description":"<p>xTU Line Threshold Profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","line-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"76ac8859-35c5-4e6a-af2f-d84a75f8bdba","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/line-threshold-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12ee2058-6db9-4054-92bd-6ea542d66e51"},{"name":"PUT - NodeID - bbf-vdsl - line-threshold-profile","id":"ed2e5c87-53da-4b4a-8ad6-33afb21573a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/line-threshold-profile=<string>","description":"<p>xTU Line Threshold Profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","line-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1e5210b1-d43c-4e15-ac47-3fe4a1700ee6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/line-threshold-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2c8015b9-cded-43f1-ae11-69773f721480","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-threshold-profile\": [\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:c5(\",\n      \"forward-error-correction-seconds-threshold\": \"0\",\n      \"errored-seconds-threshold\": \"0\",\n      \"severely-errored-seconds-threshold\": \"0\",\n      \"loss-of-signal-seconds-threshold\": \"0\",\n      \"unavailable-seconds-threshold\": \"0\",\n      \"leftr-defects-seconds-threshold\": \"0\",\n      \"leftr-defect-threshold\": \"etr-default-threshold\",\n      \"full-initializations-threshold\": \"0\",\n      \"failed-full-initializations-threshold\": \"0\",\n      \"short-initializations-threshold\": \"0\",\n      \"failed-short-initializations-threshold\": \"0\",\n      \"spontaneous-interruptions-threshold\": \"0\",\n      \"excessive-errored-seconds-threshold\": \"0\",\n      \"line-reinit-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/line-threshold-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed2e5c87-53da-4b4a-8ad6-33afb21573a6"},{"name":"POST - NodeID - bbf-vdsl - channel-threshold-profile","id":"682ed066-d83a-47fe-9e67-24c74163eeb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"code-violations-threshold\": \"0\",\n  \"forward-error-corrections-threshold\": \"0\",\n  \"uncorrected-dtus-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/channel-threshold-profile=<string>","description":"<p>xTU Channel Threshold Profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","channel-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"15bdf672-d8cc-41bf-aa42-5443eccb467d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"code-violations-threshold\": \"0\",\n  \"forward-error-corrections-threshold\": \"0\",\n  \"uncorrected-dtus-threshold\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/channel-threshold-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"682ed066-d83a-47fe-9e67-24c74163eeb9"},{"name":"GET - NodeID - bbf-vdsl - channel-threshold-profile","id":"5118ea14-60ee-4728-884e-96a91936c6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/channel-threshold-profile=<string>?content=<string>","description":"<p>xTU Channel Threshold Profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","channel-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"19b4375e-cffb-4eed-a9ad-e0cece209fa7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/channel-threshold-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","channel-threshold-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"5118ea14-60ee-4728-884e-96a91936c6e2"},{"name":"DELETE - NodeID - bbf-vdsl - channel-threshold-profile","id":"36dc1598-6ae5-4799-a93b-40b1b016d265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/channel-threshold-profile=<string>","description":"<p>xTU Channel Threshold Profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","channel-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"53bf3046-b67c-4440-89db-8167397413f8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/channel-threshold-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36dc1598-6ae5-4799-a93b-40b1b016d265"},{"name":"PUT - NodeID - bbf-vdsl - channel-threshold-profile","id":"01fde913-78a6-427a-b948-80a63faf6efb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/channel-threshold-profile=<string>","description":"<p>xTU Channel Threshold Profiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","channel-threshold-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"33c12290-90c7-475a-ad71-acc07d2b4940","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/channel-threshold-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"716ec8dd-14ed-4ec1-a4cc-7d5b23048312","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"channel-threshold-profile\": [\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    },\n    {\n      \"name\": \"?:\",\n      \"code-violations-threshold\": \"0\",\n      \"forward-error-corrections-threshold\": \"0\",\n      \"uncorrected-dtus-threshold\": \"0\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/channel-threshold-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01fde913-78a6-427a-b948-80a63faf6efb"},{"name":"POST - NodeID - bbf-vdsl - threshold-template","id":"d42c46dd-4fdf-4be1-8584-03a0e5d6dc32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xtu-c\": {\n    \"xtu-15min-line-profile\": \"?:\",\n    \"xtu-24hr-line-profile\": \"?:[x~{:\",\n    \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n    \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n  },\n  \"xtu-r\": {\n    \"xtu-15min-line-profile\": \"?:`\",\n    \"xtu-24hr-line-profile\": \"?:-\",\n    \"xtu-15min-channel-threshold-profile\": \"?:\",\n    \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>","description":"<p>xDSL Line Threshold Template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6b54b9e5-5a41-493e-84a8-8205f1c30e6b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-c\": {\n    \"xtu-15min-line-profile\": \"?:\",\n    \"xtu-24hr-line-profile\": \"?:[x~{:\",\n    \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n    \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n  },\n  \"xtu-r\": {\n    \"xtu-15min-line-profile\": \"?:`\",\n    \"xtu-24hr-line-profile\": \"?:-\",\n    \"xtu-15min-channel-threshold-profile\": \"?:\",\n    \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d42c46dd-4fdf-4be1-8584-03a0e5d6dc32"},{"name":"GET - NodeID - bbf-vdsl - threshold-template","id":"2262a528-d384-47b9-8ce7-d7e83e3fbbcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>?content=<string>","description":"<p>xDSL Line Threshold Template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ad59cf76-9987-4427-aef7-7be66041d756","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"threshold-template\": [\n    {\n      \"name\": \"?:.F\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:yp\",\n        \"xtu-24hr-line-profile\": \"?:5Dh\",\n        \"xtu-15min-channel-threshold-profile\": \"?:y\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:$[nKxNA!e\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:s$1\",\n        \"xtu-24hr-line-profile\": \"?:hu`a[X`__S?f9\",\n        \"xtu-15min-channel-threshold-profile\": \"?:h([2uD=Po9\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:/\"\n      }\n    },\n    {\n      \"name\": \"?:.F\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:yp\",\n        \"xtu-24hr-line-profile\": \"?:5Dh\",\n        \"xtu-15min-channel-threshold-profile\": \"?:y\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:$[nKxNA!e\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:s$1\",\n        \"xtu-24hr-line-profile\": \"?:hu`a[X`__S?f9\",\n        \"xtu-15min-channel-threshold-profile\": \"?:h([2uD=Po9\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:/\"\n      }\n    }\n  ]\n}"}],"_postman_id":"2262a528-d384-47b9-8ce7-d7e83e3fbbcb"},{"name":"DELETE - NodeID - bbf-vdsl - threshold-template","id":"3c63fc59-8dfa-43f5-82de-7846445d8962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>","description":"<p>xDSL Line Threshold Template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"09602235-16da-475e-bd2e-2c33597ca9ca","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c63fc59-8dfa-43f5-82de-7846445d8962"},{"name":"PUT - NodeID - bbf-vdsl - threshold-template","id":"9b812587-5685-4b4a-bfed-15edef89c581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"threshold-template\": [\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    },\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>","description":"<p>xDSL Line Threshold Template.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c895d4b0-5228-4d5b-9118-83c8643a6818","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"threshold-template\": [\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    },\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"882f9cd7-891a-49fc-89f2-7119928ac434","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"threshold-template\": [\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    },\n    {\n      \"name\": \"?:x6\",\n      \"xtu-c\": {\n        \"xtu-15min-line-profile\": \"?:\",\n        \"xtu-24hr-line-profile\": \"?:[x~{:\",\n        \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n        \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n      },\n      \"xtu-r\": {\n        \"xtu-15min-line-profile\": \"?:`\",\n        \"xtu-24hr-line-profile\": \"?:-\",\n        \"xtu-15min-channel-threshold-profile\": \"?:\",\n        \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b812587-5685-4b4a-bfed-15edef89c581"},{"name":"POST - NodeID - bbf-vdsl - xtu-c","id":"41bb8a3e-a63d-4931-bdca-a27d4a4512a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xtu-15min-line-profile\": \"?:\",\n  \"xtu-24hr-line-profile\": \"?:[x~{:\",\n  \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n  \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-c","description":"<p>xTU-Central Office threshold profile pointer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-c"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ccb8f9db-57cc-4ae9-a613-568de12c897b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-15min-line-profile\": \"?:\",\n  \"xtu-24hr-line-profile\": \"?:[x~{:\",\n  \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n  \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-c"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41bb8a3e-a63d-4931-bdca-a27d4a4512a8"},{"name":"GET - NodeID - bbf-vdsl - xtu-c","id":"3ce23548-c58b-4c14-9116-94048257d227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-c?content=<string>","description":"<p>xTU-Central Office threshold profile pointer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-c"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ca7d04d0-6f25-4533-9749-6157eee330c0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"xtu-15min-line-profile\": \"?:yp\",\n    \"xtu-24hr-line-profile\": \"?:5Dh\",\n    \"xtu-15min-channel-threshold-profile\": \"?:y\",\n    \"xtu-24hr-channel-threshold-profile\": \"?:$[nKxNA!e\"\n  }\n}"}],"_postman_id":"3ce23548-c58b-4c14-9116-94048257d227"},{"name":"DELETE - NodeID - bbf-vdsl - xtu-c","id":"20a41645-db6f-4621-a1fb-ecf298d28fdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-c","description":"<p>xTU-Central Office threshold profile pointer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-c"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"20b01eae-181d-468a-a662-4523ff056bb4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-c"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"20a41645-db6f-4621-a1fb-ecf298d28fdb"},{"name":"PUT - NodeID - bbf-vdsl - xtu-c","id":"07d4d409-4fcb-40b3-adcd-a3026e80c9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xtu-c\": {\n    \"xtu-15min-line-profile\": \"?:\",\n    \"xtu-24hr-line-profile\": \"?:[x~{:\",\n    \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n    \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-c","description":"<p>xTU-Central Office threshold profile pointer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-c"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b8b277db-8fd0-4c8f-bb86-f88472937299","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-c\": {\n    \"xtu-15min-line-profile\": \"?:\",\n    \"xtu-24hr-line-profile\": \"?:[x~{:\",\n    \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n    \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-c"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6449d5ff-bef4-48f2-aacd-2fd92b2d9941","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-c\": {\n    \"xtu-15min-line-profile\": \"?:\",\n    \"xtu-24hr-line-profile\": \"?:[x~{:\",\n    \"xtu-15min-channel-threshold-profile\": \"?:RY \",\n    \"xtu-24hr-channel-threshold-profile\": \"?:=\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-c"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07d4d409-4fcb-40b3-adcd-a3026e80c9df"},{"name":"POST - NodeID - bbf-vdsl - xtu-r","id":"f87f00e9-08fc-400f-89d7-66dd89f8d92f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xtu-15min-line-profile\": \"?:`\",\n  \"xtu-24hr-line-profile\": \"?:-\",\n  \"xtu-15min-channel-threshold-profile\": \"?:\",\n  \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-r","description":"<p>xTU-Central Office threshold profile pointer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-r"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ce51aca3-ccc7-42a7-b256-829a5b30e7a9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-15min-line-profile\": \"?:`\",\n  \"xtu-24hr-line-profile\": \"?:-\",\n  \"xtu-15min-channel-threshold-profile\": \"?:\",\n  \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-r"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f87f00e9-08fc-400f-89d7-66dd89f8d92f"},{"name":"GET - NodeID - bbf-vdsl - xtu-r","id":"b04f09fb-e692-454d-8a1c-cad24ba3c14f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-r?content=<string>","description":"<p>xTU-Central Office threshold profile pointer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-r"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fb220667-3db1-4466-a66c-3b913cc98959","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"xtu-15min-line-profile\": \"?:s$1\",\n    \"xtu-24hr-line-profile\": \"?:hu`a[X`__S?f9\",\n    \"xtu-15min-channel-threshold-profile\": \"?:h([2uD=Po9\",\n    \"xtu-24hr-channel-threshold-profile\": \"?:/\"\n  }\n}"}],"_postman_id":"b04f09fb-e692-454d-8a1c-cad24ba3c14f"},{"name":"DELETE - NodeID - bbf-vdsl - xtu-r","id":"4e5e5414-d748-4482-a7b1-4fc7441c240b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-r","description":"<p>xTU-Central Office threshold profile pointer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-r"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bd009173-8208-4ca1-9b04-ce20b77a7d7c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-r"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4e5e5414-d748-4482-a7b1-4fc7441c240b"},{"name":"PUT - NodeID - bbf-vdsl - xtu-r","id":"f2af2acb-2479-4d9f-b1f1-7c161a40e858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xtu-r\": {\n    \"xtu-15min-line-profile\": \"?:`\",\n    \"xtu-24hr-line-profile\": \"?:-\",\n    \"xtu-15min-channel-threshold-profile\": \"?:\",\n    \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-r","description":"<p>xTU-Central Office threshold profile pointer.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","thresholds","threshold-template=<string>","xtu-r"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"06d4b9fc-f972-4a05-9f38-526007efbd9e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-r\": {\n    \"xtu-15min-line-profile\": \"?:`\",\n    \"xtu-24hr-line-profile\": \"?:-\",\n    \"xtu-15min-channel-threshold-profile\": \"?:\",\n    \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-r"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7fd94c1f-f64e-4a7d-ae6b-8a8c723a72c5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-r\": {\n    \"xtu-15min-line-profile\": \"?:`\",\n    \"xtu-24hr-line-profile\": \"?:-\",\n    \"xtu-15min-channel-threshold-profile\": \"?:\",\n    \"xtu-24hr-channel-threshold-profile\": \"?:Q\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/thresholds/threshold-template=<string>/xtu-r"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2af2acb-2479-4d9f-b1f1-7c161a40e858"},{"name":"POST - NodeID - bbf-vdsl - vectors","id":"b156ecd5-9521-4426-95aa-3b85ca9ae993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    },\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors","description":"<p>Vectors of profiles</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b048b86b-6061-47ef-8bc0-4833bdc56af6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    },\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b156ecd5-9521-4426-95aa-3b85ca9ae993"},{"name":"GET - NodeID - bbf-vdsl - vectors","id":"2064785b-1513-4246-8487-4f10b41c15f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors?content=<string>","description":"<p>Vectors of profiles</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e304598a-3737-4591-b2b6-a1f10f427b5b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"line-spectrum-profile\": \"?:G\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:AnT\",\n        \"radio-frequency-interference-profile\": \"?:X\",\n        \"noise-margin-profile\": \"?:#N=\",\n        \"virtual-noise-profile\": \"?:%'\",\n        \"sos-profile\": \"?:\",\n        \"impulse-noise-monitoring-profile\": \"?:0X,..\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:%${\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:TXus\",\n          \"upstream-data-rate-profile\": \"?:\",\n          \"impulse-noise-protection-delay-profile\": \"?:[$6]2\"\n        },\n        \"re-initialization-policy-profile\": \"?:_`r\",\n        \"data-gathering-profile\": \"?:?:\"\n      },\n      {\n        \"line-spectrum-profile\": \"?:G\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:AnT\",\n        \"radio-frequency-interference-profile\": \"?:X\",\n        \"noise-margin-profile\": \"?:#N=\",\n        \"virtual-noise-profile\": \"?:%'\",\n        \"sos-profile\": \"?:\",\n        \"impulse-noise-monitoring-profile\": \"?:0X,..\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:%${\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:TXus\",\n          \"upstream-data-rate-profile\": \"?:\",\n          \"impulse-noise-protection-delay-profile\": \"?:[$6]2\"\n        },\n        \"re-initialization-policy-profile\": \"?:_`r\",\n        \"data-gathering-profile\": \"?:?:\"\n      }\n    ]\n  }\n}"}],"_postman_id":"2064785b-1513-4246-8487-4f10b41c15f1"},{"name":"DELETE - NodeID - bbf-vdsl - vectors","id":"4de3ac82-17f0-47ff-8be6-c74d9058d651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors","description":"<p>Vectors of profiles</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b4175885-5c7c-4ef0-bf03-da837384512e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4de3ac82-17f0-47ff-8be6-c74d9058d651"},{"name":"PUT - NodeID - bbf-vdsl - vectors","id":"8e6e7093-ab89-4baa-a14d-e529b1328571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      },\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors","description":"<p>Vectors of profiles</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"90a742ce-fc02-4df9-aef0-577ab31f3ae9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      },\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5834926e-dfa8-4d05-8f42-5095c3371f53","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectors\": {\n    \"line-config-vector\": [\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      },\n      {\n        \"line-spectrum-profile\": \"?:\",\n        \"upstream-power-back-off-profile\": \"?:\",\n        \"downstream-power-back-off-profile\": \"?:\",\n        \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n        \"noise-margin-profile\": \"?:\",\n        \"virtual-noise-profile\": \"?:q\",\n        \"sos-profile\": \"?:xl\",\n        \"impulse-noise-monitoring-profile\": \"?:4V\",\n        \"vectoring-profile\": \"?:\",\n        \"name\": \"?:l\",\n        \"channel\": {\n          \"downstream-data-rate-profile\": \"?:\",\n          \"upstream-data-rate-profile\": \"?:\\\"^\",\n          \"impulse-noise-protection-delay-profile\": \"?:+\"\n        },\n        \"re-initialization-policy-profile\": \"?:+#64\",\n        \"data-gathering-profile\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e6e7093-ab89-4baa-a14d-e529b1328571"},{"name":"POST - NodeID - bbf-vdsl - line-config-vector","id":"80b05f83-c835-4e9e-bef5-72dacd3eabe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\\\"^\",\n    \"impulse-noise-protection-delay-profile\": \"?:+\"\n  },\n  \"line-spectrum-profile\": \"?:\",\n  \"upstream-power-back-off-profile\": \"?:\",\n  \"downstream-power-back-off-profile\": \"?:\",\n  \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n  \"noise-margin-profile\": \"?:\",\n  \"virtual-noise-profile\": \"?:q\",\n  \"sos-profile\": \"?:xl\",\n  \"impulse-noise-monitoring-profile\": \"?:4V\",\n  \"re-initialization-policy-profile\": \"?:+#64\",\n  \"vectoring-profile\": \"?:\",\n  \"data-gathering-profile\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>","description":"<p>xDSL Line Configuration Vector</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2239e53d-5c54-4d1d-841d-f80c8bb3ec03","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\\\"^\",\n    \"impulse-noise-protection-delay-profile\": \"?:+\"\n  },\n  \"line-spectrum-profile\": \"?:\",\n  \"upstream-power-back-off-profile\": \"?:\",\n  \"downstream-power-back-off-profile\": \"?:\",\n  \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n  \"noise-margin-profile\": \"?:\",\n  \"virtual-noise-profile\": \"?:q\",\n  \"sos-profile\": \"?:xl\",\n  \"impulse-noise-monitoring-profile\": \"?:4V\",\n  \"re-initialization-policy-profile\": \"?:+#64\",\n  \"vectoring-profile\": \"?:\",\n  \"data-gathering-profile\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80b05f83-c835-4e9e-bef5-72dacd3eabe2"},{"name":"GET - NodeID - bbf-vdsl - line-config-vector","id":"1160a7ba-651d-4c69-bc61-9389b990cddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>?content=<string>","description":"<p>xDSL Line Configuration Vector</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bd229779-1780-43c1-9460-243d4b093918","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line-config-vector\": [\n    {\n      \"line-spectrum-profile\": \"?:G\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:AnT\",\n      \"radio-frequency-interference-profile\": \"?:X\",\n      \"noise-margin-profile\": \"?:#N=\",\n      \"virtual-noise-profile\": \"?:%'\",\n      \"sos-profile\": \"?:\",\n      \"impulse-noise-monitoring-profile\": \"?:0X,..\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:%${\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:TXus\",\n        \"upstream-data-rate-profile\": \"?:\",\n        \"impulse-noise-protection-delay-profile\": \"?:[$6]2\"\n      },\n      \"re-initialization-policy-profile\": \"?:_`r\",\n      \"data-gathering-profile\": \"?:?:\"\n    },\n    {\n      \"line-spectrum-profile\": \"?:G\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:AnT\",\n      \"radio-frequency-interference-profile\": \"?:X\",\n      \"noise-margin-profile\": \"?:#N=\",\n      \"virtual-noise-profile\": \"?:%'\",\n      \"sos-profile\": \"?:\",\n      \"impulse-noise-monitoring-profile\": \"?:0X,..\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:%${\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:TXus\",\n        \"upstream-data-rate-profile\": \"?:\",\n        \"impulse-noise-protection-delay-profile\": \"?:[$6]2\"\n      },\n      \"re-initialization-policy-profile\": \"?:_`r\",\n      \"data-gathering-profile\": \"?:?:\"\n    }\n  ]\n}"}],"_postman_id":"1160a7ba-651d-4c69-bc61-9389b990cddc"},{"name":"DELETE - NodeID - bbf-vdsl - line-config-vector","id":"11b2e6e0-a77f-4989-9279-de4a49ad73ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>","description":"<p>xDSL Line Configuration Vector</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6ec1abd2-2cbe-47b8-bc68-3c84f40e7dc8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11b2e6e0-a77f-4989-9279-de4a49ad73ca"},{"name":"PUT - NodeID - bbf-vdsl - line-config-vector","id":"de682648-1468-4fa4-a600-a036a07867a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    },\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>","description":"<p>xDSL Line Configuration Vector</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"df3f6c84-9fc5-45b1-9870-4914a8136119","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    },\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1430ec7e-6a9c-4e55-ba62-640ad25c1fad","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line-config-vector\": [\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    },\n    {\n      \"line-spectrum-profile\": \"?:\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?: Ex2]S:yp?\",\n      \"noise-margin-profile\": \"?:\",\n      \"virtual-noise-profile\": \"?:q\",\n      \"sos-profile\": \"?:xl\",\n      \"impulse-noise-monitoring-profile\": \"?:4V\",\n      \"vectoring-profile\": \"?:\",\n      \"name\": \"?:l\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:\",\n        \"upstream-data-rate-profile\": \"?:\\\"^\",\n        \"impulse-noise-protection-delay-profile\": \"?:+\"\n      },\n      \"re-initialization-policy-profile\": \"?:+#64\",\n      \"data-gathering-profile\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de682648-1468-4fa4-a600-a036a07867a5"},{"name":"POST - NodeID - bbf-vdsl - channel","id":"a321bb70-b67c-4cfd-93b1-32a77eb225d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": \"?:\",\n  \"upstream-data-rate-profile\": \"?:\\\"^\",\n  \"impulse-noise-protection-delay-profile\": \"?:+\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>/channel","description":"<p>Channel profiles. All profile identifiers must be\nconfigured.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>","channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7a437968-f5f2-467e-8c73-1ae59f85d19d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": \"?:\",\n  \"upstream-data-rate-profile\": \"?:\\\"^\",\n  \"impulse-noise-protection-delay-profile\": \"?:+\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>/channel"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a321bb70-b67c-4cfd-93b1-32a77eb225d3"},{"name":"GET - NodeID - bbf-vdsl - channel","id":"b9003f0c-7c8d-4114-b6c6-bcfd2fd31257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>/channel?content=<string>","description":"<p>Channel profiles. All profile identifiers must be\nconfigured.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>","channel"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"277f95f5-d11e-4674-8695-5a9113fb332a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>/channel?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>","channel"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:TXus\",\n    \"upstream-data-rate-profile\": \"?:\",\n    \"impulse-noise-protection-delay-profile\": \"?:[$6]2\"\n  }\n}"}],"_postman_id":"b9003f0c-7c8d-4114-b6c6-bcfd2fd31257"},{"name":"DELETE - NodeID - bbf-vdsl - channel","id":"7ad80e62-c57a-4730-9ed1-49959e3c6aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>/channel","description":"<p>Channel profiles. All profile identifiers must be\nconfigured.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>","channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3231b20a-01b5-40b5-a6cf-4dad6190c904","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>/channel"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ad80e62-c57a-4730-9ed1-49959e3c6aca"},{"name":"PUT - NodeID - bbf-vdsl - channel","id":"b71dada5-4c76-45ca-8dfe-039df0e87ea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\\\"^\",\n    \"impulse-noise-protection-delay-profile\": \"?:+\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>/channel","description":"<p>Channel profiles. All profile identifiers must be\nconfigured.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","vectors","line-config-vector=<string>","channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aabbf150-1626-44c8-b180-145d0727196c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\\\"^\",\n    \"impulse-noise-protection-delay-profile\": \"?:+\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>/channel"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ba53d510-4644-49a9-98fd-687b7f2e02e7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\\\"^\",\n    \"impulse-noise-protection-delay-profile\": \"?:+\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/vectors/line-config-vector=<string>/channel"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b71dada5-4c76-45ca-8dfe-039df0e87ea6"},{"name":"POST - NodeID - bbf-vdsl - vce-parameters","id":"f2e20fb0-8cdf-440a-9789-0f59cfe7e754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vce-gain-achieved\": \"at-init\",\n  \"vce-historical-prepost-coder-enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vce-parameters","description":"<p>Proprietary vce parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vce-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cc1c3f25-8e65-400c-9795-7eec8bd86978","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vce-gain-achieved\": \"at-init\",\n  \"vce-historical-prepost-coder-enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vce-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2e20fb0-8cdf-440a-9789-0f59cfe7e754"},{"name":"GET - NodeID - bbf-vdsl - vce-parameters","id":"cb10b99d-c36e-46c6-b2a9-024ad19afb6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vce-parameters?content=<string>","description":"<p>Proprietary vce parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vce-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e38e981d-1e88-474b-8a4c-1e6330a26d8d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vce-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vce-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vce-parameters\": {\n    \"vce-gain-achieved\": \"at-init\",\n    \"vce-historical-prepost-coder-enabled\": false,\n    \"used-vce-wide-bandplan\": \"undetermined\"\n  }\n}"}],"_postman_id":"cb10b99d-c36e-46c6-b2a9-024ad19afb6d"},{"name":"DELETE - NodeID - bbf-vdsl - vce-parameters","id":"c261025a-43fa-4169-9e31-eb0f0f77507d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vce-parameters","description":"<p>Proprietary vce parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vce-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2ed53a2b-7f47-4412-bfef-662fea6a359b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vce-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c261025a-43fa-4169-9e31-eb0f0f77507d"},{"name":"PUT - NodeID - bbf-vdsl - vce-parameters","id":"74d9e7d9-3cb0-43be-b7ef-db3cbd891bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vce-parameters\": {\n    \"vce-gain-achieved\": \"at-init\",\n    \"vce-historical-prepost-coder-enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vce-parameters","description":"<p>Proprietary vce parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vce-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ae60bfe0-4c47-46a5-9e91-45bd67ffe092","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vce-parameters\": {\n    \"vce-gain-achieved\": \"at-init\",\n    \"vce-historical-prepost-coder-enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vce-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5ad79011-491d-482b-be8b-ac29ceb4673f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vce-parameters\": {\n    \"vce-gain-achieved\": \"at-init\",\n    \"vce-historical-prepost-coder-enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vce-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74d9e7d9-3cb0-43be-b7ef-db3cbd891bc8"},{"name":"POST - NodeID - bbf-vdsl - legacy-upbo","id":"6d728f0c-9f52-4e4e-b085-219ce8c41330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vect-legacy-upbo-ref\": \"?:vJ3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:legacy-upbo","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:legacy-upbo"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e8a8aa34-28af-4ee8-ab55-c8bf50c4fc59","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vect-legacy-upbo-ref\": \"?:vJ3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:legacy-upbo"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d728f0c-9f52-4e4e-b085-219ce8c41330"},{"name":"GET - NodeID - bbf-vdsl - legacy-upbo","id":"9c921de3-a066-4e7b-8c30-b057871b789b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:legacy-upbo?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:legacy-upbo"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"62ea90f2-3500-4fa2-972f-c56d1698f123","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:legacy-upbo?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:legacy-upbo"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"legacy-upbo\": {\n    \"vect-legacy-upbo-ref\": \"?:/\"\n  }\n}"}],"_postman_id":"9c921de3-a066-4e7b-8c30-b057871b789b"},{"name":"DELETE - NodeID - bbf-vdsl - legacy-upbo","id":"4feb94fb-5e08-4427-944f-9df52150b4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:legacy-upbo","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:legacy-upbo"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6fd4897e-46c0-4cdf-af02-4d9b0b866d92","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:legacy-upbo"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4feb94fb-5e08-4427-944f-9df52150b4b6"},{"name":"PUT - NodeID - bbf-vdsl - legacy-upbo","id":"53f96e24-7139-4dc4-a503-e7762c8f09e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"legacy-upbo\": {\n    \"vect-legacy-upbo-ref\": \"?:vJ3\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:legacy-upbo","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:legacy-upbo"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8475bf93-f526-4b37-aa1d-6b9db64cd951","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"legacy-upbo\": {\n    \"vect-legacy-upbo-ref\": \"?:vJ3\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:legacy-upbo"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff9ae5fb-0264-423b-81dd-76d81597f368","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"legacy-upbo\": {\n    \"vect-legacy-upbo-ref\": \"?:vJ3\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:legacy-upbo"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53f96e24-7139-4dc4-a503-e7762c8f09e6"},{"name":"POST - NodeID - bbf-vdsl - vectoring-fallback","id":"3c112c47-b68c-43dd-b6ea-12878bfb2f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fallback-criteria\": \"none\",\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\",\n    \"impulse-noise-protection-delay-profile\": \"?:t\"\n  },\n  \"line-spectrum-profile\": \"?::dw(B*y\",\n  \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n  \"downstream-power-back-off-profile\": \"?:\",\n  \"radio-frequency-interference-profile\": \"?:\",\n  \"noise-margin-profile\": \"?:Vy\",\n  \"virtual-noise-profile\": \"?:H\",\n  \"sos-profile\": \"?:\",\n  \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e38d0895-f76a-41d9-ae08-4305c7c1823b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"fallback-criteria\": \"none\",\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\",\n    \"impulse-noise-protection-delay-profile\": \"?:t\"\n  },\n  \"line-spectrum-profile\": \"?::dw(B*y\",\n  \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n  \"downstream-power-back-off-profile\": \"?:\",\n  \"radio-frequency-interference-profile\": \"?:\",\n  \"noise-margin-profile\": \"?:Vy\",\n  \"virtual-noise-profile\": \"?:H\",\n  \"sos-profile\": \"?:\",\n  \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c112c47-b68c-43dd-b6ea-12878bfb2f2c"},{"name":"GET - NodeID - bbf-vdsl - vectoring-fallback","id":"127fe539-990d-41f2-b178-44cf7e83f05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"19585e03-6429-4e2e-9015-950e669f6ad9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vectoring-fallback\": {\n    \"fallback-criteria\": \"none\",\n    \"channel\": {\n      \"downstream-data-rate-profile\": \"?:$<%kyTxS@^4\",\n      \"upstream-data-rate-profile\": \"?:n+\",\n      \"impulse-noise-protection-delay-profile\": \"?:\"\n    },\n    \"line-spectrum-profile\": \"?:}\",\n    \"upstream-power-back-off-profile\": \"?:=C\",\n    \"downstream-power-back-off-profile\": \"?:H\",\n    \"radio-frequency-interference-profile\": \"?:\",\n    \"noise-margin-profile\": \"?:Y\",\n    \"virtual-noise-profile\": \"?:@\",\n    \"sos-profile\": \"?: z\",\n    \"impulse-noise-monitoring-profile\": \"?:S.\"\n  }\n}"}],"_postman_id":"127fe539-990d-41f2-b178-44cf7e83f05a"},{"name":"DELETE - NodeID - bbf-vdsl - vectoring-fallback","id":"b2e22dcf-a004-4c9c-8031-80b389f26a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5eadfab7-b0d3-4817-829b-f6667373ffc4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2e22dcf-a004-4c9c-8031-80b389f26a43"},{"name":"PUT - NodeID - bbf-vdsl - vectoring-fallback","id":"058a5015-447d-4608-bcb9-d50877ef680d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vectoring-fallback\": {\n    \"fallback-criteria\": \"none\",\n    \"channel\": {\n      \"downstream-data-rate-profile\": \"?:\",\n      \"upstream-data-rate-profile\": \"?:\",\n      \"impulse-noise-protection-delay-profile\": \"?:t\"\n    },\n    \"line-spectrum-profile\": \"?::dw(B*y\",\n    \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n    \"downstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:\",\n    \"noise-margin-profile\": \"?:Vy\",\n    \"virtual-noise-profile\": \"?:H\",\n    \"sos-profile\": \"?:\",\n    \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1edf05ec-62f7-4f99-a7e2-775c75347bba","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectoring-fallback\": {\n    \"fallback-criteria\": \"none\",\n    \"channel\": {\n      \"downstream-data-rate-profile\": \"?:\",\n      \"upstream-data-rate-profile\": \"?:\",\n      \"impulse-noise-protection-delay-profile\": \"?:t\"\n    },\n    \"line-spectrum-profile\": \"?::dw(B*y\",\n    \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n    \"downstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:\",\n    \"noise-margin-profile\": \"?:Vy\",\n    \"virtual-noise-profile\": \"?:H\",\n    \"sos-profile\": \"?:\",\n    \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e232422e-1e2f-41a2-97e3-38ad4d362a7b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vectoring-fallback\": {\n    \"fallback-criteria\": \"none\",\n    \"channel\": {\n      \"downstream-data-rate-profile\": \"?:\",\n      \"upstream-data-rate-profile\": \"?:\",\n      \"impulse-noise-protection-delay-profile\": \"?:t\"\n    },\n    \"line-spectrum-profile\": \"?::dw(B*y\",\n    \"upstream-power-back-off-profile\": \"?:hMIE#gd0V\",\n    \"downstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:\",\n    \"noise-margin-profile\": \"?:Vy\",\n    \"virtual-noise-profile\": \"?:H\",\n    \"sos-profile\": \"?:\",\n    \"impulse-noise-monitoring-profile\": \"?:!ibPbmh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"058a5015-447d-4608-bcb9-d50877ef680d"},{"name":"POST - NodeID - bbf-vdsl - channel","id":"c9e568f7-8d45-4a9e-9124-177e505176c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": \"?:\",\n  \"upstream-data-rate-profile\": \"?:\",\n  \"impulse-noise-protection-delay-profile\": \"?:t\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback/channel","description":"<p>Channel profiles. Profile identifiers are not mandatory\nIf a profile is not specified in this container then the\ncorresponding profile configured at the line will be used .</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback","channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e52d76d7-d0e5-417d-a445-f79754106b20","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream-data-rate-profile\": \"?:\",\n  \"upstream-data-rate-profile\": \"?:\",\n  \"impulse-noise-protection-delay-profile\": \"?:t\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback/channel"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c9e568f7-8d45-4a9e-9124-177e505176c3"},{"name":"GET - NodeID - bbf-vdsl - channel","id":"aeae4d78-0ff0-4d13-b16c-3b1dcf3f0b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback/channel?content=<string>","description":"<p>Channel profiles. Profile identifiers are not mandatory\nIf a profile is not specified in this container then the\ncorresponding profile configured at the line will be used .</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback","channel"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b428cc7d-875f-4970-be68-8fe6c1cc3925","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback/channel?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback","channel"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:$<%kyTxS@^4\",\n    \"upstream-data-rate-profile\": \"?:n+\",\n    \"impulse-noise-protection-delay-profile\": \"?:\"\n  }\n}"}],"_postman_id":"aeae4d78-0ff0-4d13-b16c-3b1dcf3f0b9f"},{"name":"DELETE - NodeID - bbf-vdsl - channel","id":"0cfda379-cf98-4138-a73f-c3b0048b0064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback/channel","description":"<p>Channel profiles. Profile identifiers are not mandatory\nIf a profile is not specified in this container then the\ncorresponding profile configured at the line will be used .</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback","channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"348e8b74-d984-4c0e-9537-8090778a7ebf","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback/channel"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0cfda379-cf98-4138-a73f-c3b0048b0064"},{"name":"PUT - NodeID - bbf-vdsl - channel","id":"a8c45c2e-8571-4f0f-a5b1-7c043014cb4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\",\n    \"impulse-noise-protection-delay-profile\": \"?:t\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback/channel","description":"<p>Channel profiles. Profile identifiers are not mandatory\nIf a profile is not specified in this container then the\ncorresponding profile configured at the line will be used .</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","bbf-vdsl:vdsl","nokia-vdsl:vectoring-fallback","channel"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fab9feb6-f842-4698-8f70-6ab077cb1179","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\",\n    \"impulse-noise-protection-delay-profile\": \"?:t\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback/channel"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e394aace-646c-40af-995d-5ab8b8bb8762","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:\",\n    \"upstream-data-rate-profile\": \"?:\",\n    \"impulse-noise-protection-delay-profile\": \"?:t\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/bbf-vdsl:vdsl/nokia-vdsl:vectoring-fallback/channel"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8c45c2e-8571-4f0f-a5b1-7c043014cb4d"}],"id":"7ae0e362-7b69-4f14-b0af-01520b47cf29","description":"<p>All standardized parameters for VDSL2 configuration, status, monitoring, performance management, testing and diagnostics.</p>\n","_postman_id":"7ae0e362-7b69-4f14-b0af-01520b47cf29"},{"name":"mounted NodeID confd_dyncfg","item":[{"name":"POST - NodeID - confd_dyncfg - confdConfig","id":"193b1785-a4c9-4527-a383-53135409201c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subagents\": {\n    \"subagent\": [\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      },\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      }\n    ]\n  },\n  \"notifications\": {\n    \"eventStreams\": {\n      \"stream\": [\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  },\n  \"opcache\": {\n    \"timeout\": 0,\n    \"enabled\": false\n  },\n  \"snmpgw\": {\n    \"enabled\": false,\n    \"trapPort\": 0,\n    \"rowCacheMaxAge\": \"PT5S\",\n    \"rowCacheMaxSize\": 200,\n    \"agent\": [\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      },\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      }\n    ]\n  },\n  \"hideGroup\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    }\n  ],\n  \"encryptedStrings\": {\n    \"externalKeys\": {\n      \"command\": \"Some command\",\n      \"commandTimeout\": \"PT60S\",\n      \"commandArgument\": \"Some commandArgument\"\n    },\n    \"DES3CBC\": {\n      \"key1\": \"Some key1\",\n      \"key2\": \"Some key2\",\n      \"key3\": \"Some key3\",\n      \"initVector\": \"Some initVector\"\n    },\n    \"AESCFB128\": {\n      \"key\": \"Some key\",\n      \"initVector\": \"Some initVector\"\n    }\n  },\n  \"logs\": {\n    \"syslogConfig\": {\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"udp\": {\n        \"host\": \"<string>\",\n        \"enabled\": false,\n        \"port\": 514\n      },\n      \"syslogServers\": {\n        \"server\": [\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"confdLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLogLevel\": \"info\",\n    \"auditLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"auditLogCommit\": false,\n    \"auditLogCommitDefaults\": false,\n    \"auditNetworkLog\": {\n      \"enabled\": false,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"netconfLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      },\n      \"logReplyStatus\": false\n    },\n    \"jsonrpcLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLogLevel\": \"info\",\n    \"snmpGatewayLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"northbound\": false,\n      \"southbound\": false\n    },\n    \"webuiBrowserLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"webuiAccessLog\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false,\n      \"trafficLog\": false\n    },\n    \"netconfTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"format\": \"pretty\"\n    },\n    \"xpathTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"errorLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"maxSize\": \"S1M\",\n      \"debug\": {\n        \"enabled\": false,\n        \"level\": 2,\n        \"tag\": [\n          \"Some tag\",\n          \"Some tag\"\n        ]\n      }\n    },\n    \"progressTrace\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false\n    }\n  },\n  \"sessionLimits\": {\n    \"maxSessions\": \"unbounded\",\n    \"sessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ],\n    \"maxConfigSessions\": \"unbounded\",\n    \"configSessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ]\n  },\n  \"parserLimits\": {\n    \"maxTagLength\": \"1024\",\n    \"maxAttributeLength\": \"1024\",\n    \"maxAttributeValueLength\": \"16384\",\n    \"maxAttributeCount\": \"64\",\n    \"maxXmlnsPrefixLength\": \"1024\",\n    \"maxXmlnsValueLength\": \"1024\",\n    \"maxXmlnsCount\": \"1024\",\n    \"maxDataLength\": \"unbounded\"\n  },\n  \"aaa\": {\n    \"sshPubkeyAuthentication\": \"system\",\n    \"sshLoginGraceTime\": \"PT10M\",\n    \"sshMaxAuthTries\": \"unbounded\",\n    \"defaultGroup\": \"Some defaultGroup\",\n    \"authOrder\": \"Some authOrder\",\n    \"validationOrder\": \"Some validationOrder\",\n    \"expirationWarning\": \"ignore\",\n    \"auditUserName\": \"always\",\n    \"maxPasswordLength\": 32,\n    \"pam\": {\n      \"enabled\": false,\n      \"service\": \"common-auth\",\n      \"timeout\": \"PT10S\"\n    },\n    \"rest\": {\n      \"authCacheTTL\": \"PT10S\",\n      \"enableAuthCacheClientIp\": false\n    },\n    \"externalAuthentication\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"localAuthentication\": {\n      \"enabled\": true\n    },\n    \"authenticationCallback\": {\n      \"enabled\": false\n    },\n    \"externalValidation\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"validationCallback\": {\n      \"enabled\": false\n    },\n    \"authorization\": {\n      \"enabled\": true,\n      \"callback\": {\n        \"enabled\": false\n      },\n      \"nacmCompliant\": true\n    }\n  },\n  \"ssh\": {\n    \"idleConnectionTimeout\": \"PT10M\",\n    \"algorithms\": {\n      \"serverHostKey\": \"\",\n      \"kex\": \"\",\n      \"dhGroup\": {\n        \"minSize\": 2048,\n        \"maxSize\": 4096\n      },\n      \"mac\": \"\",\n      \"encryption\": \"\"\n    },\n    \"clientAliveInterval\": \"infinity\",\n    \"clientAliveCountMax\": 3\n  },\n  \"cli\": {\n    \"enabled\": true,\n    \"maxLineLength\": \"0\",\n    \"allowImplicitWildcard\": true,\n    \"startupScriptNonInteractive\": false,\n    \"modeNameStyle\": \"short\",\n    \"allowOverwriteOnCopy\": false,\n    \"inheritPaginate\": true,\n    \"safeScriptExecution\": true,\n    \"exitConfigModeOnCtrlC\": true,\n    \"execNavigationCmds\": false,\n    \"allowOldStyleModeCmds\": false,\n    \"continueOnErrorCmdStack\": false,\n    \"topLevelCmdsInSubMode\": false,\n    \"mixedMode\": false,\n    \"completionShowOldVal\": true,\n    \"completionMetaInfo\": \"false\",\n    \"reportInvalidCompletionInput\": true,\n    \"useShortEnabled\": true,\n    \"smartRenameFiltering\": true,\n    \"allowParenQuotes\": false,\n    \"singleElemPattern\": true,\n    \"multiPatternOperation\": \"any\",\n    \"sortSubmodeCmds\": true,\n    \"sortLocalCmds\": true,\n    \"displayEmptyConfigContainers\": true,\n    \"displayNonPresenceAttributes\": false,\n    \"showEditors\": true,\n    \"whoShowMode\": true,\n    \"whoHistoryDateTimeFormat\": \"short\",\n    \"resetScreenAfterMore\": true,\n    \"editWrapMode\": \"wrap\",\n    \"supportQuotedEOL\": true,\n    \"allowWildcard\": true,\n    \"allowAllAsWildcard\": false,\n    \"allowRangeExpression\": true,\n    \"allowRangeExpressionAllTypes\": true,\n    \"useDoubleDotRanges\": false,\n    \"addExtraTableSpacing\": false,\n    \"suppressRangeKeyword\": false,\n    \"exitModeOnEmptyRange\": false,\n    \"tableLabel\": false,\n    \"tableLookAhead\": 50,\n    \"moreBufferLines\": \"5000\",\n    \"showTableLabelsIfMultiple\": false,\n    \"defaultTableBehavior\": \"dynamic\",\n    \"allowTableOverflow\": false,\n    \"tableOverflowTruncate\": false,\n    \"allowTableCellWrap\": true,\n    \"showAllNs\": false,\n    \"useExposeNsPrefix\": true,\n    \"orderedShowConfig\": true,\n    \"suppressFastShow\": false,\n    \"leafPrompting\": true,\n    \"modeInfoInAudit\": \"false\",\n    \"auditLogMode\": \"all\",\n    \"transactions\": true,\n    \"transactionCtrlCmds\": false,\n    \"actionCallNoListInstance\": \"deny-call\",\n    \"style\": \"j\",\n    \"completionShowMax\": 100,\n    \"rollbackAAA\": false,\n    \"rollbackMax\": 1000,\n    \"rollbackNumbering\": \"rolling\",\n    \"rollbackNumberingInitial\": 10000,\n    \"inconsistentDatabaseSuffix\": \"\",\n    \"showDefaults\": false,\n    \"reallocateOperTrans\": false,\n    \"quickSshTeardown\": false,\n    \"cAlignLeafValues\": true,\n    \"jAlignLeafValues\": true,\n    \"defaultPrefix\": \"\",\n    \"jWarningPrefix\": \"Warning: \",\n    \"jAbortedPrefix\": \"Aborted: \",\n    \"jErrorPrefix\": \"Error: \",\n    \"cWarningPrefix\": \"Warning: \",\n    \"cAbortedPrefix\": \"Aborted: \",\n    \"cErrorPrefix\": \"Error: \",\n    \"invalidDataString\": \"--ERROR--\",\n    \"noEmbeddedComments\": false,\n    \"showKeyName\": true,\n    \"commitRetryTimeout\": \"PT0S\",\n    \"timezone\": \"local\",\n    \"utcOffset\": \"0\",\n    \"oldDetailsArg\": false,\n    \"withDefaults\": false,\n    \"ignoreShowWithDefaultOnDiff\": false,\n    \"trimDefaultShow\": false,\n    \"trimDefaultSave\": false,\n    \"banner\": \"\",\n    \"bannerFile\": \"\",\n    \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n    \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n    \"cPrompt1\": \"\\\\h\\\\M# \",\n    \"cPrompt2\": \"\\\\h(\\\\m)# \",\n    \"cStylePromptInJStyle\": false,\n    \"waitLockedConfigMode\": true,\n    \"promptHostnameDelimiter\": \".\",\n    \"asyncPromptRefresh\": true,\n    \"showLogDirectory\": \"/var/log\",\n    \"idleTimeout\": \"PT30M\",\n    \"promptSessionsCLI\": false,\n    \"disableIdleTimeoutOnCmd\": true,\n    \"commandTimeout\": \"infinity\",\n    \"spaceCompletion\": {\n      \"enabled\": true\n    },\n    \"timestamp\": {\n      \"enabled\": false,\n      \"clock24\": true,\n      \"format\": \"\"\n    },\n    \"autoWizard\": {\n      \"enabled\": true\n    },\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2024,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"banner\": \"\",\n      \"bannerFile\": \"\"\n    },\n    \"commitMessage\": true,\n    \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n    \"suppressCommitMessages\": {\n      \"context\": [\n        \"Some context\",\n        \"Some context\"\n      ]\n    },\n    \"jShowCR\": false,\n    \"showPipe\": true,\n    \"showPipeConfig\": false,\n    \"disablePipe\": false,\n    \"disablePipeConfig\": false,\n    \"pipeHelpMode\": \"auto\",\n    \"jAllowDeleteAll\": true,\n    \"cSilentNo\": true,\n    \"noFollowIncompleteCommand\": false,\n    \"cRestrictiveNo\": false,\n    \"prioritizeSubmodeCmds\": true,\n    \"cExtendedCmdSearch\": true,\n    \"cSuppressCmdSearch\": false,\n    \"enterSubmodeOnLeaf\": true,\n    \"jExtendedShow\": true,\n    \"jShowUnset\": false,\n    \"jShowUnsetText\": \"UNSET\",\n    \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n    \"cModeExitFormat\": \"!\",\n    \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n    \"showSubsystemMessages\": true,\n    \"ignoreSubsystemFailures\": false,\n    \"showEmptyContainers\": false,\n    \"showTags\": true,\n    \"showAnnotations\": true,\n    \"showServiceMetaData\": false,\n    \"suppressNedErrors\": false,\n    \"jShowTableRecursive\": false,\n    \"cPrivate\": false,\n    \"cTab\": false,\n    \"cTabInfo\": false,\n    \"tabExtend\": true,\n    \"cHelp\": true,\n    \"jHideHelp\": false,\n    \"restrictedFileAccess\": false,\n    \"hideDotFiles\": false,\n    \"restrictedFileRegexp\": \"\",\n    \"historySave\": true,\n    \"historyRemoveDuplicates\": false,\n    \"historyMaxSize\": 1000,\n    \"messageMaxSize\": 10000,\n    \"mapActions\": \"both\",\n    \"compactTable\": true,\n    \"compactShow\": false,\n    \"compactStatsShow\": false,\n    \"prettifyStatsName\": false,\n    \"showCommitProgress\": false,\n    \"commitActivityClock\": false,\n    \"confirmUncommitedOnExit\": \"prompt\",\n    \"reconfirmHidden\": false,\n    \"dequoteHidden\": false,\n    \"enumKeyInfo\": false,\n    \"columnStats\": false,\n    \"allowAbbrevCmds\": true,\n    \"allowAbbrevCmdsOnLoad\": true,\n    \"allowAbbrevKeys\": false,\n    \"allowAbbrevParamNames\": false,\n    \"allowAbbrevEnums\": true,\n    \"allowCaseInsensitiveEnums\": true,\n    \"strictRefsOnLoad\": false,\n    \"stopLoadOnError\": true,\n    \"suppressBurstErrors\": true,\n    \"allOrNothingLoad\": false,\n    \"autocommitLoad\": false,\n    \"autocommitLoadChunkSize\": 1,\n    \"enableLoadMerge\": true,\n    \"loadActivityClock\": false,\n    \"instanceDescription\": true,\n    \"addErrorPrefixSuffix\": true,\n    \"compListCompact\": false,\n    \"completionListLine\": false,\n    \"infoOnMatch\": true,\n    \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n    \"enableDisplayLevel\": \"pipe\",\n    \"defaultDisplayLevel\": 99999999,\n    \"enableDisplayGroups\": true,\n    \"unifiedHistory\": false,\n    \"modeInfoInAAA\": \"false\",\n    \"cmdAAAForAutowizard\": false,\n    \"cStrictAAA\": false,\n    \"quoteStyle\": \"backslash\",\n    \"laxBarQuoting\": false,\n    \"expandAliasOnCompletion\": true,\n    \"expandAliasEscape\": \"false\",\n    \"docWrap\": true,\n    \"infoOnTab\": true,\n    \"infoOnSpace\": true,\n    \"newLogout\": true,\n    \"newInsert\": true,\n    \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n    \"messageWordWrap\": false,\n    \"messageQueueSize\": 10,\n    \"promptEnumLimit\": 4,\n    \"caseInsensitive\": false,\n    \"caseInsensitiveKeys\": false,\n    \"ignoreLeadingWhitespace\": false,\n    \"indentTemplates\": false,\n    \"wrapInfo\": true,\n    \"wrapPrompt\": false,\n    \"sortShowElems\": true,\n    \"showMatchBeforePossible\": false,\n    \"possibleCompletionsFormat\": \"Possible completions:\",\n    \"matchCompletionsFormat\": \"Possible match completions:\",\n    \"noMatchCompletionsFormat\": \"\",\n    \"showDescription\": true,\n    \"explicitSetCreate\": false,\n    \"templateFilter\": [\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"escapeBackslash\": false,\n    \"showNedErrorAsInfo\": true,\n    \"defaultLeafListStyle\": \"flat-list\",\n    \"bypassAllowAbbrevKeys\": false,\n    \"jEnableLoadMergeLeafList\": false,\n    \"enableLoadMergeLeafList\": false,\n    \"enableCliCache\": true\n  },\n  \"webui\": {\n    \"enabled\": false,\n    \"serverName\": \"localhost\",\n    \"matchHostName\": false,\n    \"cacheRefreshSecs\": 0,\n    \"maxRefEntries\": 100,\n    \"docroot\": \"Some docroot\",\n    \"webuiIndexUrl\": \"/index.html\",\n    \"loginDir\": \"Some loginDir\",\n    \"customDir\": \"Some customDir\",\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"X-Frame-Options\": \"DENY\",\n    \"disableAuth\": {\n      \"dir\": [\n        \"Some dir\",\n        \"Some dir\"\n      ]\n    },\n    \"allowSymlinks\": true,\n    \"transport\": {\n      \"tcp\": {\n        \"enabled\": true,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8008,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"ssl\": {\n        \"enabled\": false,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8888,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"keyFile\": \"Some keyFile\",\n        \"certFile\": \"Some certFile\",\n        \"caCertFile\": \"Some caCertFile\",\n        \"verify\": 1,\n        \"depth\": 1,\n        \"ciphers\": \"DEFAULT\",\n        \"protocols\": \"DEFAULT\",\n        \"ellipticCurves\": \"DEFAULT\"\n      }\n    },\n    \"cgi\": {\n      \"enabled\": false,\n      \"dir\": \"cgi-bin\",\n      \"requestFilter\": \"Some requestFilter\",\n      \"maxRequestLength\": 0,\n      \"php\": {\n        \"enabled\": false\n      }\n    },\n    \"idleTimeout\": \"PT30M\",\n    \"absoluteTimeout\": \"PT16H\",\n    \"rateLimiting\": 1000000,\n    \"audit\": false\n  },\n  \"rest\": {\n    \"enabled\": false,\n    \"showHidden\": false,\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  },\n  \"restconf\": {\n    \"enabled\": false,\n    \"rootResource\": \"restconf\",\n    \"schemaServerUrl\": \"Some schemaServerUrl\",\n    \"tokenResponse\": {\n      \"xAuthToken\": false,\n      \"tokenCookie\": {\n        \"name\": \"\",\n        \"directives\": \"\"\n      }\n    },\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"requireModuleName\": {\n      \"enabled\": true\n    }\n  },\n  \"proxyForwarding\": {\n    \"autoLogin\": false,\n    \"proxy\": [\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"snmpAgent\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 161,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"mibs\": {\n      \"file\": [\n        \"Some file\",\n        \"Some file\"\n      ],\n      \"fromLoadPath\": false\n    },\n    \"temporaryStorageTime\": 300,\n    \"snmpVersions\": {\n      \"v1\": true,\n      \"v2c\": true,\n      \"v3\": true\n    },\n    \"snmpEngine\": {\n      \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n      \"snmpEngineMaxMessageSize\": 50000\n    },\n    \"sessionIgnorePort\": false,\n    \"authenticationFailureNotifyName\": \"\",\n    \"candidate\": {\n      \"maxLockWait\": \"PT0S\",\n      \"pendingChangesAction\": \"continue\"\n    },\n    \"dropWhenInUse\": false,\n    \"contexts\": [\n      \"Some contexts\",\n      \"Some contexts\"\n    ],\n    \"system\": {\n      \"sysDescr\": \"Some sysDescr\",\n      \"sysObjectID\": \"?:0.5\",\n      \"sysServices\": 72,\n      \"sysORTable\": {\n        \"sysOREntry\": [\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  },\n  \"netconf\": {\n    \"enabled\": true,\n    \"transport\": {\n      \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 830,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"tcp\": {\n        \"enabled\": false,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2023,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      }\n    },\n    \"extendedSessions\": false,\n    \"sendDefaults\": false,\n    \"idleTimeout\": \"PT0S\",\n    \"writeTimeout\": \"PT0S\",\n    \"rpcErrors\": \"close\",\n    \"maxBatchProcesses\": \"unbounded\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3282e220-b9bb-473c-b914-c4c2a7132d64","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"subagents\": {\n    \"subagent\": [\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      },\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      }\n    ]\n  },\n  \"notifications\": {\n    \"eventStreams\": {\n      \"stream\": [\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  },\n  \"opcache\": {\n    \"timeout\": 0,\n    \"enabled\": false\n  },\n  \"snmpgw\": {\n    \"enabled\": false,\n    \"trapPort\": 0,\n    \"rowCacheMaxAge\": \"PT5S\",\n    \"rowCacheMaxSize\": 200,\n    \"agent\": [\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      },\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      }\n    ]\n  },\n  \"hideGroup\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    }\n  ],\n  \"encryptedStrings\": {\n    \"externalKeys\": {\n      \"command\": \"Some command\",\n      \"commandTimeout\": \"PT60S\",\n      \"commandArgument\": \"Some commandArgument\"\n    },\n    \"DES3CBC\": {\n      \"key1\": \"Some key1\",\n      \"key2\": \"Some key2\",\n      \"key3\": \"Some key3\",\n      \"initVector\": \"Some initVector\"\n    },\n    \"AESCFB128\": {\n      \"key\": \"Some key\",\n      \"initVector\": \"Some initVector\"\n    }\n  },\n  \"logs\": {\n    \"syslogConfig\": {\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"udp\": {\n        \"host\": \"<string>\",\n        \"enabled\": false,\n        \"port\": 514\n      },\n      \"syslogServers\": {\n        \"server\": [\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"confdLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLogLevel\": \"info\",\n    \"auditLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"auditLogCommit\": false,\n    \"auditLogCommitDefaults\": false,\n    \"auditNetworkLog\": {\n      \"enabled\": false,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"netconfLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      },\n      \"logReplyStatus\": false\n    },\n    \"jsonrpcLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLogLevel\": \"info\",\n    \"snmpGatewayLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"northbound\": false,\n      \"southbound\": false\n    },\n    \"webuiBrowserLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"webuiAccessLog\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false,\n      \"trafficLog\": false\n    },\n    \"netconfTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"format\": \"pretty\"\n    },\n    \"xpathTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"errorLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"maxSize\": \"S1M\",\n      \"debug\": {\n        \"enabled\": false,\n        \"level\": 2,\n        \"tag\": [\n          \"Some tag\",\n          \"Some tag\"\n        ]\n      }\n    },\n    \"progressTrace\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false\n    }\n  },\n  \"sessionLimits\": {\n    \"maxSessions\": \"unbounded\",\n    \"sessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ],\n    \"maxConfigSessions\": \"unbounded\",\n    \"configSessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ]\n  },\n  \"parserLimits\": {\n    \"maxTagLength\": \"1024\",\n    \"maxAttributeLength\": \"1024\",\n    \"maxAttributeValueLength\": \"16384\",\n    \"maxAttributeCount\": \"64\",\n    \"maxXmlnsPrefixLength\": \"1024\",\n    \"maxXmlnsValueLength\": \"1024\",\n    \"maxXmlnsCount\": \"1024\",\n    \"maxDataLength\": \"unbounded\"\n  },\n  \"aaa\": {\n    \"sshPubkeyAuthentication\": \"system\",\n    \"sshLoginGraceTime\": \"PT10M\",\n    \"sshMaxAuthTries\": \"unbounded\",\n    \"defaultGroup\": \"Some defaultGroup\",\n    \"authOrder\": \"Some authOrder\",\n    \"validationOrder\": \"Some validationOrder\",\n    \"expirationWarning\": \"ignore\",\n    \"auditUserName\": \"always\",\n    \"maxPasswordLength\": 32,\n    \"pam\": {\n      \"enabled\": false,\n      \"service\": \"common-auth\",\n      \"timeout\": \"PT10S\"\n    },\n    \"rest\": {\n      \"authCacheTTL\": \"PT10S\",\n      \"enableAuthCacheClientIp\": false\n    },\n    \"externalAuthentication\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"localAuthentication\": {\n      \"enabled\": true\n    },\n    \"authenticationCallback\": {\n      \"enabled\": false\n    },\n    \"externalValidation\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"validationCallback\": {\n      \"enabled\": false\n    },\n    \"authorization\": {\n      \"enabled\": true,\n      \"callback\": {\n        \"enabled\": false\n      },\n      \"nacmCompliant\": true\n    }\n  },\n  \"ssh\": {\n    \"idleConnectionTimeout\": \"PT10M\",\n    \"algorithms\": {\n      \"serverHostKey\": \"\",\n      \"kex\": \"\",\n      \"dhGroup\": {\n        \"minSize\": 2048,\n        \"maxSize\": 4096\n      },\n      \"mac\": \"\",\n      \"encryption\": \"\"\n    },\n    \"clientAliveInterval\": \"infinity\",\n    \"clientAliveCountMax\": 3\n  },\n  \"cli\": {\n    \"enabled\": true,\n    \"maxLineLength\": \"0\",\n    \"allowImplicitWildcard\": true,\n    \"startupScriptNonInteractive\": false,\n    \"modeNameStyle\": \"short\",\n    \"allowOverwriteOnCopy\": false,\n    \"inheritPaginate\": true,\n    \"safeScriptExecution\": true,\n    \"exitConfigModeOnCtrlC\": true,\n    \"execNavigationCmds\": false,\n    \"allowOldStyleModeCmds\": false,\n    \"continueOnErrorCmdStack\": false,\n    \"topLevelCmdsInSubMode\": false,\n    \"mixedMode\": false,\n    \"completionShowOldVal\": true,\n    \"completionMetaInfo\": \"false\",\n    \"reportInvalidCompletionInput\": true,\n    \"useShortEnabled\": true,\n    \"smartRenameFiltering\": true,\n    \"allowParenQuotes\": false,\n    \"singleElemPattern\": true,\n    \"multiPatternOperation\": \"any\",\n    \"sortSubmodeCmds\": true,\n    \"sortLocalCmds\": true,\n    \"displayEmptyConfigContainers\": true,\n    \"displayNonPresenceAttributes\": false,\n    \"showEditors\": true,\n    \"whoShowMode\": true,\n    \"whoHistoryDateTimeFormat\": \"short\",\n    \"resetScreenAfterMore\": true,\n    \"editWrapMode\": \"wrap\",\n    \"supportQuotedEOL\": true,\n    \"allowWildcard\": true,\n    \"allowAllAsWildcard\": false,\n    \"allowRangeExpression\": true,\n    \"allowRangeExpressionAllTypes\": true,\n    \"useDoubleDotRanges\": false,\n    \"addExtraTableSpacing\": false,\n    \"suppressRangeKeyword\": false,\n    \"exitModeOnEmptyRange\": false,\n    \"tableLabel\": false,\n    \"tableLookAhead\": 50,\n    \"moreBufferLines\": \"5000\",\n    \"showTableLabelsIfMultiple\": false,\n    \"defaultTableBehavior\": \"dynamic\",\n    \"allowTableOverflow\": false,\n    \"tableOverflowTruncate\": false,\n    \"allowTableCellWrap\": true,\n    \"showAllNs\": false,\n    \"useExposeNsPrefix\": true,\n    \"orderedShowConfig\": true,\n    \"suppressFastShow\": false,\n    \"leafPrompting\": true,\n    \"modeInfoInAudit\": \"false\",\n    \"auditLogMode\": \"all\",\n    \"transactions\": true,\n    \"transactionCtrlCmds\": false,\n    \"actionCallNoListInstance\": \"deny-call\",\n    \"style\": \"j\",\n    \"completionShowMax\": 100,\n    \"rollbackAAA\": false,\n    \"rollbackMax\": 1000,\n    \"rollbackNumbering\": \"rolling\",\n    \"rollbackNumberingInitial\": 10000,\n    \"inconsistentDatabaseSuffix\": \"\",\n    \"showDefaults\": false,\n    \"reallocateOperTrans\": false,\n    \"quickSshTeardown\": false,\n    \"cAlignLeafValues\": true,\n    \"jAlignLeafValues\": true,\n    \"defaultPrefix\": \"\",\n    \"jWarningPrefix\": \"Warning: \",\n    \"jAbortedPrefix\": \"Aborted: \",\n    \"jErrorPrefix\": \"Error: \",\n    \"cWarningPrefix\": \"Warning: \",\n    \"cAbortedPrefix\": \"Aborted: \",\n    \"cErrorPrefix\": \"Error: \",\n    \"invalidDataString\": \"--ERROR--\",\n    \"noEmbeddedComments\": false,\n    \"showKeyName\": true,\n    \"commitRetryTimeout\": \"PT0S\",\n    \"timezone\": \"local\",\n    \"utcOffset\": \"0\",\n    \"oldDetailsArg\": false,\n    \"withDefaults\": false,\n    \"ignoreShowWithDefaultOnDiff\": false,\n    \"trimDefaultShow\": false,\n    \"trimDefaultSave\": false,\n    \"banner\": \"\",\n    \"bannerFile\": \"\",\n    \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n    \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n    \"cPrompt1\": \"\\\\h\\\\M# \",\n    \"cPrompt2\": \"\\\\h(\\\\m)# \",\n    \"cStylePromptInJStyle\": false,\n    \"waitLockedConfigMode\": true,\n    \"promptHostnameDelimiter\": \".\",\n    \"asyncPromptRefresh\": true,\n    \"showLogDirectory\": \"/var/log\",\n    \"idleTimeout\": \"PT30M\",\n    \"promptSessionsCLI\": false,\n    \"disableIdleTimeoutOnCmd\": true,\n    \"commandTimeout\": \"infinity\",\n    \"spaceCompletion\": {\n      \"enabled\": true\n    },\n    \"timestamp\": {\n      \"enabled\": false,\n      \"clock24\": true,\n      \"format\": \"\"\n    },\n    \"autoWizard\": {\n      \"enabled\": true\n    },\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2024,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"banner\": \"\",\n      \"bannerFile\": \"\"\n    },\n    \"commitMessage\": true,\n    \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n    \"suppressCommitMessages\": {\n      \"context\": [\n        \"Some context\",\n        \"Some context\"\n      ]\n    },\n    \"jShowCR\": false,\n    \"showPipe\": true,\n    \"showPipeConfig\": false,\n    \"disablePipe\": false,\n    \"disablePipeConfig\": false,\n    \"pipeHelpMode\": \"auto\",\n    \"jAllowDeleteAll\": true,\n    \"cSilentNo\": true,\n    \"noFollowIncompleteCommand\": false,\n    \"cRestrictiveNo\": false,\n    \"prioritizeSubmodeCmds\": true,\n    \"cExtendedCmdSearch\": true,\n    \"cSuppressCmdSearch\": false,\n    \"enterSubmodeOnLeaf\": true,\n    \"jExtendedShow\": true,\n    \"jShowUnset\": false,\n    \"jShowUnsetText\": \"UNSET\",\n    \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n    \"cModeExitFormat\": \"!\",\n    \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n    \"showSubsystemMessages\": true,\n    \"ignoreSubsystemFailures\": false,\n    \"showEmptyContainers\": false,\n    \"showTags\": true,\n    \"showAnnotations\": true,\n    \"showServiceMetaData\": false,\n    \"suppressNedErrors\": false,\n    \"jShowTableRecursive\": false,\n    \"cPrivate\": false,\n    \"cTab\": false,\n    \"cTabInfo\": false,\n    \"tabExtend\": true,\n    \"cHelp\": true,\n    \"jHideHelp\": false,\n    \"restrictedFileAccess\": false,\n    \"hideDotFiles\": false,\n    \"restrictedFileRegexp\": \"\",\n    \"historySave\": true,\n    \"historyRemoveDuplicates\": false,\n    \"historyMaxSize\": 1000,\n    \"messageMaxSize\": 10000,\n    \"mapActions\": \"both\",\n    \"compactTable\": true,\n    \"compactShow\": false,\n    \"compactStatsShow\": false,\n    \"prettifyStatsName\": false,\n    \"showCommitProgress\": false,\n    \"commitActivityClock\": false,\n    \"confirmUncommitedOnExit\": \"prompt\",\n    \"reconfirmHidden\": false,\n    \"dequoteHidden\": false,\n    \"enumKeyInfo\": false,\n    \"columnStats\": false,\n    \"allowAbbrevCmds\": true,\n    \"allowAbbrevCmdsOnLoad\": true,\n    \"allowAbbrevKeys\": false,\n    \"allowAbbrevParamNames\": false,\n    \"allowAbbrevEnums\": true,\n    \"allowCaseInsensitiveEnums\": true,\n    \"strictRefsOnLoad\": false,\n    \"stopLoadOnError\": true,\n    \"suppressBurstErrors\": true,\n    \"allOrNothingLoad\": false,\n    \"autocommitLoad\": false,\n    \"autocommitLoadChunkSize\": 1,\n    \"enableLoadMerge\": true,\n    \"loadActivityClock\": false,\n    \"instanceDescription\": true,\n    \"addErrorPrefixSuffix\": true,\n    \"compListCompact\": false,\n    \"completionListLine\": false,\n    \"infoOnMatch\": true,\n    \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n    \"enableDisplayLevel\": \"pipe\",\n    \"defaultDisplayLevel\": 99999999,\n    \"enableDisplayGroups\": true,\n    \"unifiedHistory\": false,\n    \"modeInfoInAAA\": \"false\",\n    \"cmdAAAForAutowizard\": false,\n    \"cStrictAAA\": false,\n    \"quoteStyle\": \"backslash\",\n    \"laxBarQuoting\": false,\n    \"expandAliasOnCompletion\": true,\n    \"expandAliasEscape\": \"false\",\n    \"docWrap\": true,\n    \"infoOnTab\": true,\n    \"infoOnSpace\": true,\n    \"newLogout\": true,\n    \"newInsert\": true,\n    \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n    \"messageWordWrap\": false,\n    \"messageQueueSize\": 10,\n    \"promptEnumLimit\": 4,\n    \"caseInsensitive\": false,\n    \"caseInsensitiveKeys\": false,\n    \"ignoreLeadingWhitespace\": false,\n    \"indentTemplates\": false,\n    \"wrapInfo\": true,\n    \"wrapPrompt\": false,\n    \"sortShowElems\": true,\n    \"showMatchBeforePossible\": false,\n    \"possibleCompletionsFormat\": \"Possible completions:\",\n    \"matchCompletionsFormat\": \"Possible match completions:\",\n    \"noMatchCompletionsFormat\": \"\",\n    \"showDescription\": true,\n    \"explicitSetCreate\": false,\n    \"templateFilter\": [\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"escapeBackslash\": false,\n    \"showNedErrorAsInfo\": true,\n    \"defaultLeafListStyle\": \"flat-list\",\n    \"bypassAllowAbbrevKeys\": false,\n    \"jEnableLoadMergeLeafList\": false,\n    \"enableLoadMergeLeafList\": false,\n    \"enableCliCache\": true\n  },\n  \"webui\": {\n    \"enabled\": false,\n    \"serverName\": \"localhost\",\n    \"matchHostName\": false,\n    \"cacheRefreshSecs\": 0,\n    \"maxRefEntries\": 100,\n    \"docroot\": \"Some docroot\",\n    \"webuiIndexUrl\": \"/index.html\",\n    \"loginDir\": \"Some loginDir\",\n    \"customDir\": \"Some customDir\",\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"X-Frame-Options\": \"DENY\",\n    \"disableAuth\": {\n      \"dir\": [\n        \"Some dir\",\n        \"Some dir\"\n      ]\n    },\n    \"allowSymlinks\": true,\n    \"transport\": {\n      \"tcp\": {\n        \"enabled\": true,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8008,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"ssl\": {\n        \"enabled\": false,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8888,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"keyFile\": \"Some keyFile\",\n        \"certFile\": \"Some certFile\",\n        \"caCertFile\": \"Some caCertFile\",\n        \"verify\": 1,\n        \"depth\": 1,\n        \"ciphers\": \"DEFAULT\",\n        \"protocols\": \"DEFAULT\",\n        \"ellipticCurves\": \"DEFAULT\"\n      }\n    },\n    \"cgi\": {\n      \"enabled\": false,\n      \"dir\": \"cgi-bin\",\n      \"requestFilter\": \"Some requestFilter\",\n      \"maxRequestLength\": 0,\n      \"php\": {\n        \"enabled\": false\n      }\n    },\n    \"idleTimeout\": \"PT30M\",\n    \"absoluteTimeout\": \"PT16H\",\n    \"rateLimiting\": 1000000,\n    \"audit\": false\n  },\n  \"rest\": {\n    \"enabled\": false,\n    \"showHidden\": false,\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  },\n  \"restconf\": {\n    \"enabled\": false,\n    \"rootResource\": \"restconf\",\n    \"schemaServerUrl\": \"Some schemaServerUrl\",\n    \"tokenResponse\": {\n      \"xAuthToken\": false,\n      \"tokenCookie\": {\n        \"name\": \"\",\n        \"directives\": \"\"\n      }\n    },\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"requireModuleName\": {\n      \"enabled\": true\n    }\n  },\n  \"proxyForwarding\": {\n    \"autoLogin\": false,\n    \"proxy\": [\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"snmpAgent\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 161,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"mibs\": {\n      \"file\": [\n        \"Some file\",\n        \"Some file\"\n      ],\n      \"fromLoadPath\": false\n    },\n    \"temporaryStorageTime\": 300,\n    \"snmpVersions\": {\n      \"v1\": true,\n      \"v2c\": true,\n      \"v3\": true\n    },\n    \"snmpEngine\": {\n      \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n      \"snmpEngineMaxMessageSize\": 50000\n    },\n    \"sessionIgnorePort\": false,\n    \"authenticationFailureNotifyName\": \"\",\n    \"candidate\": {\n      \"maxLockWait\": \"PT0S\",\n      \"pendingChangesAction\": \"continue\"\n    },\n    \"dropWhenInUse\": false,\n    \"contexts\": [\n      \"Some contexts\",\n      \"Some contexts\"\n    ],\n    \"system\": {\n      \"sysDescr\": \"Some sysDescr\",\n      \"sysObjectID\": \"?:0.5\",\n      \"sysServices\": 72,\n      \"sysORTable\": {\n        \"sysOREntry\": [\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  },\n  \"netconf\": {\n    \"enabled\": true,\n    \"transport\": {\n      \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 830,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"tcp\": {\n        \"enabled\": false,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2023,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      }\n    },\n    \"extendedSessions\": false,\n    \"sendDefaults\": false,\n    \"idleTimeout\": \"PT0S\",\n    \"writeTimeout\": \"PT0S\",\n    \"rpcErrors\": \"close\",\n    \"maxBatchProcesses\": \"unbounded\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"193b1785-a4c9-4527-a383-53135409201c"},{"name":"GET - NodeID - confd_dyncfg - confdConfig","id":"9e05c421-cce4-4490-a6fe-64ee21e18e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a1f90e9f-73a8-4ccf-8154-9802e96e2022","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"confdConfig\": {\n    \"subagents\": {\n      \"subagent\": [\n        {\n          \"name\": \"Some name\",\n          \"enabled\": true,\n          \"tcp\": {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"confdAuth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ssh\": {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"password\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mount\": {\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"node\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"disableSubtreeOptimization\": false\n        },\n        {\n          \"name\": \"Some name\",\n          \"enabled\": true,\n          \"tcp\": {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"confdAuth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ssh\": {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"password\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mount\": {\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"node\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"disableSubtreeOptimization\": false\n        }\n      ]\n    },\n    \"notifications\": {\n      \"eventStreams\": {\n        \"stream\": [\n          {\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"replaySupport\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"builtinReplayStore\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"replaySupport\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"builtinReplayStore\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"opcache\": {\n      \"timeout\": 0,\n      \"enabled\": false\n    },\n    \"snmpgw\": {\n      \"enabled\": false,\n      \"trapPort\": 0,\n      \"rowCacheMaxAge\": \"PT5S\",\n      \"rowCacheMaxSize\": 200,\n      \"agent\": [\n        {\n          \"ip\": \"<string>\",\n          \"name\": \"Some name\",\n          \"subscriptionId\": \"Some subscriptionId\",\n          \"forwardNotifStream\": \"Some forwardNotifStream\",\n          \"enabled\": true,\n          \"community\": \"private\",\n          \"community_bin\": \"Some community_bin\",\n          \"version\": \"v2c\",\n          \"timeout\": \"PT5S\",\n          \"retries\": \"0\",\n          \"port\": 161,\n          \"module\": [\n            \"Some module\",\n            \"Some module\"\n          ]\n        },\n        {\n          \"ip\": \"<string>\",\n          \"name\": \"Some name\",\n          \"subscriptionId\": \"Some subscriptionId\",\n          \"forwardNotifStream\": \"Some forwardNotifStream\",\n          \"enabled\": true,\n          \"community\": \"private\",\n          \"community_bin\": \"Some community_bin\",\n          \"version\": \"v2c\",\n          \"timeout\": \"PT5S\",\n          \"retries\": \"0\",\n          \"port\": 161,\n          \"module\": [\n            \"Some module\",\n            \"Some module\"\n          ]\n        }\n      ]\n    },\n    \"hideGroup\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"encryptedStrings\": {\n      \"externalKeys\": {\n        \"command\": \"Some command\",\n        \"commandTimeout\": \"PT60S\",\n        \"commandArgument\": \"Some commandArgument\"\n      },\n      \"DES3CBC\": {\n        \"key1\": \"Some key1\",\n        \"key2\": \"Some key2\",\n        \"key3\": \"Some key3\",\n        \"initVector\": \"Some initVector\"\n      },\n      \"AESCFB128\": {\n        \"key\": \"Some key\",\n        \"initVector\": \"Some initVector\"\n      }\n    },\n    \"logs\": {\n      \"syslogConfig\": {\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"udp\": {\n          \"host\": \"<string>\",\n          \"enabled\": false,\n          \"port\": 514\n        },\n        \"syslogServers\": {\n          \"server\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"confdLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"developerLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"developerLogLevel\": \"info\",\n      \"auditLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"auditLogCommit\": false,\n      \"auditLogCommitDefaults\": false,\n      \"auditNetworkLog\": {\n        \"enabled\": false,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"netconfLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        },\n        \"logReplyStatus\": false\n      },\n      \"jsonrpcLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"snmpLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"snmpLogLevel\": \"info\",\n      \"snmpGatewayLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"northbound\": false,\n        \"southbound\": false\n      },\n      \"webuiBrowserLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false\n      },\n      \"webuiAccessLog\": {\n        \"dir\": \"Some dir\",\n        \"enabled\": false,\n        \"trafficLog\": false\n      },\n      \"netconfTraceLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"format\": \"pretty\"\n      },\n      \"xpathTraceLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false\n      },\n      \"errorLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"maxSize\": \"S1M\",\n        \"debug\": {\n          \"enabled\": false,\n          \"level\": 2,\n          \"tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"progressTrace\": {\n        \"dir\": \"Some dir\",\n        \"enabled\": false\n      }\n    },\n    \"sessionLimits\": {\n      \"maxSessions\": \"unbounded\",\n      \"sessionLimit\": [\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        },\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        }\n      ],\n      \"maxConfigSessions\": \"unbounded\",\n      \"configSessionLimit\": [\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        },\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        }\n      ]\n    },\n    \"parserLimits\": {\n      \"maxTagLength\": \"1024\",\n      \"maxAttributeLength\": \"1024\",\n      \"maxAttributeValueLength\": \"16384\",\n      \"maxAttributeCount\": \"64\",\n      \"maxXmlnsPrefixLength\": \"1024\",\n      \"maxXmlnsValueLength\": \"1024\",\n      \"maxXmlnsCount\": \"1024\",\n      \"maxDataLength\": \"unbounded\"\n    },\n    \"aaa\": {\n      \"sshPubkeyAuthentication\": \"system\",\n      \"sshLoginGraceTime\": \"PT10M\",\n      \"sshMaxAuthTries\": \"unbounded\",\n      \"defaultGroup\": \"Some defaultGroup\",\n      \"authOrder\": \"Some authOrder\",\n      \"validationOrder\": \"Some validationOrder\",\n      \"expirationWarning\": \"ignore\",\n      \"auditUserName\": \"always\",\n      \"maxPasswordLength\": 32,\n      \"pam\": {\n        \"enabled\": false,\n        \"service\": \"common-auth\",\n        \"timeout\": \"PT10S\"\n      },\n      \"rest\": {\n        \"authCacheTTL\": \"PT10S\",\n        \"enableAuthCacheClientIp\": false\n      },\n      \"externalAuthentication\": {\n        \"enabled\": false,\n        \"executable\": \"Some executable\",\n        \"useBase64\": false,\n        \"includeExtra\": false\n      },\n      \"localAuthentication\": {\n        \"enabled\": true\n      },\n      \"authenticationCallback\": {\n        \"enabled\": false\n      },\n      \"externalValidation\": {\n        \"enabled\": false,\n        \"executable\": \"Some executable\",\n        \"useBase64\": false,\n        \"includeExtra\": false\n      },\n      \"validationCallback\": {\n        \"enabled\": false\n      },\n      \"authorization\": {\n        \"enabled\": true,\n        \"callback\": {\n          \"enabled\": false\n        },\n        \"nacmCompliant\": true\n      }\n    },\n    \"ssh\": {\n      \"idleConnectionTimeout\": \"PT10M\",\n      \"algorithms\": {\n        \"serverHostKey\": \"\",\n        \"kex\": \"\",\n        \"dhGroup\": {\n          \"minSize\": 2048,\n          \"maxSize\": 4096\n        },\n        \"mac\": \"\",\n        \"encryption\": \"\"\n      },\n      \"clientAliveInterval\": \"infinity\",\n      \"clientAliveCountMax\": 3\n    },\n    \"cli\": {\n      \"enabled\": true,\n      \"maxLineLength\": \"0\",\n      \"allowImplicitWildcard\": true,\n      \"startupScriptNonInteractive\": false,\n      \"modeNameStyle\": \"short\",\n      \"allowOverwriteOnCopy\": false,\n      \"inheritPaginate\": true,\n      \"safeScriptExecution\": true,\n      \"exitConfigModeOnCtrlC\": true,\n      \"execNavigationCmds\": false,\n      \"allowOldStyleModeCmds\": false,\n      \"continueOnErrorCmdStack\": false,\n      \"topLevelCmdsInSubMode\": false,\n      \"mixedMode\": false,\n      \"completionShowOldVal\": true,\n      \"completionMetaInfo\": \"false\",\n      \"reportInvalidCompletionInput\": true,\n      \"useShortEnabled\": true,\n      \"smartRenameFiltering\": true,\n      \"allowParenQuotes\": false,\n      \"singleElemPattern\": true,\n      \"multiPatternOperation\": \"any\",\n      \"sortSubmodeCmds\": true,\n      \"sortLocalCmds\": true,\n      \"displayEmptyConfigContainers\": true,\n      \"displayNonPresenceAttributes\": false,\n      \"showEditors\": true,\n      \"whoShowMode\": true,\n      \"whoHistoryDateTimeFormat\": \"short\",\n      \"resetScreenAfterMore\": true,\n      \"editWrapMode\": \"wrap\",\n      \"supportQuotedEOL\": true,\n      \"allowWildcard\": true,\n      \"allowAllAsWildcard\": false,\n      \"allowRangeExpression\": true,\n      \"allowRangeExpressionAllTypes\": true,\n      \"useDoubleDotRanges\": false,\n      \"addExtraTableSpacing\": false,\n      \"suppressRangeKeyword\": false,\n      \"exitModeOnEmptyRange\": false,\n      \"tableLabel\": false,\n      \"tableLookAhead\": 50,\n      \"moreBufferLines\": \"5000\",\n      \"showTableLabelsIfMultiple\": false,\n      \"defaultTableBehavior\": \"dynamic\",\n      \"allowTableOverflow\": false,\n      \"tableOverflowTruncate\": false,\n      \"allowTableCellWrap\": true,\n      \"showAllNs\": false,\n      \"useExposeNsPrefix\": true,\n      \"orderedShowConfig\": true,\n      \"suppressFastShow\": false,\n      \"leafPrompting\": true,\n      \"modeInfoInAudit\": \"false\",\n      \"auditLogMode\": \"all\",\n      \"transactions\": true,\n      \"transactionCtrlCmds\": false,\n      \"actionCallNoListInstance\": \"deny-call\",\n      \"style\": \"j\",\n      \"completionShowMax\": 100,\n      \"rollbackAAA\": false,\n      \"rollbackMax\": 1000,\n      \"rollbackNumbering\": \"rolling\",\n      \"rollbackNumberingInitial\": 10000,\n      \"inconsistentDatabaseSuffix\": \"\",\n      \"showDefaults\": false,\n      \"reallocateOperTrans\": false,\n      \"quickSshTeardown\": false,\n      \"cAlignLeafValues\": true,\n      \"jAlignLeafValues\": true,\n      \"defaultPrefix\": \"\",\n      \"jWarningPrefix\": \"Warning: \",\n      \"jAbortedPrefix\": \"Aborted: \",\n      \"jErrorPrefix\": \"Error: \",\n      \"cWarningPrefix\": \"Warning: \",\n      \"cAbortedPrefix\": \"Aborted: \",\n      \"cErrorPrefix\": \"Error: \",\n      \"invalidDataString\": \"--ERROR--\",\n      \"noEmbeddedComments\": false,\n      \"showKeyName\": true,\n      \"commitRetryTimeout\": \"PT0S\",\n      \"timezone\": \"local\",\n      \"utcOffset\": \"0\",\n      \"oldDetailsArg\": false,\n      \"withDefaults\": false,\n      \"ignoreShowWithDefaultOnDiff\": false,\n      \"trimDefaultShow\": false,\n      \"trimDefaultSave\": false,\n      \"banner\": \"\",\n      \"bannerFile\": \"\",\n      \"prompt1\": \"\",\n      \"prompt2\": \"\",\n      \"cPrompt1\": \"\",\n      \"cPrompt2\": \"\",\n      \"cStylePromptInJStyle\": false,\n      \"waitLockedConfigMode\": true,\n      \"promptHostnameDelimiter\": \".\",\n      \"asyncPromptRefresh\": true,\n      \"showLogDirectory\": \"/var/log\",\n      \"idleTimeout\": \"PT30M\",\n      \"promptSessionsCLI\": false,\n      \"disableIdleTimeoutOnCmd\": true,\n      \"commandTimeout\": \"infinity\",\n      \"spaceCompletion\": {\n        \"enabled\": true\n      },\n      \"timestamp\": {\n        \"enabled\": false,\n        \"clock24\": true,\n        \"format\": \"\\\\d{l,4}\\\\m{l,5}\\\\D{l,3}\\\\H{r,2,0}:\\\\t{r,2,0}:\\\\s{r,2,0}.\\\\c{l,3,0} UTC\\\\u{l,1}\\\\o{r,2,0}:\\\\k{r,2,0}\"\n      },\n      \"autoWizard\": {\n        \"enabled\": true\n      },\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2024,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"banner\": \"\",\n        \"bannerFile\": \"\"\n      },\n      \"commitMessage\": true,\n      \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n      \"suppressCommitMessages\": {\n        \"context\": [\n          \"Some context\",\n          \"Some context\"\n        ]\n      },\n      \"jShowCR\": false,\n      \"showPipe\": true,\n      \"showPipeConfig\": false,\n      \"disablePipe\": false,\n      \"disablePipeConfig\": false,\n      \"pipeHelpMode\": \"auto\",\n      \"jAllowDeleteAll\": true,\n      \"cSilentNo\": true,\n      \"noFollowIncompleteCommand\": false,\n      \"cRestrictiveNo\": false,\n      \"prioritizeSubmodeCmds\": true,\n      \"cExtendedCmdSearch\": true,\n      \"cSuppressCmdSearch\": false,\n      \"enterSubmodeOnLeaf\": true,\n      \"jExtendedShow\": true,\n      \"jShowUnset\": false,\n      \"jShowUnsetText\": \"UNSET\",\n      \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n      \"cModeExitFormat\": \"!\",\n      \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n      \"showSubsystemMessages\": true,\n      \"ignoreSubsystemFailures\": false,\n      \"showEmptyContainers\": false,\n      \"showTags\": true,\n      \"showAnnotations\": true,\n      \"showServiceMetaData\": false,\n      \"suppressNedErrors\": false,\n      \"jShowTableRecursive\": false,\n      \"cPrivate\": false,\n      \"cTab\": false,\n      \"cTabInfo\": false,\n      \"tabExtend\": true,\n      \"cHelp\": true,\n      \"jHideHelp\": false,\n      \"restrictedFileAccess\": false,\n      \"hideDotFiles\": false,\n      \"restrictedFileRegexp\": \"\",\n      \"historySave\": true,\n      \"historyRemoveDuplicates\": false,\n      \"historyMaxSize\": 1000,\n      \"messageMaxSize\": 10000,\n      \"mapActions\": \"both\",\n      \"compactTable\": true,\n      \"compactShow\": false,\n      \"compactStatsShow\": false,\n      \"prettifyStatsName\": false,\n      \"showCommitProgress\": false,\n      \"commitActivityClock\": false,\n      \"confirmUncommitedOnExit\": \"prompt\",\n      \"reconfirmHidden\": false,\n      \"dequoteHidden\": false,\n      \"enumKeyInfo\": false,\n      \"columnStats\": false,\n      \"allowAbbrevCmds\": true,\n      \"allowAbbrevCmdsOnLoad\": true,\n      \"allowAbbrevKeys\": false,\n      \"allowAbbrevParamNames\": false,\n      \"allowAbbrevEnums\": true,\n      \"allowCaseInsensitiveEnums\": true,\n      \"strictRefsOnLoad\": false,\n      \"stopLoadOnError\": true,\n      \"suppressBurstErrors\": true,\n      \"allOrNothingLoad\": false,\n      \"autocommitLoad\": false,\n      \"autocommitLoadChunkSize\": 1,\n      \"enableLoadMerge\": true,\n      \"loadActivityClock\": false,\n      \"instanceDescription\": true,\n      \"addErrorPrefixSuffix\": true,\n      \"compListCompact\": false,\n      \"completionListLine\": false,\n      \"infoOnMatch\": true,\n      \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n      \"enableDisplayLevel\": \"pipe\",\n      \"defaultDisplayLevel\": 99999999,\n      \"enableDisplayGroups\": true,\n      \"unifiedHistory\": false,\n      \"modeInfoInAAA\": \"false\",\n      \"cmdAAAForAutowizard\": false,\n      \"cStrictAAA\": false,\n      \"quoteStyle\": \"backslash\",\n      \"laxBarQuoting\": false,\n      \"expandAliasOnCompletion\": true,\n      \"expandAliasEscape\": \"false\",\n      \"docWrap\": true,\n      \"infoOnTab\": true,\n      \"infoOnSpace\": true,\n      \"newLogout\": true,\n      \"newInsert\": true,\n      \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n      \"messageWordWrap\": false,\n      \"messageQueueSize\": 10,\n      \"promptEnumLimit\": 4,\n      \"caseInsensitive\": false,\n      \"caseInsensitiveKeys\": false,\n      \"ignoreLeadingWhitespace\": false,\n      \"indentTemplates\": false,\n      \"wrapInfo\": true,\n      \"wrapPrompt\": false,\n      \"sortShowElems\": true,\n      \"showMatchBeforePossible\": false,\n      \"possibleCompletionsFormat\": \"Possible completions:\",\n      \"matchCompletionsFormat\": \"Possible match completions:\",\n      \"noMatchCompletionsFormat\": \"\",\n      \"showDescription\": true,\n      \"explicitSetCreate\": false,\n      \"templateFilter\": [\n        {\n          \"name\": \"Some name\",\n          \"callback\": \"Some callback\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"callback\": \"Some callback\"\n        }\n      ],\n      \"escapeBackslash\": false,\n      \"showNedErrorAsInfo\": true,\n      \"defaultLeafListStyle\": \"flat-list\",\n      \"bypassAllowAbbrevKeys\": false,\n      \"jEnableLoadMergeLeafList\": false,\n      \"enableLoadMergeLeafList\": false,\n      \"enableCliCache\": true\n    },\n    \"webui\": {\n      \"enabled\": false,\n      \"serverName\": \"localhost\",\n      \"matchHostName\": false,\n      \"cacheRefreshSecs\": 0,\n      \"maxRefEntries\": 100,\n      \"docroot\": \"Some docroot\",\n      \"webuiIndexUrl\": \"/index.html\",\n      \"loginDir\": \"Some loginDir\",\n      \"customDir\": \"Some customDir\",\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"X-Frame-Options\": \"DENY\",\n      \"disableAuth\": {\n        \"dir\": [\n          \"Some dir\",\n          \"Some dir\"\n        ]\n      },\n      \"allowSymlinks\": true,\n      \"transport\": {\n        \"tcp\": {\n          \"enabled\": true,\n          \"disableNonAuthRedirect\": false,\n          \"redirect\": \"Some redirect\",\n          \"ip\": \"0.0.0.0\",\n          \"port\": 8008,\n          \"extraIpPorts\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dscp\": 0\n        },\n        \"ssl\": {\n          \"enabled\": false,\n          \"disableNonAuthRedirect\": false,\n          \"redirect\": \"Some redirect\",\n          \"ip\": \"0.0.0.0\",\n          \"port\": 8888,\n          \"extraIpPorts\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dscp\": 0,\n          \"keyFile\": \"Some keyFile\",\n          \"certFile\": \"Some certFile\",\n          \"caCertFile\": \"Some caCertFile\",\n          \"verify\": 1,\n          \"depth\": 1,\n          \"ciphers\": \"DEFAULT\",\n          \"protocols\": \"DEFAULT\",\n          \"ellipticCurves\": \"DEFAULT\"\n        }\n      },\n      \"cgi\": {\n        \"enabled\": false,\n        \"dir\": \"cgi-bin\",\n        \"requestFilter\": \"Some requestFilter\",\n        \"maxRequestLength\": 0,\n        \"php\": {\n          \"enabled\": false\n        }\n      },\n      \"idleTimeout\": \"PT30M\",\n      \"absoluteTimeout\": \"PT16H\",\n      \"rateLimiting\": 1000000,\n      \"audit\": false\n    },\n    \"rest\": {\n      \"enabled\": false,\n      \"showHidden\": false,\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"restconf\": {\n      \"enabled\": false,\n      \"rootResource\": \"restconf\",\n      \"schemaServerUrl\": \"Some schemaServerUrl\",\n      \"tokenResponse\": {\n        \"xAuthToken\": false,\n        \"tokenCookie\": {\n          \"name\": \"\",\n          \"directives\": \"\"\n        }\n      },\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"requireModuleName\": {\n        \"enabled\": true\n      }\n    },\n    \"proxyForwarding\": {\n      \"autoLogin\": false,\n      \"proxy\": [\n        {\n          \"address\": \"<string>\",\n          \"target\": \"Some target\",\n          \"netconf\": {\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cli\": {\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"target\": \"Some target\",\n          \"netconf\": {\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cli\": {\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"snmpAgent\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 161,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"mibs\": {\n        \"file\": [\n          \"Some file\",\n          \"Some file\"\n        ],\n        \"fromLoadPath\": false\n      },\n      \"temporaryStorageTime\": 300,\n      \"snmpVersions\": {\n        \"v1\": true,\n        \"v2c\": true,\n        \"v3\": true\n      },\n      \"snmpEngine\": {\n        \"snmpEngineID\": \"?:29:dd:0C:AC:Cf:40:13:Fe\",\n        \"snmpEngineMaxMessageSize\": 50000\n      },\n      \"sessionIgnorePort\": false,\n      \"authenticationFailureNotifyName\": \"\",\n      \"candidate\": {\n        \"maxLockWait\": \"PT0S\",\n        \"pendingChangesAction\": \"continue\"\n      },\n      \"dropWhenInUse\": false,\n      \"contexts\": [\n        \"Some contexts\",\n        \"Some contexts\"\n      ],\n      \"system\": {\n        \"sysDescr\": \"Some sysDescr\",\n        \"sysObjectID\": \"?:2.7.0.93\",\n        \"sysServices\": 72,\n        \"sysORTable\": {\n          \"sysOREntry\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    \"netconf\": {\n      \"enabled\": true,\n      \"transport\": {\n        \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n        \"ssh\": {\n          \"enabled\": true,\n          \"ip\": \"0.0.0.0\",\n          \"port\": 830,\n          \"extraIpPorts\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dscp\": 0\n        },\n        \"tcp\": {\n          \"enabled\": false,\n          \"ip\": \"0.0.0.0\",\n          \"port\": 2023,\n          \"extraIpPorts\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dscp\": 0\n        }\n      },\n      \"extendedSessions\": false,\n      \"sendDefaults\": false,\n      \"idleTimeout\": \"PT0S\",\n      \"writeTimeout\": \"PT0S\",\n      \"rpcErrors\": \"close\",\n      \"maxBatchProcesses\": \"unbounded\"\n    }\n  }\n}"}],"_postman_id":"9e05c421-cce4-4490-a6fe-64ee21e18e38"},{"name":"DELETE - NodeID - confd_dyncfg - confdConfig","id":"3a85b434-ad89-4306-b6dd-4beb0adb1bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"71c9087b-e6f2-4443-8ab2-c130f65b9e26","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3a85b434-ad89-4306-b6dd-4beb0adb1bb2"},{"name":"PUT - NodeID - confd_dyncfg - confdConfig","id":"60846392-eb38-4073-89e4-20ed4782c930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"confdConfig\": {\n    \"subagents\": {\n      \"subagent\": [\n        {\n          \"name\": \"Some name\",\n          \"enabled\": true,\n          \"tcp\": {\n            \"ip\": \"<string>\",\n            \"port\": 2023,\n            \"confdAuth\": {\n              \"user\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"group\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ssh\": {\n            \"ip\": \"<string>\",\n            \"user\": \"Some user\",\n            \"password\": \"Some password\",\n            \"port\": 2022\n          },\n          \"mount\": {\n            \"path\": \"Some path\",\n            \"node\": [\n              \"Some node\",\n              \"Some node\"\n            ]\n          },\n          \"disableSubtreeOptimization\": false\n        },\n        {\n          \"name\": \"Some name\",\n          \"enabled\": true,\n          \"tcp\": {\n            \"ip\": \"<string>\",\n            \"port\": 2023,\n            \"confdAuth\": {\n              \"user\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"group\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ssh\": {\n            \"ip\": \"<string>\",\n            \"user\": \"Some user\",\n            \"password\": \"Some password\",\n            \"port\": 2022\n          },\n          \"mount\": {\n            \"path\": \"Some path\",\n            \"node\": [\n              \"Some node\",\n              \"Some node\"\n            ]\n          },\n          \"disableSubtreeOptimization\": false\n        }\n      ]\n    },\n    \"notifications\": {\n      \"eventStreams\": {\n        \"stream\": [\n          {\n            \"description\": \"Some description\",\n            \"replaySupport\": true,\n            \"name\": \"Some name\",\n            \"builtinReplayStore\": {\n              \"dir\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxSize\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxFiles\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"description\": \"Some description\",\n            \"replaySupport\": true,\n            \"name\": \"Some name\",\n            \"builtinReplayStore\": {\n              \"dir\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxSize\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxFiles\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    \"opcache\": {\n      \"timeout\": 0,\n      \"enabled\": false\n    },\n    \"snmpgw\": {\n      \"enabled\": false,\n      \"trapPort\": 0,\n      \"rowCacheMaxAge\": \"PT5S\",\n      \"rowCacheMaxSize\": 200,\n      \"agent\": [\n        {\n          \"ip\": \"<string>\",\n          \"name\": \"Some name\",\n          \"subscriptionId\": \"Some subscriptionId\",\n          \"forwardNotifStream\": \"Some forwardNotifStream\",\n          \"enabled\": true,\n          \"community\": \"private\",\n          \"community_bin\": \"Some community_bin\",\n          \"version\": \"v2c\",\n          \"timeout\": \"PT5S\",\n          \"retries\": \"0\",\n          \"port\": 161,\n          \"module\": [\n            \"Some module\",\n            \"Some module\"\n          ]\n        },\n        {\n          \"ip\": \"<string>\",\n          \"name\": \"Some name\",\n          \"subscriptionId\": \"Some subscriptionId\",\n          \"forwardNotifStream\": \"Some forwardNotifStream\",\n          \"enabled\": true,\n          \"community\": \"private\",\n          \"community_bin\": \"Some community_bin\",\n          \"version\": \"v2c\",\n          \"timeout\": \"PT5S\",\n          \"retries\": \"0\",\n          \"port\": 161,\n          \"module\": [\n            \"Some module\",\n            \"Some module\"\n          ]\n        }\n      ]\n    },\n    \"hideGroup\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"encryptedStrings\": {\n      \"externalKeys\": {\n        \"command\": \"Some command\",\n        \"commandTimeout\": \"PT60S\",\n        \"commandArgument\": \"Some commandArgument\"\n      },\n      \"DES3CBC\": {\n        \"key1\": \"Some key1\",\n        \"key2\": \"Some key2\",\n        \"key3\": \"Some key3\",\n        \"initVector\": \"Some initVector\"\n      },\n      \"AESCFB128\": {\n        \"key\": \"Some key\",\n        \"initVector\": \"Some initVector\"\n      }\n    },\n    \"logs\": {\n      \"syslogConfig\": {\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"udp\": {\n          \"host\": \"<string>\",\n          \"enabled\": false,\n          \"port\": 514\n        },\n        \"syslogServers\": {\n          \"server\": [\n            {\n              \"host\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"version\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"host\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"version\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      },\n      \"confdLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"developerLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"developerLogLevel\": \"info\",\n      \"auditLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"auditLogCommit\": false,\n      \"auditLogCommitDefaults\": false,\n      \"auditNetworkLog\": {\n        \"enabled\": false,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"netconfLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        },\n        \"logReplyStatus\": false\n      },\n      \"jsonrpcLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"snmpLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"snmpLogLevel\": \"info\",\n      \"snmpGatewayLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"northbound\": false,\n        \"southbound\": false\n      },\n      \"webuiBrowserLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false\n      },\n      \"webuiAccessLog\": {\n        \"dir\": \"Some dir\",\n        \"enabled\": false,\n        \"trafficLog\": false\n      },\n      \"netconfTraceLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"format\": \"pretty\"\n      },\n      \"xpathTraceLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false\n      },\n      \"errorLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"maxSize\": \"S1M\",\n        \"debug\": {\n          \"enabled\": false,\n          \"level\": 2,\n          \"tag\": [\n            \"Some tag\",\n            \"Some tag\"\n          ]\n        }\n      },\n      \"progressTrace\": {\n        \"dir\": \"Some dir\",\n        \"enabled\": false\n      }\n    },\n    \"sessionLimits\": {\n      \"maxSessions\": \"unbounded\",\n      \"sessionLimit\": [\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        },\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        }\n      ],\n      \"maxConfigSessions\": \"unbounded\",\n      \"configSessionLimit\": [\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        },\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        }\n      ]\n    },\n    \"parserLimits\": {\n      \"maxTagLength\": \"1024\",\n      \"maxAttributeLength\": \"1024\",\n      \"maxAttributeValueLength\": \"16384\",\n      \"maxAttributeCount\": \"64\",\n      \"maxXmlnsPrefixLength\": \"1024\",\n      \"maxXmlnsValueLength\": \"1024\",\n      \"maxXmlnsCount\": \"1024\",\n      \"maxDataLength\": \"unbounded\"\n    },\n    \"aaa\": {\n      \"sshPubkeyAuthentication\": \"system\",\n      \"sshLoginGraceTime\": \"PT10M\",\n      \"sshMaxAuthTries\": \"unbounded\",\n      \"defaultGroup\": \"Some defaultGroup\",\n      \"authOrder\": \"Some authOrder\",\n      \"validationOrder\": \"Some validationOrder\",\n      \"expirationWarning\": \"ignore\",\n      \"auditUserName\": \"always\",\n      \"maxPasswordLength\": 32,\n      \"pam\": {\n        \"enabled\": false,\n        \"service\": \"common-auth\",\n        \"timeout\": \"PT10S\"\n      },\n      \"rest\": {\n        \"authCacheTTL\": \"PT10S\",\n        \"enableAuthCacheClientIp\": false\n      },\n      \"externalAuthentication\": {\n        \"enabled\": false,\n        \"executable\": \"Some executable\",\n        \"useBase64\": false,\n        \"includeExtra\": false\n      },\n      \"localAuthentication\": {\n        \"enabled\": true\n      },\n      \"authenticationCallback\": {\n        \"enabled\": false\n      },\n      \"externalValidation\": {\n        \"enabled\": false,\n        \"executable\": \"Some executable\",\n        \"useBase64\": false,\n        \"includeExtra\": false\n      },\n      \"validationCallback\": {\n        \"enabled\": false\n      },\n      \"authorization\": {\n        \"enabled\": true,\n        \"callback\": {\n          \"enabled\": false\n        },\n        \"nacmCompliant\": true\n      }\n    },\n    \"ssh\": {\n      \"idleConnectionTimeout\": \"PT10M\",\n      \"algorithms\": {\n        \"serverHostKey\": \"\",\n        \"kex\": \"\",\n        \"dhGroup\": {\n          \"minSize\": 2048,\n          \"maxSize\": 4096\n        },\n        \"mac\": \"\",\n        \"encryption\": \"\"\n      },\n      \"clientAliveInterval\": \"infinity\",\n      \"clientAliveCountMax\": 3\n    },\n    \"cli\": {\n      \"enabled\": true,\n      \"maxLineLength\": \"0\",\n      \"allowImplicitWildcard\": true,\n      \"startupScriptNonInteractive\": false,\n      \"modeNameStyle\": \"short\",\n      \"allowOverwriteOnCopy\": false,\n      \"inheritPaginate\": true,\n      \"safeScriptExecution\": true,\n      \"exitConfigModeOnCtrlC\": true,\n      \"execNavigationCmds\": false,\n      \"allowOldStyleModeCmds\": false,\n      \"continueOnErrorCmdStack\": false,\n      \"topLevelCmdsInSubMode\": false,\n      \"mixedMode\": false,\n      \"completionShowOldVal\": true,\n      \"completionMetaInfo\": \"false\",\n      \"reportInvalidCompletionInput\": true,\n      \"useShortEnabled\": true,\n      \"smartRenameFiltering\": true,\n      \"allowParenQuotes\": false,\n      \"singleElemPattern\": true,\n      \"multiPatternOperation\": \"any\",\n      \"sortSubmodeCmds\": true,\n      \"sortLocalCmds\": true,\n      \"displayEmptyConfigContainers\": true,\n      \"displayNonPresenceAttributes\": false,\n      \"showEditors\": true,\n      \"whoShowMode\": true,\n      \"whoHistoryDateTimeFormat\": \"short\",\n      \"resetScreenAfterMore\": true,\n      \"editWrapMode\": \"wrap\",\n      \"supportQuotedEOL\": true,\n      \"allowWildcard\": true,\n      \"allowAllAsWildcard\": false,\n      \"allowRangeExpression\": true,\n      \"allowRangeExpressionAllTypes\": true,\n      \"useDoubleDotRanges\": false,\n      \"addExtraTableSpacing\": false,\n      \"suppressRangeKeyword\": false,\n      \"exitModeOnEmptyRange\": false,\n      \"tableLabel\": false,\n      \"tableLookAhead\": 50,\n      \"moreBufferLines\": \"5000\",\n      \"showTableLabelsIfMultiple\": false,\n      \"defaultTableBehavior\": \"dynamic\",\n      \"allowTableOverflow\": false,\n      \"tableOverflowTruncate\": false,\n      \"allowTableCellWrap\": true,\n      \"showAllNs\": false,\n      \"useExposeNsPrefix\": true,\n      \"orderedShowConfig\": true,\n      \"suppressFastShow\": false,\n      \"leafPrompting\": true,\n      \"modeInfoInAudit\": \"false\",\n      \"auditLogMode\": \"all\",\n      \"transactions\": true,\n      \"transactionCtrlCmds\": false,\n      \"actionCallNoListInstance\": \"deny-call\",\n      \"style\": \"j\",\n      \"completionShowMax\": 100,\n      \"rollbackAAA\": false,\n      \"rollbackMax\": 1000,\n      \"rollbackNumbering\": \"rolling\",\n      \"rollbackNumberingInitial\": 10000,\n      \"inconsistentDatabaseSuffix\": \"\",\n      \"showDefaults\": false,\n      \"reallocateOperTrans\": false,\n      \"quickSshTeardown\": false,\n      \"cAlignLeafValues\": true,\n      \"jAlignLeafValues\": true,\n      \"defaultPrefix\": \"\",\n      \"jWarningPrefix\": \"Warning: \",\n      \"jAbortedPrefix\": \"Aborted: \",\n      \"jErrorPrefix\": \"Error: \",\n      \"cWarningPrefix\": \"Warning: \",\n      \"cAbortedPrefix\": \"Aborted: \",\n      \"cErrorPrefix\": \"Error: \",\n      \"invalidDataString\": \"--ERROR--\",\n      \"noEmbeddedComments\": false,\n      \"showKeyName\": true,\n      \"commitRetryTimeout\": \"PT0S\",\n      \"timezone\": \"local\",\n      \"utcOffset\": \"0\",\n      \"oldDetailsArg\": false,\n      \"withDefaults\": false,\n      \"ignoreShowWithDefaultOnDiff\": false,\n      \"trimDefaultShow\": false,\n      \"trimDefaultSave\": false,\n      \"banner\": \"\",\n      \"bannerFile\": \"\",\n      \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n      \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n      \"cPrompt1\": \"\\\\h\\\\M# \",\n      \"cPrompt2\": \"\\\\h(\\\\m)# \",\n      \"cStylePromptInJStyle\": false,\n      \"waitLockedConfigMode\": true,\n      \"promptHostnameDelimiter\": \".\",\n      \"asyncPromptRefresh\": true,\n      \"showLogDirectory\": \"/var/log\",\n      \"idleTimeout\": \"PT30M\",\n      \"promptSessionsCLI\": false,\n      \"disableIdleTimeoutOnCmd\": true,\n      \"commandTimeout\": \"infinity\",\n      \"spaceCompletion\": {\n        \"enabled\": true\n      },\n      \"timestamp\": {\n        \"enabled\": false,\n        \"clock24\": true,\n        \"format\": \"\"\n      },\n      \"autoWizard\": {\n        \"enabled\": true\n      },\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2024,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"banner\": \"\",\n        \"bannerFile\": \"\"\n      },\n      \"commitMessage\": true,\n      \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n      \"suppressCommitMessages\": {\n        \"context\": [\n          \"Some context\",\n          \"Some context\"\n        ]\n      },\n      \"jShowCR\": false,\n      \"showPipe\": true,\n      \"showPipeConfig\": false,\n      \"disablePipe\": false,\n      \"disablePipeConfig\": false,\n      \"pipeHelpMode\": \"auto\",\n      \"jAllowDeleteAll\": true,\n      \"cSilentNo\": true,\n      \"noFollowIncompleteCommand\": false,\n      \"cRestrictiveNo\": false,\n      \"prioritizeSubmodeCmds\": true,\n      \"cExtendedCmdSearch\": true,\n      \"cSuppressCmdSearch\": false,\n      \"enterSubmodeOnLeaf\": true,\n      \"jExtendedShow\": true,\n      \"jShowUnset\": false,\n      \"jShowUnsetText\": \"UNSET\",\n      \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n      \"cModeExitFormat\": \"!\",\n      \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n      \"showSubsystemMessages\": true,\n      \"ignoreSubsystemFailures\": false,\n      \"showEmptyContainers\": false,\n      \"showTags\": true,\n      \"showAnnotations\": true,\n      \"showServiceMetaData\": false,\n      \"suppressNedErrors\": false,\n      \"jShowTableRecursive\": false,\n      \"cPrivate\": false,\n      \"cTab\": false,\n      \"cTabInfo\": false,\n      \"tabExtend\": true,\n      \"cHelp\": true,\n      \"jHideHelp\": false,\n      \"restrictedFileAccess\": false,\n      \"hideDotFiles\": false,\n      \"restrictedFileRegexp\": \"\",\n      \"historySave\": true,\n      \"historyRemoveDuplicates\": false,\n      \"historyMaxSize\": 1000,\n      \"messageMaxSize\": 10000,\n      \"mapActions\": \"both\",\n      \"compactTable\": true,\n      \"compactShow\": false,\n      \"compactStatsShow\": false,\n      \"prettifyStatsName\": false,\n      \"showCommitProgress\": false,\n      \"commitActivityClock\": false,\n      \"confirmUncommitedOnExit\": \"prompt\",\n      \"reconfirmHidden\": false,\n      \"dequoteHidden\": false,\n      \"enumKeyInfo\": false,\n      \"columnStats\": false,\n      \"allowAbbrevCmds\": true,\n      \"allowAbbrevCmdsOnLoad\": true,\n      \"allowAbbrevKeys\": false,\n      \"allowAbbrevParamNames\": false,\n      \"allowAbbrevEnums\": true,\n      \"allowCaseInsensitiveEnums\": true,\n      \"strictRefsOnLoad\": false,\n      \"stopLoadOnError\": true,\n      \"suppressBurstErrors\": true,\n      \"allOrNothingLoad\": false,\n      \"autocommitLoad\": false,\n      \"autocommitLoadChunkSize\": 1,\n      \"enableLoadMerge\": true,\n      \"loadActivityClock\": false,\n      \"instanceDescription\": true,\n      \"addErrorPrefixSuffix\": true,\n      \"compListCompact\": false,\n      \"completionListLine\": false,\n      \"infoOnMatch\": true,\n      \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n      \"enableDisplayLevel\": \"pipe\",\n      \"defaultDisplayLevel\": 99999999,\n      \"enableDisplayGroups\": true,\n      \"unifiedHistory\": false,\n      \"modeInfoInAAA\": \"false\",\n      \"cmdAAAForAutowizard\": false,\n      \"cStrictAAA\": false,\n      \"quoteStyle\": \"backslash\",\n      \"laxBarQuoting\": false,\n      \"expandAliasOnCompletion\": true,\n      \"expandAliasEscape\": \"false\",\n      \"docWrap\": true,\n      \"infoOnTab\": true,\n      \"infoOnSpace\": true,\n      \"newLogout\": true,\n      \"newInsert\": true,\n      \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n      \"messageWordWrap\": false,\n      \"messageQueueSize\": 10,\n      \"promptEnumLimit\": 4,\n      \"caseInsensitive\": false,\n      \"caseInsensitiveKeys\": false,\n      \"ignoreLeadingWhitespace\": false,\n      \"indentTemplates\": false,\n      \"wrapInfo\": true,\n      \"wrapPrompt\": false,\n      \"sortShowElems\": true,\n      \"showMatchBeforePossible\": false,\n      \"possibleCompletionsFormat\": \"Possible completions:\",\n      \"matchCompletionsFormat\": \"Possible match completions:\",\n      \"noMatchCompletionsFormat\": \"\",\n      \"showDescription\": true,\n      \"explicitSetCreate\": false,\n      \"templateFilter\": [\n        {\n          \"name\": \"Some name\",\n          \"callback\": \"Some callback\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"callback\": \"Some callback\"\n        }\n      ],\n      \"escapeBackslash\": false,\n      \"showNedErrorAsInfo\": true,\n      \"defaultLeafListStyle\": \"flat-list\",\n      \"bypassAllowAbbrevKeys\": false,\n      \"jEnableLoadMergeLeafList\": false,\n      \"enableLoadMergeLeafList\": false,\n      \"enableCliCache\": true\n    },\n    \"webui\": {\n      \"enabled\": false,\n      \"serverName\": \"localhost\",\n      \"matchHostName\": false,\n      \"cacheRefreshSecs\": 0,\n      \"maxRefEntries\": 100,\n      \"docroot\": \"Some docroot\",\n      \"webuiIndexUrl\": \"/index.html\",\n      \"loginDir\": \"Some loginDir\",\n      \"customDir\": \"Some customDir\",\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      \"X-Frame-Options\": \"DENY\",\n      \"disableAuth\": {\n        \"dir\": [\n          \"Some dir\",\n          \"Some dir\"\n        ]\n      },\n      \"allowSymlinks\": true,\n      \"transport\": {\n        \"tcp\": {\n          \"enabled\": true,\n          \"disableNonAuthRedirect\": false,\n          \"redirect\": \"Some redirect\",\n          \"ip\": \"0.0.0.0\",\n          \"port\": 8008,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0\n        },\n        \"ssl\": {\n          \"enabled\": false,\n          \"disableNonAuthRedirect\": false,\n          \"redirect\": \"Some redirect\",\n          \"ip\": \"0.0.0.0\",\n          \"port\": 8888,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0,\n          \"keyFile\": \"Some keyFile\",\n          \"certFile\": \"Some certFile\",\n          \"caCertFile\": \"Some caCertFile\",\n          \"verify\": 1,\n          \"depth\": 1,\n          \"ciphers\": \"DEFAULT\",\n          \"protocols\": \"DEFAULT\",\n          \"ellipticCurves\": \"DEFAULT\"\n        }\n      },\n      \"cgi\": {\n        \"enabled\": false,\n        \"dir\": \"cgi-bin\",\n        \"requestFilter\": \"Some requestFilter\",\n        \"maxRequestLength\": 0,\n        \"php\": {\n          \"enabled\": false\n        }\n      },\n      \"idleTimeout\": \"PT30M\",\n      \"absoluteTimeout\": \"PT16H\",\n      \"rateLimiting\": 1000000,\n      \"audit\": false\n    },\n    \"rest\": {\n      \"enabled\": false,\n      \"showHidden\": false,\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    },\n    \"restconf\": {\n      \"enabled\": false,\n      \"rootResource\": \"restconf\",\n      \"schemaServerUrl\": \"Some schemaServerUrl\",\n      \"tokenResponse\": {\n        \"xAuthToken\": false,\n        \"tokenCookie\": {\n          \"name\": \"\",\n          \"directives\": \"\"\n        }\n      },\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      \"requireModuleName\": {\n        \"enabled\": true\n      }\n    },\n    \"proxyForwarding\": {\n      \"autoLogin\": false,\n      \"proxy\": [\n        {\n          \"address\": \"<string>\",\n          \"target\": \"Some target\",\n          \"netconf\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcp\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"cli\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"target\": \"Some target\",\n          \"netconf\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcp\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"cli\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    \"snmpAgent\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 161,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"mibs\": {\n        \"file\": [\n          \"Some file\",\n          \"Some file\"\n        ],\n        \"fromLoadPath\": false\n      },\n      \"temporaryStorageTime\": 300,\n      \"snmpVersions\": {\n        \"v1\": true,\n        \"v2c\": true,\n        \"v3\": true\n      },\n      \"snmpEngine\": {\n        \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n        \"snmpEngineMaxMessageSize\": 50000\n      },\n      \"sessionIgnorePort\": false,\n      \"authenticationFailureNotifyName\": \"\",\n      \"candidate\": {\n        \"maxLockWait\": \"PT0S\",\n        \"pendingChangesAction\": \"continue\"\n      },\n      \"dropWhenInUse\": false,\n      \"contexts\": [\n        \"Some contexts\",\n        \"Some contexts\"\n      ],\n      \"system\": {\n        \"sysDescr\": \"Some sysDescr\",\n        \"sysObjectID\": \"?:0.5\",\n        \"sysServices\": 72,\n        \"sysORTable\": {\n          \"sysOREntry\": [\n            {\n              \"sysORID\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORDescr\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORIndex\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"sysORID\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORDescr\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORIndex\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      }\n    },\n    \"netconf\": {\n      \"enabled\": true,\n      \"transport\": {\n        \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n        \"ssh\": {\n          \"enabled\": true,\n          \"ip\": \"0.0.0.0\",\n          \"port\": 830,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0\n        },\n        \"tcp\": {\n          \"enabled\": false,\n          \"ip\": \"0.0.0.0\",\n          \"port\": 2023,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0\n        }\n      },\n      \"extendedSessions\": false,\n      \"sendDefaults\": false,\n      \"idleTimeout\": \"PT0S\",\n      \"writeTimeout\": \"PT0S\",\n      \"rpcErrors\": \"close\",\n      \"maxBatchProcesses\": \"unbounded\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b42799f8-8451-4002-8625-9c8fa33b6c22","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"confdConfig\": {\n    \"subagents\": {\n      \"subagent\": [\n        {\n          \"name\": \"Some name\",\n          \"enabled\": true,\n          \"tcp\": {\n            \"ip\": \"<string>\",\n            \"port\": 2023,\n            \"confdAuth\": {\n              \"user\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"group\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ssh\": {\n            \"ip\": \"<string>\",\n            \"user\": \"Some user\",\n            \"password\": \"Some password\",\n            \"port\": 2022\n          },\n          \"mount\": {\n            \"path\": \"Some path\",\n            \"node\": [\n              \"Some node\",\n              \"Some node\"\n            ]\n          },\n          \"disableSubtreeOptimization\": false\n        },\n        {\n          \"name\": \"Some name\",\n          \"enabled\": true,\n          \"tcp\": {\n            \"ip\": \"<string>\",\n            \"port\": 2023,\n            \"confdAuth\": {\n              \"user\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"group\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ssh\": {\n            \"ip\": \"<string>\",\n            \"user\": \"Some user\",\n            \"password\": \"Some password\",\n            \"port\": 2022\n          },\n          \"mount\": {\n            \"path\": \"Some path\",\n            \"node\": [\n              \"Some node\",\n              \"Some node\"\n            ]\n          },\n          \"disableSubtreeOptimization\": false\n        }\n      ]\n    },\n    \"notifications\": {\n      \"eventStreams\": {\n        \"stream\": [\n          {\n            \"description\": \"Some description\",\n            \"replaySupport\": true,\n            \"name\": \"Some name\",\n            \"builtinReplayStore\": {\n              \"dir\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxSize\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxFiles\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"description\": \"Some description\",\n            \"replaySupport\": true,\n            \"name\": \"Some name\",\n            \"builtinReplayStore\": {\n              \"dir\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxSize\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxFiles\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    \"opcache\": {\n      \"timeout\": 0,\n      \"enabled\": false\n    },\n    \"snmpgw\": {\n      \"enabled\": false,\n      \"trapPort\": 0,\n      \"rowCacheMaxAge\": \"PT5S\",\n      \"rowCacheMaxSize\": 200,\n      \"agent\": [\n        {\n          \"ip\": \"<string>\",\n          \"name\": \"Some name\",\n          \"subscriptionId\": \"Some subscriptionId\",\n          \"forwardNotifStream\": \"Some forwardNotifStream\",\n          \"enabled\": true,\n          \"community\": \"private\",\n          \"community_bin\": \"Some community_bin\",\n          \"version\": \"v2c\",\n          \"timeout\": \"PT5S\",\n          \"retries\": \"0\",\n          \"port\": 161,\n          \"module\": [\n            \"Some module\",\n            \"Some module\"\n          ]\n        },\n        {\n          \"ip\": \"<string>\",\n          \"name\": \"Some name\",\n          \"subscriptionId\": \"Some subscriptionId\",\n          \"forwardNotifStream\": \"Some forwardNotifStream\",\n          \"enabled\": true,\n          \"community\": \"private\",\n          \"community_bin\": \"Some community_bin\",\n          \"version\": \"v2c\",\n          \"timeout\": \"PT5S\",\n          \"retries\": \"0\",\n          \"port\": 161,\n          \"module\": [\n            \"Some module\",\n            \"Some module\"\n          ]\n        }\n      ]\n    },\n    \"hideGroup\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"encryptedStrings\": {\n      \"externalKeys\": {\n        \"command\": \"Some command\",\n        \"commandTimeout\": \"PT60S\",\n        \"commandArgument\": \"Some commandArgument\"\n      },\n      \"DES3CBC\": {\n        \"key1\": \"Some key1\",\n        \"key2\": \"Some key2\",\n        \"key3\": \"Some key3\",\n        \"initVector\": \"Some initVector\"\n      },\n      \"AESCFB128\": {\n        \"key\": \"Some key\",\n        \"initVector\": \"Some initVector\"\n      }\n    },\n    \"logs\": {\n      \"syslogConfig\": {\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"udp\": {\n          \"host\": \"<string>\",\n          \"enabled\": false,\n          \"port\": 514\n        },\n        \"syslogServers\": {\n          \"server\": [\n            {\n              \"host\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"version\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"host\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"version\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      },\n      \"confdLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"developerLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"developerLogLevel\": \"info\",\n      \"auditLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"auditLogCommit\": false,\n      \"auditLogCommitDefaults\": false,\n      \"auditNetworkLog\": {\n        \"enabled\": false,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"netconfLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        },\n        \"logReplyStatus\": false\n      },\n      \"jsonrpcLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"snmpLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"snmpLogLevel\": \"info\",\n      \"snmpGatewayLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"northbound\": false,\n        \"southbound\": false\n      },\n      \"webuiBrowserLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false\n      },\n      \"webuiAccessLog\": {\n        \"dir\": \"Some dir\",\n        \"enabled\": false,\n        \"trafficLog\": false\n      },\n      \"netconfTraceLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"format\": \"pretty\"\n      },\n      \"xpathTraceLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false\n      },\n      \"errorLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"maxSize\": \"S1M\",\n        \"debug\": {\n          \"enabled\": false,\n          \"level\": 2,\n          \"tag\": [\n            \"Some tag\",\n            \"Some tag\"\n          ]\n        }\n      },\n      \"progressTrace\": {\n        \"dir\": \"Some dir\",\n        \"enabled\": false\n      }\n    },\n    \"sessionLimits\": {\n      \"maxSessions\": \"unbounded\",\n      \"sessionLimit\": [\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        },\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        }\n      ],\n      \"maxConfigSessions\": \"unbounded\",\n      \"configSessionLimit\": [\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        },\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        }\n      ]\n    },\n    \"parserLimits\": {\n      \"maxTagLength\": \"1024\",\n      \"maxAttributeLength\": \"1024\",\n      \"maxAttributeValueLength\": \"16384\",\n      \"maxAttributeCount\": \"64\",\n      \"maxXmlnsPrefixLength\": \"1024\",\n      \"maxXmlnsValueLength\": \"1024\",\n      \"maxXmlnsCount\": \"1024\",\n      \"maxDataLength\": \"unbounded\"\n    },\n    \"aaa\": {\n      \"sshPubkeyAuthentication\": \"system\",\n      \"sshLoginGraceTime\": \"PT10M\",\n      \"sshMaxAuthTries\": \"unbounded\",\n      \"defaultGroup\": \"Some defaultGroup\",\n      \"authOrder\": \"Some authOrder\",\n      \"validationOrder\": \"Some validationOrder\",\n      \"expirationWarning\": \"ignore\",\n      \"auditUserName\": \"always\",\n      \"maxPasswordLength\": 32,\n      \"pam\": {\n        \"enabled\": false,\n        \"service\": \"common-auth\",\n        \"timeout\": \"PT10S\"\n      },\n      \"rest\": {\n        \"authCacheTTL\": \"PT10S\",\n        \"enableAuthCacheClientIp\": false\n      },\n      \"externalAuthentication\": {\n        \"enabled\": false,\n        \"executable\": \"Some executable\",\n        \"useBase64\": false,\n        \"includeExtra\": false\n      },\n      \"localAuthentication\": {\n        \"enabled\": true\n      },\n      \"authenticationCallback\": {\n        \"enabled\": false\n      },\n      \"externalValidation\": {\n        \"enabled\": false,\n        \"executable\": \"Some executable\",\n        \"useBase64\": false,\n        \"includeExtra\": false\n      },\n      \"validationCallback\": {\n        \"enabled\": false\n      },\n      \"authorization\": {\n        \"enabled\": true,\n        \"callback\": {\n          \"enabled\": false\n        },\n        \"nacmCompliant\": true\n      }\n    },\n    \"ssh\": {\n      \"idleConnectionTimeout\": \"PT10M\",\n      \"algorithms\": {\n        \"serverHostKey\": \"\",\n        \"kex\": \"\",\n        \"dhGroup\": {\n          \"minSize\": 2048,\n          \"maxSize\": 4096\n        },\n        \"mac\": \"\",\n        \"encryption\": \"\"\n      },\n      \"clientAliveInterval\": \"infinity\",\n      \"clientAliveCountMax\": 3\n    },\n    \"cli\": {\n      \"enabled\": true,\n      \"maxLineLength\": \"0\",\n      \"allowImplicitWildcard\": true,\n      \"startupScriptNonInteractive\": false,\n      \"modeNameStyle\": \"short\",\n      \"allowOverwriteOnCopy\": false,\n      \"inheritPaginate\": true,\n      \"safeScriptExecution\": true,\n      \"exitConfigModeOnCtrlC\": true,\n      \"execNavigationCmds\": false,\n      \"allowOldStyleModeCmds\": false,\n      \"continueOnErrorCmdStack\": false,\n      \"topLevelCmdsInSubMode\": false,\n      \"mixedMode\": false,\n      \"completionShowOldVal\": true,\n      \"completionMetaInfo\": \"false\",\n      \"reportInvalidCompletionInput\": true,\n      \"useShortEnabled\": true,\n      \"smartRenameFiltering\": true,\n      \"allowParenQuotes\": false,\n      \"singleElemPattern\": true,\n      \"multiPatternOperation\": \"any\",\n      \"sortSubmodeCmds\": true,\n      \"sortLocalCmds\": true,\n      \"displayEmptyConfigContainers\": true,\n      \"displayNonPresenceAttributes\": false,\n      \"showEditors\": true,\n      \"whoShowMode\": true,\n      \"whoHistoryDateTimeFormat\": \"short\",\n      \"resetScreenAfterMore\": true,\n      \"editWrapMode\": \"wrap\",\n      \"supportQuotedEOL\": true,\n      \"allowWildcard\": true,\n      \"allowAllAsWildcard\": false,\n      \"allowRangeExpression\": true,\n      \"allowRangeExpressionAllTypes\": true,\n      \"useDoubleDotRanges\": false,\n      \"addExtraTableSpacing\": false,\n      \"suppressRangeKeyword\": false,\n      \"exitModeOnEmptyRange\": false,\n      \"tableLabel\": false,\n      \"tableLookAhead\": 50,\n      \"moreBufferLines\": \"5000\",\n      \"showTableLabelsIfMultiple\": false,\n      \"defaultTableBehavior\": \"dynamic\",\n      \"allowTableOverflow\": false,\n      \"tableOverflowTruncate\": false,\n      \"allowTableCellWrap\": true,\n      \"showAllNs\": false,\n      \"useExposeNsPrefix\": true,\n      \"orderedShowConfig\": true,\n      \"suppressFastShow\": false,\n      \"leafPrompting\": true,\n      \"modeInfoInAudit\": \"false\",\n      \"auditLogMode\": \"all\",\n      \"transactions\": true,\n      \"transactionCtrlCmds\": false,\n      \"actionCallNoListInstance\": \"deny-call\",\n      \"style\": \"j\",\n      \"completionShowMax\": 100,\n      \"rollbackAAA\": false,\n      \"rollbackMax\": 1000,\n      \"rollbackNumbering\": \"rolling\",\n      \"rollbackNumberingInitial\": 10000,\n      \"inconsistentDatabaseSuffix\": \"\",\n      \"showDefaults\": false,\n      \"reallocateOperTrans\": false,\n      \"quickSshTeardown\": false,\n      \"cAlignLeafValues\": true,\n      \"jAlignLeafValues\": true,\n      \"defaultPrefix\": \"\",\n      \"jWarningPrefix\": \"Warning: \",\n      \"jAbortedPrefix\": \"Aborted: \",\n      \"jErrorPrefix\": \"Error: \",\n      \"cWarningPrefix\": \"Warning: \",\n      \"cAbortedPrefix\": \"Aborted: \",\n      \"cErrorPrefix\": \"Error: \",\n      \"invalidDataString\": \"--ERROR--\",\n      \"noEmbeddedComments\": false,\n      \"showKeyName\": true,\n      \"commitRetryTimeout\": \"PT0S\",\n      \"timezone\": \"local\",\n      \"utcOffset\": \"0\",\n      \"oldDetailsArg\": false,\n      \"withDefaults\": false,\n      \"ignoreShowWithDefaultOnDiff\": false,\n      \"trimDefaultShow\": false,\n      \"trimDefaultSave\": false,\n      \"banner\": \"\",\n      \"bannerFile\": \"\",\n      \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n      \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n      \"cPrompt1\": \"\\\\h\\\\M# \",\n      \"cPrompt2\": \"\\\\h(\\\\m)# \",\n      \"cStylePromptInJStyle\": false,\n      \"waitLockedConfigMode\": true,\n      \"promptHostnameDelimiter\": \".\",\n      \"asyncPromptRefresh\": true,\n      \"showLogDirectory\": \"/var/log\",\n      \"idleTimeout\": \"PT30M\",\n      \"promptSessionsCLI\": false,\n      \"disableIdleTimeoutOnCmd\": true,\n      \"commandTimeout\": \"infinity\",\n      \"spaceCompletion\": {\n        \"enabled\": true\n      },\n      \"timestamp\": {\n        \"enabled\": false,\n        \"clock24\": true,\n        \"format\": \"\"\n      },\n      \"autoWizard\": {\n        \"enabled\": true\n      },\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2024,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"banner\": \"\",\n        \"bannerFile\": \"\"\n      },\n      \"commitMessage\": true,\n      \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n      \"suppressCommitMessages\": {\n        \"context\": [\n          \"Some context\",\n          \"Some context\"\n        ]\n      },\n      \"jShowCR\": false,\n      \"showPipe\": true,\n      \"showPipeConfig\": false,\n      \"disablePipe\": false,\n      \"disablePipeConfig\": false,\n      \"pipeHelpMode\": \"auto\",\n      \"jAllowDeleteAll\": true,\n      \"cSilentNo\": true,\n      \"noFollowIncompleteCommand\": false,\n      \"cRestrictiveNo\": false,\n      \"prioritizeSubmodeCmds\": true,\n      \"cExtendedCmdSearch\": true,\n      \"cSuppressCmdSearch\": false,\n      \"enterSubmodeOnLeaf\": true,\n      \"jExtendedShow\": true,\n      \"jShowUnset\": false,\n      \"jShowUnsetText\": \"UNSET\",\n      \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n      \"cModeExitFormat\": \"!\",\n      \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n      \"showSubsystemMessages\": true,\n      \"ignoreSubsystemFailures\": false,\n      \"showEmptyContainers\": false,\n      \"showTags\": true,\n      \"showAnnotations\": true,\n      \"showServiceMetaData\": false,\n      \"suppressNedErrors\": false,\n      \"jShowTableRecursive\": false,\n      \"cPrivate\": false,\n      \"cTab\": false,\n      \"cTabInfo\": false,\n      \"tabExtend\": true,\n      \"cHelp\": true,\n      \"jHideHelp\": false,\n      \"restrictedFileAccess\": false,\n      \"hideDotFiles\": false,\n      \"restrictedFileRegexp\": \"\",\n      \"historySave\": true,\n      \"historyRemoveDuplicates\": false,\n      \"historyMaxSize\": 1000,\n      \"messageMaxSize\": 10000,\n      \"mapActions\": \"both\",\n      \"compactTable\": true,\n      \"compactShow\": false,\n      \"compactStatsShow\": false,\n      \"prettifyStatsName\": false,\n      \"showCommitProgress\": false,\n      \"commitActivityClock\": false,\n      \"confirmUncommitedOnExit\": \"prompt\",\n      \"reconfirmHidden\": false,\n      \"dequoteHidden\": false,\n      \"enumKeyInfo\": false,\n      \"columnStats\": false,\n      \"allowAbbrevCmds\": true,\n      \"allowAbbrevCmdsOnLoad\": true,\n      \"allowAbbrevKeys\": false,\n      \"allowAbbrevParamNames\": false,\n      \"allowAbbrevEnums\": true,\n      \"allowCaseInsensitiveEnums\": true,\n      \"strictRefsOnLoad\": false,\n      \"stopLoadOnError\": true,\n      \"suppressBurstErrors\": true,\n      \"allOrNothingLoad\": false,\n      \"autocommitLoad\": false,\n      \"autocommitLoadChunkSize\": 1,\n      \"enableLoadMerge\": true,\n      \"loadActivityClock\": false,\n      \"instanceDescription\": true,\n      \"addErrorPrefixSuffix\": true,\n      \"compListCompact\": false,\n      \"completionListLine\": false,\n      \"infoOnMatch\": true,\n      \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n      \"enableDisplayLevel\": \"pipe\",\n      \"defaultDisplayLevel\": 99999999,\n      \"enableDisplayGroups\": true,\n      \"unifiedHistory\": false,\n      \"modeInfoInAAA\": \"false\",\n      \"cmdAAAForAutowizard\": false,\n      \"cStrictAAA\": false,\n      \"quoteStyle\": \"backslash\",\n      \"laxBarQuoting\": false,\n      \"expandAliasOnCompletion\": true,\n      \"expandAliasEscape\": \"false\",\n      \"docWrap\": true,\n      \"infoOnTab\": true,\n      \"infoOnSpace\": true,\n      \"newLogout\": true,\n      \"newInsert\": true,\n      \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n      \"messageWordWrap\": false,\n      \"messageQueueSize\": 10,\n      \"promptEnumLimit\": 4,\n      \"caseInsensitive\": false,\n      \"caseInsensitiveKeys\": false,\n      \"ignoreLeadingWhitespace\": false,\n      \"indentTemplates\": false,\n      \"wrapInfo\": true,\n      \"wrapPrompt\": false,\n      \"sortShowElems\": true,\n      \"showMatchBeforePossible\": false,\n      \"possibleCompletionsFormat\": \"Possible completions:\",\n      \"matchCompletionsFormat\": \"Possible match completions:\",\n      \"noMatchCompletionsFormat\": \"\",\n      \"showDescription\": true,\n      \"explicitSetCreate\": false,\n      \"templateFilter\": [\n        {\n          \"name\": \"Some name\",\n          \"callback\": \"Some callback\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"callback\": \"Some callback\"\n        }\n      ],\n      \"escapeBackslash\": false,\n      \"showNedErrorAsInfo\": true,\n      \"defaultLeafListStyle\": \"flat-list\",\n      \"bypassAllowAbbrevKeys\": false,\n      \"jEnableLoadMergeLeafList\": false,\n      \"enableLoadMergeLeafList\": false,\n      \"enableCliCache\": true\n    },\n    \"webui\": {\n      \"enabled\": false,\n      \"serverName\": \"localhost\",\n      \"matchHostName\": false,\n      \"cacheRefreshSecs\": 0,\n      \"maxRefEntries\": 100,\n      \"docroot\": \"Some docroot\",\n      \"webuiIndexUrl\": \"/index.html\",\n      \"loginDir\": \"Some loginDir\",\n      \"customDir\": \"Some customDir\",\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      \"X-Frame-Options\": \"DENY\",\n      \"disableAuth\": {\n        \"dir\": [\n          \"Some dir\",\n          \"Some dir\"\n        ]\n      },\n      \"allowSymlinks\": true,\n      \"transport\": {\n        \"tcp\": {\n          \"enabled\": true,\n          \"disableNonAuthRedirect\": false,\n          \"redirect\": \"Some redirect\",\n          \"ip\": \"0.0.0.0\",\n          \"port\": 8008,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0\n        },\n        \"ssl\": {\n          \"enabled\": false,\n          \"disableNonAuthRedirect\": false,\n          \"redirect\": \"Some redirect\",\n          \"ip\": \"0.0.0.0\",\n          \"port\": 8888,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0,\n          \"keyFile\": \"Some keyFile\",\n          \"certFile\": \"Some certFile\",\n          \"caCertFile\": \"Some caCertFile\",\n          \"verify\": 1,\n          \"depth\": 1,\n          \"ciphers\": \"DEFAULT\",\n          \"protocols\": \"DEFAULT\",\n          \"ellipticCurves\": \"DEFAULT\"\n        }\n      },\n      \"cgi\": {\n        \"enabled\": false,\n        \"dir\": \"cgi-bin\",\n        \"requestFilter\": \"Some requestFilter\",\n        \"maxRequestLength\": 0,\n        \"php\": {\n          \"enabled\": false\n        }\n      },\n      \"idleTimeout\": \"PT30M\",\n      \"absoluteTimeout\": \"PT16H\",\n      \"rateLimiting\": 1000000,\n      \"audit\": false\n    },\n    \"rest\": {\n      \"enabled\": false,\n      \"showHidden\": false,\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    },\n    \"restconf\": {\n      \"enabled\": false,\n      \"rootResource\": \"restconf\",\n      \"schemaServerUrl\": \"Some schemaServerUrl\",\n      \"tokenResponse\": {\n        \"xAuthToken\": false,\n        \"tokenCookie\": {\n          \"name\": \"\",\n          \"directives\": \"\"\n        }\n      },\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      \"requireModuleName\": {\n        \"enabled\": true\n      }\n    },\n    \"proxyForwarding\": {\n      \"autoLogin\": false,\n      \"proxy\": [\n        {\n          \"address\": \"<string>\",\n          \"target\": \"Some target\",\n          \"netconf\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcp\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"cli\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"target\": \"Some target\",\n          \"netconf\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcp\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"cli\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    \"snmpAgent\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 161,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"mibs\": {\n        \"file\": [\n          \"Some file\",\n          \"Some file\"\n        ],\n        \"fromLoadPath\": false\n      },\n      \"temporaryStorageTime\": 300,\n      \"snmpVersions\": {\n        \"v1\": true,\n        \"v2c\": true,\n        \"v3\": true\n      },\n      \"snmpEngine\": {\n        \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n        \"snmpEngineMaxMessageSize\": 50000\n      },\n      \"sessionIgnorePort\": false,\n      \"authenticationFailureNotifyName\": \"\",\n      \"candidate\": {\n        \"maxLockWait\": \"PT0S\",\n        \"pendingChangesAction\": \"continue\"\n      },\n      \"dropWhenInUse\": false,\n      \"contexts\": [\n        \"Some contexts\",\n        \"Some contexts\"\n      ],\n      \"system\": {\n        \"sysDescr\": \"Some sysDescr\",\n        \"sysObjectID\": \"?:0.5\",\n        \"sysServices\": 72,\n        \"sysORTable\": {\n          \"sysOREntry\": [\n            {\n              \"sysORID\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORDescr\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORIndex\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"sysORID\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORDescr\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORIndex\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      }\n    },\n    \"netconf\": {\n      \"enabled\": true,\n      \"transport\": {\n        \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n        \"ssh\": {\n          \"enabled\": true,\n          \"ip\": \"0.0.0.0\",\n          \"port\": 830,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0\n        },\n        \"tcp\": {\n          \"enabled\": false,\n          \"ip\": \"0.0.0.0\",\n          \"port\": 2023,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0\n        }\n      },\n      \"extendedSessions\": false,\n      \"sendDefaults\": false,\n      \"idleTimeout\": \"PT0S\",\n      \"writeTimeout\": \"PT0S\",\n      \"rpcErrors\": \"close\",\n      \"maxBatchProcesses\": \"unbounded\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fde430ce-6adc-4063-b3ee-18464d0e6bed","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"confdConfig\": {\n    \"subagents\": {\n      \"subagent\": [\n        {\n          \"name\": \"Some name\",\n          \"enabled\": true,\n          \"tcp\": {\n            \"ip\": \"<string>\",\n            \"port\": 2023,\n            \"confdAuth\": {\n              \"user\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"group\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ssh\": {\n            \"ip\": \"<string>\",\n            \"user\": \"Some user\",\n            \"password\": \"Some password\",\n            \"port\": 2022\n          },\n          \"mount\": {\n            \"path\": \"Some path\",\n            \"node\": [\n              \"Some node\",\n              \"Some node\"\n            ]\n          },\n          \"disableSubtreeOptimization\": false\n        },\n        {\n          \"name\": \"Some name\",\n          \"enabled\": true,\n          \"tcp\": {\n            \"ip\": \"<string>\",\n            \"port\": 2023,\n            \"confdAuth\": {\n              \"user\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"group\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ssh\": {\n            \"ip\": \"<string>\",\n            \"user\": \"Some user\",\n            \"password\": \"Some password\",\n            \"port\": 2022\n          },\n          \"mount\": {\n            \"path\": \"Some path\",\n            \"node\": [\n              \"Some node\",\n              \"Some node\"\n            ]\n          },\n          \"disableSubtreeOptimization\": false\n        }\n      ]\n    },\n    \"notifications\": {\n      \"eventStreams\": {\n        \"stream\": [\n          {\n            \"description\": \"Some description\",\n            \"replaySupport\": true,\n            \"name\": \"Some name\",\n            \"builtinReplayStore\": {\n              \"dir\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxSize\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxFiles\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"description\": \"Some description\",\n            \"replaySupport\": true,\n            \"name\": \"Some name\",\n            \"builtinReplayStore\": {\n              \"dir\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxSize\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"maxFiles\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      }\n    },\n    \"opcache\": {\n      \"timeout\": 0,\n      \"enabled\": false\n    },\n    \"snmpgw\": {\n      \"enabled\": false,\n      \"trapPort\": 0,\n      \"rowCacheMaxAge\": \"PT5S\",\n      \"rowCacheMaxSize\": 200,\n      \"agent\": [\n        {\n          \"ip\": \"<string>\",\n          \"name\": \"Some name\",\n          \"subscriptionId\": \"Some subscriptionId\",\n          \"forwardNotifStream\": \"Some forwardNotifStream\",\n          \"enabled\": true,\n          \"community\": \"private\",\n          \"community_bin\": \"Some community_bin\",\n          \"version\": \"v2c\",\n          \"timeout\": \"PT5S\",\n          \"retries\": \"0\",\n          \"port\": 161,\n          \"module\": [\n            \"Some module\",\n            \"Some module\"\n          ]\n        },\n        {\n          \"ip\": \"<string>\",\n          \"name\": \"Some name\",\n          \"subscriptionId\": \"Some subscriptionId\",\n          \"forwardNotifStream\": \"Some forwardNotifStream\",\n          \"enabled\": true,\n          \"community\": \"private\",\n          \"community_bin\": \"Some community_bin\",\n          \"version\": \"v2c\",\n          \"timeout\": \"PT5S\",\n          \"retries\": \"0\",\n          \"port\": 161,\n          \"module\": [\n            \"Some module\",\n            \"Some module\"\n          ]\n        }\n      ]\n    },\n    \"hideGroup\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"encryptedStrings\": {\n      \"externalKeys\": {\n        \"command\": \"Some command\",\n        \"commandTimeout\": \"PT60S\",\n        \"commandArgument\": \"Some commandArgument\"\n      },\n      \"DES3CBC\": {\n        \"key1\": \"Some key1\",\n        \"key2\": \"Some key2\",\n        \"key3\": \"Some key3\",\n        \"initVector\": \"Some initVector\"\n      },\n      \"AESCFB128\": {\n        \"key\": \"Some key\",\n        \"initVector\": \"Some initVector\"\n      }\n    },\n    \"logs\": {\n      \"syslogConfig\": {\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"udp\": {\n          \"host\": \"<string>\",\n          \"enabled\": false,\n          \"port\": 514\n        },\n        \"syslogServers\": {\n          \"server\": [\n            {\n              \"host\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"version\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"host\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"version\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"enabled\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      },\n      \"confdLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"developerLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"developerLogLevel\": \"info\",\n      \"auditLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"auditLogCommit\": false,\n      \"auditLogCommitDefaults\": false,\n      \"auditNetworkLog\": {\n        \"enabled\": false,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"netconfLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        },\n        \"logReplyStatus\": false\n      },\n      \"jsonrpcLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"snmpLog\": {\n        \"enabled\": true,\n        \"file\": {\n          \"name\": \"Some name\",\n          \"enabled\": false\n        },\n        \"syslog\": {\n          \"enabled\": false,\n          \"facility\": \"<string>\"\n        }\n      },\n      \"snmpLogLevel\": \"info\",\n      \"snmpGatewayLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"northbound\": false,\n        \"southbound\": false\n      },\n      \"webuiBrowserLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false\n      },\n      \"webuiAccessLog\": {\n        \"dir\": \"Some dir\",\n        \"enabled\": false,\n        \"trafficLog\": false\n      },\n      \"netconfTraceLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"format\": \"pretty\"\n      },\n      \"xpathTraceLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false\n      },\n      \"errorLog\": {\n        \"filename\": \"Some filename\",\n        \"enabled\": false,\n        \"maxSize\": \"S1M\",\n        \"debug\": {\n          \"enabled\": false,\n          \"level\": 2,\n          \"tag\": [\n            \"Some tag\",\n            \"Some tag\"\n          ]\n        }\n      },\n      \"progressTrace\": {\n        \"dir\": \"Some dir\",\n        \"enabled\": false\n      }\n    },\n    \"sessionLimits\": {\n      \"maxSessions\": \"unbounded\",\n      \"sessionLimit\": [\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        },\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        }\n      ],\n      \"maxConfigSessions\": \"unbounded\",\n      \"configSessionLimit\": [\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        },\n        {\n          \"maxSessions\": \"<string>\",\n          \"context\": \"Some context\"\n        }\n      ]\n    },\n    \"parserLimits\": {\n      \"maxTagLength\": \"1024\",\n      \"maxAttributeLength\": \"1024\",\n      \"maxAttributeValueLength\": \"16384\",\n      \"maxAttributeCount\": \"64\",\n      \"maxXmlnsPrefixLength\": \"1024\",\n      \"maxXmlnsValueLength\": \"1024\",\n      \"maxXmlnsCount\": \"1024\",\n      \"maxDataLength\": \"unbounded\"\n    },\n    \"aaa\": {\n      \"sshPubkeyAuthentication\": \"system\",\n      \"sshLoginGraceTime\": \"PT10M\",\n      \"sshMaxAuthTries\": \"unbounded\",\n      \"defaultGroup\": \"Some defaultGroup\",\n      \"authOrder\": \"Some authOrder\",\n      \"validationOrder\": \"Some validationOrder\",\n      \"expirationWarning\": \"ignore\",\n      \"auditUserName\": \"always\",\n      \"maxPasswordLength\": 32,\n      \"pam\": {\n        \"enabled\": false,\n        \"service\": \"common-auth\",\n        \"timeout\": \"PT10S\"\n      },\n      \"rest\": {\n        \"authCacheTTL\": \"PT10S\",\n        \"enableAuthCacheClientIp\": false\n      },\n      \"externalAuthentication\": {\n        \"enabled\": false,\n        \"executable\": \"Some executable\",\n        \"useBase64\": false,\n        \"includeExtra\": false\n      },\n      \"localAuthentication\": {\n        \"enabled\": true\n      },\n      \"authenticationCallback\": {\n        \"enabled\": false\n      },\n      \"externalValidation\": {\n        \"enabled\": false,\n        \"executable\": \"Some executable\",\n        \"useBase64\": false,\n        \"includeExtra\": false\n      },\n      \"validationCallback\": {\n        \"enabled\": false\n      },\n      \"authorization\": {\n        \"enabled\": true,\n        \"callback\": {\n          \"enabled\": false\n        },\n        \"nacmCompliant\": true\n      }\n    },\n    \"ssh\": {\n      \"idleConnectionTimeout\": \"PT10M\",\n      \"algorithms\": {\n        \"serverHostKey\": \"\",\n        \"kex\": \"\",\n        \"dhGroup\": {\n          \"minSize\": 2048,\n          \"maxSize\": 4096\n        },\n        \"mac\": \"\",\n        \"encryption\": \"\"\n      },\n      \"clientAliveInterval\": \"infinity\",\n      \"clientAliveCountMax\": 3\n    },\n    \"cli\": {\n      \"enabled\": true,\n      \"maxLineLength\": \"0\",\n      \"allowImplicitWildcard\": true,\n      \"startupScriptNonInteractive\": false,\n      \"modeNameStyle\": \"short\",\n      \"allowOverwriteOnCopy\": false,\n      \"inheritPaginate\": true,\n      \"safeScriptExecution\": true,\n      \"exitConfigModeOnCtrlC\": true,\n      \"execNavigationCmds\": false,\n      \"allowOldStyleModeCmds\": false,\n      \"continueOnErrorCmdStack\": false,\n      \"topLevelCmdsInSubMode\": false,\n      \"mixedMode\": false,\n      \"completionShowOldVal\": true,\n      \"completionMetaInfo\": \"false\",\n      \"reportInvalidCompletionInput\": true,\n      \"useShortEnabled\": true,\n      \"smartRenameFiltering\": true,\n      \"allowParenQuotes\": false,\n      \"singleElemPattern\": true,\n      \"multiPatternOperation\": \"any\",\n      \"sortSubmodeCmds\": true,\n      \"sortLocalCmds\": true,\n      \"displayEmptyConfigContainers\": true,\n      \"displayNonPresenceAttributes\": false,\n      \"showEditors\": true,\n      \"whoShowMode\": true,\n      \"whoHistoryDateTimeFormat\": \"short\",\n      \"resetScreenAfterMore\": true,\n      \"editWrapMode\": \"wrap\",\n      \"supportQuotedEOL\": true,\n      \"allowWildcard\": true,\n      \"allowAllAsWildcard\": false,\n      \"allowRangeExpression\": true,\n      \"allowRangeExpressionAllTypes\": true,\n      \"useDoubleDotRanges\": false,\n      \"addExtraTableSpacing\": false,\n      \"suppressRangeKeyword\": false,\n      \"exitModeOnEmptyRange\": false,\n      \"tableLabel\": false,\n      \"tableLookAhead\": 50,\n      \"moreBufferLines\": \"5000\",\n      \"showTableLabelsIfMultiple\": false,\n      \"defaultTableBehavior\": \"dynamic\",\n      \"allowTableOverflow\": false,\n      \"tableOverflowTruncate\": false,\n      \"allowTableCellWrap\": true,\n      \"showAllNs\": false,\n      \"useExposeNsPrefix\": true,\n      \"orderedShowConfig\": true,\n      \"suppressFastShow\": false,\n      \"leafPrompting\": true,\n      \"modeInfoInAudit\": \"false\",\n      \"auditLogMode\": \"all\",\n      \"transactions\": true,\n      \"transactionCtrlCmds\": false,\n      \"actionCallNoListInstance\": \"deny-call\",\n      \"style\": \"j\",\n      \"completionShowMax\": 100,\n      \"rollbackAAA\": false,\n      \"rollbackMax\": 1000,\n      \"rollbackNumbering\": \"rolling\",\n      \"rollbackNumberingInitial\": 10000,\n      \"inconsistentDatabaseSuffix\": \"\",\n      \"showDefaults\": false,\n      \"reallocateOperTrans\": false,\n      \"quickSshTeardown\": false,\n      \"cAlignLeafValues\": true,\n      \"jAlignLeafValues\": true,\n      \"defaultPrefix\": \"\",\n      \"jWarningPrefix\": \"Warning: \",\n      \"jAbortedPrefix\": \"Aborted: \",\n      \"jErrorPrefix\": \"Error: \",\n      \"cWarningPrefix\": \"Warning: \",\n      \"cAbortedPrefix\": \"Aborted: \",\n      \"cErrorPrefix\": \"Error: \",\n      \"invalidDataString\": \"--ERROR--\",\n      \"noEmbeddedComments\": false,\n      \"showKeyName\": true,\n      \"commitRetryTimeout\": \"PT0S\",\n      \"timezone\": \"local\",\n      \"utcOffset\": \"0\",\n      \"oldDetailsArg\": false,\n      \"withDefaults\": false,\n      \"ignoreShowWithDefaultOnDiff\": false,\n      \"trimDefaultShow\": false,\n      \"trimDefaultSave\": false,\n      \"banner\": \"\",\n      \"bannerFile\": \"\",\n      \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n      \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n      \"cPrompt1\": \"\\\\h\\\\M# \",\n      \"cPrompt2\": \"\\\\h(\\\\m)# \",\n      \"cStylePromptInJStyle\": false,\n      \"waitLockedConfigMode\": true,\n      \"promptHostnameDelimiter\": \".\",\n      \"asyncPromptRefresh\": true,\n      \"showLogDirectory\": \"/var/log\",\n      \"idleTimeout\": \"PT30M\",\n      \"promptSessionsCLI\": false,\n      \"disableIdleTimeoutOnCmd\": true,\n      \"commandTimeout\": \"infinity\",\n      \"spaceCompletion\": {\n        \"enabled\": true\n      },\n      \"timestamp\": {\n        \"enabled\": false,\n        \"clock24\": true,\n        \"format\": \"\"\n      },\n      \"autoWizard\": {\n        \"enabled\": true\n      },\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2024,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"banner\": \"\",\n        \"bannerFile\": \"\"\n      },\n      \"commitMessage\": true,\n      \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n      \"suppressCommitMessages\": {\n        \"context\": [\n          \"Some context\",\n          \"Some context\"\n        ]\n      },\n      \"jShowCR\": false,\n      \"showPipe\": true,\n      \"showPipeConfig\": false,\n      \"disablePipe\": false,\n      \"disablePipeConfig\": false,\n      \"pipeHelpMode\": \"auto\",\n      \"jAllowDeleteAll\": true,\n      \"cSilentNo\": true,\n      \"noFollowIncompleteCommand\": false,\n      \"cRestrictiveNo\": false,\n      \"prioritizeSubmodeCmds\": true,\n      \"cExtendedCmdSearch\": true,\n      \"cSuppressCmdSearch\": false,\n      \"enterSubmodeOnLeaf\": true,\n      \"jExtendedShow\": true,\n      \"jShowUnset\": false,\n      \"jShowUnsetText\": \"UNSET\",\n      \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n      \"cModeExitFormat\": \"!\",\n      \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n      \"showSubsystemMessages\": true,\n      \"ignoreSubsystemFailures\": false,\n      \"showEmptyContainers\": false,\n      \"showTags\": true,\n      \"showAnnotations\": true,\n      \"showServiceMetaData\": false,\n      \"suppressNedErrors\": false,\n      \"jShowTableRecursive\": false,\n      \"cPrivate\": false,\n      \"cTab\": false,\n      \"cTabInfo\": false,\n      \"tabExtend\": true,\n      \"cHelp\": true,\n      \"jHideHelp\": false,\n      \"restrictedFileAccess\": false,\n      \"hideDotFiles\": false,\n      \"restrictedFileRegexp\": \"\",\n      \"historySave\": true,\n      \"historyRemoveDuplicates\": false,\n      \"historyMaxSize\": 1000,\n      \"messageMaxSize\": 10000,\n      \"mapActions\": \"both\",\n      \"compactTable\": true,\n      \"compactShow\": false,\n      \"compactStatsShow\": false,\n      \"prettifyStatsName\": false,\n      \"showCommitProgress\": false,\n      \"commitActivityClock\": false,\n      \"confirmUncommitedOnExit\": \"prompt\",\n      \"reconfirmHidden\": false,\n      \"dequoteHidden\": false,\n      \"enumKeyInfo\": false,\n      \"columnStats\": false,\n      \"allowAbbrevCmds\": true,\n      \"allowAbbrevCmdsOnLoad\": true,\n      \"allowAbbrevKeys\": false,\n      \"allowAbbrevParamNames\": false,\n      \"allowAbbrevEnums\": true,\n      \"allowCaseInsensitiveEnums\": true,\n      \"strictRefsOnLoad\": false,\n      \"stopLoadOnError\": true,\n      \"suppressBurstErrors\": true,\n      \"allOrNothingLoad\": false,\n      \"autocommitLoad\": false,\n      \"autocommitLoadChunkSize\": 1,\n      \"enableLoadMerge\": true,\n      \"loadActivityClock\": false,\n      \"instanceDescription\": true,\n      \"addErrorPrefixSuffix\": true,\n      \"compListCompact\": false,\n      \"completionListLine\": false,\n      \"infoOnMatch\": true,\n      \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n      \"enableDisplayLevel\": \"pipe\",\n      \"defaultDisplayLevel\": 99999999,\n      \"enableDisplayGroups\": true,\n      \"unifiedHistory\": false,\n      \"modeInfoInAAA\": \"false\",\n      \"cmdAAAForAutowizard\": false,\n      \"cStrictAAA\": false,\n      \"quoteStyle\": \"backslash\",\n      \"laxBarQuoting\": false,\n      \"expandAliasOnCompletion\": true,\n      \"expandAliasEscape\": \"false\",\n      \"docWrap\": true,\n      \"infoOnTab\": true,\n      \"infoOnSpace\": true,\n      \"newLogout\": true,\n      \"newInsert\": true,\n      \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n      \"messageWordWrap\": false,\n      \"messageQueueSize\": 10,\n      \"promptEnumLimit\": 4,\n      \"caseInsensitive\": false,\n      \"caseInsensitiveKeys\": false,\n      \"ignoreLeadingWhitespace\": false,\n      \"indentTemplates\": false,\n      \"wrapInfo\": true,\n      \"wrapPrompt\": false,\n      \"sortShowElems\": true,\n      \"showMatchBeforePossible\": false,\n      \"possibleCompletionsFormat\": \"Possible completions:\",\n      \"matchCompletionsFormat\": \"Possible match completions:\",\n      \"noMatchCompletionsFormat\": \"\",\n      \"showDescription\": true,\n      \"explicitSetCreate\": false,\n      \"templateFilter\": [\n        {\n          \"name\": \"Some name\",\n          \"callback\": \"Some callback\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"callback\": \"Some callback\"\n        }\n      ],\n      \"escapeBackslash\": false,\n      \"showNedErrorAsInfo\": true,\n      \"defaultLeafListStyle\": \"flat-list\",\n      \"bypassAllowAbbrevKeys\": false,\n      \"jEnableLoadMergeLeafList\": false,\n      \"enableLoadMergeLeafList\": false,\n      \"enableCliCache\": true\n    },\n    \"webui\": {\n      \"enabled\": false,\n      \"serverName\": \"localhost\",\n      \"matchHostName\": false,\n      \"cacheRefreshSecs\": 0,\n      \"maxRefEntries\": 100,\n      \"docroot\": \"Some docroot\",\n      \"webuiIndexUrl\": \"/index.html\",\n      \"loginDir\": \"Some loginDir\",\n      \"customDir\": \"Some customDir\",\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      \"X-Frame-Options\": \"DENY\",\n      \"disableAuth\": {\n        \"dir\": [\n          \"Some dir\",\n          \"Some dir\"\n        ]\n      },\n      \"allowSymlinks\": true,\n      \"transport\": {\n        \"tcp\": {\n          \"enabled\": true,\n          \"disableNonAuthRedirect\": false,\n          \"redirect\": \"Some redirect\",\n          \"ip\": \"0.0.0.0\",\n          \"port\": 8008,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0\n        },\n        \"ssl\": {\n          \"enabled\": false,\n          \"disableNonAuthRedirect\": false,\n          \"redirect\": \"Some redirect\",\n          \"ip\": \"0.0.0.0\",\n          \"port\": 8888,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0,\n          \"keyFile\": \"Some keyFile\",\n          \"certFile\": \"Some certFile\",\n          \"caCertFile\": \"Some caCertFile\",\n          \"verify\": 1,\n          \"depth\": 1,\n          \"ciphers\": \"DEFAULT\",\n          \"protocols\": \"DEFAULT\",\n          \"ellipticCurves\": \"DEFAULT\"\n        }\n      },\n      \"cgi\": {\n        \"enabled\": false,\n        \"dir\": \"cgi-bin\",\n        \"requestFilter\": \"Some requestFilter\",\n        \"maxRequestLength\": 0,\n        \"php\": {\n          \"enabled\": false\n        }\n      },\n      \"idleTimeout\": \"PT30M\",\n      \"absoluteTimeout\": \"PT16H\",\n      \"rateLimiting\": 1000000,\n      \"audit\": false\n    },\n    \"rest\": {\n      \"enabled\": false,\n      \"showHidden\": false,\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    },\n    \"restconf\": {\n      \"enabled\": false,\n      \"rootResource\": \"restconf\",\n      \"schemaServerUrl\": \"Some schemaServerUrl\",\n      \"tokenResponse\": {\n        \"xAuthToken\": false,\n        \"tokenCookie\": {\n          \"name\": \"\",\n          \"directives\": \"\"\n        }\n      },\n      \"customHeaders\": {\n        \"header\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      \"requireModuleName\": {\n        \"enabled\": true\n      }\n    },\n    \"proxyForwarding\": {\n      \"autoLogin\": false,\n      \"proxy\": [\n        {\n          \"address\": \"<string>\",\n          \"target\": \"Some target\",\n          \"netconf\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcp\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"cli\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"target\": \"Some target\",\n          \"netconf\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcp\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"cli\": {\n            \"ssh\": {\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    \"snmpAgent\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 161,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"mibs\": {\n        \"file\": [\n          \"Some file\",\n          \"Some file\"\n        ],\n        \"fromLoadPath\": false\n      },\n      \"temporaryStorageTime\": 300,\n      \"snmpVersions\": {\n        \"v1\": true,\n        \"v2c\": true,\n        \"v3\": true\n      },\n      \"snmpEngine\": {\n        \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n        \"snmpEngineMaxMessageSize\": 50000\n      },\n      \"sessionIgnorePort\": false,\n      \"authenticationFailureNotifyName\": \"\",\n      \"candidate\": {\n        \"maxLockWait\": \"PT0S\",\n        \"pendingChangesAction\": \"continue\"\n      },\n      \"dropWhenInUse\": false,\n      \"contexts\": [\n        \"Some contexts\",\n        \"Some contexts\"\n      ],\n      \"system\": {\n        \"sysDescr\": \"Some sysDescr\",\n        \"sysObjectID\": \"?:0.5\",\n        \"sysServices\": 72,\n        \"sysORTable\": {\n          \"sysOREntry\": [\n            {\n              \"sysORID\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORDescr\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORIndex\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"sysORID\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORDescr\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sysORIndex\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      }\n    },\n    \"netconf\": {\n      \"enabled\": true,\n      \"transport\": {\n        \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n        \"ssh\": {\n          \"enabled\": true,\n          \"ip\": \"0.0.0.0\",\n          \"port\": 830,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0\n        },\n        \"tcp\": {\n          \"enabled\": false,\n          \"ip\": \"0.0.0.0\",\n          \"port\": 2023,\n          \"extraIpPorts\": [\n            \"Some extraIpPorts\",\n            \"Some extraIpPorts\"\n          ],\n          \"dscp\": 0\n        }\n      },\n      \"extendedSessions\": false,\n      \"sendDefaults\": false,\n      \"idleTimeout\": \"PT0S\",\n      \"writeTimeout\": \"PT0S\",\n      \"rpcErrors\": \"close\",\n      \"maxBatchProcesses\": \"unbounded\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60846392-eb38-4073-89e4-20ed4782c930"},{"name":"POST - NodeID - confd_dyncfg - subagents","id":"8303b991-1966-4907-beb5-8e34f14c11a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subagent\": [\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7a0ead2f-b803-4100-8954-fd253ae37e42","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"subagent\": [\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8303b991-1966-4907-beb5-8e34f14c11a0"},{"name":"GET - NodeID - confd_dyncfg - subagents","id":"eac8f64f-112f-4b42-a595-6180cd7cf3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c0b8f0c4-1714-4811-a981-111be006d019","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subagents\": {\n    \"subagent\": [\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      },\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      }\n    ]\n  }\n}"}],"_postman_id":"eac8f64f-112f-4b42-a595-6180cd7cf3cb"},{"name":"DELETE - NodeID - confd_dyncfg - subagents","id":"c1a58c01-22da-42c7-b650-465695847a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c42efd76-1261-47cd-b5b8-35ede12556c6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1a58c01-22da-42c7-b650-465695847a19"},{"name":"PUT - NodeID - confd_dyncfg - subagents","id":"5b481fa5-42a9-4686-a174-2be6831c71ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subagents\": {\n    \"subagent\": [\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      },\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7c998893-8296-4ff2-8f08-e2fce331e0d0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subagents\": {\n    \"subagent\": [\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      },\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d91bb19f-8147-4eff-8fea-bd5a354b0d7a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subagents\": {\n    \"subagent\": [\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      },\n      {\n        \"name\": \"Some name\",\n        \"enabled\": true,\n        \"tcp\": {\n          \"ip\": \"<string>\",\n          \"port\": 2023,\n          \"confdAuth\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ssh\": {\n          \"ip\": \"<string>\",\n          \"user\": \"Some user\",\n          \"password\": \"Some password\",\n          \"port\": 2022\n        },\n        \"mount\": {\n          \"path\": \"Some path\",\n          \"node\": [\n            \"Some node\",\n            \"Some node\"\n          ]\n        },\n        \"disableSubtreeOptimization\": false\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b481fa5-42a9-4686-a174-2be6831c71ff"},{"name":"POST - NodeID - confd_dyncfg - subagent","id":"16bbbeef-86cc-4311-aefa-a7b9505d257e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"tcp\": {\n    \"ip\": \"<string>\",\n    \"port\": 2023,\n    \"confdAuth\": {\n      \"user\": \"Some user\",\n      \"group\": \"Some group\"\n    }\n  },\n  \"ssh\": {\n    \"ip\": \"<string>\",\n    \"user\": \"Some user\",\n    \"password\": \"Some password\",\n    \"port\": 2022\n  },\n  \"mount\": {\n    \"path\": \"Some path\",\n    \"node\": [\n      \"Some node\",\n      \"Some node\"\n    ]\n  },\n  \"disableSubtreeOptimization\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2a0e18be-7664-406b-9c6f-2aeeb1969781","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"tcp\": {\n    \"ip\": \"<string>\",\n    \"port\": 2023,\n    \"confdAuth\": {\n      \"user\": \"Some user\",\n      \"group\": \"Some group\"\n    }\n  },\n  \"ssh\": {\n    \"ip\": \"<string>\",\n    \"user\": \"Some user\",\n    \"password\": \"Some password\",\n    \"port\": 2022\n  },\n  \"mount\": {\n    \"path\": \"Some path\",\n    \"node\": [\n      \"Some node\",\n      \"Some node\"\n    ]\n  },\n  \"disableSubtreeOptimization\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16bbbeef-86cc-4311-aefa-a7b9505d257e"},{"name":"GET - NodeID - confd_dyncfg - subagent","id":"a74112d9-0854-4730-8c64-257a26cc5a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"92b0f8b1-1d08-41f8-b3d6-643a29828a7f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subagent\": [\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    }\n  ]\n}"}],"_postman_id":"a74112d9-0854-4730-8c64-257a26cc5a20"},{"name":"DELETE - NodeID - confd_dyncfg - subagent","id":"44495f2b-55f7-4246-9179-e094a32bdda5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fdd4ba52-6ba6-4db9-b1b4-766b219c8986","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44495f2b-55f7-4246-9179-e094a32bdda5"},{"name":"PUT - NodeID - confd_dyncfg - subagent","id":"241529a2-c835-4f83-8d9e-f6a3037641d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subagent\": [\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"84474700-2530-44a9-9c8a-471d94d373c8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subagent\": [\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9dfd6e7a-df16-48a6-8260-d104c5be1523","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subagent\": [\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"enabled\": true,\n      \"tcp\": {\n        \"ip\": \"<string>\",\n        \"port\": 2023,\n        \"confdAuth\": {\n          \"user\": \"Some user\",\n          \"group\": \"Some group\"\n        }\n      },\n      \"ssh\": {\n        \"ip\": \"<string>\",\n        \"user\": \"Some user\",\n        \"password\": \"Some password\",\n        \"port\": 2022\n      },\n      \"mount\": {\n        \"path\": \"Some path\",\n        \"node\": [\n          \"Some node\",\n          \"Some node\"\n        ]\n      },\n      \"disableSubtreeOptimization\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"241529a2-c835-4f83-8d9e-f6a3037641d2"},{"name":"POST - NodeID - confd_dyncfg - tcp","id":"2259c65c-fe99-40b5-b331-43205068350b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"port\": 2023,\n  \"confdAuth\": {\n    \"user\": \"Some user\",\n    \"group\": \"Some group\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"395345ca-b3d0-49a1-83ce-9cde7a974843","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"port\": 2023,\n  \"confdAuth\": {\n    \"user\": \"Some user\",\n    \"group\": \"Some group\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2259c65c-fe99-40b5-b331-43205068350b"},{"name":"GET - NodeID - confd_dyncfg - tcp","id":"be254794-d63f-427f-8635-fa729c058adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5afeedfc-298d-4cd4-86d2-e8bd83fd16db","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tcp\": {\n    \"ip\": \"<string>\",\n    \"port\": 2023,\n    \"confdAuth\": {\n      \"user\": \"Some user\",\n      \"group\": \"Some group\"\n    }\n  }\n}"}],"_postman_id":"be254794-d63f-427f-8635-fa729c058adf"},{"name":"DELETE - NodeID - confd_dyncfg - tcp","id":"8c47da01-45ab-4b5d-8ebd-0059fce7d506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"36c7fd08-d11d-4c1b-beae-002dda75a04d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c47da01-45ab-4b5d-8ebd-0059fce7d506"},{"name":"PUT - NodeID - confd_dyncfg - tcp","id":"fab701a4-625c-4709-83ee-270e494bee36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"ip\": \"<string>\",\n    \"port\": 2023,\n    \"confdAuth\": {\n      \"user\": \"Some user\",\n      \"group\": \"Some group\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d5777305-8851-47e7-bbb1-e82cc65efedc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"ip\": \"<string>\",\n    \"port\": 2023,\n    \"confdAuth\": {\n      \"user\": \"Some user\",\n      \"group\": \"Some group\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff775462-196f-487c-81b6-e73a69b6ab07","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"ip\": \"<string>\",\n    \"port\": 2023,\n    \"confdAuth\": {\n      \"user\": \"Some user\",\n      \"group\": \"Some group\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fab701a4-625c-4709-83ee-270e494bee36"},{"name":"POST - NodeID - confd_dyncfg - confdAuth","id":"f58ac544-6c7c-46fb-9b95-f63cfda6fedf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": \"Some user\",\n  \"group\": \"Some group\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp/confdAuth","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp","confdAuth"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dc8b72ba-43fe-4649-81fe-9af011317c00","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": \"Some user\",\n  \"group\": \"Some group\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp/confdAuth"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f58ac544-6c7c-46fb-9b95-f63cfda6fedf"},{"name":"GET - NodeID - confd_dyncfg - confdAuth","id":"e8f58a0d-cfb6-4838-bd30-106c3991857e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp/confdAuth?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp","confdAuth"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"77a2b01f-156d-4ce6-b677-a882ed58d519","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp/confdAuth?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp","confdAuth"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"confdAuth\": {\n    \"user\": \"Some user\",\n    \"group\": \"Some group\"\n  }\n}"}],"_postman_id":"e8f58a0d-cfb6-4838-bd30-106c3991857e"},{"name":"DELETE - NodeID - confd_dyncfg - confdAuth","id":"d05acc47-27fa-4ec9-a780-9a079014b7d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp/confdAuth","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp","confdAuth"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a3a27219-f023-4e69-84bb-af9447604c40","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp/confdAuth"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d05acc47-27fa-4ec9-a780-9a079014b7d3"},{"name":"PUT - NodeID - confd_dyncfg - confdAuth","id":"64829b12-7e5a-4e74-9ad1-64f1c8fda31e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"confdAuth\": {\n    \"user\": \"Some user\",\n    \"group\": \"Some group\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp/confdAuth","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","tcp","confdAuth"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ba0d544-1df6-4c14-b766-cab833965827","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"confdAuth\": {\n    \"user\": \"Some user\",\n    \"group\": \"Some group\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp/confdAuth"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b0d8907b-b823-476e-b991-5d6e20dada77","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"confdAuth\": {\n    \"user\": \"Some user\",\n    \"group\": \"Some group\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/tcp/confdAuth"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"64829b12-7e5a-4e74-9ad1-64f1c8fda31e"},{"name":"POST - NodeID - confd_dyncfg - ssh","id":"35a39cfa-f639-4a19-a072-aca97b6c0131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"port\": 2022,\n  \"user\": \"Some user\",\n  \"password\": \"Some password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c6208ef4-bb31-4ea7-9f35-017d8dc13549","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"port\": 2022,\n  \"user\": \"Some user\",\n  \"password\": \"Some password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/ssh"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35a39cfa-f639-4a19-a072-aca97b6c0131"},{"name":"GET - NodeID - confd_dyncfg - ssh","id":"fa86a9ec-339f-49e6-a110-f056fd0c5052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/ssh?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","ssh"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"319f26e6-5317-484d-842c-3f1e21a47ad5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/ssh?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","ssh"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssh\": {\n    \"ip\": \"<string>\",\n    \"user\": \"Some user\",\n    \"password\": \"Some password\",\n    \"port\": 2022\n  }\n}"}],"_postman_id":"fa86a9ec-339f-49e6-a110-f056fd0c5052"},{"name":"DELETE - NodeID - confd_dyncfg - ssh","id":"3a909f7d-ed05-4035-acf2-b8a0623e703f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7da3533d-37dd-444e-9e77-930b74ffd45c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/ssh"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3a909f7d-ed05-4035-acf2-b8a0623e703f"},{"name":"PUT - NodeID - confd_dyncfg - ssh","id":"189a7382-6f62-42c0-8dcd-bbc59e43df16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"ip\": \"<string>\",\n    \"user\": \"Some user\",\n    \"password\": \"Some password\",\n    \"port\": 2022\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cb4022df-e79a-4d0c-88f2-44bb6d757000","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"ip\": \"<string>\",\n    \"user\": \"Some user\",\n    \"password\": \"Some password\",\n    \"port\": 2022\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/ssh"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d8c20804-5ca7-437d-8275-cda609a96185","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"ip\": \"<string>\",\n    \"user\": \"Some user\",\n    \"password\": \"Some password\",\n    \"port\": 2022\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/ssh"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"189a7382-6f62-42c0-8dcd-bbc59e43df16"},{"name":"POST - NodeID - confd_dyncfg - mount","id":"0b223ac4-c927-4e17-b364-c166f540c909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"Some path\",\n  \"node\": [\n    \"Some node\",\n    \"Some node\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/mount","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","mount"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"71f297ed-e6fd-487e-ac90-0ba88c534bb7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"path\": \"Some path\",\n  \"node\": [\n    \"Some node\",\n    \"Some node\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/mount"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b223ac4-c927-4e17-b364-c166f540c909"},{"name":"GET - NodeID - confd_dyncfg - mount","id":"3d27dd90-cbc9-4871-bca2-3b2b0012d842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/mount?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","mount"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e3e117c9-f6fb-45e9-838c-672c6b0a62ac","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/mount?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","mount"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mount\": {\n    \"path\": \"Some path\",\n    \"node\": [\n      \"Some node\",\n      \"Some node\"\n    ]\n  }\n}"}],"_postman_id":"3d27dd90-cbc9-4871-bca2-3b2b0012d842"},{"name":"DELETE - NodeID - confd_dyncfg - mount","id":"0df2886b-0ee6-457d-a5b3-39d33c1c68b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/mount","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","mount"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"338d31e0-1332-4a87-841c-e6f57f58fb2e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/mount"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0df2886b-0ee6-457d-a5b3-39d33c1c68b7"},{"name":"PUT - NodeID - confd_dyncfg - mount","id":"d5a2be1e-891c-4da4-84f8-03da85860d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mount\": {\n    \"path\": \"Some path\",\n    \"node\": [\n      \"Some node\",\n      \"Some node\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/mount","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","subagents","subagent=<string>","mount"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"05c85194-3717-4bec-aac1-0b02d0849627","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mount\": {\n    \"path\": \"Some path\",\n    \"node\": [\n      \"Some node\",\n      \"Some node\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/mount"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cf4b00e3-1676-42bf-9c98-0f57105c53ac","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mount\": {\n    \"path\": \"Some path\",\n    \"node\": [\n      \"Some node\",\n      \"Some node\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/subagents/subagent=<string>/mount"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5a2be1e-891c-4da4-84f8-03da85860d81"},{"name":"POST - NodeID - confd_dyncfg - notifications","id":"a25b6af6-3b3e-4ce9-856b-de984eee7452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"eventStreams\": {\n    \"stream\": [\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      },\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ee3ccc33-b303-4045-b1b8-5ed93adfae0d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventStreams\": {\n    \"stream\": [\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      },\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a25b6af6-3b3e-4ce9-856b-de984eee7452"},{"name":"GET - NodeID - confd_dyncfg - notifications","id":"ab4181f0-d20f-4ffe-84a9-f00fa814c30b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"452e7eba-3a3e-4911-be17-848d0ab37f45","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"notifications\": {\n    \"eventStreams\": {\n      \"stream\": [\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"ab4181f0-d20f-4ffe-84a9-f00fa814c30b"},{"name":"DELETE - NodeID - confd_dyncfg - notifications","id":"54433f86-83ed-4918-91c8-dc4061c0422e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"83d2aa0a-181a-4e58-86e0-99761806a9e0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54433f86-83ed-4918-91c8-dc4061c0422e"},{"name":"PUT - NodeID - confd_dyncfg - notifications","id":"6aac5d9a-2ae5-41e3-83d2-8db343e12f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"notifications\": {\n    \"eventStreams\": {\n      \"stream\": [\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"26abe9cb-d4c0-4fed-a829-f6bbb3a335a1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"notifications\": {\n    \"eventStreams\": {\n      \"stream\": [\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7cc44b48-26f0-4aaa-a2ae-e940efe3ef62","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"notifications\": {\n    \"eventStreams\": {\n      \"stream\": [\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"builtinReplayStore\": {\n            \"dir\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxSize\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maxFiles\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6aac5d9a-2ae5-41e3-83d2-8db343e12f8a"},{"name":"POST - NodeID - confd_dyncfg - eventStreams","id":"00e6f22d-6bfa-471b-9c70-6449a8632e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stream\": [\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    },\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8e4f5f34-468a-41bc-a0a9-d7fdf19021f1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"stream\": [\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    },\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00e6f22d-6bfa-471b-9c70-6449a8632e90"},{"name":"GET - NodeID - confd_dyncfg - eventStreams","id":"6e14752a-b66b-448f-8034-f0d837baf6e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"57571e7f-350e-451e-80d1-415f168ce31f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"eventStreams\": {\n    \"stream\": [\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S5K9517070B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      },\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S5K9517070B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"6e14752a-b66b-448f-8034-f0d837baf6e5"},{"name":"DELETE - NodeID - confd_dyncfg - eventStreams","id":"41ad4950-a2c0-47f1-b5a9-489529dde806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b6bd75a8-c909-4ad1-80a3-e64dd1e93db8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41ad4950-a2c0-47f1-b5a9-489529dde806"},{"name":"PUT - NodeID - confd_dyncfg - eventStreams","id":"1162dbb1-eade-430a-86d9-5954b1927f78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"eventStreams\": {\n    \"stream\": [\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      },\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"93244434-fcbe-4fac-8ca8-eaa2c3552073","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"eventStreams\": {\n    \"stream\": [\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      },\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"70938d0f-782d-437a-a0ba-6eadf00b622c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"eventStreams\": {\n    \"stream\": [\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      },\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"builtinReplayStore\": {\n          \"dir\": \"Some dir\",\n          \"maxSize\": \"?:S11M3B\",\n          \"maxFiles\": 2,\n          \"enabled\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1162dbb1-eade-430a-86d9-5954b1927f78"},{"name":"POST - NodeID - confd_dyncfg - stream","id":"368c6b18-f12f-49a3-8e6d-ddf9128ef12f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"replaySupport\": true,\n  \"builtinReplayStore\": {\n    \"dir\": \"Some dir\",\n    \"maxSize\": \"?:S11M3B\",\n    \"maxFiles\": 2,\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0e99b286-0f91-4bd3-98c6-866c968efba9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"replaySupport\": true,\n  \"builtinReplayStore\": {\n    \"dir\": \"Some dir\",\n    \"maxSize\": \"?:S11M3B\",\n    \"maxFiles\": 2,\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"368c6b18-f12f-49a3-8e6d-ddf9128ef12f"},{"name":"GET - NodeID - confd_dyncfg - stream","id":"454c9170-2f5a-4f3d-b106-d8b895282794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1c38e453-2f93-44dd-bb93-93d55ebbc4e2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"stream\": [\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S5K9517070B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    },\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S5K9517070B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    }\n  ]\n}"}],"_postman_id":"454c9170-2f5a-4f3d-b106-d8b895282794"},{"name":"DELETE - NodeID - confd_dyncfg - stream","id":"f921bfe0-aeb1-406d-9097-41559b455983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3dcc761e-cf3d-4428-91be-7264f82eb879","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f921bfe0-aeb1-406d-9097-41559b455983"},{"name":"PUT - NodeID - confd_dyncfg - stream","id":"cfc5605e-a393-46d9-b1bd-dbc7aa6ec95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"stream\": [\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    },\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"caf3d5a8-01d7-411e-afa6-b689cac181b7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"stream\": [\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    },\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e8206c65-a41c-49a4-838c-46e5b10e4f0b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"stream\": [\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    },\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"builtinReplayStore\": {\n        \"dir\": \"Some dir\",\n        \"maxSize\": \"?:S11M3B\",\n        \"maxFiles\": 2,\n        \"enabled\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cfc5605e-a393-46d9-b1bd-dbc7aa6ec95f"},{"name":"POST - NodeID - confd_dyncfg - builtinReplayStore","id":"f49e50ee-6067-45be-8fff-a230ec15bfe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"dir\": \"Some dir\",\n  \"maxSize\": \"?:S11M3B\",\n  \"maxFiles\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>/builtinReplayStore","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>","builtinReplayStore"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"298896e5-172d-47c1-b1fb-58f4ac8c38ca","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"dir\": \"Some dir\",\n  \"maxSize\": \"?:S11M3B\",\n  \"maxFiles\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>/builtinReplayStore"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f49e50ee-6067-45be-8fff-a230ec15bfe0"},{"name":"GET - NodeID - confd_dyncfg - builtinReplayStore","id":"f2a5e9fd-742f-40f7-96ef-481d9512be23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>/builtinReplayStore?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>","builtinReplayStore"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ae15b537-f16b-4f48-87b2-9ea5d6172900","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>/builtinReplayStore?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>","builtinReplayStore"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"builtinReplayStore\": {\n    \"dir\": \"Some dir\",\n    \"maxSize\": \"?:S5K9517070B\",\n    \"maxFiles\": 2,\n    \"enabled\": false\n  }\n}"}],"_postman_id":"f2a5e9fd-742f-40f7-96ef-481d9512be23"},{"name":"DELETE - NodeID - confd_dyncfg - builtinReplayStore","id":"c95384cb-16df-4faa-b7e1-46732b0fd72c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>/builtinReplayStore","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>","builtinReplayStore"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c38ecec8-38df-4535-8d3f-28a95df59ade","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>/builtinReplayStore"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c95384cb-16df-4faa-b7e1-46732b0fd72c"},{"name":"PUT - NodeID - confd_dyncfg - builtinReplayStore","id":"21341142-d3bf-4e46-bc2c-d697762d0c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"builtinReplayStore\": {\n    \"dir\": \"Some dir\",\n    \"maxSize\": \"?:S11M3B\",\n    \"maxFiles\": 2,\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>/builtinReplayStore","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","notifications","eventStreams","stream=<string>","builtinReplayStore"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"53558371-a699-4fb4-b199-26600850c44e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"builtinReplayStore\": {\n    \"dir\": \"Some dir\",\n    \"maxSize\": \"?:S11M3B\",\n    \"maxFiles\": 2,\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>/builtinReplayStore"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"da1985ef-0a9c-4099-bfc2-edef3a2b35f6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"builtinReplayStore\": {\n    \"dir\": \"Some dir\",\n    \"maxSize\": \"?:S11M3B\",\n    \"maxFiles\": 2,\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/notifications/eventStreams/stream=<string>/builtinReplayStore"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"21341142-d3bf-4e46-bc2c-d697762d0c1c"},{"name":"POST - NodeID - confd_dyncfg - opcache","id":"82d5fd3e-19f9-4ec6-9d45-9251587f6f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"timeout\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/opcache","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","opcache"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ee4bcf24-4c0f-4d00-9320-82f2770099b0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"timeout\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/opcache"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82d5fd3e-19f9-4ec6-9d45-9251587f6f24"},{"name":"GET - NodeID - confd_dyncfg - opcache","id":"21fd431c-900e-4f78-ac96-11e091df971c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/opcache?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","opcache"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9d1f8b10-7ac0-48fe-9fa1-688a34568cfc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/opcache?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","opcache"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"opcache\": {\n    \"timeout\": 0,\n    \"enabled\": false\n  }\n}"}],"_postman_id":"21fd431c-900e-4f78-ac96-11e091df971c"},{"name":"DELETE - NodeID - confd_dyncfg - opcache","id":"e8895bf3-7a6f-49d8-b6a1-4f2898af5b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/opcache","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","opcache"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd648b56-4e9b-4e36-b458-dc099a8fdb01","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/opcache"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8895bf3-7a6f-49d8-b6a1-4f2898af5b8c"},{"name":"PUT - NodeID - confd_dyncfg - opcache","id":"76a838a9-dbaa-417f-84ee-8670dbb5c70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"opcache\": {\n    \"timeout\": 0,\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/opcache","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","opcache"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"900e49c9-b272-4da2-a77c-4207cd3c0c88","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"opcache\": {\n    \"timeout\": 0,\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/opcache"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f496769c-78e9-4b36-a8e2-bee610ff4237","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"opcache\": {\n    \"timeout\": 0,\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/opcache"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"76a838a9-dbaa-417f-84ee-8670dbb5c70e"},{"name":"POST - NodeID - confd_dyncfg - snmpgw","id":"67f62f84-f7cd-4799-b741-4af432e9fdec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"trapPort\": 0,\n  \"rowCacheMaxAge\": \"PT5S\",\n  \"rowCacheMaxSize\": 200,\n  \"agent\": [\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    },\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"543bbdb5-a4b8-42d8-9533-a7cce3a790b0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"trapPort\": 0,\n  \"rowCacheMaxAge\": \"PT5S\",\n  \"rowCacheMaxSize\": 200,\n  \"agent\": [\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    },\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67f62f84-f7cd-4799-b741-4af432e9fdec"},{"name":"GET - NodeID - confd_dyncfg - snmpgw","id":"3526e6f2-e59e-48ff-a0ac-734279187d1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a09ab0db-58d2-49d0-a7b6-2bdaea0b8fa4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snmpgw\": {\n    \"enabled\": false,\n    \"trapPort\": 0,\n    \"rowCacheMaxAge\": \"PT5S\",\n    \"rowCacheMaxSize\": 200,\n    \"agent\": [\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      },\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"3526e6f2-e59e-48ff-a0ac-734279187d1b"},{"name":"DELETE - NodeID - confd_dyncfg - snmpgw","id":"b150fe3c-b5bf-41b9-ae93-9c6bb7a05444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e84a9141-39e9-4bc9-98a9-9f8408e6847a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b150fe3c-b5bf-41b9-ae93-9c6bb7a05444"},{"name":"PUT - NodeID - confd_dyncfg - snmpgw","id":"34226283-024e-4126-8851-93b77c06d5fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"snmpgw\": {\n    \"enabled\": false,\n    \"trapPort\": 0,\n    \"rowCacheMaxAge\": \"PT5S\",\n    \"rowCacheMaxSize\": 200,\n    \"agent\": [\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      },\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"95f96b9d-00f0-43ad-aa63-5e88349fc18f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpgw\": {\n    \"enabled\": false,\n    \"trapPort\": 0,\n    \"rowCacheMaxAge\": \"PT5S\",\n    \"rowCacheMaxSize\": 200,\n    \"agent\": [\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      },\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ce8fe521-2ba2-4f6f-9bab-f6701b0088cd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpgw\": {\n    \"enabled\": false,\n    \"trapPort\": 0,\n    \"rowCacheMaxAge\": \"PT5S\",\n    \"rowCacheMaxSize\": 200,\n    \"agent\": [\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      },\n      {\n        \"ip\": \"<string>\",\n        \"name\": \"Some name\",\n        \"subscriptionId\": \"Some subscriptionId\",\n        \"forwardNotifStream\": \"Some forwardNotifStream\",\n        \"enabled\": true,\n        \"community\": \"private\",\n        \"community_bin\": \"Some community_bin\",\n        \"version\": \"v2c\",\n        \"timeout\": \"PT5S\",\n        \"retries\": \"0\",\n        \"port\": 161,\n        \"module\": [\n          \"Some module\",\n          \"Some module\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34226283-024e-4126-8851-93b77c06d5fb"},{"name":"POST - NodeID - confd_dyncfg - agent","id":"d5fe9bf5-f89f-4573-ae52-4f72c46e12ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subscriptionId\": \"Some subscriptionId\",\n  \"forwardNotifStream\": \"Some forwardNotifStream\",\n  \"enabled\": true,\n  \"community\": \"private\",\n  \"community_bin\": \"Some community_bin\",\n  \"version\": \"v2c\",\n  \"timeout\": \"PT5S\",\n  \"retries\": \"0\",\n  \"ip\": \"<string>\",\n  \"port\": 161,\n  \"module\": [\n    \"Some module\",\n    \"Some module\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw/agent=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw","agent=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0759b1f4-69ad-4091-8987-3e6dbd7a3e70","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriptionId\": \"Some subscriptionId\",\n  \"forwardNotifStream\": \"Some forwardNotifStream\",\n  \"enabled\": true,\n  \"community\": \"private\",\n  \"community_bin\": \"Some community_bin\",\n  \"version\": \"v2c\",\n  \"timeout\": \"PT5S\",\n  \"retries\": \"0\",\n  \"ip\": \"<string>\",\n  \"port\": 161,\n  \"module\": [\n    \"Some module\",\n    \"Some module\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw/agent=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5fe9bf5-f89f-4573-ae52-4f72c46e12ec"},{"name":"GET - NodeID - confd_dyncfg - agent","id":"21e9e5d6-93c1-4608-ad27-392dafba1660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw/agent=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw","agent=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"35601e9e-b865-4f21-ad28-4232c193baba","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw/agent=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw","agent=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"agent\": [\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    },\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"21e9e5d6-93c1-4608-ad27-392dafba1660"},{"name":"DELETE - NodeID - confd_dyncfg - agent","id":"9a2e0861-2afa-4ffd-86b2-e4fc86d679c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw/agent=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw","agent=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f74cee83-1a70-494f-ae9b-661f85409e3e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw/agent=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a2e0861-2afa-4ffd-86b2-e4fc86d679c1"},{"name":"PUT - NodeID - confd_dyncfg - agent","id":"03ec4b76-8149-44f8-b34d-9b9874e659ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"agent\": [\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    },\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw/agent=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpgw","agent=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b2e76975-12f6-4c32-90c3-02891a88955e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"agent\": [\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    },\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw/agent=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e87f3ba0-6a0f-480c-9df4-36736052eee2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"agent\": [\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    },\n    {\n      \"ip\": \"<string>\",\n      \"name\": \"Some name\",\n      \"subscriptionId\": \"Some subscriptionId\",\n      \"forwardNotifStream\": \"Some forwardNotifStream\",\n      \"enabled\": true,\n      \"community\": \"private\",\n      \"community_bin\": \"Some community_bin\",\n      \"version\": \"v2c\",\n      \"timeout\": \"PT5S\",\n      \"retries\": \"0\",\n      \"port\": 161,\n      \"module\": [\n        \"Some module\",\n        \"Some module\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpgw/agent=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03ec4b76-8149-44f8-b34d-9b9874e659ed"},{"name":"POST - NodeID - confd_dyncfg - hideGroup","id":"ff2a460e-c010-400b-b27d-643a5fba3e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"\",\n  \"callback\": \"Some callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/hideGroup=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","hideGroup=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c3b75bae-5b58-4224-a9cc-af34a892dea6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"password\": \"\",\n  \"callback\": \"Some callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/hideGroup=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff2a460e-c010-400b-b27d-643a5fba3e24"},{"name":"GET - NodeID - confd_dyncfg - hideGroup","id":"437e24e3-78db-4105-88f4-6169371e2bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/hideGroup=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","hideGroup=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7a98e5e0-2487-4368-96df-6e747740ff1a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/hideGroup=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","hideGroup=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hideGroup\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    }\n  ]\n}"}],"_postman_id":"437e24e3-78db-4105-88f4-6169371e2bab"},{"name":"DELETE - NodeID - confd_dyncfg - hideGroup","id":"b670a059-c2ff-4bf3-8625-085f8ca5502e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/hideGroup=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","hideGroup=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"62e2594f-844b-44d8-8262-08991a4ed13c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/hideGroup=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b670a059-c2ff-4bf3-8625-085f8ca5502e"},{"name":"PUT - NodeID - confd_dyncfg - hideGroup","id":"5ac0baef-070c-4090-897c-67bf98236f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"hideGroup\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/hideGroup=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","hideGroup=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8b66f23a-6796-4081-aba1-ba340e024204","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"hideGroup\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/hideGroup=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fa7ab8ce-359f-45f2-ac19-7e7b8f19311a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"hideGroup\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"\",\n      \"callback\": \"Some callback\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/hideGroup=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5ac0baef-070c-4090-897c-67bf98236f08"},{"name":"POST - NodeID - confd_dyncfg - encryptedStrings","id":"a67e0256-9020-49a7-b36c-f508186124c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalKeys\": {\n    \"command\": \"Some command\",\n    \"commandTimeout\": \"PT60S\",\n    \"commandArgument\": \"Some commandArgument\"\n  },\n  \"DES3CBC\": {\n    \"key1\": \"Some key1\",\n    \"key2\": \"Some key2\",\n    \"key3\": \"Some key3\",\n    \"initVector\": \"Some initVector\"\n  },\n  \"AESCFB128\": {\n    \"key\": \"Some key\",\n    \"initVector\": \"Some initVector\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b1914ed1-f3ec-45dd-9104-4a2e969f072a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"externalKeys\": {\n    \"command\": \"Some command\",\n    \"commandTimeout\": \"PT60S\",\n    \"commandArgument\": \"Some commandArgument\"\n  },\n  \"DES3CBC\": {\n    \"key1\": \"Some key1\",\n    \"key2\": \"Some key2\",\n    \"key3\": \"Some key3\",\n    \"initVector\": \"Some initVector\"\n  },\n  \"AESCFB128\": {\n    \"key\": \"Some key\",\n    \"initVector\": \"Some initVector\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a67e0256-9020-49a7-b36c-f508186124c8"},{"name":"GET - NodeID - confd_dyncfg - encryptedStrings","id":"7d6f03ff-7de1-4c42-b6b2-ba96e3db491e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e991277e-c69d-4fd1-82d3-f8b210b1cd46","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"encryptedStrings\": {\n    \"externalKeys\": {\n      \"command\": \"Some command\",\n      \"commandTimeout\": \"PT60S\",\n      \"commandArgument\": \"Some commandArgument\"\n    },\n    \"DES3CBC\": {\n      \"key1\": \"Some key1\",\n      \"key2\": \"Some key2\",\n      \"key3\": \"Some key3\",\n      \"initVector\": \"Some initVector\"\n    },\n    \"AESCFB128\": {\n      \"key\": \"Some key\",\n      \"initVector\": \"Some initVector\"\n    }\n  }\n}"}],"_postman_id":"7d6f03ff-7de1-4c42-b6b2-ba96e3db491e"},{"name":"DELETE - NodeID - confd_dyncfg - encryptedStrings","id":"cbd885b3-171e-4acb-a74e-b7b2e3838a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0031b64a-6fb9-4288-bc68-fa75010adb5a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbd885b3-171e-4acb-a74e-b7b2e3838a2a"},{"name":"PUT - NodeID - confd_dyncfg - encryptedStrings","id":"93affc33-a055-4842-a455-02a2b55d7216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"encryptedStrings\": {\n    \"externalKeys\": {\n      \"command\": \"Some command\",\n      \"commandTimeout\": \"PT60S\",\n      \"commandArgument\": \"Some commandArgument\"\n    },\n    \"DES3CBC\": {\n      \"key1\": \"Some key1\",\n      \"key2\": \"Some key2\",\n      \"key3\": \"Some key3\",\n      \"initVector\": \"Some initVector\"\n    },\n    \"AESCFB128\": {\n      \"key\": \"Some key\",\n      \"initVector\": \"Some initVector\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b1a5e2b1-50e4-4d08-8cae-4928e0168ea8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"encryptedStrings\": {\n    \"externalKeys\": {\n      \"command\": \"Some command\",\n      \"commandTimeout\": \"PT60S\",\n      \"commandArgument\": \"Some commandArgument\"\n    },\n    \"DES3CBC\": {\n      \"key1\": \"Some key1\",\n      \"key2\": \"Some key2\",\n      \"key3\": \"Some key3\",\n      \"initVector\": \"Some initVector\"\n    },\n    \"AESCFB128\": {\n      \"key\": \"Some key\",\n      \"initVector\": \"Some initVector\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"46245188-33e1-47a4-bfe4-d2e0a9c2ade0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"encryptedStrings\": {\n    \"externalKeys\": {\n      \"command\": \"Some command\",\n      \"commandTimeout\": \"PT60S\",\n      \"commandArgument\": \"Some commandArgument\"\n    },\n    \"DES3CBC\": {\n      \"key1\": \"Some key1\",\n      \"key2\": \"Some key2\",\n      \"key3\": \"Some key3\",\n      \"initVector\": \"Some initVector\"\n    },\n    \"AESCFB128\": {\n      \"key\": \"Some key\",\n      \"initVector\": \"Some initVector\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93affc33-a055-4842-a455-02a2b55d7216"},{"name":"POST - NodeID - confd_dyncfg - externalKeys","id":"71dc8f82-230e-44d8-b7b5-e9e19b2696ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"command\": \"Some command\",\n  \"commandTimeout\": \"PT60S\",\n  \"commandArgument\": \"Some commandArgument\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/externalKeys","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","externalKeys"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1950158c-b8de-4312-8b60-f03028496793","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"command\": \"Some command\",\n  \"commandTimeout\": \"PT60S\",\n  \"commandArgument\": \"Some commandArgument\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/externalKeys"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"71dc8f82-230e-44d8-b7b5-e9e19b2696ed"},{"name":"GET - NodeID - confd_dyncfg - externalKeys","id":"6948cae7-580f-410e-a46a-0d55b398faaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/externalKeys?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","externalKeys"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"53992436-a5c5-4765-b74f-39f4ca998526","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/externalKeys?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","externalKeys"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"externalKeys\": {\n    \"command\": \"Some command\",\n    \"commandTimeout\": \"PT60S\",\n    \"commandArgument\": \"Some commandArgument\"\n  }\n}"}],"_postman_id":"6948cae7-580f-410e-a46a-0d55b398faaa"},{"name":"DELETE - NodeID - confd_dyncfg - externalKeys","id":"c3ff0ae1-38f5-47e1-8de9-85c20f32f0c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/externalKeys","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","externalKeys"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"65c8e543-12e0-4955-9aea-8d70f78cfd26","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/externalKeys"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3ff0ae1-38f5-47e1-8de9-85c20f32f0c5"},{"name":"PUT - NodeID - confd_dyncfg - externalKeys","id":"7634ebba-7ccf-4425-8340-f8ea4ea3d049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalKeys\": {\n    \"command\": \"Some command\",\n    \"commandTimeout\": \"PT60S\",\n    \"commandArgument\": \"Some commandArgument\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/externalKeys","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","externalKeys"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1560907c-4c8d-4069-b216-69a24d7ff8f7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"externalKeys\": {\n    \"command\": \"Some command\",\n    \"commandTimeout\": \"PT60S\",\n    \"commandArgument\": \"Some commandArgument\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/externalKeys"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"602eb458-ba8c-4eae-adf8-57029de846f1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"externalKeys\": {\n    \"command\": \"Some command\",\n    \"commandTimeout\": \"PT60S\",\n    \"commandArgument\": \"Some commandArgument\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/externalKeys"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7634ebba-7ccf-4425-8340-f8ea4ea3d049"},{"name":"POST - NodeID - confd_dyncfg - DES3CBC","id":"5310d070-12dd-4aff-98d0-cecbe70d9487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key1\": \"Some key1\",\n  \"key2\": \"Some key2\",\n  \"key3\": \"Some key3\",\n  \"initVector\": \"Some initVector\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/DES3CBC","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","DES3CBC"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"142be654-11f7-4a05-860a-62d844247264","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"key1\": \"Some key1\",\n  \"key2\": \"Some key2\",\n  \"key3\": \"Some key3\",\n  \"initVector\": \"Some initVector\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/DES3CBC"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5310d070-12dd-4aff-98d0-cecbe70d9487"},{"name":"GET - NodeID - confd_dyncfg - DES3CBC","id":"8cf8ed6c-b712-4b1d-aac0-36eb461964fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/DES3CBC?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","DES3CBC"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6c7e6e14-c5b9-49b8-a0d9-ebd19d5b6b00","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/DES3CBC?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","DES3CBC"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"DES3CBC\": {\n    \"key1\": \"Some key1\",\n    \"key2\": \"Some key2\",\n    \"key3\": \"Some key3\",\n    \"initVector\": \"Some initVector\"\n  }\n}"}],"_postman_id":"8cf8ed6c-b712-4b1d-aac0-36eb461964fe"},{"name":"DELETE - NodeID - confd_dyncfg - DES3CBC","id":"87d943c3-2432-484b-a961-fc86967ac3fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/DES3CBC","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","DES3CBC"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"387d8fd4-3acb-49e5-86ab-3820fda3bb03","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/DES3CBC"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"87d943c3-2432-484b-a961-fc86967ac3fa"},{"name":"PUT - NodeID - confd_dyncfg - DES3CBC","id":"8bc05fdd-223c-40d0-9d37-d7efd4ae074f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DES3CBC\": {\n    \"key1\": \"Some key1\",\n    \"key2\": \"Some key2\",\n    \"key3\": \"Some key3\",\n    \"initVector\": \"Some initVector\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/DES3CBC","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","DES3CBC"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dbc504e8-a331-44c5-ae85-44db88ab36e5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"DES3CBC\": {\n    \"key1\": \"Some key1\",\n    \"key2\": \"Some key2\",\n    \"key3\": \"Some key3\",\n    \"initVector\": \"Some initVector\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/DES3CBC"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4df277e5-787a-41fa-9aeb-7f79e571fd1d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"DES3CBC\": {\n    \"key1\": \"Some key1\",\n    \"key2\": \"Some key2\",\n    \"key3\": \"Some key3\",\n    \"initVector\": \"Some initVector\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/DES3CBC"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8bc05fdd-223c-40d0-9d37-d7efd4ae074f"},{"name":"POST - NodeID - confd_dyncfg - AESCFB128","id":"f71c3a8e-245f-4f8b-91b6-01653b523028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key\": \"Some key\",\n  \"initVector\": \"Some initVector\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/AESCFB128","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","AESCFB128"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"124e1bdd-2dcc-4933-8175-75d5ed64891a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"key\": \"Some key\",\n  \"initVector\": \"Some initVector\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/AESCFB128"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f71c3a8e-245f-4f8b-91b6-01653b523028"},{"name":"GET - NodeID - confd_dyncfg - AESCFB128","id":"3e790527-c2fb-4b98-814f-effd09cc70fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/AESCFB128?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","AESCFB128"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"824bf6db-e1d6-431c-9628-324a7e716294","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/AESCFB128?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","AESCFB128"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"AESCFB128\": {\n    \"key\": \"Some key\",\n    \"initVector\": \"Some initVector\"\n  }\n}"}],"_postman_id":"3e790527-c2fb-4b98-814f-effd09cc70fc"},{"name":"DELETE - NodeID - confd_dyncfg - AESCFB128","id":"d90d27cb-ae67-4540-8330-b7b1f6f5ccd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/AESCFB128","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","AESCFB128"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"febadb2d-9e68-4bd2-bf39-395ae6ebfffe","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/AESCFB128"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d90d27cb-ae67-4540-8330-b7b1f6f5ccd4"},{"name":"PUT - NodeID - confd_dyncfg - AESCFB128","id":"4009ef52-9813-4ec1-9bf6-abd6b7020e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"AESCFB128\": {\n    \"key\": \"Some key\",\n    \"initVector\": \"Some initVector\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/AESCFB128","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","encryptedStrings","AESCFB128"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"363ebabb-1dc0-4468-a701-f443f3338ee5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"AESCFB128\": {\n    \"key\": \"Some key\",\n    \"initVector\": \"Some initVector\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/AESCFB128"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ec06df06-ab0f-4714-9fac-0e933f417660","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"AESCFB128\": {\n    \"key\": \"Some key\",\n    \"initVector\": \"Some initVector\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/encryptedStrings/AESCFB128"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4009ef52-9813-4ec1-9bf6-abd6b7020e97"},{"name":"POST - NodeID - confd_dyncfg - logs","id":"43a0dea9-2052-40a6-9fd1-05a797a21b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslogConfig\": {\n    \"version\": \"bsd\",\n    \"facility\": \"daemon\",\n    \"udp\": {\n      \"host\": \"<string>\",\n      \"enabled\": false,\n      \"port\": 514\n    },\n    \"syslogServers\": {\n      \"server\": [\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        },\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        }\n      ]\n    }\n  },\n  \"confdLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"developerLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"developerLogLevel\": \"info\",\n  \"auditLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"auditLogCommit\": false,\n  \"auditLogCommitDefaults\": false,\n  \"auditNetworkLog\": {\n    \"enabled\": false,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"netconfLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    },\n    \"logReplyStatus\": false\n  },\n  \"jsonrpcLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"snmpLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"snmpLogLevel\": \"info\",\n  \"snmpGatewayLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"northbound\": false,\n    \"southbound\": false\n  },\n  \"webuiBrowserLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  },\n  \"webuiAccessLog\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false,\n    \"trafficLog\": false\n  },\n  \"netconfTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"format\": \"pretty\"\n  },\n  \"xpathTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  },\n  \"errorLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"maxSize\": \"S1M\",\n    \"debug\": {\n      \"enabled\": false,\n      \"level\": 2,\n      \"tag\": [\n        \"Some tag\",\n        \"Some tag\"\n      ]\n    }\n  },\n  \"progressTrace\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0a10a9da-0423-488c-a28d-5bb2c928a9b1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"syslogConfig\": {\n    \"version\": \"bsd\",\n    \"facility\": \"daemon\",\n    \"udp\": {\n      \"host\": \"<string>\",\n      \"enabled\": false,\n      \"port\": 514\n    },\n    \"syslogServers\": {\n      \"server\": [\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        },\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        }\n      ]\n    }\n  },\n  \"confdLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"developerLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"developerLogLevel\": \"info\",\n  \"auditLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"auditLogCommit\": false,\n  \"auditLogCommitDefaults\": false,\n  \"auditNetworkLog\": {\n    \"enabled\": false,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"netconfLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    },\n    \"logReplyStatus\": false\n  },\n  \"jsonrpcLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"snmpLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  },\n  \"snmpLogLevel\": \"info\",\n  \"snmpGatewayLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"northbound\": false,\n    \"southbound\": false\n  },\n  \"webuiBrowserLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  },\n  \"webuiAccessLog\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false,\n    \"trafficLog\": false\n  },\n  \"netconfTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"format\": \"pretty\"\n  },\n  \"xpathTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  },\n  \"errorLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"maxSize\": \"S1M\",\n    \"debug\": {\n      \"enabled\": false,\n      \"level\": 2,\n      \"tag\": [\n        \"Some tag\",\n        \"Some tag\"\n      ]\n    }\n  },\n  \"progressTrace\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43a0dea9-2052-40a6-9fd1-05a797a21b36"},{"name":"GET - NodeID - confd_dyncfg - logs","id":"40308bbe-cba4-418a-99f0-2c81326d2949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c9c8ac7d-6713-4f4e-9213-bdf0b63bd941","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logs\": {\n    \"syslogConfig\": {\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"udp\": {\n        \"host\": \"<string>\",\n        \"enabled\": false,\n        \"port\": 514\n      },\n      \"syslogServers\": {\n        \"server\": [\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"confdLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLogLevel\": \"info\",\n    \"auditLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"auditLogCommit\": false,\n    \"auditLogCommitDefaults\": false,\n    \"auditNetworkLog\": {\n      \"enabled\": false,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"netconfLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      },\n      \"logReplyStatus\": false\n    },\n    \"jsonrpcLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLogLevel\": \"info\",\n    \"snmpGatewayLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"northbound\": false,\n      \"southbound\": false\n    },\n    \"webuiBrowserLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"webuiAccessLog\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false,\n      \"trafficLog\": false\n    },\n    \"netconfTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"format\": \"pretty\"\n    },\n    \"xpathTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"errorLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"maxSize\": \"S1M\",\n      \"debug\": {\n        \"enabled\": false,\n        \"level\": 2,\n        \"tag\": [\n          \"Some tag\",\n          \"Some tag\"\n        ]\n      }\n    },\n    \"progressTrace\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false\n    }\n  }\n}"}],"_postman_id":"40308bbe-cba4-418a-99f0-2c81326d2949"},{"name":"DELETE - NodeID - confd_dyncfg - logs","id":"0381e22f-b15f-40da-af15-f1ff99cf34e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"67b3d05d-917b-40f5-9d72-eab752081254","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0381e22f-b15f-40da-af15-f1ff99cf34e8"},{"name":"PUT - NodeID - confd_dyncfg - logs","id":"b2079687-106e-442e-8353-6368e5a8b4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logs\": {\n    \"syslogConfig\": {\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"udp\": {\n        \"host\": \"<string>\",\n        \"enabled\": false,\n        \"port\": 514\n      },\n      \"syslogServers\": {\n        \"server\": [\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"confdLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLogLevel\": \"info\",\n    \"auditLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"auditLogCommit\": false,\n    \"auditLogCommitDefaults\": false,\n    \"auditNetworkLog\": {\n      \"enabled\": false,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"netconfLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      },\n      \"logReplyStatus\": false\n    },\n    \"jsonrpcLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLogLevel\": \"info\",\n    \"snmpGatewayLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"northbound\": false,\n      \"southbound\": false\n    },\n    \"webuiBrowserLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"webuiAccessLog\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false,\n      \"trafficLog\": false\n    },\n    \"netconfTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"format\": \"pretty\"\n    },\n    \"xpathTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"errorLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"maxSize\": \"S1M\",\n      \"debug\": {\n        \"enabled\": false,\n        \"level\": 2,\n        \"tag\": [\n          \"Some tag\",\n          \"Some tag\"\n        ]\n      }\n    },\n    \"progressTrace\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73a2fc84-8341-461f-8988-2a13e9021f45","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logs\": {\n    \"syslogConfig\": {\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"udp\": {\n        \"host\": \"<string>\",\n        \"enabled\": false,\n        \"port\": 514\n      },\n      \"syslogServers\": {\n        \"server\": [\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"confdLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLogLevel\": \"info\",\n    \"auditLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"auditLogCommit\": false,\n    \"auditLogCommitDefaults\": false,\n    \"auditNetworkLog\": {\n      \"enabled\": false,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"netconfLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      },\n      \"logReplyStatus\": false\n    },\n    \"jsonrpcLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLogLevel\": \"info\",\n    \"snmpGatewayLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"northbound\": false,\n      \"southbound\": false\n    },\n    \"webuiBrowserLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"webuiAccessLog\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false,\n      \"trafficLog\": false\n    },\n    \"netconfTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"format\": \"pretty\"\n    },\n    \"xpathTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"errorLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"maxSize\": \"S1M\",\n      \"debug\": {\n        \"enabled\": false,\n        \"level\": 2,\n        \"tag\": [\n          \"Some tag\",\n          \"Some tag\"\n        ]\n      }\n    },\n    \"progressTrace\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"34c1cfc5-ef9f-4ca9-9aa4-3dc94f940db5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logs\": {\n    \"syslogConfig\": {\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"udp\": {\n        \"host\": \"<string>\",\n        \"enabled\": false,\n        \"port\": 514\n      },\n      \"syslogServers\": {\n        \"server\": [\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"host\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"confdLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"developerLogLevel\": \"info\",\n    \"auditLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"auditLogCommit\": false,\n    \"auditLogCommitDefaults\": false,\n    \"auditNetworkLog\": {\n      \"enabled\": false,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"netconfLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      },\n      \"logReplyStatus\": false\n    },\n    \"jsonrpcLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLog\": {\n      \"enabled\": true,\n      \"file\": {\n        \"name\": \"Some name\",\n        \"enabled\": false\n      },\n      \"syslog\": {\n        \"enabled\": false,\n        \"facility\": \"<string>\"\n      }\n    },\n    \"snmpLogLevel\": \"info\",\n    \"snmpGatewayLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"northbound\": false,\n      \"southbound\": false\n    },\n    \"webuiBrowserLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"webuiAccessLog\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false,\n      \"trafficLog\": false\n    },\n    \"netconfTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"format\": \"pretty\"\n    },\n    \"xpathTraceLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false\n    },\n    \"errorLog\": {\n      \"filename\": \"Some filename\",\n      \"enabled\": false,\n      \"maxSize\": \"S1M\",\n      \"debug\": {\n        \"enabled\": false,\n        \"level\": 2,\n        \"tag\": [\n          \"Some tag\",\n          \"Some tag\"\n        ]\n      }\n    },\n    \"progressTrace\": {\n      \"dir\": \"Some dir\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2079687-106e-442e-8353-6368e5a8b4fc"},{"name":"POST - NodeID - confd_dyncfg - syslogConfig","id":"374b66e4-a9aa-48be-a553-18ea856212b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"version\": \"bsd\",\n  \"facility\": \"daemon\",\n  \"udp\": {\n    \"host\": \"<string>\",\n    \"enabled\": false,\n    \"port\": 514\n  },\n  \"syslogServers\": {\n    \"server\": [\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      },\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9635fcce-bfa9-47e8-ad66-90a0abfe7732","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"version\": \"bsd\",\n  \"facility\": \"daemon\",\n  \"udp\": {\n    \"host\": \"<string>\",\n    \"enabled\": false,\n    \"port\": 514\n  },\n  \"syslogServers\": {\n    \"server\": [\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      },\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"374b66e4-a9aa-48be-a553-18ea856212b8"},{"name":"GET - NodeID - confd_dyncfg - syslogConfig","id":"8783d966-e397-4a46-be58-09ffdd6dfcfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b060961c-ebee-4bd3-a521-9a2df39c5819","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslogConfig\": {\n    \"version\": \"bsd\",\n    \"facility\": \"daemon\",\n    \"udp\": {\n      \"host\": \"<string>\",\n      \"enabled\": false,\n      \"port\": 514\n    },\n    \"syslogServers\": {\n      \"server\": [\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        },\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"8783d966-e397-4a46-be58-09ffdd6dfcfe"},{"name":"DELETE - NodeID - confd_dyncfg - syslogConfig","id":"e6771b02-e688-4bc3-b01e-87f5fa6f4735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3a087e49-acb7-4c90-89d0-884cb8ed7bb9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e6771b02-e688-4bc3-b01e-87f5fa6f4735"},{"name":"PUT - NodeID - confd_dyncfg - syslogConfig","id":"c44b0b64-0470-48e5-b25f-afb5ad50247c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslogConfig\": {\n    \"version\": \"bsd\",\n    \"facility\": \"daemon\",\n    \"udp\": {\n      \"host\": \"<string>\",\n      \"enabled\": false,\n      \"port\": 514\n    },\n    \"syslogServers\": {\n      \"server\": [\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        },\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b2748961-8fa8-4cd0-bfe0-69d1bb148e12","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslogConfig\": {\n    \"version\": \"bsd\",\n    \"facility\": \"daemon\",\n    \"udp\": {\n      \"host\": \"<string>\",\n      \"enabled\": false,\n      \"port\": 514\n    },\n    \"syslogServers\": {\n      \"server\": [\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        },\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"13f809e5-fb6b-4439-958d-429b0c4b631e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslogConfig\": {\n    \"version\": \"bsd\",\n    \"facility\": \"daemon\",\n    \"udp\": {\n      \"host\": \"<string>\",\n      \"enabled\": false,\n      \"port\": 514\n    },\n    \"syslogServers\": {\n      \"server\": [\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        },\n        {\n          \"host\": \"<string>\",\n          \"port\": 514,\n          \"version\": \"bsd\",\n          \"facility\": \"daemon\",\n          \"enabled\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c44b0b64-0470-48e5-b25f-afb5ad50247c"},{"name":"POST - NodeID - confd_dyncfg - udp","id":"6bcba3cb-8de8-4b97-8d64-a9cf5312629d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"host\": \"<string>\",\n  \"port\": 514\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/udp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","udp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d47fe7f5-efd6-4eba-ace6-395047564293","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"host\": \"<string>\",\n  \"port\": 514\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/udp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6bcba3cb-8de8-4b97-8d64-a9cf5312629d"},{"name":"GET - NodeID - confd_dyncfg - udp","id":"9c836463-bddb-4787-9d03-3459efeafab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/udp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","udp"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"13a83546-43a5-4eeb-9576-ca764fe56bc0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/udp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","udp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"udp\": {\n    \"host\": \"<string>\",\n    \"enabled\": false,\n    \"port\": 514\n  }\n}"}],"_postman_id":"9c836463-bddb-4787-9d03-3459efeafab9"},{"name":"DELETE - NodeID - confd_dyncfg - udp","id":"81592a8f-5bb7-4d50-aad6-240135dfbfd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/udp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","udp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ebe8c0c-21f1-41a1-9dc2-86a496d1f587","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/udp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81592a8f-5bb7-4d50-aad6-240135dfbfd9"},{"name":"PUT - NodeID - confd_dyncfg - udp","id":"59b1e195-3bfd-4aaa-aec3-e0b20b6241cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"udp\": {\n    \"host\": \"<string>\",\n    \"enabled\": false,\n    \"port\": 514\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/udp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","udp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2bc03ccd-8e12-44dd-a510-b3b92dcd8411","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"udp\": {\n    \"host\": \"<string>\",\n    \"enabled\": false,\n    \"port\": 514\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/udp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4d49a1ed-0eda-4181-90e4-4b5430b9f4f3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"udp\": {\n    \"host\": \"<string>\",\n    \"enabled\": false,\n    \"port\": 514\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/udp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59b1e195-3bfd-4aaa-aec3-e0b20b6241cc"},{"name":"POST - NodeID - confd_dyncfg - syslogServers","id":"e3b9eccd-9f4a-4621-9fdd-88900788d81a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    },\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ac0c9416-0fe6-4a20-b01f-f5ed1c9255de","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    },\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3b9eccd-9f4a-4621-9fdd-88900788d81a"},{"name":"GET - NodeID - confd_dyncfg - syslogServers","id":"c7145af4-bfb4-4c81-ac99-c3c632edc0d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d66a8965-fe4f-4628-adb5-34fd60ad95dc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslogServers\": {\n    \"server\": [\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      },\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"c7145af4-bfb4-4c81-ac99-c3c632edc0d4"},{"name":"DELETE - NodeID - confd_dyncfg - syslogServers","id":"9c8b876d-d1e2-4a45-bce8-95820ec288f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"85bd9028-db88-4c02-ba7f-55a6be425601","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c8b876d-d1e2-4a45-bce8-95820ec288f8"},{"name":"PUT - NodeID - confd_dyncfg - syslogServers","id":"1270ae04-0239-4087-98bc-5ae334c5e295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslogServers\": {\n    \"server\": [\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      },\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9770a1f8-ad60-4275-8fb0-2571c13ab875","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslogServers\": {\n    \"server\": [\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      },\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4c6c38c1-70b3-4164-b08a-2ea1f3b66f73","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslogServers\": {\n    \"server\": [\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      },\n      {\n        \"host\": \"<string>\",\n        \"port\": 514,\n        \"version\": \"bsd\",\n        \"facility\": \"daemon\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1270ae04-0239-4087-98bc-5ae334c5e295"},{"name":"POST - NodeID - confd_dyncfg - server","id":"0764587e-7baa-49b1-8fbe-6b3209877f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port\": 514,\n  \"version\": \"bsd\",\n  \"facility\": \"daemon\",\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers/server=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"08312903-cd34-4f73-b672-2c81f7086191","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"port\": 514,\n  \"version\": \"bsd\",\n  \"facility\": \"daemon\",\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers/server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0764587e-7baa-49b1-8fbe-6b3209877f44"},{"name":"GET - NodeID - confd_dyncfg - server","id":"2a355ed8-39d7-41b6-b80e-2c4b10560dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers/server=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers","server=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"253dfc7d-1bb9-42a5-a455-407a1e75e81d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers/server=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers","server=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"server\": [\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    },\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    }\n  ]\n}"}],"_postman_id":"2a355ed8-39d7-41b6-b80e-2c4b10560dbe"},{"name":"DELETE - NodeID - confd_dyncfg - server","id":"879dcd89-609b-4143-9f6e-ce6addeab669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers/server=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"651b9055-a0f5-484e-946c-2d51b2a95408","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"879dcd89-609b-4143-9f6e-ce6addeab669"},{"name":"PUT - NodeID - confd_dyncfg - server","id":"148c7c66-92a8-408a-b981-6b0647722e36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    },\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers/server=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","syslogConfig","syslogServers","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"26ca910a-1dac-48ef-a08d-e490cda3e722","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    },\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers/server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"86374393-eb36-471d-96df-5adcf74c626c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    },\n    {\n      \"host\": \"<string>\",\n      \"port\": 514,\n      \"version\": \"bsd\",\n      \"facility\": \"daemon\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/syslogConfig/syslogServers/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"148c7c66-92a8-408a-b981-6b0647722e36"},{"name":"POST - NodeID - confd_dyncfg - confdLog","id":"35b9a344-dfe1-4619-9e5f-a9ca2b1cc6da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e37d1131-5915-459e-8342-ce0eb9a92ad9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35b9a344-dfe1-4619-9e5f-a9ca2b1cc6da"},{"name":"GET - NodeID - confd_dyncfg - confdLog","id":"135d5ef2-3cfa-4e20-b36f-97b87196e40b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8241d47a-03a1-45bf-b2e9-a5aec294b8d7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"confdLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"135d5ef2-3cfa-4e20-b36f-97b87196e40b"},{"name":"DELETE - NodeID - confd_dyncfg - confdLog","id":"9c958bb6-e9e9-433c-b9e3-51d087ddf8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"80928003-2b50-463c-b6c6-a845818d6b19","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c958bb6-e9e9-433c-b9e3-51d087ddf8f8"},{"name":"PUT - NodeID - confd_dyncfg - confdLog","id":"cc702718-2d8d-4123-ac73-23cbac963885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"confdLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a0bc488e-d772-483e-99f0-e12088b722a8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"confdLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"11f27b42-c409-4187-9170-511374d2a7cc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"confdLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc702718-2d8d-4123-ac73-23cbac963885"},{"name":"POST - NodeID - confd_dyncfg - file","id":"454e725c-a8f2-42d8-a3e9-0851ad08668c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5e92bd76-e368-44b9-91f8-25e74772d3f2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"454e725c-a8f2-42d8-a3e9-0851ad08668c"},{"name":"GET - NodeID - confd_dyncfg - file","id":"b5751987-6bb6-494e-8c8a-0497ae18f5c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/file?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","file"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"539dc1c0-351e-4f8b-82bf-d870af261460","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/file?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","file"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"b5751987-6bb6-494e-8c8a-0497ae18f5c2"},{"name":"DELETE - NodeID - confd_dyncfg - file","id":"d894890f-0f86-4e54-8e4c-33c27c85c044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"75761812-df48-4eed-9508-ac12f7c75680","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d894890f-0f86-4e54-8e4c-33c27c85c044"},{"name":"PUT - NodeID - confd_dyncfg - file","id":"704db3d0-b2dc-4f2d-a84b-b8322f912159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c2d47561-2c4a-4963-baf9-0b8521d744ef","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"982dfcac-4238-4a8f-ba7e-76507f022b7f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"704db3d0-b2dc-4f2d-a84b-b8322f912159"},{"name":"POST - NodeID - confd_dyncfg - syslog","id":"1bd760f9-96f8-4fb2-96c8-c84c038c9a33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2e2c5dc5-fd9a-44d1-ba80-2d7ba299e09a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1bd760f9-96f8-4fb2-96c8-c84c038c9a33"},{"name":"GET - NodeID - confd_dyncfg - syslog","id":"151e5cc2-1c27-435a-8ff4-10427d38780d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/syslog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","syslog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e331856a-8933-44bb-bbc7-c2d0f45ea35e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/syslog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","syslog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}"}],"_postman_id":"151e5cc2-1c27-435a-8ff4-10427d38780d"},{"name":"DELETE - NodeID - confd_dyncfg - syslog","id":"9b87a02f-776b-45bd-aa6e-cdf5c5674405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9b32480d-a529-4b1d-8b0c-6a937037dc1d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b87a02f-776b-45bd-aa6e-cdf5c5674405"},{"name":"PUT - NodeID - confd_dyncfg - syslog","id":"e1129931-9d74-4dfc-b573-e127d1fa478d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","confdLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a286c2ee-8a26-4fd5-8f3e-1bdcc155691f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"907b84d6-df7f-48dd-acec-535a144a7a45","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/confdLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e1129931-9d74-4dfc-b573-e127d1fa478d"},{"name":"POST - NodeID - confd_dyncfg - developerLog","id":"324321cf-daf4-4c9f-ba01-3a728c70a63b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"75d55c97-c3fc-43f0-be40-443a789b859a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"324321cf-daf4-4c9f-ba01-3a728c70a63b"},{"name":"GET - NodeID - confd_dyncfg - developerLog","id":"364b4fc1-b87a-4bcf-8056-b88e71dd785e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d476124e-b232-4d4c-9e48-212a4331832c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"developerLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"364b4fc1-b87a-4bcf-8056-b88e71dd785e"},{"name":"DELETE - NodeID - confd_dyncfg - developerLog","id":"301b1973-e4d8-479b-9a36-9c13b1ef5dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"250a6dd5-8ea2-4e14-9387-74722196ec12","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"301b1973-e4d8-479b-9a36-9c13b1ef5dbd"},{"name":"PUT - NodeID - confd_dyncfg - developerLog","id":"4f30d206-5267-4fdb-b80b-048ea0ecaab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"developerLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ab144bb9-5c37-45f1-8875-9e517e67080c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"developerLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"54305153-5f0e-4565-8016-b3b0c5b04bb4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"developerLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f30d206-5267-4fdb-b80b-048ea0ecaab2"},{"name":"POST - NodeID - confd_dyncfg - file","id":"76ebea78-9905-4fa1-a66e-5c438e5dd062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b2dafb1a-b1b0-43d6-9003-68d3cfd588f7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"76ebea78-9905-4fa1-a66e-5c438e5dd062"},{"name":"GET - NodeID - confd_dyncfg - file","id":"e770bce9-08e6-456b-95ae-be39d8f20a33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/file?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","file"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d00d3529-d3cc-4d8b-86c5-5a5751e8a9d6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/file?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","file"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"e770bce9-08e6-456b-95ae-be39d8f20a33"},{"name":"DELETE - NodeID - confd_dyncfg - file","id":"9b773a51-b4ee-46df-b908-ee6f57a26561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"be406bf9-fcd0-4f0f-9ca9-a1817f4873a0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b773a51-b4ee-46df-b908-ee6f57a26561"},{"name":"PUT - NodeID - confd_dyncfg - file","id":"f2665d80-32f8-42ec-b6c9-7ebd62a35675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e9a792eb-4c2f-4727-a45b-051bb13631c6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"93d5ea88-ea34-4a5a-bf05-48c9281ddd53","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2665d80-32f8-42ec-b6c9-7ebd62a35675"},{"name":"POST - NodeID - confd_dyncfg - syslog","id":"31f9dd5f-4179-4c38-9a0b-426b91725d99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"048d4abe-0f66-40e5-879a-920c0756c0f0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31f9dd5f-4179-4c38-9a0b-426b91725d99"},{"name":"GET - NodeID - confd_dyncfg - syslog","id":"9654f25c-b534-4ca4-935e-277f4a47cf3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/syslog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","syslog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d94027fd-018b-4dd5-8e9e-9db28a8ef1ee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/syslog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","syslog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}"}],"_postman_id":"9654f25c-b534-4ca4-935e-277f4a47cf3e"},{"name":"DELETE - NodeID - confd_dyncfg - syslog","id":"43592e18-2253-4d44-a740-d90222ad38d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c855ea62-6840-49f3-b19b-14d0aa2f433b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43592e18-2253-4d44-a740-d90222ad38d7"},{"name":"PUT - NodeID - confd_dyncfg - syslog","id":"c3732428-d1da-4358-8b54-3d7ba6fdb467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","developerLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"16f5d1fb-89ab-4bf7-bc0c-b04fc1c48666","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"002beb24-f453-4ee2-bd52-01e43369250b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/developerLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3732428-d1da-4358-8b54-3d7ba6fdb467"},{"name":"POST - NodeID - confd_dyncfg - auditLog","id":"b82cbdf3-03a7-4283-b98f-3b45d120defa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ccd4a42b-2b65-4e72-b001-1deed2e5e102","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b82cbdf3-03a7-4283-b98f-3b45d120defa"},{"name":"GET - NodeID - confd_dyncfg - auditLog","id":"608bbc72-2ace-4eb4-b81b-e8c024f606ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"37583d03-d43f-4528-a76f-9f569b932f75","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"auditLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"608bbc72-2ace-4eb4-b81b-e8c024f606ce"},{"name":"DELETE - NodeID - confd_dyncfg - auditLog","id":"3605676d-f172-47dd-8acb-22794dda71ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"85a5fc9c-ec33-4065-b359-e57f47bf3167","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3605676d-f172-47dd-8acb-22794dda71ea"},{"name":"PUT - NodeID - confd_dyncfg - auditLog","id":"2a990190-8c28-4638-bdab-8dd15de2cbf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auditLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"41f7be90-ff74-423d-908b-b39496d101c9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"auditLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"07a75a43-3f7e-4e7b-a968-76f6ae2fbf71","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"auditLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a990190-8c28-4638-bdab-8dd15de2cbf7"},{"name":"POST - NodeID - confd_dyncfg - file","id":"2109c69c-a6c4-435a-82ba-3395572f8f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"919705cc-b142-412b-8e4b-300a06455899","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2109c69c-a6c4-435a-82ba-3395572f8f98"},{"name":"GET - NodeID - confd_dyncfg - file","id":"140e61b1-dc6d-4433-8fdd-0620cfc9ed8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/file?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","file"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ed79f68a-1994-4b09-ab75-116fca1cd64b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/file?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","file"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"140e61b1-dc6d-4433-8fdd-0620cfc9ed8e"},{"name":"DELETE - NodeID - confd_dyncfg - file","id":"8aacd43b-a267-4069-9d19-b79d80c7b41a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"361cb9b0-570e-42cd-9adf-b1538946316f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8aacd43b-a267-4069-9d19-b79d80c7b41a"},{"name":"PUT - NodeID - confd_dyncfg - file","id":"751099ac-b3e1-4507-802a-75d201e87206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a777ee70-6151-4e0a-884f-801b8e841906","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7fa956e4-66a1-46bb-89e0-b1886b556091","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"751099ac-b3e1-4507-802a-75d201e87206"},{"name":"POST - NodeID - confd_dyncfg - syslog","id":"7ff6c085-aa68-4ace-80c9-e9183a66c643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"943bd839-6239-4ca2-981a-57f7c7909ccc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ff6c085-aa68-4ace-80c9-e9183a66c643"},{"name":"GET - NodeID - confd_dyncfg - syslog","id":"d743f0e9-85ee-46f4-9696-b15582ce8cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/syslog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","syslog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2907686f-133c-4734-91b0-ca51cbb9d970","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/syslog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","syslog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}"}],"_postman_id":"d743f0e9-85ee-46f4-9696-b15582ce8cc9"},{"name":"DELETE - NodeID - confd_dyncfg - syslog","id":"6d6b91cd-8bda-464f-a6ac-339bf33e3ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"416d49bb-ed9f-414d-8dba-13690fb13dc9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d6b91cd-8bda-464f-a6ac-339bf33e3ec8"},{"name":"PUT - NodeID - confd_dyncfg - syslog","id":"547ca708-c5b8-42a4-8fdc-a50dd81aa967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f86b02d4-463f-4bc6-abbb-114c7b08c8af","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6dc96b4a-66d8-4cb8-96b9-a2b98ec94fe4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"547ca708-c5b8-42a4-8fdc-a50dd81aa967"},{"name":"POST - NodeID - confd_dyncfg - auditNetworkLog","id":"df70aa14-9f4d-4630-a804-56a36b2fb7d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"90050e10-ef6e-495e-b07a-8e7f8ce63f9d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df70aa14-9f4d-4630-a804-56a36b2fb7d1"},{"name":"GET - NodeID - confd_dyncfg - auditNetworkLog","id":"70f49415-d416-4081-82ee-86517eab392e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"70b3830d-0c9d-4a3d-ae49-96dd0afb50b4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"auditNetworkLog\": {\n    \"enabled\": false,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"70f49415-d416-4081-82ee-86517eab392e"},{"name":"DELETE - NodeID - confd_dyncfg - auditNetworkLog","id":"83f7b1ee-9682-463d-a066-6a263df89ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7235630e-6272-4439-bc04-c45fc648e529","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"83f7b1ee-9682-463d-a066-6a263df89ce9"},{"name":"PUT - NodeID - confd_dyncfg - auditNetworkLog","id":"2aafe440-98fd-444f-b403-965b30cf3187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auditNetworkLog\": {\n    \"enabled\": false,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"59e6693f-9598-4d46-a9fe-a3282550815a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"auditNetworkLog\": {\n    \"enabled\": false,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2982af13-b3e2-415b-b2a2-38a53c38d45b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"auditNetworkLog\": {\n    \"enabled\": false,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2aafe440-98fd-444f-b403-965b30cf3187"},{"name":"POST - NodeID - confd_dyncfg - file","id":"b5c9f471-255f-40e3-86eb-695bbed8e239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3bb56850-0860-499a-b160-65998eaaad5f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5c9f471-255f-40e3-86eb-695bbed8e239"},{"name":"GET - NodeID - confd_dyncfg - file","id":"9dbde98a-100f-4d49-bcf0-7aa110bc19bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/file?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","file"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bba5330a-fa09-497f-a372-b7f66d253afe","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/file?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","file"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"9dbde98a-100f-4d49-bcf0-7aa110bc19bd"},{"name":"DELETE - NodeID - confd_dyncfg - file","id":"13705808-55fa-42a9-a644-bf601966e461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"544bd5c8-0ff0-4ad6-bfc2-1b53650297b4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13705808-55fa-42a9-a644-bf601966e461"},{"name":"PUT - NodeID - confd_dyncfg - file","id":"6dfe3fee-44f6-4efe-8979-7562f5d58de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4cd63a50-d9d6-4693-9b0d-8219925d6a9b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"07a02b15-3808-46f0-bda3-312cbc796c01","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6dfe3fee-44f6-4efe-8979-7562f5d58de1"},{"name":"POST - NodeID - confd_dyncfg - syslog","id":"4f657acd-3ca5-4230-8ac7-6849b28749e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"11e7e30b-fe0b-4552-afee-dd063590be2c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f657acd-3ca5-4230-8ac7-6849b28749e4"},{"name":"GET - NodeID - confd_dyncfg - syslog","id":"e01adfef-7939-4f1c-92e5-9dce99002c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/syslog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","syslog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0c7a7a74-17c7-4f9b-b2af-e022acde323c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/syslog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","syslog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}"}],"_postman_id":"e01adfef-7939-4f1c-92e5-9dce99002c7c"},{"name":"DELETE - NodeID - confd_dyncfg - syslog","id":"ee171248-0017-4058-b9cd-03729599adb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"67282a76-a4b2-402d-a82c-faad5bfcecd7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee171248-0017-4058-b9cd-03729599adb0"},{"name":"PUT - NodeID - confd_dyncfg - syslog","id":"84b14d02-a7c8-4b7e-81b8-dd9ecb4612d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","auditNetworkLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c957aa6b-cca3-4de4-807f-cd6ddcb10920","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"779fd18b-a174-4ea0-a155-9fa280b1b7b6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/auditNetworkLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"84b14d02-a7c8-4b7e-81b8-dd9ecb4612d5"},{"name":"POST - NodeID - confd_dyncfg - netconfLog","id":"93aa1003-cae0-4e3e-b433-ecb350242462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  },\n  \"logReplyStatus\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3579d580-06c5-48aa-b703-3432dce66e0f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  },\n  \"logReplyStatus\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93aa1003-cae0-4e3e-b433-ecb350242462"},{"name":"GET - NodeID - confd_dyncfg - netconfLog","id":"3b47247c-c8b0-4d10-9e39-4f1aa692f216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"34654663-e32f-4799-b54d-d5f1af9080f9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconfLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    },\n    \"logReplyStatus\": false\n  }\n}"}],"_postman_id":"3b47247c-c8b0-4d10-9e39-4f1aa692f216"},{"name":"DELETE - NodeID - confd_dyncfg - netconfLog","id":"e19925fc-c7e2-44ec-92f4-2b8e63fb8960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1ee849cc-543e-4a16-9f60-580edcb6abf4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e19925fc-c7e2-44ec-92f4-2b8e63fb8960"},{"name":"PUT - NodeID - confd_dyncfg - netconfLog","id":"78defaf3-515c-40cd-8330-9eaeb9a5a6ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconfLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    },\n    \"logReplyStatus\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"24e200d7-7515-403e-ae10-f4882ce88854","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconfLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    },\n    \"logReplyStatus\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5df58d16-60ed-43d9-b836-bd909cae8ce8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconfLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    },\n    \"logReplyStatus\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78defaf3-515c-40cd-8330-9eaeb9a5a6ac"},{"name":"POST - NodeID - confd_dyncfg - file","id":"a0e40d93-ee16-4446-b0b0-bf075dd55f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7dc06cf5-2504-4ffc-9c7e-3effa418c948","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0e40d93-ee16-4446-b0b0-bf075dd55f52"},{"name":"GET - NodeID - confd_dyncfg - file","id":"9d954c8e-e1e5-4c44-9525-a1864edcee33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/file?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","file"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"12089730-5654-4acf-bf76-25218ff03eab","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/file?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","file"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"9d954c8e-e1e5-4c44-9525-a1864edcee33"},{"name":"DELETE - NodeID - confd_dyncfg - file","id":"e457af2a-ed04-4840-a95c-b526691841ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e3d1b0bf-ea06-4ae3-a9fd-12c7f873d281","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e457af2a-ed04-4840-a95c-b526691841ed"},{"name":"PUT - NodeID - confd_dyncfg - file","id":"0790bd69-51d0-4365-9255-550f1825b126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9fde1eee-366d-4541-8846-eb881c2dce03","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ecd90e7f-51e2-4a12-bc73-fcc4edccbaad","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0790bd69-51d0-4365-9255-550f1825b126"},{"name":"POST - NodeID - confd_dyncfg - syslog","id":"b2252767-a18b-45d1-90e7-8afb82de5f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e4f12000-06e3-4a05-bf1b-1581ed6352ee","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2252767-a18b-45d1-90e7-8afb82de5f7b"},{"name":"GET - NodeID - confd_dyncfg - syslog","id":"26cd5485-37fb-41c6-8b48-6f49c52d95b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/syslog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","syslog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a78961c6-61bb-4926-b1a6-1778d6ee6888","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/syslog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","syslog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}"}],"_postman_id":"26cd5485-37fb-41c6-8b48-6f49c52d95b0"},{"name":"DELETE - NodeID - confd_dyncfg - syslog","id":"ca1bbef7-ff4d-41cf-b131-fb8a95329c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8b5effb6-3b20-4a8f-a200-757d7c6b4f70","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca1bbef7-ff4d-41cf-b131-fb8a95329c09"},{"name":"PUT - NodeID - confd_dyncfg - syslog","id":"a65dbb30-c7c9-4bb1-b84b-3a15952303f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aa94fd2b-8063-4148-931e-d3de58baf6de","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cbd7670f-92f5-4d56-aaeb-18ed960b3a54","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a65dbb30-c7c9-4bb1-b84b-3a15952303f2"},{"name":"POST - NodeID - confd_dyncfg - jsonrpcLog","id":"9ab418df-d878-42f2-8f5d-13dc9a195d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25528d03-3b32-409d-9265-242ab5a3a82e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ab418df-d878-42f2-8f5d-13dc9a195d03"},{"name":"GET - NodeID - confd_dyncfg - jsonrpcLog","id":"cc7c9d31-0eee-4573-927b-63c153ea141c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ed145c01-65b1-4a99-aefb-b8219d176696","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jsonrpcLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"cc7c9d31-0eee-4573-927b-63c153ea141c"},{"name":"DELETE - NodeID - confd_dyncfg - jsonrpcLog","id":"72f47639-f2fc-47da-b6c8-83932bbbf182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7fb1e925-9f5d-40a5-84f3-786a0eb788d4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72f47639-f2fc-47da-b6c8-83932bbbf182"},{"name":"PUT - NodeID - confd_dyncfg - jsonrpcLog","id":"ca6efd4d-9f96-4a10-8ead-c9fc740d1fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpcLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bef83536-8331-4566-89e6-b2df57589e5a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"jsonrpcLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4c59473d-48d7-4e23-89bd-2c1d95be3b25","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"jsonrpcLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca6efd4d-9f96-4a10-8ead-c9fc740d1fea"},{"name":"POST - NodeID - confd_dyncfg - file","id":"1ba328a3-863f-4574-8b8d-5bba847bc5d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e8c799d9-cda3-4a5d-b537-44c50c88f183","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ba328a3-863f-4574-8b8d-5bba847bc5d7"},{"name":"GET - NodeID - confd_dyncfg - file","id":"6a326b4e-422a-42ba-b197-ab02f62f4b61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/file?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","file"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5352954e-8b6e-48ea-ae7f-d9c28891bb4b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/file?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","file"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"6a326b4e-422a-42ba-b197-ab02f62f4b61"},{"name":"DELETE - NodeID - confd_dyncfg - file","id":"c6bde2f8-7c3e-43b2-bc26-4c6df1b2f636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"461e12f2-9d8d-49e1-94b3-5992a61fa1d8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6bde2f8-7c3e-43b2-bc26-4c6df1b2f636"},{"name":"PUT - NodeID - confd_dyncfg - file","id":"ced59a95-f1f7-4a4d-be5a-8fa2c7fa2558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e71b89be-5fce-4164-97cf-06759a060c27","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eeda6f7b-7080-4b6c-b1b4-6ad2422e0dc6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ced59a95-f1f7-4a4d-be5a-8fa2c7fa2558"},{"name":"POST - NodeID - confd_dyncfg - syslog","id":"8ed5b477-f06b-46d8-b561-b3398e9b75f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b4ad5291-85b2-44e7-8b7b-c0cb7a7690f9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ed5b477-f06b-46d8-b561-b3398e9b75f7"},{"name":"GET - NodeID - confd_dyncfg - syslog","id":"4d6fb6ae-7c37-4176-9693-be1e0ae60d73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/syslog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","syslog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2eb3a2cc-a0f0-424d-b853-ea49089ae6bd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/syslog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","syslog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}"}],"_postman_id":"4d6fb6ae-7c37-4176-9693-be1e0ae60d73"},{"name":"DELETE - NodeID - confd_dyncfg - syslog","id":"c962782b-ac3b-44ef-afbc-ce57ef13368c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ea3727a1-7b71-4fb0-a081-9af5c3f6a8a8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c962782b-ac3b-44ef-afbc-ce57ef13368c"},{"name":"PUT - NodeID - confd_dyncfg - syslog","id":"c5908324-e175-4013-8e97-1c5436babf89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","jsonrpcLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5680a873-0415-4145-9848-36731b935a26","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ba4a5eae-8f81-40c2-bf1b-2abc9bd0b76d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/jsonrpcLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5908324-e175-4013-8e97-1c5436babf89"},{"name":"POST - NodeID - confd_dyncfg - snmpLog","id":"e506f766-e267-4745-be2d-3aeea0eea573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"098c220f-82fb-490d-bb2e-88fa8a16baf7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  },\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e506f766-e267-4745-be2d-3aeea0eea573"},{"name":"GET - NodeID - confd_dyncfg - snmpLog","id":"891d6226-7e48-4b81-8a8a-0197a90854d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cc529740-5458-4d06-a3ef-49c4535389c7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snmpLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"891d6226-7e48-4b81-8a8a-0197a90854d4"},{"name":"DELETE - NodeID - confd_dyncfg - snmpLog","id":"5b8b5953-1194-4a2c-b8d2-f40464704050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e23f4172-470c-4c6b-96a5-b8c74c14bac6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b8b5953-1194-4a2c-b8d2-f40464704050"},{"name":"PUT - NodeID - confd_dyncfg - snmpLog","id":"ba2e0b4c-a389-4f54-827c-c61f080340a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"snmpLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0425cf1e-8692-49d0-8b03-b8e676e2c474","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e3d679e1-711f-4dd9-80f0-e08db346b0b8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpLog\": {\n    \"enabled\": true,\n    \"file\": {\n      \"name\": \"Some name\",\n      \"enabled\": false\n    },\n    \"syslog\": {\n      \"enabled\": false,\n      \"facility\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba2e0b4c-a389-4f54-827c-c61f080340a0"},{"name":"POST - NodeID - confd_dyncfg - file","id":"ce79cf2e-7f48-4c64-b12c-98c871a72047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8a1d34f4-af5c-4b4a-9b18-0db1683c78a2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"name\": \"Some name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce79cf2e-7f48-4c64-b12c-98c871a72047"},{"name":"GET - NodeID - confd_dyncfg - file","id":"26ea1afd-9cea-45cb-b170-9c5b13c1c8fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/file?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","file"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b21dc146-7eeb-4825-97c2-837b44c168e4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/file?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","file"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"26ea1afd-9cea-45cb-b170-9c5b13c1c8fc"},{"name":"DELETE - NodeID - confd_dyncfg - file","id":"3d973e5e-97f9-4de9-981e-1a3d234acac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e2614348-dad4-415f-9237-b005af6627b9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d973e5e-97f9-4de9-981e-1a3d234acac9"},{"name":"PUT - NodeID - confd_dyncfg - file","id":"0b5245b1-1352-4d56-b016-8868c123bbb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/file","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9f367a46-36c8-4e12-b837-e20d0e2cd3b1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1a2a072f-8e37-4416-aabc-849a64103141","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"name\": \"Some name\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b5245b1-1352-4d56-b016-8868c123bbb0"},{"name":"POST - NodeID - confd_dyncfg - syslog","id":"f329bcd7-0e54-4d1b-b38f-67e93907efc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ade1c4a-7fac-4c95-b3ca-f2d06dd3ff4f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"facility\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f329bcd7-0e54-4d1b-b38f-67e93907efc8"},{"name":"GET - NodeID - confd_dyncfg - syslog","id":"0a803019-9c7f-474b-b712-1a3193451a35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/syslog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","syslog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2547ecfa-a7b6-4bc6-9271-6f09d285b709","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/syslog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","syslog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}"}],"_postman_id":"0a803019-9c7f-474b-b712-1a3193451a35"},{"name":"DELETE - NodeID - confd_dyncfg - syslog","id":"34aec31e-96ea-4b2e-a368-32ea40bcffc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"104cd5fb-ddde-491b-8e29-781861df3148","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34aec31e-96ea-4b2e-a368-32ea40bcffc4"},{"name":"PUT - NodeID - confd_dyncfg - syslog","id":"8a890843-e362-491c-aa4d-6e7e66cbbb97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/syslog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpLog","syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"591197b7-873e-4eb4-996b-d191fb462b4f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e81b9b37-3a4a-4c9b-bcf9-5877241f48af","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"enabled\": false,\n    \"facility\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpLog/syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a890843-e362-491c-aa4d-6e7e66cbbb97"},{"name":"POST - NodeID - confd_dyncfg - snmpGatewayLog","id":"22d9a1e1-dd29-4fa5-adbe-7ce32585fd31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"northbound\": false,\n  \"southbound\": false,\n  \"filename\": \"Some filename\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpGatewayLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpGatewayLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1f9b37d6-724e-427b-93dd-4a529538df64","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"northbound\": false,\n  \"southbound\": false,\n  \"filename\": \"Some filename\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpGatewayLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22d9a1e1-dd29-4fa5-adbe-7ce32585fd31"},{"name":"GET - NodeID - confd_dyncfg - snmpGatewayLog","id":"fcc9c397-22e7-43c7-89e7-863af4bf9415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpGatewayLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpGatewayLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f2e860d4-9486-4795-aa65-5a2648d0754a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpGatewayLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpGatewayLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snmpGatewayLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"northbound\": false,\n    \"southbound\": false\n  }\n}"}],"_postman_id":"fcc9c397-22e7-43c7-89e7-863af4bf9415"},{"name":"DELETE - NodeID - confd_dyncfg - snmpGatewayLog","id":"4cce0dd7-f147-4bb7-983d-ee7844b25d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpGatewayLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpGatewayLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4f2aeaf6-6548-47bc-b1b0-a2925b05b845","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpGatewayLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4cce0dd7-f147-4bb7-983d-ee7844b25d5d"},{"name":"PUT - NodeID - confd_dyncfg - snmpGatewayLog","id":"b98419f1-5ce8-4b06-8542-9ec37c239f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"snmpGatewayLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"northbound\": false,\n    \"southbound\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpGatewayLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","snmpGatewayLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4e53208b-0635-4fbb-b951-e61ed77a67a5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpGatewayLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"northbound\": false,\n    \"southbound\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpGatewayLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f635b1b6-8a3e-48c5-837b-13cab115fd05","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpGatewayLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"northbound\": false,\n    \"southbound\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/snmpGatewayLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b98419f1-5ce8-4b06-8542-9ec37c239f93"},{"name":"POST - NodeID - confd_dyncfg - webuiBrowserLog","id":"58e4296b-c89b-45e2-8ab2-0542856828ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"filename\": \"Some filename\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiBrowserLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiBrowserLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0185aadd-ff50-4880-914c-b2c7ad026493","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"filename\": \"Some filename\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiBrowserLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"58e4296b-c89b-45e2-8ab2-0542856828ca"},{"name":"GET - NodeID - confd_dyncfg - webuiBrowserLog","id":"006fa850-16e2-455c-84a0-87958940629f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiBrowserLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiBrowserLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b6122b83-39eb-48d0-890c-1831eb578c46","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiBrowserLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiBrowserLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"webuiBrowserLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"006fa850-16e2-455c-84a0-87958940629f"},{"name":"DELETE - NodeID - confd_dyncfg - webuiBrowserLog","id":"50096881-b08f-46d0-ba0a-b4ac0c99eb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiBrowserLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiBrowserLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"03cb160e-279e-4c6c-b16c-c084b8717b6d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiBrowserLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50096881-b08f-46d0-ba0a-b4ac0c99eb2e"},{"name":"PUT - NodeID - confd_dyncfg - webuiBrowserLog","id":"01001046-e641-4bf3-b9ab-f264de6b1bd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"webuiBrowserLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiBrowserLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiBrowserLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"919b3f16-5218-42ca-af8e-494ed543bcb1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webuiBrowserLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiBrowserLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"152fb386-1840-4845-a47c-76963060ff2a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webuiBrowserLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiBrowserLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01001046-e641-4bf3-b9ab-f264de6b1bd2"},{"name":"POST - NodeID - confd_dyncfg - webuiAccessLog","id":"8bf17d1d-03a5-497a-9bde-b023770e0497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"trafficLog\": false,\n  \"dir\": \"Some dir\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiAccessLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiAccessLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d4d5a4ed-fbc8-4ba6-acf1-3cf468edf234","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"trafficLog\": false,\n  \"dir\": \"Some dir\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiAccessLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8bf17d1d-03a5-497a-9bde-b023770e0497"},{"name":"GET - NodeID - confd_dyncfg - webuiAccessLog","id":"cdd0b30f-1ef7-477c-9555-2264692725cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiAccessLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiAccessLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c8a58c9a-defe-434d-b800-ec1e755b9039","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiAccessLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiAccessLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"webuiAccessLog\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false,\n    \"trafficLog\": false\n  }\n}"}],"_postman_id":"cdd0b30f-1ef7-477c-9555-2264692725cc"},{"name":"DELETE - NodeID - confd_dyncfg - webuiAccessLog","id":"d981d223-53b4-41e9-b80f-d707f78c6cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiAccessLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiAccessLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"78daf2cc-04b3-4498-842f-9aef426cee67","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiAccessLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d981d223-53b4-41e9-b80f-d707f78c6cf8"},{"name":"PUT - NodeID - confd_dyncfg - webuiAccessLog","id":"5c78c09e-b592-4aa1-afe6-960862a73a0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"webuiAccessLog\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false,\n    \"trafficLog\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiAccessLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","webuiAccessLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d7cea167-55ec-461e-8d5e-3cdcb920a3c8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webuiAccessLog\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false,\n    \"trafficLog\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiAccessLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5b628925-0fbe-4f50-8423-31a2899f5998","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webuiAccessLog\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false,\n    \"trafficLog\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/webuiAccessLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5c78c09e-b592-4aa1-afe6-960862a73a0d"},{"name":"POST - NodeID - confd_dyncfg - netconfTraceLog","id":"9d1aec75-8d7c-49ad-83ed-6cd724148baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"filename\": \"Some filename\",\n  \"format\": \"pretty\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfTraceLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfTraceLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ce33ac59-4617-44b7-8acd-a6f9fe66b69b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"filename\": \"Some filename\",\n  \"format\": \"pretty\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfTraceLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d1aec75-8d7c-49ad-83ed-6cd724148baf"},{"name":"GET - NodeID - confd_dyncfg - netconfTraceLog","id":"dd1db3fd-2219-43de-a800-88939e9203b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfTraceLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfTraceLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c3f66403-db40-44b7-af3b-f5ba563d1d7c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfTraceLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfTraceLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconfTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"format\": \"pretty\"\n  }\n}"}],"_postman_id":"dd1db3fd-2219-43de-a800-88939e9203b1"},{"name":"DELETE - NodeID - confd_dyncfg - netconfTraceLog","id":"ec6d9105-fda6-4241-b668-bd104f3a01e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfTraceLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfTraceLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"050e8a62-f064-40a0-854e-6a243fad1bb3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfTraceLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec6d9105-fda6-4241-b668-bd104f3a01e0"},{"name":"PUT - NodeID - confd_dyncfg - netconfTraceLog","id":"a55b80d8-701e-43a3-bb91-e602afde5c03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconfTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"format\": \"pretty\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfTraceLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","netconfTraceLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9bad8af4-0277-41be-9e57-c2271454cd99","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconfTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"format\": \"pretty\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfTraceLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7f73e2da-a392-4cda-9e32-89575e5054d8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconfTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"format\": \"pretty\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/netconfTraceLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a55b80d8-701e-43a3-bb91-e602afde5c03"},{"name":"POST - NodeID - confd_dyncfg - xpathTraceLog","id":"872ae9e7-09e6-4e94-b66a-8a88cf925957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"filename\": \"Some filename\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/xpathTraceLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","xpathTraceLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4cb5fe00-1778-4dfd-9951-0f4d54062bb3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"filename\": \"Some filename\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/xpathTraceLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"872ae9e7-09e6-4e94-b66a-8a88cf925957"},{"name":"GET - NodeID - confd_dyncfg - xpathTraceLog","id":"5d96c12a-0c68-4aa4-8364-09ee59088324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/xpathTraceLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","xpathTraceLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"43198613-d8eb-491d-8fb4-6ae345579ae2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/xpathTraceLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","xpathTraceLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xpathTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"5d96c12a-0c68-4aa4-8364-09ee59088324"},{"name":"DELETE - NodeID - confd_dyncfg - xpathTraceLog","id":"fe4c3ec9-6139-448f-927a-31b171386eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/xpathTraceLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","xpathTraceLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cb96ebcc-b89c-4c2b-92d5-0fdea976c392","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/xpathTraceLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe4c3ec9-6139-448f-927a-31b171386eab"},{"name":"PUT - NodeID - confd_dyncfg - xpathTraceLog","id":"27a2bf10-f3d3-4dd5-9f81-4653f99e88da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xpathTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/xpathTraceLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","xpathTraceLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4ad8a57e-a77d-42cd-9029-856a9bcb7f16","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xpathTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/xpathTraceLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"13688df2-332e-4317-924f-3e735f04cab2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xpathTraceLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/xpathTraceLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27a2bf10-f3d3-4dd5-9f81-4653f99e88da"},{"name":"POST - NodeID - confd_dyncfg - errorLog","id":"6d5e35b7-2be4-48d4-944e-26eb2d3c591a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"filename\": \"Some filename\",\n  \"maxSize\": \"S1M\",\n  \"debug\": {\n    \"enabled\": false,\n    \"level\": 2,\n    \"tag\": [\n      \"Some tag\",\n      \"Some tag\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"984063d1-8c50-47f2-bb67-3eaf26c6cc97","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"filename\": \"Some filename\",\n  \"maxSize\": \"S1M\",\n  \"debug\": {\n    \"enabled\": false,\n    \"level\": 2,\n    \"tag\": [\n      \"Some tag\",\n      \"Some tag\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d5e35b7-2be4-48d4-944e-26eb2d3c591a"},{"name":"GET - NodeID - confd_dyncfg - errorLog","id":"4a2a6592-aee3-4139-b2eb-c86b0cc8a448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"efdd1208-3c8a-49d7-9a48-7deafd9e3c79","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"maxSize\": \"S1M\",\n    \"debug\": {\n      \"enabled\": false,\n      \"level\": 2,\n      \"tag\": [\n        \"Some tag\",\n        \"Some tag\"\n      ]\n    }\n  }\n}"}],"_postman_id":"4a2a6592-aee3-4139-b2eb-c86b0cc8a448"},{"name":"DELETE - NodeID - confd_dyncfg - errorLog","id":"b9c9d458-e9a2-44fe-a03f-7f947de44b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0be2635a-6ba7-4923-b28f-5d81ec69f5df","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9c9d458-e9a2-44fe-a03f-7f947de44b4a"},{"name":"PUT - NodeID - confd_dyncfg - errorLog","id":"7fe75b95-5340-4ee6-97e4-219bf52b25bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"errorLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"maxSize\": \"S1M\",\n    \"debug\": {\n      \"enabled\": false,\n      \"level\": 2,\n      \"tag\": [\n        \"Some tag\",\n        \"Some tag\"\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f1704379-a690-49a5-b946-de79961e7bd8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"errorLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"maxSize\": \"S1M\",\n    \"debug\": {\n      \"enabled\": false,\n      \"level\": 2,\n      \"tag\": [\n        \"Some tag\",\n        \"Some tag\"\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bba26040-c412-429b-a58f-8945cb62a21e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"errorLog\": {\n    \"filename\": \"Some filename\",\n    \"enabled\": false,\n    \"maxSize\": \"S1M\",\n    \"debug\": {\n      \"enabled\": false,\n      \"level\": 2,\n      \"tag\": [\n        \"Some tag\",\n        \"Some tag\"\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fe75b95-5340-4ee6-97e4-219bf52b25bb"},{"name":"POST - NodeID - confd_dyncfg - debug","id":"f56b0b47-5bf9-41cd-aa46-8940081ef9d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"level\": 2,\n  \"tag\": [\n    \"Some tag\",\n    \"Some tag\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog/debug","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog","debug"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a46b0f64-b73a-4081-8d91-865b1ead6c39","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"level\": 2,\n  \"tag\": [\n    \"Some tag\",\n    \"Some tag\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog/debug"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f56b0b47-5bf9-41cd-aa46-8940081ef9d9"},{"name":"GET - NodeID - confd_dyncfg - debug","id":"b8be73a1-e4af-46a6-a40b-02d48b05bbbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog/debug?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog","debug"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7a3e5994-b8e5-4876-9181-d22d1856c8e4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog/debug?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog","debug"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"debug\": {\n    \"enabled\": false,\n    \"level\": 2,\n    \"tag\": [\n      \"Some tag\",\n      \"Some tag\"\n    ]\n  }\n}"}],"_postman_id":"b8be73a1-e4af-46a6-a40b-02d48b05bbbf"},{"name":"DELETE - NodeID - confd_dyncfg - debug","id":"bd96c4e8-3aa7-4af6-9e63-bf972c1e86c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog/debug","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog","debug"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b621a947-c31a-4be2-8d0a-5c5e526314fa","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog/debug"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd96c4e8-3aa7-4af6-9e63-bf972c1e86c2"},{"name":"PUT - NodeID - confd_dyncfg - debug","id":"68021131-7c15-41c6-aa58-0f03ff9adcda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"debug\": {\n    \"enabled\": false,\n    \"level\": 2,\n    \"tag\": [\n      \"Some tag\",\n      \"Some tag\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog/debug","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","errorLog","debug"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8d655a35-22c8-4644-8be8-5059f2eae07d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"debug\": {\n    \"enabled\": false,\n    \"level\": 2,\n    \"tag\": [\n      \"Some tag\",\n      \"Some tag\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog/debug"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cc84b8c0-51d1-417d-b39d-a205796bd950","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"debug\": {\n    \"enabled\": false,\n    \"level\": 2,\n    \"tag\": [\n      \"Some tag\",\n      \"Some tag\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/errorLog/debug"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68021131-7c15-41c6-aa58-0f03ff9adcda"},{"name":"POST - NodeID - confd_dyncfg - progressTrace","id":"b1f805e4-eee6-43ca-a7fc-21c2b2902137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"dir\": \"Some dir\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/progressTrace","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","progressTrace"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"103a8128-1308-43a6-8b17-4e7c9f3d7d03","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"dir\": \"Some dir\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/progressTrace"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1f805e4-eee6-43ca-a7fc-21c2b2902137"},{"name":"GET - NodeID - confd_dyncfg - progressTrace","id":"59451959-d923-430c-9e4a-0d14521aad1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/progressTrace?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","progressTrace"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"23a09f01-fd2f-45c8-b4c0-994307f02b1d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/progressTrace?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","progressTrace"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"progressTrace\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"59451959-d923-430c-9e4a-0d14521aad1c"},{"name":"DELETE - NodeID - confd_dyncfg - progressTrace","id":"7fd37486-136d-4a32-9a16-895f15aa7d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/progressTrace","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","progressTrace"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ac5556c2-5850-4c0c-91e3-4b0fa98955fd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/progressTrace"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fd37486-136d-4a32-9a16-895f15aa7d77"},{"name":"PUT - NodeID - confd_dyncfg - progressTrace","id":"88ac7b50-bc13-460a-84ca-67b7c5fa133c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"progressTrace\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/progressTrace","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","logs","progressTrace"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f7f1902d-66ed-41d9-9659-ab3d507eb145","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"progressTrace\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/progressTrace"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"17128570-8386-4b2d-96af-696b28d2e174","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"progressTrace\": {\n    \"dir\": \"Some dir\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/logs/progressTrace"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88ac7b50-bc13-460a-84ca-67b7c5fa133c"},{"name":"POST - NodeID - confd_dyncfg - sessionLimits","id":"8c3b5524-2453-4be9-b376-7a2909d117b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maxSessions\": \"unbounded\",\n  \"sessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ],\n  \"maxConfigSessions\": \"unbounded\",\n  \"configSessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"26ca5cd6-cf08-4487-ae0c-b391dfa566dd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maxSessions\": \"unbounded\",\n  \"sessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ],\n  \"maxConfigSessions\": \"unbounded\",\n  \"configSessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c3b5524-2453-4be9-b376-7a2909d117b1"},{"name":"GET - NodeID - confd_dyncfg - sessionLimits","id":"4ae0f494-9df4-474b-9f11-379f3596ae2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"67aa04fb-b27b-481f-8b7c-8ccca2835f18","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sessionLimits\": {\n    \"maxSessions\": \"unbounded\",\n    \"sessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ],\n    \"maxConfigSessions\": \"unbounded\",\n    \"configSessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ]\n  }\n}"}],"_postman_id":"4ae0f494-9df4-474b-9f11-379f3596ae2a"},{"name":"DELETE - NodeID - confd_dyncfg - sessionLimits","id":"796ff489-77f7-410f-a83b-f6269ab3fa3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c222437b-8ac0-4cf9-a470-de888b242e8f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"796ff489-77f7-410f-a83b-f6269ab3fa3e"},{"name":"PUT - NodeID - confd_dyncfg - sessionLimits","id":"41665835-408f-4e8e-8afa-ebf20a62568e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sessionLimits\": {\n    \"maxSessions\": \"unbounded\",\n    \"sessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ],\n    \"maxConfigSessions\": \"unbounded\",\n    \"configSessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ecf2c7b-3e16-47f1-ad8c-a56bf49a5827","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sessionLimits\": {\n    \"maxSessions\": \"unbounded\",\n    \"sessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ],\n    \"maxConfigSessions\": \"unbounded\",\n    \"configSessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ec865213-e432-4c3d-940e-de71055390b2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sessionLimits\": {\n    \"maxSessions\": \"unbounded\",\n    \"sessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ],\n    \"maxConfigSessions\": \"unbounded\",\n    \"configSessionLimit\": [\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      },\n      {\n        \"maxSessions\": \"<string>\",\n        \"context\": \"Some context\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41665835-408f-4e8e-8afa-ebf20a62568e"},{"name":"POST - NodeID - confd_dyncfg - sessionLimit","id":"0e3bdbdf-f09f-4a6d-830e-09f34339f0f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maxSessions\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/sessionLimit=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","sessionLimit=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b6b7da00-e02d-44be-a058-853058d1e657","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maxSessions\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/sessionLimit=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e3bdbdf-f09f-4a6d-830e-09f34339f0f5"},{"name":"GET - NodeID - confd_dyncfg - sessionLimit","id":"601be971-9f26-4b18-af9b-ec4f9c7e7d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/sessionLimit=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","sessionLimit=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"69efca89-2799-49b9-bcd2-6f0764c29e18","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/sessionLimit=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","sessionLimit=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}"}],"_postman_id":"601be971-9f26-4b18-af9b-ec4f9c7e7d8b"},{"name":"DELETE - NodeID - confd_dyncfg - sessionLimit","id":"be9f1221-c9bc-4298-96a6-6f7c9d862609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/sessionLimit=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","sessionLimit=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1a76cb94-4c93-4e21-a831-aa7b0f797d36","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/sessionLimit=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be9f1221-c9bc-4298-96a6-6f7c9d862609"},{"name":"PUT - NodeID - confd_dyncfg - sessionLimit","id":"6d91603e-34b7-4253-ab99-8338238b88e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/sessionLimit=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","sessionLimit=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ee8b208e-780f-4c07-871f-a4111767a934","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/sessionLimit=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c37cbe03-51a7-4cf3-b973-2e4d88bee8f4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/sessionLimit=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d91603e-34b7-4253-ab99-8338238b88e1"},{"name":"POST - NodeID - confd_dyncfg - configSessionLimit","id":"b4d18a83-9b21-478d-bfb7-a2c7d96b7ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maxSessions\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/configSessionLimit=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","configSessionLimit=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"144a7c3b-c9d4-4b83-bdbe-90018f45cfcc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maxSessions\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/configSessionLimit=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4d18a83-9b21-478d-bfb7-a2c7d96b7ff0"},{"name":"GET - NodeID - confd_dyncfg - configSessionLimit","id":"83240947-af59-40dc-90b7-b16aceeab155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/configSessionLimit=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","configSessionLimit=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1ae83e83-f22b-492c-b98e-8e1013530b4b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/configSessionLimit=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","configSessionLimit=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configSessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}"}],"_postman_id":"83240947-af59-40dc-90b7-b16aceeab155"},{"name":"DELETE - NodeID - confd_dyncfg - configSessionLimit","id":"e2ae3a3f-fab8-48cb-bbc9-3a5ac385cfbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/configSessionLimit=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","configSessionLimit=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d0b9154f-463f-4d43-a3c7-9119781c1fd0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/configSessionLimit=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e2ae3a3f-fab8-48cb-bbc9-3a5ac385cfbd"},{"name":"PUT - NodeID - confd_dyncfg - configSessionLimit","id":"7a103c0e-54c5-4aea-a900-35903b2ce0ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configSessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/configSessionLimit=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","sessionLimits","configSessionLimit=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4878bd65-76f2-435d-9618-b1626f57e401","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configSessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/configSessionLimit=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0db1928d-fe14-4490-9a30-af2d3d36ca3f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configSessionLimit\": [\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    },\n    {\n      \"maxSessions\": \"<string>\",\n      \"context\": \"Some context\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/sessionLimits/configSessionLimit=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a103c0e-54c5-4aea-a900-35903b2ce0ad"},{"name":"POST - NodeID - confd_dyncfg - parserLimits","id":"4b948f9a-5b4e-489d-bd41-4895b6156451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maxTagLength\": \"1024\",\n  \"maxAttributeLength\": \"1024\",\n  \"maxAttributeValueLength\": \"16384\",\n  \"maxAttributeCount\": \"64\",\n  \"maxXmlnsPrefixLength\": \"1024\",\n  \"maxXmlnsValueLength\": \"1024\",\n  \"maxXmlnsCount\": \"1024\",\n  \"maxDataLength\": \"unbounded\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/parserLimits","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","parserLimits"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5051dfd1-162d-48a3-bff0-c30ac3fab730","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maxTagLength\": \"1024\",\n  \"maxAttributeLength\": \"1024\",\n  \"maxAttributeValueLength\": \"16384\",\n  \"maxAttributeCount\": \"64\",\n  \"maxXmlnsPrefixLength\": \"1024\",\n  \"maxXmlnsValueLength\": \"1024\",\n  \"maxXmlnsCount\": \"1024\",\n  \"maxDataLength\": \"unbounded\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/parserLimits"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b948f9a-5b4e-489d-bd41-4895b6156451"},{"name":"GET - NodeID - confd_dyncfg - parserLimits","id":"ffe5d6e7-01e2-4073-9df7-8085c6582c65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/parserLimits?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","parserLimits"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8f43807a-57b8-47ae-9085-770de1500c13","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/parserLimits?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","parserLimits"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"parserLimits\": {\n    \"maxTagLength\": \"1024\",\n    \"maxAttributeLength\": \"1024\",\n    \"maxAttributeValueLength\": \"16384\",\n    \"maxAttributeCount\": \"64\",\n    \"maxXmlnsPrefixLength\": \"1024\",\n    \"maxXmlnsValueLength\": \"1024\",\n    \"maxXmlnsCount\": \"1024\",\n    \"maxDataLength\": \"unbounded\"\n  }\n}"}],"_postman_id":"ffe5d6e7-01e2-4073-9df7-8085c6582c65"},{"name":"DELETE - NodeID - confd_dyncfg - parserLimits","id":"2f45268b-cb91-473f-b6bc-57fd24147eb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/parserLimits","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","parserLimits"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8a1b5ea7-00de-49f9-885a-3bae589855ba","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/parserLimits"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f45268b-cb91-473f-b6bc-57fd24147eb6"},{"name":"PUT - NodeID - confd_dyncfg - parserLimits","id":"2de26c46-d41e-471a-9862-c7c8010b120a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"parserLimits\": {\n    \"maxTagLength\": \"1024\",\n    \"maxAttributeLength\": \"1024\",\n    \"maxAttributeValueLength\": \"16384\",\n    \"maxAttributeCount\": \"64\",\n    \"maxXmlnsPrefixLength\": \"1024\",\n    \"maxXmlnsValueLength\": \"1024\",\n    \"maxXmlnsCount\": \"1024\",\n    \"maxDataLength\": \"unbounded\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/parserLimits","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","parserLimits"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ec6103d-50a0-451e-bf7a-01b350f900fe","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"parserLimits\": {\n    \"maxTagLength\": \"1024\",\n    \"maxAttributeLength\": \"1024\",\n    \"maxAttributeValueLength\": \"16384\",\n    \"maxAttributeCount\": \"64\",\n    \"maxXmlnsPrefixLength\": \"1024\",\n    \"maxXmlnsValueLength\": \"1024\",\n    \"maxXmlnsCount\": \"1024\",\n    \"maxDataLength\": \"unbounded\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/parserLimits"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5b08a361-2cd7-41bd-b695-7e57304f2bbc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"parserLimits\": {\n    \"maxTagLength\": \"1024\",\n    \"maxAttributeLength\": \"1024\",\n    \"maxAttributeValueLength\": \"16384\",\n    \"maxAttributeCount\": \"64\",\n    \"maxXmlnsPrefixLength\": \"1024\",\n    \"maxXmlnsValueLength\": \"1024\",\n    \"maxXmlnsCount\": \"1024\",\n    \"maxDataLength\": \"unbounded\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/parserLimits"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2de26c46-d41e-471a-9862-c7c8010b120a"},{"name":"POST - NodeID - confd_dyncfg - aaa","id":"0c616e7e-7971-41f1-9935-287896b468fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sshPubkeyAuthentication\": \"system\",\n  \"sshLoginGraceTime\": \"PT10M\",\n  \"sshMaxAuthTries\": \"unbounded\",\n  \"defaultGroup\": \"Some defaultGroup\",\n  \"authOrder\": \"Some authOrder\",\n  \"validationOrder\": \"Some validationOrder\",\n  \"expirationWarning\": \"ignore\",\n  \"auditUserName\": \"always\",\n  \"maxPasswordLength\": 32,\n  \"pam\": {\n    \"enabled\": false,\n    \"service\": \"common-auth\",\n    \"timeout\": \"PT10S\"\n  },\n  \"rest\": {\n    \"authCacheTTL\": \"PT10S\",\n    \"enableAuthCacheClientIp\": false\n  },\n  \"externalAuthentication\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  },\n  \"localAuthentication\": {\n    \"enabled\": true\n  },\n  \"authenticationCallback\": {\n    \"enabled\": false\n  },\n  \"externalValidation\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  },\n  \"validationCallback\": {\n    \"enabled\": false\n  },\n  \"authorization\": {\n    \"enabled\": true,\n    \"callback\": {\n      \"enabled\": false\n    },\n    \"nacmCompliant\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"05f4ab8f-1226-4a67-b2af-02c1060aa49d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sshPubkeyAuthentication\": \"system\",\n  \"sshLoginGraceTime\": \"PT10M\",\n  \"sshMaxAuthTries\": \"unbounded\",\n  \"defaultGroup\": \"Some defaultGroup\",\n  \"authOrder\": \"Some authOrder\",\n  \"validationOrder\": \"Some validationOrder\",\n  \"expirationWarning\": \"ignore\",\n  \"auditUserName\": \"always\",\n  \"maxPasswordLength\": 32,\n  \"pam\": {\n    \"enabled\": false,\n    \"service\": \"common-auth\",\n    \"timeout\": \"PT10S\"\n  },\n  \"rest\": {\n    \"authCacheTTL\": \"PT10S\",\n    \"enableAuthCacheClientIp\": false\n  },\n  \"externalAuthentication\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  },\n  \"localAuthentication\": {\n    \"enabled\": true\n  },\n  \"authenticationCallback\": {\n    \"enabled\": false\n  },\n  \"externalValidation\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  },\n  \"validationCallback\": {\n    \"enabled\": false\n  },\n  \"authorization\": {\n    \"enabled\": true,\n    \"callback\": {\n      \"enabled\": false\n    },\n    \"nacmCompliant\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c616e7e-7971-41f1-9935-287896b468fa"},{"name":"GET - NodeID - confd_dyncfg - aaa","id":"81ab984a-d296-426f-aa23-d6ce06de9d9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4ec1cbb2-6bbb-471b-800c-c1589641dd09","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"aaa\": {\n    \"sshPubkeyAuthentication\": \"system\",\n    \"sshLoginGraceTime\": \"PT10M\",\n    \"sshMaxAuthTries\": \"unbounded\",\n    \"defaultGroup\": \"Some defaultGroup\",\n    \"authOrder\": \"Some authOrder\",\n    \"validationOrder\": \"Some validationOrder\",\n    \"expirationWarning\": \"ignore\",\n    \"auditUserName\": \"always\",\n    \"maxPasswordLength\": 32,\n    \"pam\": {\n      \"enabled\": false,\n      \"service\": \"common-auth\",\n      \"timeout\": \"PT10S\"\n    },\n    \"rest\": {\n      \"authCacheTTL\": \"PT10S\",\n      \"enableAuthCacheClientIp\": false\n    },\n    \"externalAuthentication\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"localAuthentication\": {\n      \"enabled\": true\n    },\n    \"authenticationCallback\": {\n      \"enabled\": false\n    },\n    \"externalValidation\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"validationCallback\": {\n      \"enabled\": false\n    },\n    \"authorization\": {\n      \"enabled\": true,\n      \"callback\": {\n        \"enabled\": false\n      },\n      \"nacmCompliant\": true\n    }\n  }\n}"}],"_postman_id":"81ab984a-d296-426f-aa23-d6ce06de9d9b"},{"name":"DELETE - NodeID - confd_dyncfg - aaa","id":"78e4e116-ae85-44fa-8e44-14f1a556f4d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4dcadeb0-fb7f-42e5-8ce6-98e57451277a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78e4e116-ae85-44fa-8e44-14f1a556f4d8"},{"name":"PUT - NodeID - confd_dyncfg - aaa","id":"2f74cec1-067a-4fd4-bf44-c1034e6134e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"aaa\": {\n    \"sshPubkeyAuthentication\": \"system\",\n    \"sshLoginGraceTime\": \"PT10M\",\n    \"sshMaxAuthTries\": \"unbounded\",\n    \"defaultGroup\": \"Some defaultGroup\",\n    \"authOrder\": \"Some authOrder\",\n    \"validationOrder\": \"Some validationOrder\",\n    \"expirationWarning\": \"ignore\",\n    \"auditUserName\": \"always\",\n    \"maxPasswordLength\": 32,\n    \"pam\": {\n      \"enabled\": false,\n      \"service\": \"common-auth\",\n      \"timeout\": \"PT10S\"\n    },\n    \"rest\": {\n      \"authCacheTTL\": \"PT10S\",\n      \"enableAuthCacheClientIp\": false\n    },\n    \"externalAuthentication\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"localAuthentication\": {\n      \"enabled\": true\n    },\n    \"authenticationCallback\": {\n      \"enabled\": false\n    },\n    \"externalValidation\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"validationCallback\": {\n      \"enabled\": false\n    },\n    \"authorization\": {\n      \"enabled\": true,\n      \"callback\": {\n        \"enabled\": false\n      },\n      \"nacmCompliant\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"60ea4163-640a-4848-9e79-0bea861d4b99","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"aaa\": {\n    \"sshPubkeyAuthentication\": \"system\",\n    \"sshLoginGraceTime\": \"PT10M\",\n    \"sshMaxAuthTries\": \"unbounded\",\n    \"defaultGroup\": \"Some defaultGroup\",\n    \"authOrder\": \"Some authOrder\",\n    \"validationOrder\": \"Some validationOrder\",\n    \"expirationWarning\": \"ignore\",\n    \"auditUserName\": \"always\",\n    \"maxPasswordLength\": 32,\n    \"pam\": {\n      \"enabled\": false,\n      \"service\": \"common-auth\",\n      \"timeout\": \"PT10S\"\n    },\n    \"rest\": {\n      \"authCacheTTL\": \"PT10S\",\n      \"enableAuthCacheClientIp\": false\n    },\n    \"externalAuthentication\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"localAuthentication\": {\n      \"enabled\": true\n    },\n    \"authenticationCallback\": {\n      \"enabled\": false\n    },\n    \"externalValidation\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"validationCallback\": {\n      \"enabled\": false\n    },\n    \"authorization\": {\n      \"enabled\": true,\n      \"callback\": {\n        \"enabled\": false\n      },\n      \"nacmCompliant\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9c01d113-2312-4b1f-9799-8dde98dd10b8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"aaa\": {\n    \"sshPubkeyAuthentication\": \"system\",\n    \"sshLoginGraceTime\": \"PT10M\",\n    \"sshMaxAuthTries\": \"unbounded\",\n    \"defaultGroup\": \"Some defaultGroup\",\n    \"authOrder\": \"Some authOrder\",\n    \"validationOrder\": \"Some validationOrder\",\n    \"expirationWarning\": \"ignore\",\n    \"auditUserName\": \"always\",\n    \"maxPasswordLength\": 32,\n    \"pam\": {\n      \"enabled\": false,\n      \"service\": \"common-auth\",\n      \"timeout\": \"PT10S\"\n    },\n    \"rest\": {\n      \"authCacheTTL\": \"PT10S\",\n      \"enableAuthCacheClientIp\": false\n    },\n    \"externalAuthentication\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"localAuthentication\": {\n      \"enabled\": true\n    },\n    \"authenticationCallback\": {\n      \"enabled\": false\n    },\n    \"externalValidation\": {\n      \"enabled\": false,\n      \"executable\": \"Some executable\",\n      \"useBase64\": false,\n      \"includeExtra\": false\n    },\n    \"validationCallback\": {\n      \"enabled\": false\n    },\n    \"authorization\": {\n      \"enabled\": true,\n      \"callback\": {\n        \"enabled\": false\n      },\n      \"nacmCompliant\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f74cec1-067a-4fd4-bf44-c1034e6134e1"},{"name":"POST - NodeID - confd_dyncfg - pam","id":"baa101ca-67cf-4157-8eb1-061975398952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"service\": \"common-auth\",\n  \"timeout\": \"PT10S\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/pam","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","pam"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2dd03b8d-eda0-4cdf-9e93-8962fac8f4b3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"service\": \"common-auth\",\n  \"timeout\": \"PT10S\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/pam"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"baa101ca-67cf-4157-8eb1-061975398952"},{"name":"GET - NodeID - confd_dyncfg - pam","id":"445cc529-409f-4557-92d1-7626c70751e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/pam?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","pam"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4c69825a-3818-43ac-aa53-4bbd59aafb5f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/pam?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","pam"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pam\": {\n    \"enabled\": false,\n    \"service\": \"common-auth\",\n    \"timeout\": \"PT10S\"\n  }\n}"}],"_postman_id":"445cc529-409f-4557-92d1-7626c70751e5"},{"name":"DELETE - NodeID - confd_dyncfg - pam","id":"64257aba-4d14-4318-a45d-d851225c8e41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/pam","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","pam"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"596471f3-feed-404d-ab4c-d2d74dbcfd9a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/pam"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"64257aba-4d14-4318-a45d-d851225c8e41"},{"name":"PUT - NodeID - confd_dyncfg - pam","id":"1139e6e2-123b-4141-8375-9577db5ff886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pam\": {\n    \"enabled\": false,\n    \"service\": \"common-auth\",\n    \"timeout\": \"PT10S\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/pam","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","pam"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"567e07f2-01dc-4268-bd4b-cfb7c1c6c52c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pam\": {\n    \"enabled\": false,\n    \"service\": \"common-auth\",\n    \"timeout\": \"PT10S\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/pam"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d8393278-b17f-4f5c-b896-46a565e96ca9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pam\": {\n    \"enabled\": false,\n    \"service\": \"common-auth\",\n    \"timeout\": \"PT10S\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/pam"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1139e6e2-123b-4141-8375-9577db5ff886"},{"name":"POST - NodeID - confd_dyncfg - rest","id":"f957eef5-ee10-42ac-b3c6-c7afb63c2daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"authCacheTTL\": \"PT10S\",\n  \"enableAuthCacheClientIp\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/rest","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","rest"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4df835a5-2f51-47d9-9b3c-99ff30e7e850","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"authCacheTTL\": \"PT10S\",\n  \"enableAuthCacheClientIp\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/rest"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f957eef5-ee10-42ac-b3c6-c7afb63c2daa"},{"name":"GET - NodeID - confd_dyncfg - rest","id":"0f475f4d-5bb0-4aa1-bee2-4ed252c53d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/rest?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","rest"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5210b8b5-807b-4656-99e4-c6fd4b4c8c21","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/rest?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","rest"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rest\": {\n    \"authCacheTTL\": \"PT10S\",\n    \"enableAuthCacheClientIp\": false\n  }\n}"}],"_postman_id":"0f475f4d-5bb0-4aa1-bee2-4ed252c53d64"},{"name":"DELETE - NodeID - confd_dyncfg - rest","id":"d9ae37ae-56cf-4d82-9461-f848261d4f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/rest","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","rest"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3c4b5419-8573-48d1-8db1-675726737f0c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/rest"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9ae37ae-56cf-4d82-9461-f848261d4f42"},{"name":"PUT - NodeID - confd_dyncfg - rest","id":"a54f7e42-7883-4735-b94f-51405aec2910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rest\": {\n    \"authCacheTTL\": \"PT10S\",\n    \"enableAuthCacheClientIp\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/rest","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","rest"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f09ee4f3-5d01-4bb2-8d1e-8cdaa907802c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rest\": {\n    \"authCacheTTL\": \"PT10S\",\n    \"enableAuthCacheClientIp\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/rest"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e32a675b-c20e-44d5-b545-e08cbd7e9b95","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rest\": {\n    \"authCacheTTL\": \"PT10S\",\n    \"enableAuthCacheClientIp\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/rest"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a54f7e42-7883-4735-b94f-51405aec2910"},{"name":"POST - NodeID - confd_dyncfg - externalAuthentication","id":"2901bc66-1af2-4c09-b4c3-04cc2950cc2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"executable\": \"Some executable\",\n  \"useBase64\": false,\n  \"includeExtra\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalAuthentication","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalAuthentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7b8a5ed-7107-441d-a5e4-24d960a8ed12","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"executable\": \"Some executable\",\n  \"useBase64\": false,\n  \"includeExtra\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalAuthentication"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2901bc66-1af2-4c09-b4c3-04cc2950cc2e"},{"name":"GET - NodeID - confd_dyncfg - externalAuthentication","id":"6a929e29-7968-4b5e-b133-e7c63e83ed9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalAuthentication?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalAuthentication"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dddd1bfa-d641-4788-83ca-1f11392813a1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalAuthentication?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalAuthentication"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"externalAuthentication\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  }\n}"}],"_postman_id":"6a929e29-7968-4b5e-b133-e7c63e83ed9e"},{"name":"DELETE - NodeID - confd_dyncfg - externalAuthentication","id":"70c7e5e2-ecf9-475d-9500-fc83e8a24c5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalAuthentication","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalAuthentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"030935a8-35d9-472e-9564-f147ca7904a2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalAuthentication"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70c7e5e2-ecf9-475d-9500-fc83e8a24c5b"},{"name":"PUT - NodeID - confd_dyncfg - externalAuthentication","id":"265651eb-3c65-426a-8329-e58bdf997ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalAuthentication\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalAuthentication","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalAuthentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e9c21771-a26c-4f04-bf88-3f1ca3e5be24","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"externalAuthentication\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalAuthentication"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"26ae6a65-2983-4590-85a7-e5e50cc78c1a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"externalAuthentication\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalAuthentication"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"265651eb-3c65-426a-8329-e58bdf997ed7"},{"name":"POST - NodeID - confd_dyncfg - localAuthentication","id":"068f2183-68de-4be2-9628-d2f931b77ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/localAuthentication","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","localAuthentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5de359cd-8889-48a7-9049-4f5c41df0747","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/localAuthentication"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"068f2183-68de-4be2-9628-d2f931b77ec3"},{"name":"GET - NodeID - confd_dyncfg - localAuthentication","id":"2ee505f8-ca16-4201-b7c3-22785e0836e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/localAuthentication?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","localAuthentication"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"edd066eb-4201-4e8b-a69e-328566d55dad","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/localAuthentication?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","localAuthentication"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"localAuthentication\": {\n    \"enabled\": true\n  }\n}"}],"_postman_id":"2ee505f8-ca16-4201-b7c3-22785e0836e2"},{"name":"DELETE - NodeID - confd_dyncfg - localAuthentication","id":"4209e2a8-91cd-495f-b9ae-12d3c9fd07b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/localAuthentication","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","localAuthentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6dcbd3c4-5a75-4e0e-8d0f-8db8044f5ab1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/localAuthentication"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4209e2a8-91cd-495f-b9ae-12d3c9fd07b6"},{"name":"PUT - NodeID - confd_dyncfg - localAuthentication","id":"411a9313-5bff-4d05-bcf4-69947e97ffd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"localAuthentication\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/localAuthentication","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","localAuthentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1593e278-1257-42ad-92f0-f08021fd3133","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"localAuthentication\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/localAuthentication"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fb22a259-8c6a-443e-8276-0c8b53709778","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"localAuthentication\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/localAuthentication"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"411a9313-5bff-4d05-bcf4-69947e97ffd7"},{"name":"POST - NodeID - confd_dyncfg - authenticationCallback","id":"382a9d7b-d79e-44ff-9e59-cab049daf496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authenticationCallback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authenticationCallback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"034427ee-368b-42e5-a8a0-d6b49b54569b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authenticationCallback"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"382a9d7b-d79e-44ff-9e59-cab049daf496"},{"name":"GET - NodeID - confd_dyncfg - authenticationCallback","id":"e6560a09-bbc6-449e-acd1-41853179594c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authenticationCallback?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authenticationCallback"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bfa9a32d-66af-45bc-9a51-413962aa2cb6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authenticationCallback?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authenticationCallback"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authenticationCallback\": {\n    \"enabled\": false\n  }\n}"}],"_postman_id":"e6560a09-bbc6-449e-acd1-41853179594c"},{"name":"DELETE - NodeID - confd_dyncfg - authenticationCallback","id":"9952f73d-f8ec-4bac-80d1-fdd54a94cb64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authenticationCallback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authenticationCallback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ad93fbe8-dd05-4fc9-9ce7-e47476433f51","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authenticationCallback"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9952f73d-f8ec-4bac-80d1-fdd54a94cb64"},{"name":"PUT - NodeID - confd_dyncfg - authenticationCallback","id":"bdb58f27-3170-4379-8215-ac90b1677c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"authenticationCallback\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authenticationCallback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authenticationCallback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"314ed3ca-95fe-4333-b0af-a79bbc630414","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authenticationCallback\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authenticationCallback"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81c36bff-3200-4c67-986e-8fda06052646","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authenticationCallback\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authenticationCallback"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bdb58f27-3170-4379-8215-ac90b1677c32"},{"name":"POST - NodeID - confd_dyncfg - externalValidation","id":"6193580e-7adb-47bb-94df-d4b66d0cb14e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"executable\": \"Some executable\",\n  \"useBase64\": false,\n  \"includeExtra\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalValidation","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalValidation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b4e880ce-37ce-41bc-97f7-29c4f289e79f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"executable\": \"Some executable\",\n  \"useBase64\": false,\n  \"includeExtra\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalValidation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6193580e-7adb-47bb-94df-d4b66d0cb14e"},{"name":"GET - NodeID - confd_dyncfg - externalValidation","id":"0888f977-2d24-4a1b-bf08-fc75e314df8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalValidation?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalValidation"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1350f3f9-79bd-4c40-bf5a-e62943be57c4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalValidation?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalValidation"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"externalValidation\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  }\n}"}],"_postman_id":"0888f977-2d24-4a1b-bf08-fc75e314df8c"},{"name":"DELETE - NodeID - confd_dyncfg - externalValidation","id":"dd35dae4-0df2-4e83-a768-e63acb8efc53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalValidation","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalValidation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"347f95f7-a003-4b4c-9d1e-add669ac3148","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalValidation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd35dae4-0df2-4e83-a768-e63acb8efc53"},{"name":"PUT - NodeID - confd_dyncfg - externalValidation","id":"5e1e8479-378b-4d23-92ec-b22c86d9b5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalValidation\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalValidation","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","externalValidation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8eb77693-e2cd-428e-b827-47ad9bca99b6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"externalValidation\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalValidation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"44e5fd70-1e18-4dd6-afd7-555b7cea9a19","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"externalValidation\": {\n    \"enabled\": false,\n    \"executable\": \"Some executable\",\n    \"useBase64\": false,\n    \"includeExtra\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/externalValidation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e1e8479-378b-4d23-92ec-b22c86d9b5f4"},{"name":"POST - NodeID - confd_dyncfg - validationCallback","id":"93f0ddc1-0c10-4c2f-95d1-706ce5b76ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/validationCallback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","validationCallback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8e956299-8707-49f5-82e1-bf433d2740fd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/validationCallback"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93f0ddc1-0c10-4c2f-95d1-706ce5b76ce9"},{"name":"GET - NodeID - confd_dyncfg - validationCallback","id":"19573c85-d5a5-4da9-b269-1e7bf8e8cd94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/validationCallback?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","validationCallback"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9a7a25f8-a876-4290-b229-541d97ed6d4b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/validationCallback?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","validationCallback"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"validationCallback\": {\n    \"enabled\": false\n  }\n}"}],"_postman_id":"19573c85-d5a5-4da9-b269-1e7bf8e8cd94"},{"name":"DELETE - NodeID - confd_dyncfg - validationCallback","id":"68cb5093-db3a-44aa-b7bf-ac4cdde5389e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/validationCallback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","validationCallback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a319b3da-3b58-4aea-b7d5-df672c8c2943","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/validationCallback"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68cb5093-db3a-44aa-b7bf-ac4cdde5389e"},{"name":"PUT - NodeID - confd_dyncfg - validationCallback","id":"e9d5b03d-4e75-45d7-8e6a-84eb32ccfa91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validationCallback\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/validationCallback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","validationCallback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c9279abd-c202-424d-bba5-dd291be73e77","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"validationCallback\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/validationCallback"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bc517edb-55e8-493c-b25f-fa30cab420d6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"validationCallback\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/validationCallback"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9d5b03d-4e75-45d7-8e6a-84eb32ccfa91"},{"name":"POST - NodeID - confd_dyncfg - authorization","id":"5d45a89e-03c5-434a-8d16-c7e451f1fd09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"callback\": {\n    \"enabled\": false\n  },\n  \"nacmCompliant\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe612d65-605a-4032-9f0d-58c35212b6db","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"callback\": {\n    \"enabled\": false\n  },\n  \"nacmCompliant\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d45a89e-03c5-434a-8d16-c7e451f1fd09"},{"name":"GET - NodeID - confd_dyncfg - authorization","id":"b92b2290-02a5-4aeb-b2b3-370a999407a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"05ba1465-6648-4bac-93ca-527b49e40ecf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authorization\": {\n    \"enabled\": true,\n    \"callback\": {\n      \"enabled\": false\n    },\n    \"nacmCompliant\": true\n  }\n}"}],"_postman_id":"b92b2290-02a5-4aeb-b2b3-370a999407a7"},{"name":"DELETE - NodeID - confd_dyncfg - authorization","id":"cfbf5c55-c9bc-4f7e-a914-2abde2bf0fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"716224cc-4031-4caa-879f-62fc4141ef93","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cfbf5c55-c9bc-4f7e-a914-2abde2bf0fd3"},{"name":"PUT - NodeID - confd_dyncfg - authorization","id":"ed4ed669-4a37-49f6-a815-51ac5023d537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"authorization\": {\n    \"enabled\": true,\n    \"callback\": {\n      \"enabled\": false\n    },\n    \"nacmCompliant\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"500cbd54-94cd-4fbb-8d33-d36baef69b2f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authorization\": {\n    \"enabled\": true,\n    \"callback\": {\n      \"enabled\": false\n    },\n    \"nacmCompliant\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"94ee9413-3eb6-4066-a150-2726bb7688ab","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authorization\": {\n    \"enabled\": true,\n    \"callback\": {\n      \"enabled\": false\n    },\n    \"nacmCompliant\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed4ed669-4a37-49f6-a815-51ac5023d537"},{"name":"POST - NodeID - confd_dyncfg - callback","id":"1de81ce0-4979-432c-a664-f7b2bf11570e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization/callback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization","callback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b65e1c9c-3947-4abc-a081-705de246fb28","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization/callback"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1de81ce0-4979-432c-a664-f7b2bf11570e"},{"name":"GET - NodeID - confd_dyncfg - callback","id":"19f2e507-2939-4746-9b06-7e5b53470a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization/callback?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization","callback"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"99563004-31a0-4e58-b0df-9d4a8430a00b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization/callback?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization","callback"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"callback\": {\n    \"enabled\": false\n  }\n}"}],"_postman_id":"19f2e507-2939-4746-9b06-7e5b53470a12"},{"name":"DELETE - NodeID - confd_dyncfg - callback","id":"c81d6277-8c99-4bf7-86db-9f0f1eb415b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization/callback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization","callback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f2d921d7-aece-4563-946b-168b58d03464","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization/callback"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c81d6277-8c99-4bf7-86db-9f0f1eb415b0"},{"name":"PUT - NodeID - confd_dyncfg - callback","id":"411f2a04-d175-46f2-92e0-f6f9eef8f2bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callback\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization/callback","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","aaa","authorization","callback"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ec130ec3-c9d3-47c0-9567-f44bf937a6c8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"callback\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization/callback"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b68166f1-a261-4d25-a5a9-7be692e9596e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"callback\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/aaa/authorization/callback"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"411f2a04-d175-46f2-92e0-f6f9eef8f2bd"},{"name":"POST - NodeID - confd_dyncfg - ssh","id":"124b094b-6df1-4e59-8ac4-22e3509d0c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"idleConnectionTimeout\": \"PT10M\",\n  \"algorithms\": {\n    \"serverHostKey\": \"\",\n    \"kex\": \"\",\n    \"dhGroup\": {\n      \"minSize\": 2048,\n      \"maxSize\": 4096\n    },\n    \"mac\": \"\",\n    \"encryption\": \"\"\n  },\n  \"clientAliveInterval\": \"infinity\",\n  \"clientAliveCountMax\": 3\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5c9ffae6-a2d1-4bef-b9b9-86fde87219ae","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"idleConnectionTimeout\": \"PT10M\",\n  \"algorithms\": {\n    \"serverHostKey\": \"\",\n    \"kex\": \"\",\n    \"dhGroup\": {\n      \"minSize\": 2048,\n      \"maxSize\": 4096\n    },\n    \"mac\": \"\",\n    \"encryption\": \"\"\n  },\n  \"clientAliveInterval\": \"infinity\",\n  \"clientAliveCountMax\": 3\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"124b094b-6df1-4e59-8ac4-22e3509d0c2d"},{"name":"GET - NodeID - confd_dyncfg - ssh","id":"679ff687-a6c2-406a-9d8f-c269a284c9f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"34203f2d-cc7c-41fe-9a03-9fbb6dc0137d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssh\": {\n    \"idleConnectionTimeout\": \"PT10M\",\n    \"algorithms\": {\n      \"serverHostKey\": \"\",\n      \"kex\": \"\",\n      \"dhGroup\": {\n        \"minSize\": 2048,\n        \"maxSize\": 4096\n      },\n      \"mac\": \"\",\n      \"encryption\": \"\"\n    },\n    \"clientAliveInterval\": \"infinity\",\n    \"clientAliveCountMax\": 3\n  }\n}"}],"_postman_id":"679ff687-a6c2-406a-9d8f-c269a284c9f7"},{"name":"DELETE - NodeID - confd_dyncfg - ssh","id":"c2786f8a-4a39-4c17-ae56-31d307fbdc70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3a8c375b-b37c-4d39-a445-c010d4455a21","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2786f8a-4a39-4c17-ae56-31d307fbdc70"},{"name":"PUT - NodeID - confd_dyncfg - ssh","id":"6b6c41d4-1265-4394-bf80-6ff1dd130589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"idleConnectionTimeout\": \"PT10M\",\n    \"algorithms\": {\n      \"serverHostKey\": \"\",\n      \"kex\": \"\",\n      \"dhGroup\": {\n        \"minSize\": 2048,\n        \"maxSize\": 4096\n      },\n      \"mac\": \"\",\n      \"encryption\": \"\"\n    },\n    \"clientAliveInterval\": \"infinity\",\n    \"clientAliveCountMax\": 3\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3a976a6c-0040-4f3f-ada9-2646c35e863e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"idleConnectionTimeout\": \"PT10M\",\n    \"algorithms\": {\n      \"serverHostKey\": \"\",\n      \"kex\": \"\",\n      \"dhGroup\": {\n        \"minSize\": 2048,\n        \"maxSize\": 4096\n      },\n      \"mac\": \"\",\n      \"encryption\": \"\"\n    },\n    \"clientAliveInterval\": \"infinity\",\n    \"clientAliveCountMax\": 3\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c6fe35a4-ac72-4b11-a50d-2735774cf8ba","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"idleConnectionTimeout\": \"PT10M\",\n    \"algorithms\": {\n      \"serverHostKey\": \"\",\n      \"kex\": \"\",\n      \"dhGroup\": {\n        \"minSize\": 2048,\n        \"maxSize\": 4096\n      },\n      \"mac\": \"\",\n      \"encryption\": \"\"\n    },\n    \"clientAliveInterval\": \"infinity\",\n    \"clientAliveCountMax\": 3\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b6c41d4-1265-4394-bf80-6ff1dd130589"},{"name":"POST - NodeID - confd_dyncfg - algorithms","id":"fcb0a62e-4150-4c9d-81fa-c6463bff3d3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"serverHostKey\": \"\",\n  \"kex\": \"\",\n  \"dhGroup\": {\n    \"minSize\": 2048,\n    \"maxSize\": 4096\n  },\n  \"mac\": \"\",\n  \"encryption\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1261a172-2a53-471d-b708-f97fba2c8d53","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"serverHostKey\": \"\",\n  \"kex\": \"\",\n  \"dhGroup\": {\n    \"minSize\": 2048,\n    \"maxSize\": 4096\n  },\n  \"mac\": \"\",\n  \"encryption\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fcb0a62e-4150-4c9d-81fa-c6463bff3d3d"},{"name":"GET - NodeID - confd_dyncfg - algorithms","id":"7855a74f-b4d0-4290-8a2d-da7c87ac1f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dd7ca9b8-d7e0-42ce-9e18-84556a452060","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"algorithms\": {\n    \"serverHostKey\": \"\",\n    \"kex\": \"\",\n    \"dhGroup\": {\n      \"minSize\": 2048,\n      \"maxSize\": 4096\n    },\n    \"mac\": \"\",\n    \"encryption\": \"\"\n  }\n}"}],"_postman_id":"7855a74f-b4d0-4290-8a2d-da7c87ac1f62"},{"name":"DELETE - NodeID - confd_dyncfg - algorithms","id":"6db04914-0e8c-492c-a499-3e98e29cbca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e4342ac6-8f45-4a80-b743-6c46048c08f0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6db04914-0e8c-492c-a499-3e98e29cbca8"},{"name":"PUT - NodeID - confd_dyncfg - algorithms","id":"a1161c34-9674-436e-bb18-1589b5a2d1b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"algorithms\": {\n    \"serverHostKey\": \"\",\n    \"kex\": \"\",\n    \"dhGroup\": {\n      \"minSize\": 2048,\n      \"maxSize\": 4096\n    },\n    \"mac\": \"\",\n    \"encryption\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"af03a7b0-e365-4ad9-82ad-4355e46aefbb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"algorithms\": {\n    \"serverHostKey\": \"\",\n    \"kex\": \"\",\n    \"dhGroup\": {\n      \"minSize\": 2048,\n      \"maxSize\": 4096\n    },\n    \"mac\": \"\",\n    \"encryption\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0e12e353-ca28-4811-a76b-6b1c626d9919","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"algorithms\": {\n    \"serverHostKey\": \"\",\n    \"kex\": \"\",\n    \"dhGroup\": {\n      \"minSize\": 2048,\n      \"maxSize\": 4096\n    },\n    \"mac\": \"\",\n    \"encryption\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a1161c34-9674-436e-bb18-1589b5a2d1b9"},{"name":"POST - NodeID - confd_dyncfg - dhGroup","id":"a4a92a02-f02a-4c1b-a6b9-4799f35698ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"minSize\": 2048,\n  \"maxSize\": 4096\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms/dhGroup","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms","dhGroup"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5b2f80f9-fb75-44c3-bead-d768fedf2a23","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"minSize\": 2048,\n  \"maxSize\": 4096\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms/dhGroup"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4a92a02-f02a-4c1b-a6b9-4799f35698ad"},{"name":"GET - NodeID - confd_dyncfg - dhGroup","id":"b29f586c-ff54-42ab-807e-bd5cfd6eeb65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms/dhGroup?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms","dhGroup"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fbef9d4b-e5c8-436e-b6dc-bb91776d297f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms/dhGroup?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms","dhGroup"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dhGroup\": {\n    \"minSize\": 2048,\n    \"maxSize\": 4096\n  }\n}"}],"_postman_id":"b29f586c-ff54-42ab-807e-bd5cfd6eeb65"},{"name":"DELETE - NodeID - confd_dyncfg - dhGroup","id":"24c5aca6-b3ef-4904-90ac-d6a766134cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms/dhGroup","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms","dhGroup"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bc27a856-b922-46b1-97bd-272c3c176e75","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms/dhGroup"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"24c5aca6-b3ef-4904-90ac-d6a766134cd9"},{"name":"PUT - NodeID - confd_dyncfg - dhGroup","id":"0af3c25b-c40b-4f1f-8549-5aca09683aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dhGroup\": {\n    \"minSize\": 2048,\n    \"maxSize\": 4096\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms/dhGroup","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","ssh","algorithms","dhGroup"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"579853f8-e4ca-471b-948c-a97362333789","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dhGroup\": {\n    \"minSize\": 2048,\n    \"maxSize\": 4096\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms/dhGroup"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f0936a1c-51b1-4c37-bfc0-2dc6f2458cb7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dhGroup\": {\n    \"minSize\": 2048,\n    \"maxSize\": 4096\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/ssh/algorithms/dhGroup"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0af3c25b-c40b-4f1f-8549-5aca09683aa6"},{"name":"POST - NodeID - confd_dyncfg - cli","id":"1221b1ad-01c9-4a22-9b49-b3e3f3792996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"maxLineLength\": \"0\",\n  \"allowImplicitWildcard\": true,\n  \"startupScriptNonInteractive\": false,\n  \"modeNameStyle\": \"short\",\n  \"allowOverwriteOnCopy\": false,\n  \"inheritPaginate\": true,\n  \"safeScriptExecution\": true,\n  \"exitConfigModeOnCtrlC\": true,\n  \"execNavigationCmds\": false,\n  \"allowOldStyleModeCmds\": false,\n  \"continueOnErrorCmdStack\": false,\n  \"topLevelCmdsInSubMode\": false,\n  \"mixedMode\": false,\n  \"completionShowOldVal\": true,\n  \"completionMetaInfo\": \"false\",\n  \"reportInvalidCompletionInput\": true,\n  \"useShortEnabled\": true,\n  \"smartRenameFiltering\": true,\n  \"allowParenQuotes\": false,\n  \"singleElemPattern\": true,\n  \"multiPatternOperation\": \"any\",\n  \"sortSubmodeCmds\": true,\n  \"sortLocalCmds\": true,\n  \"displayEmptyConfigContainers\": true,\n  \"displayNonPresenceAttributes\": false,\n  \"showEditors\": true,\n  \"whoShowMode\": true,\n  \"whoHistoryDateTimeFormat\": \"short\",\n  \"resetScreenAfterMore\": true,\n  \"editWrapMode\": \"wrap\",\n  \"supportQuotedEOL\": true,\n  \"allowWildcard\": true,\n  \"allowAllAsWildcard\": false,\n  \"allowRangeExpression\": true,\n  \"allowRangeExpressionAllTypes\": true,\n  \"useDoubleDotRanges\": false,\n  \"addExtraTableSpacing\": false,\n  \"suppressRangeKeyword\": false,\n  \"exitModeOnEmptyRange\": false,\n  \"tableLabel\": false,\n  \"tableLookAhead\": 50,\n  \"moreBufferLines\": \"5000\",\n  \"showTableLabelsIfMultiple\": false,\n  \"defaultTableBehavior\": \"dynamic\",\n  \"allowTableOverflow\": false,\n  \"tableOverflowTruncate\": false,\n  \"allowTableCellWrap\": true,\n  \"showAllNs\": false,\n  \"useExposeNsPrefix\": true,\n  \"orderedShowConfig\": true,\n  \"suppressFastShow\": false,\n  \"leafPrompting\": true,\n  \"modeInfoInAudit\": \"false\",\n  \"auditLogMode\": \"all\",\n  \"transactions\": true,\n  \"transactionCtrlCmds\": false,\n  \"actionCallNoListInstance\": \"deny-call\",\n  \"style\": \"j\",\n  \"completionShowMax\": 100,\n  \"rollbackAAA\": false,\n  \"rollbackMax\": 1000,\n  \"rollbackNumbering\": \"rolling\",\n  \"rollbackNumberingInitial\": 10000,\n  \"inconsistentDatabaseSuffix\": \"\",\n  \"showDefaults\": false,\n  \"reallocateOperTrans\": false,\n  \"quickSshTeardown\": false,\n  \"cAlignLeafValues\": true,\n  \"jAlignLeafValues\": true,\n  \"defaultPrefix\": \"\",\n  \"jWarningPrefix\": \"Warning: \",\n  \"jAbortedPrefix\": \"Aborted: \",\n  \"jErrorPrefix\": \"Error: \",\n  \"cWarningPrefix\": \"Warning: \",\n  \"cAbortedPrefix\": \"Aborted: \",\n  \"cErrorPrefix\": \"Error: \",\n  \"invalidDataString\": \"--ERROR--\",\n  \"noEmbeddedComments\": false,\n  \"showKeyName\": true,\n  \"commitRetryTimeout\": \"PT0S\",\n  \"timezone\": \"local\",\n  \"utcOffset\": \"0\",\n  \"oldDetailsArg\": false,\n  \"withDefaults\": false,\n  \"ignoreShowWithDefaultOnDiff\": false,\n  \"trimDefaultShow\": false,\n  \"trimDefaultSave\": false,\n  \"banner\": \"\",\n  \"bannerFile\": \"\",\n  \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n  \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n  \"cPrompt1\": \"\\\\h\\\\M# \",\n  \"cPrompt2\": \"\\\\h(\\\\m)# \",\n  \"cStylePromptInJStyle\": false,\n  \"waitLockedConfigMode\": true,\n  \"promptHostnameDelimiter\": \".\",\n  \"asyncPromptRefresh\": true,\n  \"showLogDirectory\": \"/var/log\",\n  \"idleTimeout\": \"PT30M\",\n  \"promptSessionsCLI\": false,\n  \"disableIdleTimeoutOnCmd\": true,\n  \"commandTimeout\": \"infinity\",\n  \"spaceCompletion\": {\n    \"enabled\": true\n  },\n  \"timestamp\": {\n    \"enabled\": false,\n    \"clock24\": true,\n    \"format\": \"\"\n  },\n  \"autoWizard\": {\n    \"enabled\": true\n  },\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2024,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"banner\": \"\",\n    \"bannerFile\": \"\"\n  },\n  \"commitMessage\": true,\n  \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n  \"suppressCommitMessages\": {\n    \"context\": [\n      \"Some context\",\n      \"Some context\"\n    ]\n  },\n  \"jShowCR\": false,\n  \"showPipe\": true,\n  \"showPipeConfig\": false,\n  \"disablePipe\": false,\n  \"disablePipeConfig\": false,\n  \"pipeHelpMode\": \"auto\",\n  \"jAllowDeleteAll\": true,\n  \"cSilentNo\": true,\n  \"noFollowIncompleteCommand\": false,\n  \"cRestrictiveNo\": false,\n  \"prioritizeSubmodeCmds\": true,\n  \"cExtendedCmdSearch\": true,\n  \"cSuppressCmdSearch\": false,\n  \"enterSubmodeOnLeaf\": true,\n  \"jExtendedShow\": true,\n  \"jShowUnset\": false,\n  \"jShowUnsetText\": \"UNSET\",\n  \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n  \"cModeExitFormat\": \"!\",\n  \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n  \"showSubsystemMessages\": true,\n  \"ignoreSubsystemFailures\": false,\n  \"showEmptyContainers\": false,\n  \"showTags\": true,\n  \"showAnnotations\": true,\n  \"showServiceMetaData\": false,\n  \"suppressNedErrors\": false,\n  \"jShowTableRecursive\": false,\n  \"cPrivate\": false,\n  \"cTab\": false,\n  \"cTabInfo\": false,\n  \"tabExtend\": true,\n  \"cHelp\": true,\n  \"jHideHelp\": false,\n  \"restrictedFileAccess\": false,\n  \"hideDotFiles\": false,\n  \"restrictedFileRegexp\": \"\",\n  \"historySave\": true,\n  \"historyRemoveDuplicates\": false,\n  \"historyMaxSize\": 1000,\n  \"messageMaxSize\": 10000,\n  \"mapActions\": \"both\",\n  \"compactTable\": true,\n  \"compactShow\": false,\n  \"compactStatsShow\": false,\n  \"prettifyStatsName\": false,\n  \"showCommitProgress\": false,\n  \"commitActivityClock\": false,\n  \"confirmUncommitedOnExit\": \"prompt\",\n  \"reconfirmHidden\": false,\n  \"dequoteHidden\": false,\n  \"enumKeyInfo\": false,\n  \"columnStats\": false,\n  \"allowAbbrevCmds\": true,\n  \"allowAbbrevCmdsOnLoad\": true,\n  \"allowAbbrevKeys\": false,\n  \"allowAbbrevParamNames\": false,\n  \"allowAbbrevEnums\": true,\n  \"allowCaseInsensitiveEnums\": true,\n  \"strictRefsOnLoad\": false,\n  \"stopLoadOnError\": true,\n  \"suppressBurstErrors\": true,\n  \"allOrNothingLoad\": false,\n  \"autocommitLoad\": false,\n  \"autocommitLoadChunkSize\": 1,\n  \"enableLoadMerge\": true,\n  \"loadActivityClock\": false,\n  \"instanceDescription\": true,\n  \"addErrorPrefixSuffix\": true,\n  \"compListCompact\": false,\n  \"completionListLine\": false,\n  \"infoOnMatch\": true,\n  \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n  \"enableDisplayLevel\": \"pipe\",\n  \"defaultDisplayLevel\": 99999999,\n  \"enableDisplayGroups\": true,\n  \"unifiedHistory\": false,\n  \"modeInfoInAAA\": \"false\",\n  \"cmdAAAForAutowizard\": false,\n  \"cStrictAAA\": false,\n  \"quoteStyle\": \"backslash\",\n  \"laxBarQuoting\": false,\n  \"expandAliasOnCompletion\": true,\n  \"expandAliasEscape\": \"false\",\n  \"docWrap\": true,\n  \"infoOnTab\": true,\n  \"infoOnSpace\": true,\n  \"newLogout\": true,\n  \"newInsert\": true,\n  \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n  \"messageWordWrap\": false,\n  \"messageQueueSize\": 10,\n  \"promptEnumLimit\": 4,\n  \"caseInsensitive\": false,\n  \"caseInsensitiveKeys\": false,\n  \"ignoreLeadingWhitespace\": false,\n  \"indentTemplates\": false,\n  \"wrapInfo\": true,\n  \"wrapPrompt\": false,\n  \"sortShowElems\": true,\n  \"showMatchBeforePossible\": false,\n  \"possibleCompletionsFormat\": \"Possible completions:\",\n  \"matchCompletionsFormat\": \"Possible match completions:\",\n  \"noMatchCompletionsFormat\": \"\",\n  \"showDescription\": true,\n  \"explicitSetCreate\": false,\n  \"templateFilter\": [\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    }\n  ],\n  \"escapeBackslash\": false,\n  \"showNedErrorAsInfo\": true,\n  \"defaultLeafListStyle\": \"flat-list\",\n  \"bypassAllowAbbrevKeys\": false,\n  \"jEnableLoadMergeLeafList\": false,\n  \"enableLoadMergeLeafList\": false,\n  \"enableCliCache\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"330f3c2f-28fb-4866-8663-41cfb2fa9e11","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"maxLineLength\": \"0\",\n  \"allowImplicitWildcard\": true,\n  \"startupScriptNonInteractive\": false,\n  \"modeNameStyle\": \"short\",\n  \"allowOverwriteOnCopy\": false,\n  \"inheritPaginate\": true,\n  \"safeScriptExecution\": true,\n  \"exitConfigModeOnCtrlC\": true,\n  \"execNavigationCmds\": false,\n  \"allowOldStyleModeCmds\": false,\n  \"continueOnErrorCmdStack\": false,\n  \"topLevelCmdsInSubMode\": false,\n  \"mixedMode\": false,\n  \"completionShowOldVal\": true,\n  \"completionMetaInfo\": \"false\",\n  \"reportInvalidCompletionInput\": true,\n  \"useShortEnabled\": true,\n  \"smartRenameFiltering\": true,\n  \"allowParenQuotes\": false,\n  \"singleElemPattern\": true,\n  \"multiPatternOperation\": \"any\",\n  \"sortSubmodeCmds\": true,\n  \"sortLocalCmds\": true,\n  \"displayEmptyConfigContainers\": true,\n  \"displayNonPresenceAttributes\": false,\n  \"showEditors\": true,\n  \"whoShowMode\": true,\n  \"whoHistoryDateTimeFormat\": \"short\",\n  \"resetScreenAfterMore\": true,\n  \"editWrapMode\": \"wrap\",\n  \"supportQuotedEOL\": true,\n  \"allowWildcard\": true,\n  \"allowAllAsWildcard\": false,\n  \"allowRangeExpression\": true,\n  \"allowRangeExpressionAllTypes\": true,\n  \"useDoubleDotRanges\": false,\n  \"addExtraTableSpacing\": false,\n  \"suppressRangeKeyword\": false,\n  \"exitModeOnEmptyRange\": false,\n  \"tableLabel\": false,\n  \"tableLookAhead\": 50,\n  \"moreBufferLines\": \"5000\",\n  \"showTableLabelsIfMultiple\": false,\n  \"defaultTableBehavior\": \"dynamic\",\n  \"allowTableOverflow\": false,\n  \"tableOverflowTruncate\": false,\n  \"allowTableCellWrap\": true,\n  \"showAllNs\": false,\n  \"useExposeNsPrefix\": true,\n  \"orderedShowConfig\": true,\n  \"suppressFastShow\": false,\n  \"leafPrompting\": true,\n  \"modeInfoInAudit\": \"false\",\n  \"auditLogMode\": \"all\",\n  \"transactions\": true,\n  \"transactionCtrlCmds\": false,\n  \"actionCallNoListInstance\": \"deny-call\",\n  \"style\": \"j\",\n  \"completionShowMax\": 100,\n  \"rollbackAAA\": false,\n  \"rollbackMax\": 1000,\n  \"rollbackNumbering\": \"rolling\",\n  \"rollbackNumberingInitial\": 10000,\n  \"inconsistentDatabaseSuffix\": \"\",\n  \"showDefaults\": false,\n  \"reallocateOperTrans\": false,\n  \"quickSshTeardown\": false,\n  \"cAlignLeafValues\": true,\n  \"jAlignLeafValues\": true,\n  \"defaultPrefix\": \"\",\n  \"jWarningPrefix\": \"Warning: \",\n  \"jAbortedPrefix\": \"Aborted: \",\n  \"jErrorPrefix\": \"Error: \",\n  \"cWarningPrefix\": \"Warning: \",\n  \"cAbortedPrefix\": \"Aborted: \",\n  \"cErrorPrefix\": \"Error: \",\n  \"invalidDataString\": \"--ERROR--\",\n  \"noEmbeddedComments\": false,\n  \"showKeyName\": true,\n  \"commitRetryTimeout\": \"PT0S\",\n  \"timezone\": \"local\",\n  \"utcOffset\": \"0\",\n  \"oldDetailsArg\": false,\n  \"withDefaults\": false,\n  \"ignoreShowWithDefaultOnDiff\": false,\n  \"trimDefaultShow\": false,\n  \"trimDefaultSave\": false,\n  \"banner\": \"\",\n  \"bannerFile\": \"\",\n  \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n  \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n  \"cPrompt1\": \"\\\\h\\\\M# \",\n  \"cPrompt2\": \"\\\\h(\\\\m)# \",\n  \"cStylePromptInJStyle\": false,\n  \"waitLockedConfigMode\": true,\n  \"promptHostnameDelimiter\": \".\",\n  \"asyncPromptRefresh\": true,\n  \"showLogDirectory\": \"/var/log\",\n  \"idleTimeout\": \"PT30M\",\n  \"promptSessionsCLI\": false,\n  \"disableIdleTimeoutOnCmd\": true,\n  \"commandTimeout\": \"infinity\",\n  \"spaceCompletion\": {\n    \"enabled\": true\n  },\n  \"timestamp\": {\n    \"enabled\": false,\n    \"clock24\": true,\n    \"format\": \"\"\n  },\n  \"autoWizard\": {\n    \"enabled\": true\n  },\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2024,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"banner\": \"\",\n    \"bannerFile\": \"\"\n  },\n  \"commitMessage\": true,\n  \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n  \"suppressCommitMessages\": {\n    \"context\": [\n      \"Some context\",\n      \"Some context\"\n    ]\n  },\n  \"jShowCR\": false,\n  \"showPipe\": true,\n  \"showPipeConfig\": false,\n  \"disablePipe\": false,\n  \"disablePipeConfig\": false,\n  \"pipeHelpMode\": \"auto\",\n  \"jAllowDeleteAll\": true,\n  \"cSilentNo\": true,\n  \"noFollowIncompleteCommand\": false,\n  \"cRestrictiveNo\": false,\n  \"prioritizeSubmodeCmds\": true,\n  \"cExtendedCmdSearch\": true,\n  \"cSuppressCmdSearch\": false,\n  \"enterSubmodeOnLeaf\": true,\n  \"jExtendedShow\": true,\n  \"jShowUnset\": false,\n  \"jShowUnsetText\": \"UNSET\",\n  \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n  \"cModeExitFormat\": \"!\",\n  \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n  \"showSubsystemMessages\": true,\n  \"ignoreSubsystemFailures\": false,\n  \"showEmptyContainers\": false,\n  \"showTags\": true,\n  \"showAnnotations\": true,\n  \"showServiceMetaData\": false,\n  \"suppressNedErrors\": false,\n  \"jShowTableRecursive\": false,\n  \"cPrivate\": false,\n  \"cTab\": false,\n  \"cTabInfo\": false,\n  \"tabExtend\": true,\n  \"cHelp\": true,\n  \"jHideHelp\": false,\n  \"restrictedFileAccess\": false,\n  \"hideDotFiles\": false,\n  \"restrictedFileRegexp\": \"\",\n  \"historySave\": true,\n  \"historyRemoveDuplicates\": false,\n  \"historyMaxSize\": 1000,\n  \"messageMaxSize\": 10000,\n  \"mapActions\": \"both\",\n  \"compactTable\": true,\n  \"compactShow\": false,\n  \"compactStatsShow\": false,\n  \"prettifyStatsName\": false,\n  \"showCommitProgress\": false,\n  \"commitActivityClock\": false,\n  \"confirmUncommitedOnExit\": \"prompt\",\n  \"reconfirmHidden\": false,\n  \"dequoteHidden\": false,\n  \"enumKeyInfo\": false,\n  \"columnStats\": false,\n  \"allowAbbrevCmds\": true,\n  \"allowAbbrevCmdsOnLoad\": true,\n  \"allowAbbrevKeys\": false,\n  \"allowAbbrevParamNames\": false,\n  \"allowAbbrevEnums\": true,\n  \"allowCaseInsensitiveEnums\": true,\n  \"strictRefsOnLoad\": false,\n  \"stopLoadOnError\": true,\n  \"suppressBurstErrors\": true,\n  \"allOrNothingLoad\": false,\n  \"autocommitLoad\": false,\n  \"autocommitLoadChunkSize\": 1,\n  \"enableLoadMerge\": true,\n  \"loadActivityClock\": false,\n  \"instanceDescription\": true,\n  \"addErrorPrefixSuffix\": true,\n  \"compListCompact\": false,\n  \"completionListLine\": false,\n  \"infoOnMatch\": true,\n  \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n  \"enableDisplayLevel\": \"pipe\",\n  \"defaultDisplayLevel\": 99999999,\n  \"enableDisplayGroups\": true,\n  \"unifiedHistory\": false,\n  \"modeInfoInAAA\": \"false\",\n  \"cmdAAAForAutowizard\": false,\n  \"cStrictAAA\": false,\n  \"quoteStyle\": \"backslash\",\n  \"laxBarQuoting\": false,\n  \"expandAliasOnCompletion\": true,\n  \"expandAliasEscape\": \"false\",\n  \"docWrap\": true,\n  \"infoOnTab\": true,\n  \"infoOnSpace\": true,\n  \"newLogout\": true,\n  \"newInsert\": true,\n  \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n  \"messageWordWrap\": false,\n  \"messageQueueSize\": 10,\n  \"promptEnumLimit\": 4,\n  \"caseInsensitive\": false,\n  \"caseInsensitiveKeys\": false,\n  \"ignoreLeadingWhitespace\": false,\n  \"indentTemplates\": false,\n  \"wrapInfo\": true,\n  \"wrapPrompt\": false,\n  \"sortShowElems\": true,\n  \"showMatchBeforePossible\": false,\n  \"possibleCompletionsFormat\": \"Possible completions:\",\n  \"matchCompletionsFormat\": \"Possible match completions:\",\n  \"noMatchCompletionsFormat\": \"\",\n  \"showDescription\": true,\n  \"explicitSetCreate\": false,\n  \"templateFilter\": [\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    }\n  ],\n  \"escapeBackslash\": false,\n  \"showNedErrorAsInfo\": true,\n  \"defaultLeafListStyle\": \"flat-list\",\n  \"bypassAllowAbbrevKeys\": false,\n  \"jEnableLoadMergeLeafList\": false,\n  \"enableLoadMergeLeafList\": false,\n  \"enableCliCache\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1221b1ad-01c9-4a22-9b49-b3e3f3792996"},{"name":"GET - NodeID - confd_dyncfg - cli","id":"e4a066c6-5450-4c40-b586-c2cdb8dbf120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"de059a9c-cbbe-48fc-8b7b-835bec0d31be","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cli\": {\n    \"enabled\": true,\n    \"maxLineLength\": \"0\",\n    \"allowImplicitWildcard\": true,\n    \"startupScriptNonInteractive\": false,\n    \"modeNameStyle\": \"short\",\n    \"allowOverwriteOnCopy\": false,\n    \"inheritPaginate\": true,\n    \"safeScriptExecution\": true,\n    \"exitConfigModeOnCtrlC\": true,\n    \"execNavigationCmds\": false,\n    \"allowOldStyleModeCmds\": false,\n    \"continueOnErrorCmdStack\": false,\n    \"topLevelCmdsInSubMode\": false,\n    \"mixedMode\": false,\n    \"completionShowOldVal\": true,\n    \"completionMetaInfo\": \"false\",\n    \"reportInvalidCompletionInput\": true,\n    \"useShortEnabled\": true,\n    \"smartRenameFiltering\": true,\n    \"allowParenQuotes\": false,\n    \"singleElemPattern\": true,\n    \"multiPatternOperation\": \"any\",\n    \"sortSubmodeCmds\": true,\n    \"sortLocalCmds\": true,\n    \"displayEmptyConfigContainers\": true,\n    \"displayNonPresenceAttributes\": false,\n    \"showEditors\": true,\n    \"whoShowMode\": true,\n    \"whoHistoryDateTimeFormat\": \"short\",\n    \"resetScreenAfterMore\": true,\n    \"editWrapMode\": \"wrap\",\n    \"supportQuotedEOL\": true,\n    \"allowWildcard\": true,\n    \"allowAllAsWildcard\": false,\n    \"allowRangeExpression\": true,\n    \"allowRangeExpressionAllTypes\": true,\n    \"useDoubleDotRanges\": false,\n    \"addExtraTableSpacing\": false,\n    \"suppressRangeKeyword\": false,\n    \"exitModeOnEmptyRange\": false,\n    \"tableLabel\": false,\n    \"tableLookAhead\": 50,\n    \"moreBufferLines\": \"5000\",\n    \"showTableLabelsIfMultiple\": false,\n    \"defaultTableBehavior\": \"dynamic\",\n    \"allowTableOverflow\": false,\n    \"tableOverflowTruncate\": false,\n    \"allowTableCellWrap\": true,\n    \"showAllNs\": false,\n    \"useExposeNsPrefix\": true,\n    \"orderedShowConfig\": true,\n    \"suppressFastShow\": false,\n    \"leafPrompting\": true,\n    \"modeInfoInAudit\": \"false\",\n    \"auditLogMode\": \"all\",\n    \"transactions\": true,\n    \"transactionCtrlCmds\": false,\n    \"actionCallNoListInstance\": \"deny-call\",\n    \"style\": \"j\",\n    \"completionShowMax\": 100,\n    \"rollbackAAA\": false,\n    \"rollbackMax\": 1000,\n    \"rollbackNumbering\": \"rolling\",\n    \"rollbackNumberingInitial\": 10000,\n    \"inconsistentDatabaseSuffix\": \"\",\n    \"showDefaults\": false,\n    \"reallocateOperTrans\": false,\n    \"quickSshTeardown\": false,\n    \"cAlignLeafValues\": true,\n    \"jAlignLeafValues\": true,\n    \"defaultPrefix\": \"\",\n    \"jWarningPrefix\": \"Warning: \",\n    \"jAbortedPrefix\": \"Aborted: \",\n    \"jErrorPrefix\": \"Error: \",\n    \"cWarningPrefix\": \"Warning: \",\n    \"cAbortedPrefix\": \"Aborted: \",\n    \"cErrorPrefix\": \"Error: \",\n    \"invalidDataString\": \"--ERROR--\",\n    \"noEmbeddedComments\": false,\n    \"showKeyName\": true,\n    \"commitRetryTimeout\": \"PT0S\",\n    \"timezone\": \"local\",\n    \"utcOffset\": \"0\",\n    \"oldDetailsArg\": false,\n    \"withDefaults\": false,\n    \"ignoreShowWithDefaultOnDiff\": false,\n    \"trimDefaultShow\": false,\n    \"trimDefaultSave\": false,\n    \"banner\": \"\",\n    \"bannerFile\": \"\",\n    \"prompt1\": \"\",\n    \"prompt2\": \"\",\n    \"cPrompt1\": \"\",\n    \"cPrompt2\": \"\",\n    \"cStylePromptInJStyle\": false,\n    \"waitLockedConfigMode\": true,\n    \"promptHostnameDelimiter\": \".\",\n    \"asyncPromptRefresh\": true,\n    \"showLogDirectory\": \"/var/log\",\n    \"idleTimeout\": \"PT30M\",\n    \"promptSessionsCLI\": false,\n    \"disableIdleTimeoutOnCmd\": true,\n    \"commandTimeout\": \"infinity\",\n    \"spaceCompletion\": {\n      \"enabled\": true\n    },\n    \"timestamp\": {\n      \"enabled\": false,\n      \"clock24\": true,\n      \"format\": \"\\\\d{l,4}\\\\m{l,5}\\\\D{l,3}\\\\H{r,2,0}:\\\\t{r,2,0}:\\\\s{r,2,0}.\\\\c{l,3,0} UTC\\\\u{l,1}\\\\o{r,2,0}:\\\\k{r,2,0}\"\n    },\n    \"autoWizard\": {\n      \"enabled\": true\n    },\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2024,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"banner\": \"\",\n      \"bannerFile\": \"\"\n    },\n    \"commitMessage\": true,\n    \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n    \"suppressCommitMessages\": {\n      \"context\": [\n        \"Some context\",\n        \"Some context\"\n      ]\n    },\n    \"jShowCR\": false,\n    \"showPipe\": true,\n    \"showPipeConfig\": false,\n    \"disablePipe\": false,\n    \"disablePipeConfig\": false,\n    \"pipeHelpMode\": \"auto\",\n    \"jAllowDeleteAll\": true,\n    \"cSilentNo\": true,\n    \"noFollowIncompleteCommand\": false,\n    \"cRestrictiveNo\": false,\n    \"prioritizeSubmodeCmds\": true,\n    \"cExtendedCmdSearch\": true,\n    \"cSuppressCmdSearch\": false,\n    \"enterSubmodeOnLeaf\": true,\n    \"jExtendedShow\": true,\n    \"jShowUnset\": false,\n    \"jShowUnsetText\": \"UNSET\",\n    \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n    \"cModeExitFormat\": \"!\",\n    \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n    \"showSubsystemMessages\": true,\n    \"ignoreSubsystemFailures\": false,\n    \"showEmptyContainers\": false,\n    \"showTags\": true,\n    \"showAnnotations\": true,\n    \"showServiceMetaData\": false,\n    \"suppressNedErrors\": false,\n    \"jShowTableRecursive\": false,\n    \"cPrivate\": false,\n    \"cTab\": false,\n    \"cTabInfo\": false,\n    \"tabExtend\": true,\n    \"cHelp\": true,\n    \"jHideHelp\": false,\n    \"restrictedFileAccess\": false,\n    \"hideDotFiles\": false,\n    \"restrictedFileRegexp\": \"\",\n    \"historySave\": true,\n    \"historyRemoveDuplicates\": false,\n    \"historyMaxSize\": 1000,\n    \"messageMaxSize\": 10000,\n    \"mapActions\": \"both\",\n    \"compactTable\": true,\n    \"compactShow\": false,\n    \"compactStatsShow\": false,\n    \"prettifyStatsName\": false,\n    \"showCommitProgress\": false,\n    \"commitActivityClock\": false,\n    \"confirmUncommitedOnExit\": \"prompt\",\n    \"reconfirmHidden\": false,\n    \"dequoteHidden\": false,\n    \"enumKeyInfo\": false,\n    \"columnStats\": false,\n    \"allowAbbrevCmds\": true,\n    \"allowAbbrevCmdsOnLoad\": true,\n    \"allowAbbrevKeys\": false,\n    \"allowAbbrevParamNames\": false,\n    \"allowAbbrevEnums\": true,\n    \"allowCaseInsensitiveEnums\": true,\n    \"strictRefsOnLoad\": false,\n    \"stopLoadOnError\": true,\n    \"suppressBurstErrors\": true,\n    \"allOrNothingLoad\": false,\n    \"autocommitLoad\": false,\n    \"autocommitLoadChunkSize\": 1,\n    \"enableLoadMerge\": true,\n    \"loadActivityClock\": false,\n    \"instanceDescription\": true,\n    \"addErrorPrefixSuffix\": true,\n    \"compListCompact\": false,\n    \"completionListLine\": false,\n    \"infoOnMatch\": true,\n    \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n    \"enableDisplayLevel\": \"pipe\",\n    \"defaultDisplayLevel\": 99999999,\n    \"enableDisplayGroups\": true,\n    \"unifiedHistory\": false,\n    \"modeInfoInAAA\": \"false\",\n    \"cmdAAAForAutowizard\": false,\n    \"cStrictAAA\": false,\n    \"quoteStyle\": \"backslash\",\n    \"laxBarQuoting\": false,\n    \"expandAliasOnCompletion\": true,\n    \"expandAliasEscape\": \"false\",\n    \"docWrap\": true,\n    \"infoOnTab\": true,\n    \"infoOnSpace\": true,\n    \"newLogout\": true,\n    \"newInsert\": true,\n    \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n    \"messageWordWrap\": false,\n    \"messageQueueSize\": 10,\n    \"promptEnumLimit\": 4,\n    \"caseInsensitive\": false,\n    \"caseInsensitiveKeys\": false,\n    \"ignoreLeadingWhitespace\": false,\n    \"indentTemplates\": false,\n    \"wrapInfo\": true,\n    \"wrapPrompt\": false,\n    \"sortShowElems\": true,\n    \"showMatchBeforePossible\": false,\n    \"possibleCompletionsFormat\": \"Possible completions:\",\n    \"matchCompletionsFormat\": \"Possible match completions:\",\n    \"noMatchCompletionsFormat\": \"\",\n    \"showDescription\": true,\n    \"explicitSetCreate\": false,\n    \"templateFilter\": [\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"escapeBackslash\": false,\n    \"showNedErrorAsInfo\": true,\n    \"defaultLeafListStyle\": \"flat-list\",\n    \"bypassAllowAbbrevKeys\": false,\n    \"jEnableLoadMergeLeafList\": false,\n    \"enableLoadMergeLeafList\": false,\n    \"enableCliCache\": true\n  }\n}"}],"_postman_id":"e4a066c6-5450-4c40-b586-c2cdb8dbf120"},{"name":"DELETE - NodeID - confd_dyncfg - cli","id":"6868b4b7-973f-4062-a4e8-9c1a1cbe849b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c6a0d7ef-8f30-4e12-8a30-e953fa8db5f7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6868b4b7-973f-4062-a4e8-9c1a1cbe849b"},{"name":"PUT - NodeID - confd_dyncfg - cli","id":"f612049b-e38d-490d-b952-858bc79089ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cli\": {\n    \"enabled\": true,\n    \"maxLineLength\": \"0\",\n    \"allowImplicitWildcard\": true,\n    \"startupScriptNonInteractive\": false,\n    \"modeNameStyle\": \"short\",\n    \"allowOverwriteOnCopy\": false,\n    \"inheritPaginate\": true,\n    \"safeScriptExecution\": true,\n    \"exitConfigModeOnCtrlC\": true,\n    \"execNavigationCmds\": false,\n    \"allowOldStyleModeCmds\": false,\n    \"continueOnErrorCmdStack\": false,\n    \"topLevelCmdsInSubMode\": false,\n    \"mixedMode\": false,\n    \"completionShowOldVal\": true,\n    \"completionMetaInfo\": \"false\",\n    \"reportInvalidCompletionInput\": true,\n    \"useShortEnabled\": true,\n    \"smartRenameFiltering\": true,\n    \"allowParenQuotes\": false,\n    \"singleElemPattern\": true,\n    \"multiPatternOperation\": \"any\",\n    \"sortSubmodeCmds\": true,\n    \"sortLocalCmds\": true,\n    \"displayEmptyConfigContainers\": true,\n    \"displayNonPresenceAttributes\": false,\n    \"showEditors\": true,\n    \"whoShowMode\": true,\n    \"whoHistoryDateTimeFormat\": \"short\",\n    \"resetScreenAfterMore\": true,\n    \"editWrapMode\": \"wrap\",\n    \"supportQuotedEOL\": true,\n    \"allowWildcard\": true,\n    \"allowAllAsWildcard\": false,\n    \"allowRangeExpression\": true,\n    \"allowRangeExpressionAllTypes\": true,\n    \"useDoubleDotRanges\": false,\n    \"addExtraTableSpacing\": false,\n    \"suppressRangeKeyword\": false,\n    \"exitModeOnEmptyRange\": false,\n    \"tableLabel\": false,\n    \"tableLookAhead\": 50,\n    \"moreBufferLines\": \"5000\",\n    \"showTableLabelsIfMultiple\": false,\n    \"defaultTableBehavior\": \"dynamic\",\n    \"allowTableOverflow\": false,\n    \"tableOverflowTruncate\": false,\n    \"allowTableCellWrap\": true,\n    \"showAllNs\": false,\n    \"useExposeNsPrefix\": true,\n    \"orderedShowConfig\": true,\n    \"suppressFastShow\": false,\n    \"leafPrompting\": true,\n    \"modeInfoInAudit\": \"false\",\n    \"auditLogMode\": \"all\",\n    \"transactions\": true,\n    \"transactionCtrlCmds\": false,\n    \"actionCallNoListInstance\": \"deny-call\",\n    \"style\": \"j\",\n    \"completionShowMax\": 100,\n    \"rollbackAAA\": false,\n    \"rollbackMax\": 1000,\n    \"rollbackNumbering\": \"rolling\",\n    \"rollbackNumberingInitial\": 10000,\n    \"inconsistentDatabaseSuffix\": \"\",\n    \"showDefaults\": false,\n    \"reallocateOperTrans\": false,\n    \"quickSshTeardown\": false,\n    \"cAlignLeafValues\": true,\n    \"jAlignLeafValues\": true,\n    \"defaultPrefix\": \"\",\n    \"jWarningPrefix\": \"Warning: \",\n    \"jAbortedPrefix\": \"Aborted: \",\n    \"jErrorPrefix\": \"Error: \",\n    \"cWarningPrefix\": \"Warning: \",\n    \"cAbortedPrefix\": \"Aborted: \",\n    \"cErrorPrefix\": \"Error: \",\n    \"invalidDataString\": \"--ERROR--\",\n    \"noEmbeddedComments\": false,\n    \"showKeyName\": true,\n    \"commitRetryTimeout\": \"PT0S\",\n    \"timezone\": \"local\",\n    \"utcOffset\": \"0\",\n    \"oldDetailsArg\": false,\n    \"withDefaults\": false,\n    \"ignoreShowWithDefaultOnDiff\": false,\n    \"trimDefaultShow\": false,\n    \"trimDefaultSave\": false,\n    \"banner\": \"\",\n    \"bannerFile\": \"\",\n    \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n    \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n    \"cPrompt1\": \"\\\\h\\\\M# \",\n    \"cPrompt2\": \"\\\\h(\\\\m)# \",\n    \"cStylePromptInJStyle\": false,\n    \"waitLockedConfigMode\": true,\n    \"promptHostnameDelimiter\": \".\",\n    \"asyncPromptRefresh\": true,\n    \"showLogDirectory\": \"/var/log\",\n    \"idleTimeout\": \"PT30M\",\n    \"promptSessionsCLI\": false,\n    \"disableIdleTimeoutOnCmd\": true,\n    \"commandTimeout\": \"infinity\",\n    \"spaceCompletion\": {\n      \"enabled\": true\n    },\n    \"timestamp\": {\n      \"enabled\": false,\n      \"clock24\": true,\n      \"format\": \"\"\n    },\n    \"autoWizard\": {\n      \"enabled\": true\n    },\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2024,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"banner\": \"\",\n      \"bannerFile\": \"\"\n    },\n    \"commitMessage\": true,\n    \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n    \"suppressCommitMessages\": {\n      \"context\": [\n        \"Some context\",\n        \"Some context\"\n      ]\n    },\n    \"jShowCR\": false,\n    \"showPipe\": true,\n    \"showPipeConfig\": false,\n    \"disablePipe\": false,\n    \"disablePipeConfig\": false,\n    \"pipeHelpMode\": \"auto\",\n    \"jAllowDeleteAll\": true,\n    \"cSilentNo\": true,\n    \"noFollowIncompleteCommand\": false,\n    \"cRestrictiveNo\": false,\n    \"prioritizeSubmodeCmds\": true,\n    \"cExtendedCmdSearch\": true,\n    \"cSuppressCmdSearch\": false,\n    \"enterSubmodeOnLeaf\": true,\n    \"jExtendedShow\": true,\n    \"jShowUnset\": false,\n    \"jShowUnsetText\": \"UNSET\",\n    \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n    \"cModeExitFormat\": \"!\",\n    \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n    \"showSubsystemMessages\": true,\n    \"ignoreSubsystemFailures\": false,\n    \"showEmptyContainers\": false,\n    \"showTags\": true,\n    \"showAnnotations\": true,\n    \"showServiceMetaData\": false,\n    \"suppressNedErrors\": false,\n    \"jShowTableRecursive\": false,\n    \"cPrivate\": false,\n    \"cTab\": false,\n    \"cTabInfo\": false,\n    \"tabExtend\": true,\n    \"cHelp\": true,\n    \"jHideHelp\": false,\n    \"restrictedFileAccess\": false,\n    \"hideDotFiles\": false,\n    \"restrictedFileRegexp\": \"\",\n    \"historySave\": true,\n    \"historyRemoveDuplicates\": false,\n    \"historyMaxSize\": 1000,\n    \"messageMaxSize\": 10000,\n    \"mapActions\": \"both\",\n    \"compactTable\": true,\n    \"compactShow\": false,\n    \"compactStatsShow\": false,\n    \"prettifyStatsName\": false,\n    \"showCommitProgress\": false,\n    \"commitActivityClock\": false,\n    \"confirmUncommitedOnExit\": \"prompt\",\n    \"reconfirmHidden\": false,\n    \"dequoteHidden\": false,\n    \"enumKeyInfo\": false,\n    \"columnStats\": false,\n    \"allowAbbrevCmds\": true,\n    \"allowAbbrevCmdsOnLoad\": true,\n    \"allowAbbrevKeys\": false,\n    \"allowAbbrevParamNames\": false,\n    \"allowAbbrevEnums\": true,\n    \"allowCaseInsensitiveEnums\": true,\n    \"strictRefsOnLoad\": false,\n    \"stopLoadOnError\": true,\n    \"suppressBurstErrors\": true,\n    \"allOrNothingLoad\": false,\n    \"autocommitLoad\": false,\n    \"autocommitLoadChunkSize\": 1,\n    \"enableLoadMerge\": true,\n    \"loadActivityClock\": false,\n    \"instanceDescription\": true,\n    \"addErrorPrefixSuffix\": true,\n    \"compListCompact\": false,\n    \"completionListLine\": false,\n    \"infoOnMatch\": true,\n    \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n    \"enableDisplayLevel\": \"pipe\",\n    \"defaultDisplayLevel\": 99999999,\n    \"enableDisplayGroups\": true,\n    \"unifiedHistory\": false,\n    \"modeInfoInAAA\": \"false\",\n    \"cmdAAAForAutowizard\": false,\n    \"cStrictAAA\": false,\n    \"quoteStyle\": \"backslash\",\n    \"laxBarQuoting\": false,\n    \"expandAliasOnCompletion\": true,\n    \"expandAliasEscape\": \"false\",\n    \"docWrap\": true,\n    \"infoOnTab\": true,\n    \"infoOnSpace\": true,\n    \"newLogout\": true,\n    \"newInsert\": true,\n    \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n    \"messageWordWrap\": false,\n    \"messageQueueSize\": 10,\n    \"promptEnumLimit\": 4,\n    \"caseInsensitive\": false,\n    \"caseInsensitiveKeys\": false,\n    \"ignoreLeadingWhitespace\": false,\n    \"indentTemplates\": false,\n    \"wrapInfo\": true,\n    \"wrapPrompt\": false,\n    \"sortShowElems\": true,\n    \"showMatchBeforePossible\": false,\n    \"possibleCompletionsFormat\": \"Possible completions:\",\n    \"matchCompletionsFormat\": \"Possible match completions:\",\n    \"noMatchCompletionsFormat\": \"\",\n    \"showDescription\": true,\n    \"explicitSetCreate\": false,\n    \"templateFilter\": [\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"escapeBackslash\": false,\n    \"showNedErrorAsInfo\": true,\n    \"defaultLeafListStyle\": \"flat-list\",\n    \"bypassAllowAbbrevKeys\": false,\n    \"jEnableLoadMergeLeafList\": false,\n    \"enableLoadMergeLeafList\": false,\n    \"enableCliCache\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f51241f3-a4dd-469a-b536-20ebdac4c818","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cli\": {\n    \"enabled\": true,\n    \"maxLineLength\": \"0\",\n    \"allowImplicitWildcard\": true,\n    \"startupScriptNonInteractive\": false,\n    \"modeNameStyle\": \"short\",\n    \"allowOverwriteOnCopy\": false,\n    \"inheritPaginate\": true,\n    \"safeScriptExecution\": true,\n    \"exitConfigModeOnCtrlC\": true,\n    \"execNavigationCmds\": false,\n    \"allowOldStyleModeCmds\": false,\n    \"continueOnErrorCmdStack\": false,\n    \"topLevelCmdsInSubMode\": false,\n    \"mixedMode\": false,\n    \"completionShowOldVal\": true,\n    \"completionMetaInfo\": \"false\",\n    \"reportInvalidCompletionInput\": true,\n    \"useShortEnabled\": true,\n    \"smartRenameFiltering\": true,\n    \"allowParenQuotes\": false,\n    \"singleElemPattern\": true,\n    \"multiPatternOperation\": \"any\",\n    \"sortSubmodeCmds\": true,\n    \"sortLocalCmds\": true,\n    \"displayEmptyConfigContainers\": true,\n    \"displayNonPresenceAttributes\": false,\n    \"showEditors\": true,\n    \"whoShowMode\": true,\n    \"whoHistoryDateTimeFormat\": \"short\",\n    \"resetScreenAfterMore\": true,\n    \"editWrapMode\": \"wrap\",\n    \"supportQuotedEOL\": true,\n    \"allowWildcard\": true,\n    \"allowAllAsWildcard\": false,\n    \"allowRangeExpression\": true,\n    \"allowRangeExpressionAllTypes\": true,\n    \"useDoubleDotRanges\": false,\n    \"addExtraTableSpacing\": false,\n    \"suppressRangeKeyword\": false,\n    \"exitModeOnEmptyRange\": false,\n    \"tableLabel\": false,\n    \"tableLookAhead\": 50,\n    \"moreBufferLines\": \"5000\",\n    \"showTableLabelsIfMultiple\": false,\n    \"defaultTableBehavior\": \"dynamic\",\n    \"allowTableOverflow\": false,\n    \"tableOverflowTruncate\": false,\n    \"allowTableCellWrap\": true,\n    \"showAllNs\": false,\n    \"useExposeNsPrefix\": true,\n    \"orderedShowConfig\": true,\n    \"suppressFastShow\": false,\n    \"leafPrompting\": true,\n    \"modeInfoInAudit\": \"false\",\n    \"auditLogMode\": \"all\",\n    \"transactions\": true,\n    \"transactionCtrlCmds\": false,\n    \"actionCallNoListInstance\": \"deny-call\",\n    \"style\": \"j\",\n    \"completionShowMax\": 100,\n    \"rollbackAAA\": false,\n    \"rollbackMax\": 1000,\n    \"rollbackNumbering\": \"rolling\",\n    \"rollbackNumberingInitial\": 10000,\n    \"inconsistentDatabaseSuffix\": \"\",\n    \"showDefaults\": false,\n    \"reallocateOperTrans\": false,\n    \"quickSshTeardown\": false,\n    \"cAlignLeafValues\": true,\n    \"jAlignLeafValues\": true,\n    \"defaultPrefix\": \"\",\n    \"jWarningPrefix\": \"Warning: \",\n    \"jAbortedPrefix\": \"Aborted: \",\n    \"jErrorPrefix\": \"Error: \",\n    \"cWarningPrefix\": \"Warning: \",\n    \"cAbortedPrefix\": \"Aborted: \",\n    \"cErrorPrefix\": \"Error: \",\n    \"invalidDataString\": \"--ERROR--\",\n    \"noEmbeddedComments\": false,\n    \"showKeyName\": true,\n    \"commitRetryTimeout\": \"PT0S\",\n    \"timezone\": \"local\",\n    \"utcOffset\": \"0\",\n    \"oldDetailsArg\": false,\n    \"withDefaults\": false,\n    \"ignoreShowWithDefaultOnDiff\": false,\n    \"trimDefaultShow\": false,\n    \"trimDefaultSave\": false,\n    \"banner\": \"\",\n    \"bannerFile\": \"\",\n    \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n    \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n    \"cPrompt1\": \"\\\\h\\\\M# \",\n    \"cPrompt2\": \"\\\\h(\\\\m)# \",\n    \"cStylePromptInJStyle\": false,\n    \"waitLockedConfigMode\": true,\n    \"promptHostnameDelimiter\": \".\",\n    \"asyncPromptRefresh\": true,\n    \"showLogDirectory\": \"/var/log\",\n    \"idleTimeout\": \"PT30M\",\n    \"promptSessionsCLI\": false,\n    \"disableIdleTimeoutOnCmd\": true,\n    \"commandTimeout\": \"infinity\",\n    \"spaceCompletion\": {\n      \"enabled\": true\n    },\n    \"timestamp\": {\n      \"enabled\": false,\n      \"clock24\": true,\n      \"format\": \"\"\n    },\n    \"autoWizard\": {\n      \"enabled\": true\n    },\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2024,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"banner\": \"\",\n      \"bannerFile\": \"\"\n    },\n    \"commitMessage\": true,\n    \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n    \"suppressCommitMessages\": {\n      \"context\": [\n        \"Some context\",\n        \"Some context\"\n      ]\n    },\n    \"jShowCR\": false,\n    \"showPipe\": true,\n    \"showPipeConfig\": false,\n    \"disablePipe\": false,\n    \"disablePipeConfig\": false,\n    \"pipeHelpMode\": \"auto\",\n    \"jAllowDeleteAll\": true,\n    \"cSilentNo\": true,\n    \"noFollowIncompleteCommand\": false,\n    \"cRestrictiveNo\": false,\n    \"prioritizeSubmodeCmds\": true,\n    \"cExtendedCmdSearch\": true,\n    \"cSuppressCmdSearch\": false,\n    \"enterSubmodeOnLeaf\": true,\n    \"jExtendedShow\": true,\n    \"jShowUnset\": false,\n    \"jShowUnsetText\": \"UNSET\",\n    \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n    \"cModeExitFormat\": \"!\",\n    \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n    \"showSubsystemMessages\": true,\n    \"ignoreSubsystemFailures\": false,\n    \"showEmptyContainers\": false,\n    \"showTags\": true,\n    \"showAnnotations\": true,\n    \"showServiceMetaData\": false,\n    \"suppressNedErrors\": false,\n    \"jShowTableRecursive\": false,\n    \"cPrivate\": false,\n    \"cTab\": false,\n    \"cTabInfo\": false,\n    \"tabExtend\": true,\n    \"cHelp\": true,\n    \"jHideHelp\": false,\n    \"restrictedFileAccess\": false,\n    \"hideDotFiles\": false,\n    \"restrictedFileRegexp\": \"\",\n    \"historySave\": true,\n    \"historyRemoveDuplicates\": false,\n    \"historyMaxSize\": 1000,\n    \"messageMaxSize\": 10000,\n    \"mapActions\": \"both\",\n    \"compactTable\": true,\n    \"compactShow\": false,\n    \"compactStatsShow\": false,\n    \"prettifyStatsName\": false,\n    \"showCommitProgress\": false,\n    \"commitActivityClock\": false,\n    \"confirmUncommitedOnExit\": \"prompt\",\n    \"reconfirmHidden\": false,\n    \"dequoteHidden\": false,\n    \"enumKeyInfo\": false,\n    \"columnStats\": false,\n    \"allowAbbrevCmds\": true,\n    \"allowAbbrevCmdsOnLoad\": true,\n    \"allowAbbrevKeys\": false,\n    \"allowAbbrevParamNames\": false,\n    \"allowAbbrevEnums\": true,\n    \"allowCaseInsensitiveEnums\": true,\n    \"strictRefsOnLoad\": false,\n    \"stopLoadOnError\": true,\n    \"suppressBurstErrors\": true,\n    \"allOrNothingLoad\": false,\n    \"autocommitLoad\": false,\n    \"autocommitLoadChunkSize\": 1,\n    \"enableLoadMerge\": true,\n    \"loadActivityClock\": false,\n    \"instanceDescription\": true,\n    \"addErrorPrefixSuffix\": true,\n    \"compListCompact\": false,\n    \"completionListLine\": false,\n    \"infoOnMatch\": true,\n    \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n    \"enableDisplayLevel\": \"pipe\",\n    \"defaultDisplayLevel\": 99999999,\n    \"enableDisplayGroups\": true,\n    \"unifiedHistory\": false,\n    \"modeInfoInAAA\": \"false\",\n    \"cmdAAAForAutowizard\": false,\n    \"cStrictAAA\": false,\n    \"quoteStyle\": \"backslash\",\n    \"laxBarQuoting\": false,\n    \"expandAliasOnCompletion\": true,\n    \"expandAliasEscape\": \"false\",\n    \"docWrap\": true,\n    \"infoOnTab\": true,\n    \"infoOnSpace\": true,\n    \"newLogout\": true,\n    \"newInsert\": true,\n    \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n    \"messageWordWrap\": false,\n    \"messageQueueSize\": 10,\n    \"promptEnumLimit\": 4,\n    \"caseInsensitive\": false,\n    \"caseInsensitiveKeys\": false,\n    \"ignoreLeadingWhitespace\": false,\n    \"indentTemplates\": false,\n    \"wrapInfo\": true,\n    \"wrapPrompt\": false,\n    \"sortShowElems\": true,\n    \"showMatchBeforePossible\": false,\n    \"possibleCompletionsFormat\": \"Possible completions:\",\n    \"matchCompletionsFormat\": \"Possible match completions:\",\n    \"noMatchCompletionsFormat\": \"\",\n    \"showDescription\": true,\n    \"explicitSetCreate\": false,\n    \"templateFilter\": [\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"escapeBackslash\": false,\n    \"showNedErrorAsInfo\": true,\n    \"defaultLeafListStyle\": \"flat-list\",\n    \"bypassAllowAbbrevKeys\": false,\n    \"jEnableLoadMergeLeafList\": false,\n    \"enableLoadMergeLeafList\": false,\n    \"enableCliCache\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"131b6af0-8e9b-46b7-b0eb-22314e65b24c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cli\": {\n    \"enabled\": true,\n    \"maxLineLength\": \"0\",\n    \"allowImplicitWildcard\": true,\n    \"startupScriptNonInteractive\": false,\n    \"modeNameStyle\": \"short\",\n    \"allowOverwriteOnCopy\": false,\n    \"inheritPaginate\": true,\n    \"safeScriptExecution\": true,\n    \"exitConfigModeOnCtrlC\": true,\n    \"execNavigationCmds\": false,\n    \"allowOldStyleModeCmds\": false,\n    \"continueOnErrorCmdStack\": false,\n    \"topLevelCmdsInSubMode\": false,\n    \"mixedMode\": false,\n    \"completionShowOldVal\": true,\n    \"completionMetaInfo\": \"false\",\n    \"reportInvalidCompletionInput\": true,\n    \"useShortEnabled\": true,\n    \"smartRenameFiltering\": true,\n    \"allowParenQuotes\": false,\n    \"singleElemPattern\": true,\n    \"multiPatternOperation\": \"any\",\n    \"sortSubmodeCmds\": true,\n    \"sortLocalCmds\": true,\n    \"displayEmptyConfigContainers\": true,\n    \"displayNonPresenceAttributes\": false,\n    \"showEditors\": true,\n    \"whoShowMode\": true,\n    \"whoHistoryDateTimeFormat\": \"short\",\n    \"resetScreenAfterMore\": true,\n    \"editWrapMode\": \"wrap\",\n    \"supportQuotedEOL\": true,\n    \"allowWildcard\": true,\n    \"allowAllAsWildcard\": false,\n    \"allowRangeExpression\": true,\n    \"allowRangeExpressionAllTypes\": true,\n    \"useDoubleDotRanges\": false,\n    \"addExtraTableSpacing\": false,\n    \"suppressRangeKeyword\": false,\n    \"exitModeOnEmptyRange\": false,\n    \"tableLabel\": false,\n    \"tableLookAhead\": 50,\n    \"moreBufferLines\": \"5000\",\n    \"showTableLabelsIfMultiple\": false,\n    \"defaultTableBehavior\": \"dynamic\",\n    \"allowTableOverflow\": false,\n    \"tableOverflowTruncate\": false,\n    \"allowTableCellWrap\": true,\n    \"showAllNs\": false,\n    \"useExposeNsPrefix\": true,\n    \"orderedShowConfig\": true,\n    \"suppressFastShow\": false,\n    \"leafPrompting\": true,\n    \"modeInfoInAudit\": \"false\",\n    \"auditLogMode\": \"all\",\n    \"transactions\": true,\n    \"transactionCtrlCmds\": false,\n    \"actionCallNoListInstance\": \"deny-call\",\n    \"style\": \"j\",\n    \"completionShowMax\": 100,\n    \"rollbackAAA\": false,\n    \"rollbackMax\": 1000,\n    \"rollbackNumbering\": \"rolling\",\n    \"rollbackNumberingInitial\": 10000,\n    \"inconsistentDatabaseSuffix\": \"\",\n    \"showDefaults\": false,\n    \"reallocateOperTrans\": false,\n    \"quickSshTeardown\": false,\n    \"cAlignLeafValues\": true,\n    \"jAlignLeafValues\": true,\n    \"defaultPrefix\": \"\",\n    \"jWarningPrefix\": \"Warning: \",\n    \"jAbortedPrefix\": \"Aborted: \",\n    \"jErrorPrefix\": \"Error: \",\n    \"cWarningPrefix\": \"Warning: \",\n    \"cAbortedPrefix\": \"Aborted: \",\n    \"cErrorPrefix\": \"Error: \",\n    \"invalidDataString\": \"--ERROR--\",\n    \"noEmbeddedComments\": false,\n    \"showKeyName\": true,\n    \"commitRetryTimeout\": \"PT0S\",\n    \"timezone\": \"local\",\n    \"utcOffset\": \"0\",\n    \"oldDetailsArg\": false,\n    \"withDefaults\": false,\n    \"ignoreShowWithDefaultOnDiff\": false,\n    \"trimDefaultShow\": false,\n    \"trimDefaultSave\": false,\n    \"banner\": \"\",\n    \"bannerFile\": \"\",\n    \"prompt1\": \"\\\\u@\\\\h\\\\M> \",\n    \"prompt2\": \"\\\\u@\\\\h\\\\M% \",\n    \"cPrompt1\": \"\\\\h\\\\M# \",\n    \"cPrompt2\": \"\\\\h(\\\\m)# \",\n    \"cStylePromptInJStyle\": false,\n    \"waitLockedConfigMode\": true,\n    \"promptHostnameDelimiter\": \".\",\n    \"asyncPromptRefresh\": true,\n    \"showLogDirectory\": \"/var/log\",\n    \"idleTimeout\": \"PT30M\",\n    \"promptSessionsCLI\": false,\n    \"disableIdleTimeoutOnCmd\": true,\n    \"commandTimeout\": \"infinity\",\n    \"spaceCompletion\": {\n      \"enabled\": true\n    },\n    \"timestamp\": {\n      \"enabled\": false,\n      \"clock24\": true,\n      \"format\": \"\"\n    },\n    \"autoWizard\": {\n      \"enabled\": true\n    },\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2024,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"banner\": \"\",\n      \"bannerFile\": \"\"\n    },\n    \"commitMessage\": true,\n    \"commitMessageFormat\": \"\\\\nSystem message at $(time)...\\\\nCommit performed by $(user) via $(proto) using $(ctx).\\\\n\",\n    \"suppressCommitMessages\": {\n      \"context\": [\n        \"Some context\",\n        \"Some context\"\n      ]\n    },\n    \"jShowCR\": false,\n    \"showPipe\": true,\n    \"showPipeConfig\": false,\n    \"disablePipe\": false,\n    \"disablePipeConfig\": false,\n    \"pipeHelpMode\": \"auto\",\n    \"jAllowDeleteAll\": true,\n    \"cSilentNo\": true,\n    \"noFollowIncompleteCommand\": false,\n    \"cRestrictiveNo\": false,\n    \"prioritizeSubmodeCmds\": true,\n    \"cExtendedCmdSearch\": true,\n    \"cSuppressCmdSearch\": false,\n    \"enterSubmodeOnLeaf\": true,\n    \"jExtendedShow\": true,\n    \"jShowUnset\": false,\n    \"jShowUnsetText\": \"UNSET\",\n    \"jStatusFormat\": \"[$(status)][$(time)]\\\\n\",\n    \"cModeExitFormat\": \"!\",\n    \"forcedExitFormat\": \"\\\\nYou are forced out of configure mode by $(sender).\\\\n\",\n    \"showSubsystemMessages\": true,\n    \"ignoreSubsystemFailures\": false,\n    \"showEmptyContainers\": false,\n    \"showTags\": true,\n    \"showAnnotations\": true,\n    \"showServiceMetaData\": false,\n    \"suppressNedErrors\": false,\n    \"jShowTableRecursive\": false,\n    \"cPrivate\": false,\n    \"cTab\": false,\n    \"cTabInfo\": false,\n    \"tabExtend\": true,\n    \"cHelp\": true,\n    \"jHideHelp\": false,\n    \"restrictedFileAccess\": false,\n    \"hideDotFiles\": false,\n    \"restrictedFileRegexp\": \"\",\n    \"historySave\": true,\n    \"historyRemoveDuplicates\": false,\n    \"historyMaxSize\": 1000,\n    \"messageMaxSize\": 10000,\n    \"mapActions\": \"both\",\n    \"compactTable\": true,\n    \"compactShow\": false,\n    \"compactStatsShow\": false,\n    \"prettifyStatsName\": false,\n    \"showCommitProgress\": false,\n    \"commitActivityClock\": false,\n    \"confirmUncommitedOnExit\": \"prompt\",\n    \"reconfirmHidden\": false,\n    \"dequoteHidden\": false,\n    \"enumKeyInfo\": false,\n    \"columnStats\": false,\n    \"allowAbbrevCmds\": true,\n    \"allowAbbrevCmdsOnLoad\": true,\n    \"allowAbbrevKeys\": false,\n    \"allowAbbrevParamNames\": false,\n    \"allowAbbrevEnums\": true,\n    \"allowCaseInsensitiveEnums\": true,\n    \"strictRefsOnLoad\": false,\n    \"stopLoadOnError\": true,\n    \"suppressBurstErrors\": true,\n    \"allOrNothingLoad\": false,\n    \"autocommitLoad\": false,\n    \"autocommitLoadChunkSize\": 1,\n    \"enableLoadMerge\": true,\n    \"loadActivityClock\": false,\n    \"instanceDescription\": true,\n    \"addErrorPrefixSuffix\": true,\n    \"compListCompact\": false,\n    \"completionListLine\": false,\n    \"infoOnMatch\": true,\n    \"externalActionErrorMsg\": \"Some externalActionErrorMsg\",\n    \"enableDisplayLevel\": \"pipe\",\n    \"defaultDisplayLevel\": 99999999,\n    \"enableDisplayGroups\": true,\n    \"unifiedHistory\": false,\n    \"modeInfoInAAA\": \"false\",\n    \"cmdAAAForAutowizard\": false,\n    \"cStrictAAA\": false,\n    \"quoteStyle\": \"backslash\",\n    \"laxBarQuoting\": false,\n    \"expandAliasOnCompletion\": true,\n    \"expandAliasEscape\": \"false\",\n    \"docWrap\": true,\n    \"infoOnTab\": true,\n    \"infoOnSpace\": true,\n    \"newLogout\": true,\n    \"newInsert\": true,\n    \"messageFormat\": \"\\\\nMessage from $(sender) at $(time)...\\\\n$(message)\\\\nEOF\\\\n\",\n    \"messageWordWrap\": false,\n    \"messageQueueSize\": 10,\n    \"promptEnumLimit\": 4,\n    \"caseInsensitive\": false,\n    \"caseInsensitiveKeys\": false,\n    \"ignoreLeadingWhitespace\": false,\n    \"indentTemplates\": false,\n    \"wrapInfo\": true,\n    \"wrapPrompt\": false,\n    \"sortShowElems\": true,\n    \"showMatchBeforePossible\": false,\n    \"possibleCompletionsFormat\": \"Possible completions:\",\n    \"matchCompletionsFormat\": \"Possible match completions:\",\n    \"noMatchCompletionsFormat\": \"\",\n    \"showDescription\": true,\n    \"explicitSetCreate\": false,\n    \"templateFilter\": [\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"callback\": \"Some callback\"\n      }\n    ],\n    \"escapeBackslash\": false,\n    \"showNedErrorAsInfo\": true,\n    \"defaultLeafListStyle\": \"flat-list\",\n    \"bypassAllowAbbrevKeys\": false,\n    \"jEnableLoadMergeLeafList\": false,\n    \"enableLoadMergeLeafList\": false,\n    \"enableCliCache\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f612049b-e38d-490d-b952-858bc79089ec"},{"name":"POST - NodeID - confd_dyncfg - spaceCompletion","id":"f6b617c9-e26b-4dd1-9335-7cdbc2f587e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/spaceCompletion","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","spaceCompletion"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e58d87f6-c281-4b39-901d-d7126acaf9ca","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/spaceCompletion"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f6b617c9-e26b-4dd1-9335-7cdbc2f587e9"},{"name":"GET - NodeID - confd_dyncfg - spaceCompletion","id":"6066471b-2ab3-4aee-8507-b4fea33ba745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/spaceCompletion?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","spaceCompletion"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cfd00d5c-acda-416e-abb2-286025e77788","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/spaceCompletion?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","spaceCompletion"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"spaceCompletion\": {\n    \"enabled\": true\n  }\n}"}],"_postman_id":"6066471b-2ab3-4aee-8507-b4fea33ba745"},{"name":"DELETE - NodeID - confd_dyncfg - spaceCompletion","id":"62d827ff-fc44-4308-ab36-5e829c2913d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/spaceCompletion","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","spaceCompletion"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1acf5494-d121-4e72-a12e-67f81aff58f7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/spaceCompletion"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62d827ff-fc44-4308-ab36-5e829c2913d5"},{"name":"PUT - NodeID - confd_dyncfg - spaceCompletion","id":"c324e024-68f0-4bf6-aeca-b733f1d9ff7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"spaceCompletion\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/spaceCompletion","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","spaceCompletion"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a8473db5-d47a-44a7-ba50-7ef362cb0675","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"spaceCompletion\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/spaceCompletion"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"17446c49-cf1b-41aa-bdf5-6596df96defa","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"spaceCompletion\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/spaceCompletion"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c324e024-68f0-4bf6-aeca-b733f1d9ff7e"},{"name":"POST - NodeID - confd_dyncfg - timestamp","id":"d4f81044-1ef3-470e-90fc-da4f2f196097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"clock24\": true,\n  \"format\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/timestamp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","timestamp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73be6c60-292e-484c-a4ab-cd3eaafa261b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"clock24\": true,\n  \"format\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/timestamp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d4f81044-1ef3-470e-90fc-da4f2f196097"},{"name":"GET - NodeID - confd_dyncfg - timestamp","id":"597ca6b5-f673-4909-b58f-e32257a33101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/timestamp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","timestamp"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"052eb279-84d3-4a2a-a1a7-68c8365bcf35","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/timestamp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","timestamp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": {\n    \"enabled\": false,\n    \"clock24\": true,\n    \"format\": \"\\\\d{l,4}\\\\m{l,5}\\\\D{l,3}\\\\H{r,2,0}:\\\\t{r,2,0}:\\\\s{r,2,0}.\\\\c{l,3,0} UTC\\\\u{l,1}\\\\o{r,2,0}:\\\\k{r,2,0}\"\n  }\n}"}],"_postman_id":"597ca6b5-f673-4909-b58f-e32257a33101"},{"name":"DELETE - NodeID - confd_dyncfg - timestamp","id":"7ff94326-3b74-49bf-bb17-983c4fbecfe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/timestamp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","timestamp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ad688f4e-3ccb-43f6-84f2-b1535484d78e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/timestamp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ff94326-3b74-49bf-bb17-983c4fbecfe7"},{"name":"PUT - NodeID - confd_dyncfg - timestamp","id":"08121b8f-0c08-4a9d-8d23-d8446aa13f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"timestamp\": {\n    \"enabled\": false,\n    \"clock24\": true,\n    \"format\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/timestamp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","timestamp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b0080e31-780b-4477-a1ee-02eafd3dea29","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"timestamp\": {\n    \"enabled\": false,\n    \"clock24\": true,\n    \"format\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/timestamp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"29c0db44-d0cc-41f2-bd48-466d1ce16285","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"timestamp\": {\n    \"enabled\": false,\n    \"clock24\": true,\n    \"format\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/timestamp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08121b8f-0c08-4a9d-8d23-d8446aa13f77"},{"name":"POST - NodeID - confd_dyncfg - autoWizard","id":"6e18cd94-f436-4154-8c26-5f7dfb214a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/autoWizard","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","autoWizard"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f78b1c53-810e-47f7-99f0-1e825df5c7c5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/autoWizard"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e18cd94-f436-4154-8c26-5f7dfb214a77"},{"name":"GET - NodeID - confd_dyncfg - autoWizard","id":"0aa4110c-8ccd-4973-ad59-a02c5a24f3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/autoWizard?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","autoWizard"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"77bfd02a-3cbe-4744-aad3-0e1054fe4531","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/autoWizard?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","autoWizard"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"autoWizard\": {\n    \"enabled\": true\n  }\n}"}],"_postman_id":"0aa4110c-8ccd-4973-ad59-a02c5a24f3d1"},{"name":"DELETE - NodeID - confd_dyncfg - autoWizard","id":"33c93dbe-9c17-4aeb-9f81-b5feb4b60e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/autoWizard","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","autoWizard"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a31926f5-4c99-4509-a510-ac21749d4bf0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/autoWizard"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33c93dbe-9c17-4aeb-9f81-b5feb4b60e11"},{"name":"PUT - NodeID - confd_dyncfg - autoWizard","id":"6bcbc5cb-941f-4830-af3e-1fdca5d5a800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"autoWizard\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/autoWizard","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","autoWizard"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"864d1cea-6136-4bca-a94f-98d41a4d465e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"autoWizard\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/autoWizard"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6e50cf2-5c69-46ef-90b0-f4e8a55e27a8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"autoWizard\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/autoWizard"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6bcbc5cb-941f-4830-af3e-1fdca5d5a800"},{"name":"POST - NodeID - confd_dyncfg - ssh","id":"aecba3d8-4e77-4f8b-b11f-d9436fdb24ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"ip\": \"0.0.0.0\",\n  \"port\": 2024,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0,\n  \"banner\": \"\",\n  \"bannerFile\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"26a71af0-0b09-4eed-a648-ded95b9d5d3c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"ip\": \"0.0.0.0\",\n  \"port\": 2024,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0,\n  \"banner\": \"\",\n  \"bannerFile\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/ssh"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aecba3d8-4e77-4f8b-b11f-d9436fdb24ac"},{"name":"GET - NodeID - confd_dyncfg - ssh","id":"8a208971-928f-4b1d-b7b1-518a9d271abe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/ssh?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","ssh"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"755b006b-8bb6-4087-82ff-9cf049b0205b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/ssh?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","ssh"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2024,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"banner\": \"\",\n    \"bannerFile\": \"\"\n  }\n}"}],"_postman_id":"8a208971-928f-4b1d-b7b1-518a9d271abe"},{"name":"DELETE - NodeID - confd_dyncfg - ssh","id":"0598443f-1d3c-471c-983d-3fc28ae5a2a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a41dbf2f-e920-4b81-a07f-3c60366cde0b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/ssh"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0598443f-1d3c-471c-983d-3fc28ae5a2a8"},{"name":"PUT - NodeID - confd_dyncfg - ssh","id":"cc45c841-558b-40d4-b052-612a9e2fc13e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2024,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"banner\": \"\",\n    \"bannerFile\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d1985e89-7236-4e6d-889c-f61169cc02dc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2024,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"banner\": \"\",\n    \"bannerFile\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/ssh"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"77e9fc70-45b7-4ff6-adc6-1fe111960ba5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2024,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"banner\": \"\",\n    \"bannerFile\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/ssh"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc45c841-558b-40d4-b052-612a9e2fc13e"},{"name":"POST - NodeID - confd_dyncfg - suppressCommitMessages","id":"d02ae66e-fb1c-4d34-a0f3-e9b60e107ed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"context\": [\n    \"Some context\",\n    \"Some context\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/suppressCommitMessages","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","suppressCommitMessages"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5f8e846c-b9c0-4fd1-a275-00618b0eb09d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"context\": [\n    \"Some context\",\n    \"Some context\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/suppressCommitMessages"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d02ae66e-fb1c-4d34-a0f3-e9b60e107ed8"},{"name":"GET - NodeID - confd_dyncfg - suppressCommitMessages","id":"a65c67c4-dce1-44d3-bf44-5445f39419b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/suppressCommitMessages?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","suppressCommitMessages"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eec0c917-d9fc-4ceb-99e9-0204121286df","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/suppressCommitMessages?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","suppressCommitMessages"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"suppressCommitMessages\": {\n    \"context\": [\n      \"Some context\",\n      \"Some context\"\n    ]\n  }\n}"}],"_postman_id":"a65c67c4-dce1-44d3-bf44-5445f39419b7"},{"name":"DELETE - NodeID - confd_dyncfg - suppressCommitMessages","id":"20a69ba2-ab84-4683-ab9b-dadf4d47a604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/suppressCommitMessages","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","suppressCommitMessages"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"19d4ccde-75ec-4002-9184-ae59cb4f92ef","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/suppressCommitMessages"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"20a69ba2-ab84-4683-ab9b-dadf4d47a604"},{"name":"PUT - NodeID - confd_dyncfg - suppressCommitMessages","id":"b050de92-2881-44ef-9bf9-874da09259ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"suppressCommitMessages\": {\n    \"context\": [\n      \"Some context\",\n      \"Some context\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/suppressCommitMessages","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","suppressCommitMessages"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d1b74b51-a69b-4494-971f-a7d26ce050db","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"suppressCommitMessages\": {\n    \"context\": [\n      \"Some context\",\n      \"Some context\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/suppressCommitMessages"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"06b3520a-700b-4c92-a1a8-c5f382a4b3bc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"suppressCommitMessages\": {\n    \"context\": [\n      \"Some context\",\n      \"Some context\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/suppressCommitMessages"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b050de92-2881-44ef-9bf9-874da09259ea"},{"name":"POST - NodeID - confd_dyncfg - templateFilter","id":"ef5de3cc-3720-426f-b294-fc4b9caed8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callback\": \"Some callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/templateFilter=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","templateFilter=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"de7b94d6-6a17-4ef8-84e6-68daeca6db3a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"callback\": \"Some callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/templateFilter=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef5de3cc-3720-426f-b294-fc4b9caed8f8"},{"name":"GET - NodeID - confd_dyncfg - templateFilter","id":"c3dca05c-c7f1-4564-84bf-d2a8ec977561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/templateFilter=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","templateFilter=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c4871edc-d04f-41e8-b615-43099b1896ab","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/templateFilter=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","templateFilter=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"templateFilter\": [\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    }\n  ]\n}"}],"_postman_id":"c3dca05c-c7f1-4564-84bf-d2a8ec977561"},{"name":"DELETE - NodeID - confd_dyncfg - templateFilter","id":"12fb16be-cabf-4404-a54c-fca05722f831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/templateFilter=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","templateFilter=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"be80a67c-68c3-4de2-8e43-14a8534541fb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/templateFilter=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12fb16be-cabf-4404-a54c-fca05722f831"},{"name":"PUT - NodeID - confd_dyncfg - templateFilter","id":"a7d91320-5c4d-447d-adbc-ce29983fba90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"templateFilter\": [\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/templateFilter=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","cli","templateFilter=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bc6acf0d-3810-4fd6-bcf1-da551585b55a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"templateFilter\": [\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/templateFilter=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"255f2af8-4029-465f-a8c4-b1a9b3bb5c72","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"templateFilter\": [\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"callback\": \"Some callback\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/cli/templateFilter=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7d91320-5c4d-447d-adbc-ce29983fba90"},{"name":"POST - NodeID - confd_dyncfg - webui","id":"0bf96f6b-4b2f-4d3e-ad35-6fbeced54654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"serverName\": \"localhost\",\n  \"matchHostName\": false,\n  \"cacheRefreshSecs\": 0,\n  \"maxRefEntries\": 100,\n  \"docroot\": \"Some docroot\",\n  \"webuiIndexUrl\": \"/index.html\",\n  \"loginDir\": \"Some loginDir\",\n  \"customDir\": \"Some customDir\",\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  },\n  \"X-Frame-Options\": \"DENY\",\n  \"disableAuth\": {\n    \"dir\": [\n      \"Some dir\",\n      \"Some dir\"\n    ]\n  },\n  \"allowSymlinks\": true,\n  \"transport\": {\n    \"tcp\": {\n      \"enabled\": true,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8008,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"ssl\": {\n      \"enabled\": false,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8888,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"keyFile\": \"Some keyFile\",\n      \"certFile\": \"Some certFile\",\n      \"caCertFile\": \"Some caCertFile\",\n      \"verify\": 1,\n      \"depth\": 1,\n      \"ciphers\": \"DEFAULT\",\n      \"protocols\": \"DEFAULT\",\n      \"ellipticCurves\": \"DEFAULT\"\n    }\n  },\n  \"cgi\": {\n    \"enabled\": false,\n    \"dir\": \"cgi-bin\",\n    \"requestFilter\": \"Some requestFilter\",\n    \"maxRequestLength\": 0,\n    \"php\": {\n      \"enabled\": false\n    }\n  },\n  \"idleTimeout\": \"PT30M\",\n  \"absoluteTimeout\": \"PT16H\",\n  \"rateLimiting\": 1000000,\n  \"audit\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c448f8bb-16c6-4c88-8e0f-3ca3d8247592","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"serverName\": \"localhost\",\n  \"matchHostName\": false,\n  \"cacheRefreshSecs\": 0,\n  \"maxRefEntries\": 100,\n  \"docroot\": \"Some docroot\",\n  \"webuiIndexUrl\": \"/index.html\",\n  \"loginDir\": \"Some loginDir\",\n  \"customDir\": \"Some customDir\",\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  },\n  \"X-Frame-Options\": \"DENY\",\n  \"disableAuth\": {\n    \"dir\": [\n      \"Some dir\",\n      \"Some dir\"\n    ]\n  },\n  \"allowSymlinks\": true,\n  \"transport\": {\n    \"tcp\": {\n      \"enabled\": true,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8008,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"ssl\": {\n      \"enabled\": false,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8888,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"keyFile\": \"Some keyFile\",\n      \"certFile\": \"Some certFile\",\n      \"caCertFile\": \"Some caCertFile\",\n      \"verify\": 1,\n      \"depth\": 1,\n      \"ciphers\": \"DEFAULT\",\n      \"protocols\": \"DEFAULT\",\n      \"ellipticCurves\": \"DEFAULT\"\n    }\n  },\n  \"cgi\": {\n    \"enabled\": false,\n    \"dir\": \"cgi-bin\",\n    \"requestFilter\": \"Some requestFilter\",\n    \"maxRequestLength\": 0,\n    \"php\": {\n      \"enabled\": false\n    }\n  },\n  \"idleTimeout\": \"PT30M\",\n  \"absoluteTimeout\": \"PT16H\",\n  \"rateLimiting\": 1000000,\n  \"audit\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0bf96f6b-4b2f-4d3e-ad35-6fbeced54654"},{"name":"GET - NodeID - confd_dyncfg - webui","id":"89a1c613-b708-4f41-b4d2-8cbc3ee23f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5b7e6262-bd08-41f0-a6c9-0affc9225b89","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"webui\": {\n    \"enabled\": false,\n    \"serverName\": \"localhost\",\n    \"matchHostName\": false,\n    \"cacheRefreshSecs\": 0,\n    \"maxRefEntries\": 100,\n    \"docroot\": \"Some docroot\",\n    \"webuiIndexUrl\": \"/index.html\",\n    \"loginDir\": \"Some loginDir\",\n    \"customDir\": \"Some customDir\",\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"X-Frame-Options\": \"DENY\",\n    \"disableAuth\": {\n      \"dir\": [\n        \"Some dir\",\n        \"Some dir\"\n      ]\n    },\n    \"allowSymlinks\": true,\n    \"transport\": {\n      \"tcp\": {\n        \"enabled\": true,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8008,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"ssl\": {\n        \"enabled\": false,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8888,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"keyFile\": \"Some keyFile\",\n        \"certFile\": \"Some certFile\",\n        \"caCertFile\": \"Some caCertFile\",\n        \"verify\": 1,\n        \"depth\": 1,\n        \"ciphers\": \"DEFAULT\",\n        \"protocols\": \"DEFAULT\",\n        \"ellipticCurves\": \"DEFAULT\"\n      }\n    },\n    \"cgi\": {\n      \"enabled\": false,\n      \"dir\": \"cgi-bin\",\n      \"requestFilter\": \"Some requestFilter\",\n      \"maxRequestLength\": 0,\n      \"php\": {\n        \"enabled\": false\n      }\n    },\n    \"idleTimeout\": \"PT30M\",\n    \"absoluteTimeout\": \"PT16H\",\n    \"rateLimiting\": 1000000,\n    \"audit\": false\n  }\n}"}],"_postman_id":"89a1c613-b708-4f41-b4d2-8cbc3ee23f5b"},{"name":"DELETE - NodeID - confd_dyncfg - webui","id":"93a77fc7-6b9a-4851-a3ea-6dbec4c20f83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0b782ad2-69e9-4d89-9c56-6b4a397126c9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93a77fc7-6b9a-4851-a3ea-6dbec4c20f83"},{"name":"PUT - NodeID - confd_dyncfg - webui","id":"c6af79fd-7b81-42f9-b8f7-d72691bdc0c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"webui\": {\n    \"enabled\": false,\n    \"serverName\": \"localhost\",\n    \"matchHostName\": false,\n    \"cacheRefreshSecs\": 0,\n    \"maxRefEntries\": 100,\n    \"docroot\": \"Some docroot\",\n    \"webuiIndexUrl\": \"/index.html\",\n    \"loginDir\": \"Some loginDir\",\n    \"customDir\": \"Some customDir\",\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"X-Frame-Options\": \"DENY\",\n    \"disableAuth\": {\n      \"dir\": [\n        \"Some dir\",\n        \"Some dir\"\n      ]\n    },\n    \"allowSymlinks\": true,\n    \"transport\": {\n      \"tcp\": {\n        \"enabled\": true,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8008,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"ssl\": {\n        \"enabled\": false,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8888,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"keyFile\": \"Some keyFile\",\n        \"certFile\": \"Some certFile\",\n        \"caCertFile\": \"Some caCertFile\",\n        \"verify\": 1,\n        \"depth\": 1,\n        \"ciphers\": \"DEFAULT\",\n        \"protocols\": \"DEFAULT\",\n        \"ellipticCurves\": \"DEFAULT\"\n      }\n    },\n    \"cgi\": {\n      \"enabled\": false,\n      \"dir\": \"cgi-bin\",\n      \"requestFilter\": \"Some requestFilter\",\n      \"maxRequestLength\": 0,\n      \"php\": {\n        \"enabled\": false\n      }\n    },\n    \"idleTimeout\": \"PT30M\",\n    \"absoluteTimeout\": \"PT16H\",\n    \"rateLimiting\": 1000000,\n    \"audit\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"21b47a20-030b-4d37-b674-e8af9a9a610e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webui\": {\n    \"enabled\": false,\n    \"serverName\": \"localhost\",\n    \"matchHostName\": false,\n    \"cacheRefreshSecs\": 0,\n    \"maxRefEntries\": 100,\n    \"docroot\": \"Some docroot\",\n    \"webuiIndexUrl\": \"/index.html\",\n    \"loginDir\": \"Some loginDir\",\n    \"customDir\": \"Some customDir\",\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"X-Frame-Options\": \"DENY\",\n    \"disableAuth\": {\n      \"dir\": [\n        \"Some dir\",\n        \"Some dir\"\n      ]\n    },\n    \"allowSymlinks\": true,\n    \"transport\": {\n      \"tcp\": {\n        \"enabled\": true,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8008,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"ssl\": {\n        \"enabled\": false,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8888,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"keyFile\": \"Some keyFile\",\n        \"certFile\": \"Some certFile\",\n        \"caCertFile\": \"Some caCertFile\",\n        \"verify\": 1,\n        \"depth\": 1,\n        \"ciphers\": \"DEFAULT\",\n        \"protocols\": \"DEFAULT\",\n        \"ellipticCurves\": \"DEFAULT\"\n      }\n    },\n    \"cgi\": {\n      \"enabled\": false,\n      \"dir\": \"cgi-bin\",\n      \"requestFilter\": \"Some requestFilter\",\n      \"maxRequestLength\": 0,\n      \"php\": {\n        \"enabled\": false\n      }\n    },\n    \"idleTimeout\": \"PT30M\",\n    \"absoluteTimeout\": \"PT16H\",\n    \"rateLimiting\": 1000000,\n    \"audit\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5d5c8675-7e5c-4d5c-ab93-b9a2b06212ca","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webui\": {\n    \"enabled\": false,\n    \"serverName\": \"localhost\",\n    \"matchHostName\": false,\n    \"cacheRefreshSecs\": 0,\n    \"maxRefEntries\": 100,\n    \"docroot\": \"Some docroot\",\n    \"webuiIndexUrl\": \"/index.html\",\n    \"loginDir\": \"Some loginDir\",\n    \"customDir\": \"Some customDir\",\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"X-Frame-Options\": \"DENY\",\n    \"disableAuth\": {\n      \"dir\": [\n        \"Some dir\",\n        \"Some dir\"\n      ]\n    },\n    \"allowSymlinks\": true,\n    \"transport\": {\n      \"tcp\": {\n        \"enabled\": true,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8008,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"ssl\": {\n        \"enabled\": false,\n        \"disableNonAuthRedirect\": false,\n        \"redirect\": \"Some redirect\",\n        \"ip\": \"0.0.0.0\",\n        \"port\": 8888,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0,\n        \"keyFile\": \"Some keyFile\",\n        \"certFile\": \"Some certFile\",\n        \"caCertFile\": \"Some caCertFile\",\n        \"verify\": 1,\n        \"depth\": 1,\n        \"ciphers\": \"DEFAULT\",\n        \"protocols\": \"DEFAULT\",\n        \"ellipticCurves\": \"DEFAULT\"\n      }\n    },\n    \"cgi\": {\n      \"enabled\": false,\n      \"dir\": \"cgi-bin\",\n      \"requestFilter\": \"Some requestFilter\",\n      \"maxRequestLength\": 0,\n      \"php\": {\n        \"enabled\": false\n      }\n    },\n    \"idleTimeout\": \"PT30M\",\n    \"absoluteTimeout\": \"PT16H\",\n    \"rateLimiting\": 1000000,\n    \"audit\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6af79fd-7b81-42f9-b8f7-d72691bdc0c8"},{"name":"POST - NodeID - confd_dyncfg - customHeaders","id":"21051ecd-1f3b-47a4-8f6c-7f3beb232abf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"712a80fe-5191-4d15-8c27-321f2f5ac7e3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"21051ecd-1f3b-47a4-8f6c-7f3beb232abf"},{"name":"GET - NodeID - confd_dyncfg - customHeaders","id":"a82502a9-affd-470d-a9c3-1044d7dc3ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"328696c8-b191-471f-aae3-8aaee203f826","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a82502a9-affd-470d-a9c3-1044d7dc3ba5"},{"name":"DELETE - NodeID - confd_dyncfg - customHeaders","id":"36babf50-85ca-4551-baeb-06a3724dede4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ce6976a6-6ef6-4f5d-a8b9-744e81e89097","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36babf50-85ca-4551-baeb-06a3724dede4"},{"name":"PUT - NodeID - confd_dyncfg - customHeaders","id":"5bdbe116-2443-4705-b2f9-acf87540d066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c08d05e2-95e4-40d3-97eb-4b2998c3f890","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"851edaca-9d98-491b-8270-ee8fb79d3d2c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5bdbe116-2443-4705-b2f9-acf87540d066"},{"name":"POST - NodeID - confd_dyncfg - header","id":"4a13e4b0-74e1-427e-89a4-7e75817ddcd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders/header=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"927da4fa-9ac5-42fa-852f-51ce59953424","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders/header=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a13e4b0-74e1-427e-89a4-7e75817ddcd0"},{"name":"GET - NodeID - confd_dyncfg - header","id":"356187ba-9bca-4484-a00f-ca76566289db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders/header=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1bab02b0-30a6-445e-be24-0de6c681b0f8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders/header=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders","header=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"356187ba-9bca-4484-a00f-ca76566289db"},{"name":"DELETE - NodeID - confd_dyncfg - header","id":"0f5e0cc9-c1b3-4eaf-87d2-6cdc93fa4db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders/header=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"937a39e1-cf33-46bb-838d-d4494ce5302b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders/header=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f5e0cc9-c1b3-4eaf-87d2-6cdc93fa4db4"},{"name":"PUT - NodeID - confd_dyncfg - header","id":"57cc194f-977c-4ed9-8fcb-31ef53fdc268","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders/header=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9b12c350-1f30-4ddd-83fd-ea36bf4f04ef","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders/header=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3495fd50-e9fa-47f2-9bee-32560f1abff8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/customHeaders/header=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"57cc194f-977c-4ed9-8fcb-31ef53fdc268"},{"name":"POST - NodeID - confd_dyncfg - disableAuth","id":"e1531f5c-ab56-4f83-9d14-8c2370ec5ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dir\": [\n    \"Some dir\",\n    \"Some dir\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/disableAuth","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","disableAuth"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6a4c3fd4-2905-446d-8c4a-dfaec358e460","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dir\": [\n    \"Some dir\",\n    \"Some dir\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/disableAuth"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e1531f5c-ab56-4f83-9d14-8c2370ec5ac8"},{"name":"GET - NodeID - confd_dyncfg - disableAuth","id":"77e9481c-4944-4126-b3f6-268b467955e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/disableAuth?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","disableAuth"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cae38bf8-9f93-49d2-86d2-699aa7745ebe","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/disableAuth?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","disableAuth"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"disableAuth\": {\n    \"dir\": [\n      \"Some dir\",\n      \"Some dir\"\n    ]\n  }\n}"}],"_postman_id":"77e9481c-4944-4126-b3f6-268b467955e4"},{"name":"DELETE - NodeID - confd_dyncfg - disableAuth","id":"197083ce-d0c8-4684-b536-0eb9d65885e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/disableAuth","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","disableAuth"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dffb8aba-62bb-416b-9651-71acbbf2cd9d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/disableAuth"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"197083ce-d0c8-4684-b536-0eb9d65885e4"},{"name":"PUT - NodeID - confd_dyncfg - disableAuth","id":"44e0f7b1-6f80-4872-8b16-6992fdd3ce79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"disableAuth\": {\n    \"dir\": [\n      \"Some dir\",\n      \"Some dir\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/disableAuth","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","disableAuth"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b779a828-87d5-4d62-9d90-a2caba58c992","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"disableAuth\": {\n    \"dir\": [\n      \"Some dir\",\n      \"Some dir\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/disableAuth"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f65b586a-d3a6-4274-a9f5-135cc9f0b954","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"disableAuth\": {\n    \"dir\": [\n      \"Some dir\",\n      \"Some dir\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/disableAuth"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44e0f7b1-6f80-4872-8b16-6992fdd3ce79"},{"name":"POST - NodeID - confd_dyncfg - transport","id":"1aaa10fe-82e8-4027-9bf9-8ff12a68b754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"enabled\": true,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8008,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  },\n  \"ssl\": {\n    \"enabled\": false,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8888,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"keyFile\": \"Some keyFile\",\n    \"certFile\": \"Some certFile\",\n    \"caCertFile\": \"Some caCertFile\",\n    \"verify\": 1,\n    \"depth\": 1,\n    \"ciphers\": \"DEFAULT\",\n    \"protocols\": \"DEFAULT\",\n    \"ellipticCurves\": \"DEFAULT\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aad74f6f-8c27-418f-a29a-6a8d6f646d8a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"enabled\": true,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8008,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  },\n  \"ssl\": {\n    \"enabled\": false,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8888,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"keyFile\": \"Some keyFile\",\n    \"certFile\": \"Some certFile\",\n    \"caCertFile\": \"Some caCertFile\",\n    \"verify\": 1,\n    \"depth\": 1,\n    \"ciphers\": \"DEFAULT\",\n    \"protocols\": \"DEFAULT\",\n    \"ellipticCurves\": \"DEFAULT\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1aaa10fe-82e8-4027-9bf9-8ff12a68b754"},{"name":"GET - NodeID - confd_dyncfg - transport","id":"f069e1ae-149e-4a75-b985-016e840530b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0d71d8d3-485a-48e9-a043-f50061977a8a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transport\": {\n    \"tcp\": {\n      \"enabled\": true,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8008,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"ssl\": {\n      \"enabled\": false,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8888,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"keyFile\": \"Some keyFile\",\n      \"certFile\": \"Some certFile\",\n      \"caCertFile\": \"Some caCertFile\",\n      \"verify\": 1,\n      \"depth\": 1,\n      \"ciphers\": \"DEFAULT\",\n      \"protocols\": \"DEFAULT\",\n      \"ellipticCurves\": \"DEFAULT\"\n    }\n  }\n}"}],"_postman_id":"f069e1ae-149e-4a75-b985-016e840530b0"},{"name":"DELETE - NodeID - confd_dyncfg - transport","id":"07a87933-5ada-4e36-af61-ebf90d4ec69f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f9f34bea-8a7c-4285-9c8d-54525215abc4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07a87933-5ada-4e36-af61-ebf90d4ec69f"},{"name":"PUT - NodeID - confd_dyncfg - transport","id":"2860dfb0-d0a8-4e4e-b9f0-5885b3ed93d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transport\": {\n    \"tcp\": {\n      \"enabled\": true,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8008,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"ssl\": {\n      \"enabled\": false,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8888,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"keyFile\": \"Some keyFile\",\n      \"certFile\": \"Some certFile\",\n      \"caCertFile\": \"Some caCertFile\",\n      \"verify\": 1,\n      \"depth\": 1,\n      \"ciphers\": \"DEFAULT\",\n      \"protocols\": \"DEFAULT\",\n      \"ellipticCurves\": \"DEFAULT\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"35efd983-16e2-4a52-afa1-212f1789889e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transport\": {\n    \"tcp\": {\n      \"enabled\": true,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8008,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"ssl\": {\n      \"enabled\": false,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8888,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"keyFile\": \"Some keyFile\",\n      \"certFile\": \"Some certFile\",\n      \"caCertFile\": \"Some caCertFile\",\n      \"verify\": 1,\n      \"depth\": 1,\n      \"ciphers\": \"DEFAULT\",\n      \"protocols\": \"DEFAULT\",\n      \"ellipticCurves\": \"DEFAULT\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"06a8799b-c63a-4e49-b2f8-12d4e7b18a55","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transport\": {\n    \"tcp\": {\n      \"enabled\": true,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8008,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"ssl\": {\n      \"enabled\": false,\n      \"disableNonAuthRedirect\": false,\n      \"redirect\": \"Some redirect\",\n      \"ip\": \"0.0.0.0\",\n      \"port\": 8888,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0,\n      \"keyFile\": \"Some keyFile\",\n      \"certFile\": \"Some certFile\",\n      \"caCertFile\": \"Some caCertFile\",\n      \"verify\": 1,\n      \"depth\": 1,\n      \"ciphers\": \"DEFAULT\",\n      \"protocols\": \"DEFAULT\",\n      \"ellipticCurves\": \"DEFAULT\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2860dfb0-d0a8-4e4e-b9f0-5885b3ed93d1"},{"name":"POST - NodeID - confd_dyncfg - tcp","id":"49ccc8a6-cc61-4165-93ae-a55a18a4cbdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"disableNonAuthRedirect\": false,\n  \"redirect\": \"Some redirect\",\n  \"ip\": \"0.0.0.0\",\n  \"port\": 8008,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/tcp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","tcp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8d39272e-0694-4fed-bbc8-f81a5d42f196","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"disableNonAuthRedirect\": false,\n  \"redirect\": \"Some redirect\",\n  \"ip\": \"0.0.0.0\",\n  \"port\": 8008,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/tcp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49ccc8a6-cc61-4165-93ae-a55a18a4cbdc"},{"name":"GET - NodeID - confd_dyncfg - tcp","id":"2142a8d9-06bb-4130-8872-0b0c0162f79c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/tcp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","tcp"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"74becf80-f729-493e-acbf-496353e1d18b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/tcp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","tcp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tcp\": {\n    \"enabled\": true,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8008,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}"}],"_postman_id":"2142a8d9-06bb-4130-8872-0b0c0162f79c"},{"name":"DELETE - NodeID - confd_dyncfg - tcp","id":"f2e00eb3-95f4-40a6-9ffb-2f9e02582749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/tcp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","tcp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9fa9cadd-a403-4a26-a3eb-50b44a1dae6f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/tcp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2e00eb3-95f4-40a6-9ffb-2f9e02582749"},{"name":"PUT - NodeID - confd_dyncfg - tcp","id":"26ca9efd-b9ef-47f4-8cce-d854ca4a275f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"enabled\": true,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8008,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/tcp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","tcp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5945210a-556e-4dcf-a928-82c5a7b4e741","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"enabled\": true,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8008,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/tcp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6a0fa69e-4794-4d89-9a81-640a5ec6f3cd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"enabled\": true,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8008,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/tcp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26ca9efd-b9ef-47f4-8cce-d854ca4a275f"},{"name":"POST - NodeID - confd_dyncfg - ssl","id":"7a07c974-e81c-4efc-a0c2-85dd14af99a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"disableNonAuthRedirect\": false,\n  \"redirect\": \"Some redirect\",\n  \"ip\": \"0.0.0.0\",\n  \"port\": 8888,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0,\n  \"keyFile\": \"Some keyFile\",\n  \"certFile\": \"Some certFile\",\n  \"caCertFile\": \"Some caCertFile\",\n  \"verify\": 1,\n  \"depth\": 1,\n  \"ciphers\": \"DEFAULT\",\n  \"protocols\": \"DEFAULT\",\n  \"ellipticCurves\": \"DEFAULT\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/ssl","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","ssl"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8b9622ce-7c44-4b58-951a-0d0008560d49","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"disableNonAuthRedirect\": false,\n  \"redirect\": \"Some redirect\",\n  \"ip\": \"0.0.0.0\",\n  \"port\": 8888,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0,\n  \"keyFile\": \"Some keyFile\",\n  \"certFile\": \"Some certFile\",\n  \"caCertFile\": \"Some caCertFile\",\n  \"verify\": 1,\n  \"depth\": 1,\n  \"ciphers\": \"DEFAULT\",\n  \"protocols\": \"DEFAULT\",\n  \"ellipticCurves\": \"DEFAULT\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/ssl"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a07c974-e81c-4efc-a0c2-85dd14af99a2"},{"name":"GET - NodeID - confd_dyncfg - ssl","id":"244cc7a8-c980-43e6-9790-f8a01ecb8ddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/ssl?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","ssl"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1d990de6-61be-4d09-b8cf-be5d560b6b43","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/ssl?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","ssl"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssl\": {\n    \"enabled\": false,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8888,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"keyFile\": \"Some keyFile\",\n    \"certFile\": \"Some certFile\",\n    \"caCertFile\": \"Some caCertFile\",\n    \"verify\": 1,\n    \"depth\": 1,\n    \"ciphers\": \"DEFAULT\",\n    \"protocols\": \"DEFAULT\",\n    \"ellipticCurves\": \"DEFAULT\"\n  }\n}"}],"_postman_id":"244cc7a8-c980-43e6-9790-f8a01ecb8ddf"},{"name":"DELETE - NodeID - confd_dyncfg - ssl","id":"c7a459eb-367e-4285-b812-f81db6688509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/ssl","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","ssl"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6e1e3f38-2a28-4202-ac22-7a62523cee71","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/ssl"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7a459eb-367e-4285-b812-f81db6688509"},{"name":"PUT - NodeID - confd_dyncfg - ssl","id":"53cc2f32-6b1d-40dc-9568-eecacfaa8a41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssl\": {\n    \"enabled\": false,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8888,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"keyFile\": \"Some keyFile\",\n    \"certFile\": \"Some certFile\",\n    \"caCertFile\": \"Some caCertFile\",\n    \"verify\": 1,\n    \"depth\": 1,\n    \"ciphers\": \"DEFAULT\",\n    \"protocols\": \"DEFAULT\",\n    \"ellipticCurves\": \"DEFAULT\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/ssl","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","transport","ssl"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe06900a-8df7-4097-a362-b1fe8f850c0a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssl\": {\n    \"enabled\": false,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8888,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"keyFile\": \"Some keyFile\",\n    \"certFile\": \"Some certFile\",\n    \"caCertFile\": \"Some caCertFile\",\n    \"verify\": 1,\n    \"depth\": 1,\n    \"ciphers\": \"DEFAULT\",\n    \"protocols\": \"DEFAULT\",\n    \"ellipticCurves\": \"DEFAULT\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/ssl"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"874e3619-f932-416f-953b-2ad5259a7df2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssl\": {\n    \"enabled\": false,\n    \"disableNonAuthRedirect\": false,\n    \"redirect\": \"Some redirect\",\n    \"ip\": \"0.0.0.0\",\n    \"port\": 8888,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"keyFile\": \"Some keyFile\",\n    \"certFile\": \"Some certFile\",\n    \"caCertFile\": \"Some caCertFile\",\n    \"verify\": 1,\n    \"depth\": 1,\n    \"ciphers\": \"DEFAULT\",\n    \"protocols\": \"DEFAULT\",\n    \"ellipticCurves\": \"DEFAULT\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/transport/ssl"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53cc2f32-6b1d-40dc-9568-eecacfaa8a41"},{"name":"POST - NodeID - confd_dyncfg - cgi","id":"d96d7270-5ffc-496f-b68f-0f73ff86edc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"dir\": \"cgi-bin\",\n  \"requestFilter\": \"Some requestFilter\",\n  \"maxRequestLength\": 0,\n  \"php\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"618a9c92-6932-4c3f-ac72-3b9cc5db62dc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"dir\": \"cgi-bin\",\n  \"requestFilter\": \"Some requestFilter\",\n  \"maxRequestLength\": 0,\n  \"php\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d96d7270-5ffc-496f-b68f-0f73ff86edc6"},{"name":"GET - NodeID - confd_dyncfg - cgi","id":"890a2b14-a249-4ae2-b312-f5f77728d9ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"18fdc9ae-5e04-4ba1-a8ed-3dea89f54cdd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cgi\": {\n    \"enabled\": false,\n    \"dir\": \"cgi-bin\",\n    \"requestFilter\": \"Some requestFilter\",\n    \"maxRequestLength\": 0,\n    \"php\": {\n      \"enabled\": false\n    }\n  }\n}"}],"_postman_id":"890a2b14-a249-4ae2-b312-f5f77728d9ba"},{"name":"DELETE - NodeID - confd_dyncfg - cgi","id":"a7c21a59-182b-4837-8d44-0ba6241b42d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ed9eceda-5050-4f31-933c-041886362eac","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7c21a59-182b-4837-8d44-0ba6241b42d6"},{"name":"PUT - NodeID - confd_dyncfg - cgi","id":"f0c22da9-4325-4ac7-a9d0-5a35ec594ac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cgi\": {\n    \"enabled\": false,\n    \"dir\": \"cgi-bin\",\n    \"requestFilter\": \"Some requestFilter\",\n    \"maxRequestLength\": 0,\n    \"php\": {\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f473ad30-9050-45c7-b7c7-dcea03c436f1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cgi\": {\n    \"enabled\": false,\n    \"dir\": \"cgi-bin\",\n    \"requestFilter\": \"Some requestFilter\",\n    \"maxRequestLength\": 0,\n    \"php\": {\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"54edeb19-2e3e-4215-8237-b0efcaf9f590","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cgi\": {\n    \"enabled\": false,\n    \"dir\": \"cgi-bin\",\n    \"requestFilter\": \"Some requestFilter\",\n    \"maxRequestLength\": 0,\n    \"php\": {\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0c22da9-4325-4ac7-a9d0-5a35ec594ac0"},{"name":"POST - NodeID - confd_dyncfg - php","id":"a26b51c6-7f12-4a28-9414-d7eaadea9494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi/php","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi","php"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"64dca692-c74d-414d-adcf-6753233c3aef","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi/php"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a26b51c6-7f12-4a28-9414-d7eaadea9494"},{"name":"GET - NodeID - confd_dyncfg - php","id":"88c7e3fb-c452-4446-a822-c35ee310b406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi/php?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi","php"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"47b56453-a2af-49fc-8714-1ca7f0607422","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi/php?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi","php"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"php\": {\n    \"enabled\": false\n  }\n}"}],"_postman_id":"88c7e3fb-c452-4446-a822-c35ee310b406"},{"name":"DELETE - NodeID - confd_dyncfg - php","id":"d847bb7f-c1a9-401c-b901-6ebd1682f4cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi/php","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi","php"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"68445eae-6dd0-4fdf-83d7-32d31b4ff043","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi/php"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d847bb7f-c1a9-401c-b901-6ebd1682f4cc"},{"name":"PUT - NodeID - confd_dyncfg - php","id":"50d6a10e-a251-4ea6-92c9-76f2d765e2af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"php\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi/php","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","webui","cgi","php"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d7464abc-7f66-448b-8900-ceebec15da79","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"php\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi/php"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4d543fd-fd6e-4ef9-900c-58c7c660fc05","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"php\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/webui/cgi/php"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50d6a10e-a251-4ea6-92c9-76f2d765e2af"},{"name":"POST - NodeID - confd_dyncfg - rest","id":"704eff8b-b58b-4361-b36b-f9abb31ba9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"showHidden\": false,\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3249ffac-510f-4636-826e-38cab05322dc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"showHidden\": false,\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"704eff8b-b58b-4361-b36b-f9abb31ba9df"},{"name":"GET - NodeID - confd_dyncfg - rest","id":"b864db03-539c-4231-8238-00fc7ef8326a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4d03a54d-b3bf-4ba1-97b9-f9f383957927","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rest\": {\n    \"enabled\": false,\n    \"showHidden\": false,\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b864db03-539c-4231-8238-00fc7ef8326a"},{"name":"DELETE - NodeID - confd_dyncfg - rest","id":"6aef2905-08cb-47fd-b206-122f0df8b840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d5132f8c-cfdd-49c7-9128-0f5a55e6cbee","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6aef2905-08cb-47fd-b206-122f0df8b840"},{"name":"PUT - NodeID - confd_dyncfg - rest","id":"708721bc-b8fe-42ca-b675-6093d6ce72bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rest\": {\n    \"enabled\": false,\n    \"showHidden\": false,\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"44d89d6b-ae0d-42ab-8e38-5c49bcf85bf0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rest\": {\n    \"enabled\": false,\n    \"showHidden\": false,\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2252f734-5e7c-4134-a118-ec3d086d9664","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rest\": {\n    \"enabled\": false,\n    \"showHidden\": false,\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"708721bc-b8fe-42ca-b675-6093d6ce72bd"},{"name":"POST - NodeID - confd_dyncfg - customHeaders","id":"8cbe276f-c79c-40cf-b8fc-1c7e7e97086e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"92454059-9d2a-482a-924a-46c565af97d0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8cbe276f-c79c-40cf-b8fc-1c7e7e97086e"},{"name":"GET - NodeID - confd_dyncfg - customHeaders","id":"bef30125-dbe7-424f-ac0c-dd18df44e0b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d37638c8-51d1-4005-ae24-8dc256fc3a07","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"bef30125-dbe7-424f-ac0c-dd18df44e0b2"},{"name":"DELETE - NodeID - confd_dyncfg - customHeaders","id":"84fa61fd-24fa-4e87-9dc3-3618842e341b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"be66a92c-8a14-4717-bc0c-b6d781655408","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"84fa61fd-24fa-4e87-9dc3-3618842e341b"},{"name":"PUT - NodeID - confd_dyncfg - customHeaders","id":"59585cb3-083c-4b79-a735-7e0fbdad0e04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5d32b499-ca8b-4410-abcb-c1543f4a6348","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5f2641e2-f787-4889-8562-175e12084437","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59585cb3-083c-4b79-a735-7e0fbdad0e04"},{"name":"POST - NodeID - confd_dyncfg - header","id":"1a0ee014-cc8e-4933-8ef7-adfe0432558c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders/header=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"98a45d8b-f582-4846-a621-2567f1e09a5c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders/header=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a0ee014-cc8e-4933-8ef7-adfe0432558c"},{"name":"GET - NodeID - confd_dyncfg - header","id":"d4ca32ab-3741-452b-a0a0-ebdb0c634bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders/header=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0cca03ff-9b0c-4708-a38e-36bbba2bf005","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders/header=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders","header=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"d4ca32ab-3741-452b-a0a0-ebdb0c634bf4"},{"name":"DELETE - NodeID - confd_dyncfg - header","id":"bf7cb54e-43c3-46a3-a51b-6d8b4b393cab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders/header=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd9ca470-4094-469f-ac79-772d854500f8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders/header=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf7cb54e-43c3-46a3-a51b-6d8b4b393cab"},{"name":"PUT - NodeID - confd_dyncfg - header","id":"d2ad7552-d573-468b-8e8f-e5c2685c0b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders/header=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","rest","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9cc16690-ee48-45ce-a8b5-de8b4e5f84cc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders/header=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4abae8f5-502b-48a2-af59-4d4ce28d73c9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/rest/customHeaders/header=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2ad7552-d573-468b-8e8f-e5c2685c0b74"},{"name":"POST - NodeID - confd_dyncfg - restconf","id":"20288bfd-5af3-46ad-b464-dd46e41bc690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"rootResource\": \"restconf\",\n  \"schemaServerUrl\": \"Some schemaServerUrl\",\n  \"tokenResponse\": {\n    \"xAuthToken\": false,\n    \"tokenCookie\": {\n      \"name\": \"\",\n      \"directives\": \"\"\n    }\n  },\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  },\n  \"requireModuleName\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"407e8965-2874-4a2e-aa9d-208102631eee","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"rootResource\": \"restconf\",\n  \"schemaServerUrl\": \"Some schemaServerUrl\",\n  \"tokenResponse\": {\n    \"xAuthToken\": false,\n    \"tokenCookie\": {\n      \"name\": \"\",\n      \"directives\": \"\"\n    }\n  },\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  },\n  \"requireModuleName\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"20288bfd-5af3-46ad-b464-dd46e41bc690"},{"name":"GET - NodeID - confd_dyncfg - restconf","id":"495a419a-b0b9-4a28-8516-495ae72aab97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"87e13581-723c-4c8f-b5d3-e252a328dc1a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"restconf\": {\n    \"enabled\": false,\n    \"rootResource\": \"restconf\",\n    \"schemaServerUrl\": \"Some schemaServerUrl\",\n    \"tokenResponse\": {\n      \"xAuthToken\": false,\n      \"tokenCookie\": {\n        \"name\": \"\",\n        \"directives\": \"\"\n      }\n    },\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"requireModuleName\": {\n      \"enabled\": true\n    }\n  }\n}"}],"_postman_id":"495a419a-b0b9-4a28-8516-495ae72aab97"},{"name":"DELETE - NodeID - confd_dyncfg - restconf","id":"0d4528ca-6289-4aad-8f7e-f81e868c4e7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"13ce376d-1020-4ef1-9b47-a0e56c4a3de0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d4528ca-6289-4aad-8f7e-f81e868c4e7c"},{"name":"PUT - NodeID - confd_dyncfg - restconf","id":"e5496f73-9209-4876-9d43-bc9bab818577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"restconf\": {\n    \"enabled\": false,\n    \"rootResource\": \"restconf\",\n    \"schemaServerUrl\": \"Some schemaServerUrl\",\n    \"tokenResponse\": {\n      \"xAuthToken\": false,\n      \"tokenCookie\": {\n        \"name\": \"\",\n        \"directives\": \"\"\n      }\n    },\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"requireModuleName\": {\n      \"enabled\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ca7820bf-6f55-4add-95b8-e50d2b1f6112","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"restconf\": {\n    \"enabled\": false,\n    \"rootResource\": \"restconf\",\n    \"schemaServerUrl\": \"Some schemaServerUrl\",\n    \"tokenResponse\": {\n      \"xAuthToken\": false,\n      \"tokenCookie\": {\n        \"name\": \"\",\n        \"directives\": \"\"\n      }\n    },\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"requireModuleName\": {\n      \"enabled\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"542b755f-ebd9-4267-afd9-54742b4d963e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"restconf\": {\n    \"enabled\": false,\n    \"rootResource\": \"restconf\",\n    \"schemaServerUrl\": \"Some schemaServerUrl\",\n    \"tokenResponse\": {\n      \"xAuthToken\": false,\n      \"tokenCookie\": {\n        \"name\": \"\",\n        \"directives\": \"\"\n      }\n    },\n    \"customHeaders\": {\n      \"header\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"requireModuleName\": {\n      \"enabled\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e5496f73-9209-4876-9d43-bc9bab818577"},{"name":"POST - NodeID - confd_dyncfg - tokenResponse","id":"1715401e-6195-4905-8990-e84198908479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xAuthToken\": false,\n  \"tokenCookie\": {\n    \"name\": \"\",\n    \"directives\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b47e73f4-0fd3-4ff9-b72f-1dcdf2281ffa","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"xAuthToken\": false,\n  \"tokenCookie\": {\n    \"name\": \"\",\n    \"directives\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1715401e-6195-4905-8990-e84198908479"},{"name":"GET - NodeID - confd_dyncfg - tokenResponse","id":"76cbd0ba-449b-4fce-8bc6-a2c6ab63ce50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5888964e-10ce-4901-a28e-839162f52def","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tokenResponse\": {\n    \"xAuthToken\": false,\n    \"tokenCookie\": {\n      \"name\": \"\",\n      \"directives\": \"\"\n    }\n  }\n}"}],"_postman_id":"76cbd0ba-449b-4fce-8bc6-a2c6ab63ce50"},{"name":"DELETE - NodeID - confd_dyncfg - tokenResponse","id":"6a1e6207-2a02-42eb-a07a-2efa7215dde8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"82a85734-7a52-43a1-bd63-00d1ec99a676","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a1e6207-2a02-42eb-a07a-2efa7215dde8"},{"name":"PUT - NodeID - confd_dyncfg - tokenResponse","id":"54cda96b-5ebc-40ee-95aa-34945c439e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tokenResponse\": {\n    \"xAuthToken\": false,\n    \"tokenCookie\": {\n      \"name\": \"\",\n      \"directives\": \"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73f9a626-acc2-41f2-81af-f82cb8bd0503","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tokenResponse\": {\n    \"xAuthToken\": false,\n    \"tokenCookie\": {\n      \"name\": \"\",\n      \"directives\": \"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3c4b8517-a9ff-49a2-9c77-8bc9a9cf1c86","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tokenResponse\": {\n    \"xAuthToken\": false,\n    \"tokenCookie\": {\n      \"name\": \"\",\n      \"directives\": \"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54cda96b-5ebc-40ee-95aa-34945c439e2e"},{"name":"POST - NodeID - confd_dyncfg - tokenCookie","id":"68100e01-e00d-4e5e-a4ae-dd6d3403dd72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"directives\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse/tokenCookie","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse","tokenCookie"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2c7123fb-639e-4edd-95bf-f55578f8a103","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"directives\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse/tokenCookie"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68100e01-e00d-4e5e-a4ae-dd6d3403dd72"},{"name":"GET - NodeID - confd_dyncfg - tokenCookie","id":"f87b71f7-4945-4e39-86c5-e85efd20ac48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse/tokenCookie?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse","tokenCookie"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d34a0144-307c-4c4c-b88f-b9733677c453","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse/tokenCookie?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse","tokenCookie"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tokenCookie\": {\n    \"name\": \"\",\n    \"directives\": \"\"\n  }\n}"}],"_postman_id":"f87b71f7-4945-4e39-86c5-e85efd20ac48"},{"name":"DELETE - NodeID - confd_dyncfg - tokenCookie","id":"6a4d992a-97bb-4293-84c9-f4b5e702dc32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse/tokenCookie","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse","tokenCookie"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"91e059a5-8565-4882-a5bc-490b49429ace","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse/tokenCookie"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a4d992a-97bb-4293-84c9-f4b5e702dc32"},{"name":"PUT - NodeID - confd_dyncfg - tokenCookie","id":"978b3d1b-f2af-4987-816d-e79ad22008d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tokenCookie\": {\n    \"name\": \"\",\n    \"directives\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse/tokenCookie","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","tokenResponse","tokenCookie"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dafabdf5-56fe-4e26-b77f-0473adb5aa2f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tokenCookie\": {\n    \"name\": \"\",\n    \"directives\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse/tokenCookie"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"df550e49-7780-4b2b-a207-1a57b566c1bb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tokenCookie\": {\n    \"name\": \"\",\n    \"directives\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/tokenResponse/tokenCookie"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"978b3d1b-f2af-4987-816d-e79ad22008d3"},{"name":"POST - NodeID - confd_dyncfg - customHeaders","id":"4396424c-8437-4776-b855-4c667ef1d700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e78efc37-f38c-447c-be28-f363912b79bb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4396424c-8437-4776-b855-4c667ef1d700"},{"name":"GET - NodeID - confd_dyncfg - customHeaders","id":"c7b59f02-4749-440a-b164-7a32085b8809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"42ad788f-ecc8-483b-b286-236c478bbf4b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"c7b59f02-4749-440a-b164-7a32085b8809"},{"name":"DELETE - NodeID - confd_dyncfg - customHeaders","id":"1f2a34c8-f1cf-4ae6-9beb-9e2682b2c687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7a8316ed-4370-4ee2-9969-cdac98621115","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f2a34c8-f1cf-4ae6-9beb-9e2682b2c687"},{"name":"PUT - NodeID - confd_dyncfg - customHeaders","id":"54c68471-c340-4e52-a499-c0680bf4441e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"53d79e54-5bc9-4507-84c2-2e3de7609eef","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b70c91a9-b29e-4e93-b5f8-d6405fbfb445","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"customHeaders\": {\n    \"header\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54c68471-c340-4e52-a499-c0680bf4441e"},{"name":"POST - NodeID - confd_dyncfg - header","id":"2c03c151-af14-4e77-a3ff-3f91c0243148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders/header=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"db6e076e-957d-4d45-b620-04206ba0165e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders/header=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c03c151-af14-4e77-a3ff-3f91c0243148"},{"name":"GET - NodeID - confd_dyncfg - header","id":"18899716-c78f-45b4-a2e9-b175c10fbcde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders/header=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a9740358-7201-4280-a027-832ad1dfa2ee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders/header=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders","header=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"18899716-c78f-45b4-a2e9-b175c10fbcde"},{"name":"DELETE - NodeID - confd_dyncfg - header","id":"f16057d2-ba32-42f8-aab0-2c6e874753f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders/header=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cf74eef0-79a0-42ed-a15c-eb2197307d85","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders/header=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f16057d2-ba32-42f8-aab0-2c6e874753f1"},{"name":"PUT - NodeID - confd_dyncfg - header","id":"9d520802-eba4-4dfd-aa33-0149852db063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders/header=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","customHeaders","header=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1a71453a-59df-42cf-844d-ebd99891dfcd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders/header=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"04031168-5c42-425c-ae3f-04797882d0b5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/customHeaders/header=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d520802-eba4-4dfd-aa33-0149852db063"},{"name":"POST - NodeID - confd_dyncfg - requireModuleName","id":"19ce7865-2c85-4592-89c5-2610732f74b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/requireModuleName","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","requireModuleName"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"18b796a5-aea0-48a1-84a1-c85d35c9c656","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/requireModuleName"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"19ce7865-2c85-4592-89c5-2610732f74b6"},{"name":"GET - NodeID - confd_dyncfg - requireModuleName","id":"b0834b02-52d0-442e-a05e-deaac53c213a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/requireModuleName?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","requireModuleName"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eab90ac1-57ef-4188-a131-452821ce4b60","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/requireModuleName?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","requireModuleName"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"requireModuleName\": {\n    \"enabled\": true\n  }\n}"}],"_postman_id":"b0834b02-52d0-442e-a05e-deaac53c213a"},{"name":"DELETE - NodeID - confd_dyncfg - requireModuleName","id":"799e41da-1104-4d44-9b4f-d2bdcee403c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/requireModuleName","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","requireModuleName"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c05b0266-0c80-4ba6-bac9-501c387b18ba","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/requireModuleName"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"799e41da-1104-4d44-9b4f-d2bdcee403c4"},{"name":"PUT - NodeID - confd_dyncfg - requireModuleName","id":"bb1951ac-9901-4dc2-9ec4-17ec3ab2be59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"requireModuleName\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/requireModuleName","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","restconf","requireModuleName"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"01b3fcf8-236b-4ef5-8a0b-93991c47f031","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"requireModuleName\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/requireModuleName"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"651e3710-e4c8-4d08-9325-e1ac6b217c75","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"requireModuleName\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/restconf/requireModuleName"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb1951ac-9901-4dc2-9ec4-17ec3ab2be59"},{"name":"POST - NodeID - confd_dyncfg - proxyForwarding","id":"e2c7d923-f6ec-422d-a3dc-027800e9ca0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"autoLogin\": false,\n  \"proxy\": [\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9788b6ae-ffe4-48b8-8ccc-1c6f419a09f8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"autoLogin\": false,\n  \"proxy\": [\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e2c7d923-f6ec-422d-a3dc-027800e9ca0a"},{"name":"GET - NodeID - confd_dyncfg - proxyForwarding","id":"779117d4-3f1a-40e9-9678-7a9c2b4c7361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"916de9b8-a611-49e5-9e2b-4b17aaad02fd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"proxyForwarding\": {\n    \"autoLogin\": false,\n    \"proxy\": [\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"779117d4-3f1a-40e9-9678-7a9c2b4c7361"},{"name":"DELETE - NodeID - confd_dyncfg - proxyForwarding","id":"f5c4979b-e480-4a64-875a-ad128697f9cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f40c75af-cb58-42ce-b488-88730a192aec","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5c4979b-e480-4a64-875a-ad128697f9cd"},{"name":"PUT - NodeID - confd_dyncfg - proxyForwarding","id":"dc5f2bf9-814a-4c58-9ab9-fe03b035778e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"proxyForwarding\": {\n    \"autoLogin\": false,\n    \"proxy\": [\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"85bbd2c6-59db-467d-982e-fc9c0d41a3f2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"proxyForwarding\": {\n    \"autoLogin\": false,\n    \"proxy\": [\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"827e319d-e743-47dc-b7df-c4ac84b1432b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"proxyForwarding\": {\n    \"autoLogin\": false,\n    \"proxy\": [\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"target\": \"Some target\",\n        \"netconf\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"cli\": {\n          \"ssh\": {\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc5f2bf9-814a-4c58-9ab9-fe03b035778e"},{"name":"POST - NodeID - confd_dyncfg - proxy","id":"6a03a7f3-f27b-485f-88f0-99b8ee9a4814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"netconf\": {\n    \"ssh\": {\n      \"port\": 2022\n    },\n    \"tcp\": {\n      \"port\": 2023\n    }\n  },\n  \"cli\": {\n    \"ssh\": {\n      \"port\": 22\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a1f28266-d94b-491f-b04a-f85f10ac7e9d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"address\": \"<string>\",\n  \"netconf\": {\n    \"ssh\": {\n      \"port\": 2022\n    },\n    \"tcp\": {\n      \"port\": 2023\n    }\n  },\n  \"cli\": {\n    \"ssh\": {\n      \"port\": 22\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a03a7f3-f27b-485f-88f0-99b8ee9a4814"},{"name":"GET - NodeID - confd_dyncfg - proxy","id":"caaf752c-f369-4ad8-9f79-3d1bf301e27f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dbd60c39-1239-42d5-bf6e-9d70ce51b8a1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"proxy\": [\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"caaf752c-f369-4ad8-9f79-3d1bf301e27f"},{"name":"DELETE - NodeID - confd_dyncfg - proxy","id":"01b79ba6-f7f3-490a-b5fa-715c54304abf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ebf1310-cada-46b4-a3dc-ee8226536f76","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01b79ba6-f7f3-490a-b5fa-715c54304abf"},{"name":"PUT - NodeID - confd_dyncfg - proxy","id":"9f4c4904-7a83-4037-b3f6-c596f16be016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"proxy\": [\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5433fcb1-2577-4ad2-aa48-4a34ee16584a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"proxy\": [\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"87d945c4-fad8-4d9b-b4e8-fc742dd386d8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"proxy\": [\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"target\": \"Some target\",\n      \"netconf\": {\n        \"ssh\": {\n          \"port\": 2022\n        },\n        \"tcp\": {\n          \"port\": 2023\n        }\n      },\n      \"cli\": {\n        \"ssh\": {\n          \"port\": 22\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9f4c4904-7a83-4037-b3f6-c596f16be016"},{"name":"POST - NodeID - confd_dyncfg - netconf","id":"6199f509-6249-4b3b-9cd4-745b1f2ab83e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"port\": 2022\n  },\n  \"tcp\": {\n    \"port\": 2023\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/netconf","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","netconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f40cad42-1caa-44b0-962e-3f879b0ad870","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"port\": 2022\n  },\n  \"tcp\": {\n    \"port\": 2023\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/netconf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6199f509-6249-4b3b-9cd4-745b1f2ab83e"},{"name":"GET - NodeID - confd_dyncfg - netconf","id":"db2adf1a-51eb-4c21-9d09-182318143ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/netconf?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","netconf"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bae525cb-6dbc-47dc-8e01-68aa9e535998","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/netconf?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","netconf"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf\": {\n    \"ssh\": {\n      \"port\": 2022\n    },\n    \"tcp\": {\n      \"port\": 2023\n    }\n  }\n}"}],"_postman_id":"db2adf1a-51eb-4c21-9d09-182318143ae1"},{"name":"DELETE - NodeID - confd_dyncfg - netconf","id":"a4f9ec82-0caa-487b-bfd6-f26e98f4bba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/netconf","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","netconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b6517ee2-6aa1-4233-8d6a-a2a182a0af0a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/netconf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4f9ec82-0caa-487b-bfd6-f26e98f4bba2"},{"name":"PUT - NodeID - confd_dyncfg - netconf","id":"f878f17c-1108-413a-974b-71232f319f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconf\": {\n    \"ssh\": {\n      \"port\": 2022\n    },\n    \"tcp\": {\n      \"port\": 2023\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/netconf","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","netconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2e3fd7db-209a-4d12-9c25-79e97fe9d258","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf\": {\n    \"ssh\": {\n      \"port\": 2022\n    },\n    \"tcp\": {\n      \"port\": 2023\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/netconf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0043af0b-d3ec-4f52-b067-339d4c4fc228","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf\": {\n    \"ssh\": {\n      \"port\": 2022\n    },\n    \"tcp\": {\n      \"port\": 2023\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/netconf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f878f17c-1108-413a-974b-71232f319f4c"},{"name":"POST - NodeID - confd_dyncfg - cli","id":"8484882e-57ab-47cd-8901-e604b248d8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"port\": 22\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/cli","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","cli"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6343752f-1894-45c1-a2cd-0594c0f5ac4e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"port\": 22\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/cli"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8484882e-57ab-47cd-8901-e604b248d8ff"},{"name":"GET - NodeID - confd_dyncfg - cli","id":"ee44ae24-2b70-47d5-918d-7bcea926ccd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/cli?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","cli"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"155a3f64-e9ae-4e22-abae-9f706eb7e37b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/cli?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","cli"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cli\": {\n    \"ssh\": {\n      \"port\": 22\n    }\n  }\n}"}],"_postman_id":"ee44ae24-2b70-47d5-918d-7bcea926ccd3"},{"name":"DELETE - NodeID - confd_dyncfg - cli","id":"3699e5a5-eba7-4fd8-ac73-17fcc4e56fd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/cli","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","cli"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"218f1b65-163e-4a6a-8981-fe049aeb541c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/cli"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3699e5a5-eba7-4fd8-ac73-17fcc4e56fd1"},{"name":"PUT - NodeID - confd_dyncfg - cli","id":"604c70c1-456e-48ff-9496-5f8ff6ab76a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cli\": {\n    \"ssh\": {\n      \"port\": 22\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/cli","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","proxyForwarding","proxy=<string>","cli"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ebd5d338-b62e-4785-b7c0-0e01b6d8a61d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cli\": {\n    \"ssh\": {\n      \"port\": 22\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/cli"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2aa8430c-d1ae-409d-bb31-d43ebb1f0427","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cli\": {\n    \"ssh\": {\n      \"port\": 22\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/proxyForwarding/proxy=<string>/cli"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"604c70c1-456e-48ff-9496-5f8ff6ab76a4"},{"name":"POST - NodeID - confd_dyncfg - snmpAgent","id":"c0cc0f45-4f79-4860-906f-86855f5af6fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"ip\": \"0.0.0.0\",\n  \"port\": 161,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0,\n  \"mibs\": {\n    \"file\": [\n      \"Some file\",\n      \"Some file\"\n    ],\n    \"fromLoadPath\": false\n  },\n  \"temporaryStorageTime\": 300,\n  \"snmpVersions\": {\n    \"v1\": true,\n    \"v2c\": true,\n    \"v3\": true\n  },\n  \"snmpEngine\": {\n    \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n    \"snmpEngineMaxMessageSize\": 50000\n  },\n  \"sessionIgnorePort\": false,\n  \"authenticationFailureNotifyName\": \"\",\n  \"candidate\": {\n    \"maxLockWait\": \"PT0S\",\n    \"pendingChangesAction\": \"continue\"\n  },\n  \"dropWhenInUse\": false,\n  \"contexts\": [\n    \"Some contexts\",\n    \"Some contexts\"\n  ],\n  \"system\": {\n    \"sysDescr\": \"Some sysDescr\",\n    \"sysObjectID\": \"?:0.5\",\n    \"sysServices\": 72,\n    \"sysORTable\": {\n      \"sysOREntry\": [\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        },\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"22fae381-0d1c-40a2-9401-97ddf0c89427","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"ip\": \"0.0.0.0\",\n  \"port\": 161,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0,\n  \"mibs\": {\n    \"file\": [\n      \"Some file\",\n      \"Some file\"\n    ],\n    \"fromLoadPath\": false\n  },\n  \"temporaryStorageTime\": 300,\n  \"snmpVersions\": {\n    \"v1\": true,\n    \"v2c\": true,\n    \"v3\": true\n  },\n  \"snmpEngine\": {\n    \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n    \"snmpEngineMaxMessageSize\": 50000\n  },\n  \"sessionIgnorePort\": false,\n  \"authenticationFailureNotifyName\": \"\",\n  \"candidate\": {\n    \"maxLockWait\": \"PT0S\",\n    \"pendingChangesAction\": \"continue\"\n  },\n  \"dropWhenInUse\": false,\n  \"contexts\": [\n    \"Some contexts\",\n    \"Some contexts\"\n  ],\n  \"system\": {\n    \"sysDescr\": \"Some sysDescr\",\n    \"sysObjectID\": \"?:0.5\",\n    \"sysServices\": 72,\n    \"sysORTable\": {\n      \"sysOREntry\": [\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        },\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0cc0f45-4f79-4860-906f-86855f5af6fc"},{"name":"GET - NodeID - confd_dyncfg - snmpAgent","id":"cacd119f-0deb-4fbe-9658-a7f6054b1fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a3b22742-2419-48b3-9289-ebd717d2429a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snmpAgent\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 161,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"mibs\": {\n      \"file\": [\n        \"Some file\",\n        \"Some file\"\n      ],\n      \"fromLoadPath\": false\n    },\n    \"temporaryStorageTime\": 300,\n    \"snmpVersions\": {\n      \"v1\": true,\n      \"v2c\": true,\n      \"v3\": true\n    },\n    \"snmpEngine\": {\n      \"snmpEngineID\": \"?:29:dd:0C:AC:Cf:40:13:Fe\",\n      \"snmpEngineMaxMessageSize\": 50000\n    },\n    \"sessionIgnorePort\": false,\n    \"authenticationFailureNotifyName\": \"\",\n    \"candidate\": {\n      \"maxLockWait\": \"PT0S\",\n      \"pendingChangesAction\": \"continue\"\n    },\n    \"dropWhenInUse\": false,\n    \"contexts\": [\n      \"Some contexts\",\n      \"Some contexts\"\n    ],\n    \"system\": {\n      \"sysDescr\": \"Some sysDescr\",\n      \"sysObjectID\": \"?:2.7.0.93\",\n      \"sysServices\": 72,\n      \"sysORTable\": {\n        \"sysOREntry\": [\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"cacd119f-0deb-4fbe-9658-a7f6054b1fe7"},{"name":"DELETE - NodeID - confd_dyncfg - snmpAgent","id":"16a188c8-f4d4-48c8-91ac-ab3e6df57ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"14b17fc1-9db2-415a-a3ad-195e12088693","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16a188c8-f4d4-48c8-91ac-ab3e6df57ee6"},{"name":"PUT - NodeID - confd_dyncfg - snmpAgent","id":"0bfa06cd-b82d-4a0a-9e6e-0bf777ee3651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"snmpAgent\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 161,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"mibs\": {\n      \"file\": [\n        \"Some file\",\n        \"Some file\"\n      ],\n      \"fromLoadPath\": false\n    },\n    \"temporaryStorageTime\": 300,\n    \"snmpVersions\": {\n      \"v1\": true,\n      \"v2c\": true,\n      \"v3\": true\n    },\n    \"snmpEngine\": {\n      \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n      \"snmpEngineMaxMessageSize\": 50000\n    },\n    \"sessionIgnorePort\": false,\n    \"authenticationFailureNotifyName\": \"\",\n    \"candidate\": {\n      \"maxLockWait\": \"PT0S\",\n      \"pendingChangesAction\": \"continue\"\n    },\n    \"dropWhenInUse\": false,\n    \"contexts\": [\n      \"Some contexts\",\n      \"Some contexts\"\n    ],\n    \"system\": {\n      \"sysDescr\": \"Some sysDescr\",\n      \"sysObjectID\": \"?:0.5\",\n      \"sysServices\": 72,\n      \"sysORTable\": {\n        \"sysOREntry\": [\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0a08daf0-3483-45dd-a60b-e7215246648d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpAgent\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 161,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"mibs\": {\n      \"file\": [\n        \"Some file\",\n        \"Some file\"\n      ],\n      \"fromLoadPath\": false\n    },\n    \"temporaryStorageTime\": 300,\n    \"snmpVersions\": {\n      \"v1\": true,\n      \"v2c\": true,\n      \"v3\": true\n    },\n    \"snmpEngine\": {\n      \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n      \"snmpEngineMaxMessageSize\": 50000\n    },\n    \"sessionIgnorePort\": false,\n    \"authenticationFailureNotifyName\": \"\",\n    \"candidate\": {\n      \"maxLockWait\": \"PT0S\",\n      \"pendingChangesAction\": \"continue\"\n    },\n    \"dropWhenInUse\": false,\n    \"contexts\": [\n      \"Some contexts\",\n      \"Some contexts\"\n    ],\n    \"system\": {\n      \"sysDescr\": \"Some sysDescr\",\n      \"sysObjectID\": \"?:0.5\",\n      \"sysServices\": 72,\n      \"sysORTable\": {\n        \"sysOREntry\": [\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"01dc66b1-61bc-44a0-a260-43a2e796519e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpAgent\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 161,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0,\n    \"mibs\": {\n      \"file\": [\n        \"Some file\",\n        \"Some file\"\n      ],\n      \"fromLoadPath\": false\n    },\n    \"temporaryStorageTime\": 300,\n    \"snmpVersions\": {\n      \"v1\": true,\n      \"v2c\": true,\n      \"v3\": true\n    },\n    \"snmpEngine\": {\n      \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n      \"snmpEngineMaxMessageSize\": 50000\n    },\n    \"sessionIgnorePort\": false,\n    \"authenticationFailureNotifyName\": \"\",\n    \"candidate\": {\n      \"maxLockWait\": \"PT0S\",\n      \"pendingChangesAction\": \"continue\"\n    },\n    \"dropWhenInUse\": false,\n    \"contexts\": [\n      \"Some contexts\",\n      \"Some contexts\"\n    ],\n    \"system\": {\n      \"sysDescr\": \"Some sysDescr\",\n      \"sysObjectID\": \"?:0.5\",\n      \"sysServices\": 72,\n      \"sysORTable\": {\n        \"sysOREntry\": [\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"sysORID\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORDescr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sysORIndex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0bfa06cd-b82d-4a0a-9e6e-0bf777ee3651"},{"name":"POST - NodeID - confd_dyncfg - mibs","id":"0139347c-d641-47ed-a9ff-fd29789f644e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": [\n    \"Some file\",\n    \"Some file\"\n  ],\n  \"fromLoadPath\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/mibs","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","mibs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"62d47da6-4d5e-498a-9c88-2c3876a7be76","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": [\n    \"Some file\",\n    \"Some file\"\n  ],\n  \"fromLoadPath\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/mibs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0139347c-d641-47ed-a9ff-fd29789f644e"},{"name":"GET - NodeID - confd_dyncfg - mibs","id":"308fcc4b-1a5c-481a-b7af-174bbdb440e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/mibs?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","mibs"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b59d2868-6ee5-4e62-b0d3-0c7be012cde5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/mibs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","mibs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mibs\": {\n    \"file\": [\n      \"Some file\",\n      \"Some file\"\n    ],\n    \"fromLoadPath\": false\n  }\n}"}],"_postman_id":"308fcc4b-1a5c-481a-b7af-174bbdb440e1"},{"name":"DELETE - NodeID - confd_dyncfg - mibs","id":"15dfffd8-f0e2-4a90-ba22-edb797804ed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/mibs","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","mibs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a8c0a7bc-8301-4467-8b97-7d145ad6bb7a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/mibs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"15dfffd8-f0e2-4a90-ba22-edb797804ed3"},{"name":"PUT - NodeID - confd_dyncfg - mibs","id":"a6c5188f-e2bf-4f02-aa9c-59ecda5a6ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mibs\": {\n    \"file\": [\n      \"Some file\",\n      \"Some file\"\n    ],\n    \"fromLoadPath\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/mibs","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","mibs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ffb5f463-1e73-4373-a31b-5f000ceaeca8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mibs\": {\n    \"file\": [\n      \"Some file\",\n      \"Some file\"\n    ],\n    \"fromLoadPath\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/mibs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f4fbb0a3-1c25-4844-b200-f13358370739","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mibs\": {\n    \"file\": [\n      \"Some file\",\n      \"Some file\"\n    ],\n    \"fromLoadPath\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/mibs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6c5188f-e2bf-4f02-aa9c-59ecda5a6ab6"},{"name":"POST - NodeID - confd_dyncfg - snmpVersions","id":"139a04fe-3594-4a81-ad82-7d1d0cbfe77f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"v1\": true,\n  \"v2c\": true,\n  \"v3\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpVersions","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpVersions"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7114643-458b-4c3d-8e5c-dc834eb6ce4b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"v1\": true,\n  \"v2c\": true,\n  \"v3\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpVersions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"139a04fe-3594-4a81-ad82-7d1d0cbfe77f"},{"name":"GET - NodeID - confd_dyncfg - snmpVersions","id":"29f11c63-19eb-433f-967e-231ed2ebcb7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpVersions?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpVersions"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"95d7c325-4f32-4992-8f63-1356208dcf3a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpVersions?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpVersions"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snmpVersions\": {\n    \"v1\": true,\n    \"v2c\": true,\n    \"v3\": true\n  }\n}"}],"_postman_id":"29f11c63-19eb-433f-967e-231ed2ebcb7f"},{"name":"DELETE - NodeID - confd_dyncfg - snmpVersions","id":"62eeacf1-42b3-46c5-adca-26067b147d3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpVersions","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpVersions"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"83100c3e-d263-47fb-b21e-45352e5c8609","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpVersions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62eeacf1-42b3-46c5-adca-26067b147d3b"},{"name":"PUT - NodeID - confd_dyncfg - snmpVersions","id":"80569156-4155-46ec-ba5d-4a6131fb6c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"snmpVersions\": {\n    \"v1\": true,\n    \"v2c\": true,\n    \"v3\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpVersions","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpVersions"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"338cad71-59ef-4bb6-b883-e5a6092da788","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpVersions\": {\n    \"v1\": true,\n    \"v2c\": true,\n    \"v3\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpVersions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"29be7839-aba7-4312-8c2a-1095471dcbe7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpVersions\": {\n    \"v1\": true,\n    \"v2c\": true,\n    \"v3\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpVersions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80569156-4155-46ec-ba5d-4a6131fb6c37"},{"name":"POST - NodeID - confd_dyncfg - snmpEngine","id":"8b1fe9dd-071e-47fc-98f9-0f18520704af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n  \"snmpEngineMaxMessageSize\": 50000\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpEngine","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpEngine"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"961d0223-f9af-491a-84a9-aff0f2bced12","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n  \"snmpEngineMaxMessageSize\": 50000\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpEngine"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b1fe9dd-071e-47fc-98f9-0f18520704af"},{"name":"GET - NodeID - confd_dyncfg - snmpEngine","id":"e1af8a3d-1cb3-4347-a895-0ce0f752f4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpEngine?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpEngine"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3ec350bd-499b-44bf-993d-1e39110b4a49","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpEngine?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpEngine"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snmpEngine\": {\n    \"snmpEngineID\": \"?:29:dd:0C:AC:Cf:40:13:Fe\",\n    \"snmpEngineMaxMessageSize\": 50000\n  }\n}"}],"_postman_id":"e1af8a3d-1cb3-4347-a895-0ce0f752f4b6"},{"name":"DELETE - NodeID - confd_dyncfg - snmpEngine","id":"1061c87b-66a1-4dc5-ae1b-1db2a9b2b63e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpEngine","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpEngine"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"33f0c255-5800-41ef-872d-8574a9761851","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpEngine"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1061c87b-66a1-4dc5-ae1b-1db2a9b2b63e"},{"name":"PUT - NodeID - confd_dyncfg - snmpEngine","id":"a251d5d3-cac7-4bcc-8f1f-4fd23fdc7d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"snmpEngine\": {\n    \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n    \"snmpEngineMaxMessageSize\": 50000\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpEngine","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","snmpEngine"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"15c5ff8a-fd1b-4795-af2c-f444aa5fd743","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpEngine\": {\n    \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n    \"snmpEngineMaxMessageSize\": 50000\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpEngine"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0c762260-4e22-4852-bad1-29e59770333f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"snmpEngine\": {\n    \"snmpEngineID\": \"?:eD:C7:B5:0c\",\n    \"snmpEngineMaxMessageSize\": 50000\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/snmpEngine"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a251d5d3-cac7-4bcc-8f1f-4fd23fdc7d8b"},{"name":"POST - NodeID - confd_dyncfg - candidate","id":"04d262d3-45e4-428c-94b2-842ed7fffd60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maxLockWait\": \"PT0S\",\n  \"pendingChangesAction\": \"continue\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/candidate","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","candidate"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0027e038-36c6-4b49-9053-120be2afd230","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"maxLockWait\": \"PT0S\",\n  \"pendingChangesAction\": \"continue\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/candidate"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04d262d3-45e4-428c-94b2-842ed7fffd60"},{"name":"GET - NodeID - confd_dyncfg - candidate","id":"a44bc84e-5f28-4528-a98b-97d7be350c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/candidate?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","candidate"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"706a45ec-53f7-4002-9606-d554d09c8a99","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/candidate?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","candidate"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"candidate\": {\n    \"maxLockWait\": \"PT0S\",\n    \"pendingChangesAction\": \"continue\"\n  }\n}"}],"_postman_id":"a44bc84e-5f28-4528-a98b-97d7be350c2d"},{"name":"DELETE - NodeID - confd_dyncfg - candidate","id":"c03b40f8-0e7f-47db-8b3b-584fc83ca0c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/candidate","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","candidate"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2afa9638-7212-4a0c-957f-85130b608453","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/candidate"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c03b40f8-0e7f-47db-8b3b-584fc83ca0c0"},{"name":"PUT - NodeID - confd_dyncfg - candidate","id":"bf69f26f-97b7-4832-aca3-05115e7bcce1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"candidate\": {\n    \"maxLockWait\": \"PT0S\",\n    \"pendingChangesAction\": \"continue\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/candidate","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","candidate"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"42e78142-b72a-483a-8f12-20adf9333484","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"candidate\": {\n    \"maxLockWait\": \"PT0S\",\n    \"pendingChangesAction\": \"continue\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/candidate"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9e5d045b-161a-425c-8105-a2d26d7aa44d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"candidate\": {\n    \"maxLockWait\": \"PT0S\",\n    \"pendingChangesAction\": \"continue\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/candidate"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf69f26f-97b7-4832-aca3-05115e7bcce1"},{"name":"POST - NodeID - confd_dyncfg - system","id":"7a00b200-3bb4-46e9-a800-079bcec7e738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sysDescr\": \"Some sysDescr\",\n  \"sysObjectID\": \"?:0.5\",\n  \"sysServices\": 72,\n  \"sysORTable\": {\n    \"sysOREntry\": [\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      },\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1cd3b904-6f43-4e03-ad23-f74275d46371","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sysDescr\": \"Some sysDescr\",\n  \"sysObjectID\": \"?:0.5\",\n  \"sysServices\": 72,\n  \"sysORTable\": {\n    \"sysOREntry\": [\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      },\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a00b200-3bb4-46e9-a800-079bcec7e738"},{"name":"GET - NodeID - confd_dyncfg - system","id":"cf73af8c-c5b5-4e2c-9a24-614f0e2303a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"23d28152-862d-4189-a3f2-e6b316faf7f5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"system\": {\n    \"sysDescr\": \"Some sysDescr\",\n    \"sysObjectID\": \"?:2.7.0.93\",\n    \"sysServices\": 72,\n    \"sysORTable\": {\n      \"sysOREntry\": [\n        {\n          \"sysORID\": \"?:0.0.23.0.0.1.11.7\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        },\n        {\n          \"sysORID\": \"?:0.0.23.0.0.1.11.7\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"cf73af8c-c5b5-4e2c-9a24-614f0e2303a1"},{"name":"DELETE - NodeID - confd_dyncfg - system","id":"4f0ef183-050d-49c6-b5c0-372e10aec0c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"90b750b5-cf3e-4702-a6a3-4c4e169020b5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f0ef183-050d-49c6-b5c0-372e10aec0c6"},{"name":"PUT - NodeID - confd_dyncfg - system","id":"b0e6802a-47b6-4649-9054-d87b75a401c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"system\": {\n    \"sysDescr\": \"Some sysDescr\",\n    \"sysObjectID\": \"?:0.5\",\n    \"sysServices\": 72,\n    \"sysORTable\": {\n      \"sysOREntry\": [\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        },\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3fc1c704-da08-498d-88b2-c1aeaa91252e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"system\": {\n    \"sysDescr\": \"Some sysDescr\",\n    \"sysObjectID\": \"?:0.5\",\n    \"sysServices\": 72,\n    \"sysORTable\": {\n      \"sysOREntry\": [\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        },\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f2148ba4-4856-405d-b981-77a119ee4533","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"system\": {\n    \"sysDescr\": \"Some sysDescr\",\n    \"sysObjectID\": \"?:0.5\",\n    \"sysServices\": 72,\n    \"sysORTable\": {\n      \"sysOREntry\": [\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        },\n        {\n          \"sysORID\": \"?:1.30\",\n          \"sysORDescr\": \"Some sysORDescr\",\n          \"sysORIndex\": 0\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0e6802a-47b6-4649-9054-d87b75a401c6"},{"name":"POST - NodeID - confd_dyncfg - sysORTable","id":"1f0257d2-5c2e-4abc-b0a6-675c543baf31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sysOREntry\": [\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    },\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c45b62c6-f79c-4ed2-a335-cd504353b499","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sysOREntry\": [\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    },\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f0257d2-5c2e-4abc-b0a6-675c543baf31"},{"name":"GET - NodeID - confd_dyncfg - sysORTable","id":"6b4b9afd-41bf-4904-ae85-a1a300033be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a3c755c8-d362-4ced-9d9f-40d8e77ec03c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sysORTable\": {\n    \"sysOREntry\": [\n      {\n        \"sysORID\": \"?:0.0.23.0.0.1.11.7\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      },\n      {\n        \"sysORID\": \"?:0.0.23.0.0.1.11.7\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"6b4b9afd-41bf-4904-ae85-a1a300033be3"},{"name":"DELETE - NodeID - confd_dyncfg - sysORTable","id":"82850e3e-c0ee-4d18-820a-7b95639eb906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8039326f-3a63-4b44-a0a8-f10afc8a7fcb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82850e3e-c0ee-4d18-820a-7b95639eb906"},{"name":"PUT - NodeID - confd_dyncfg - sysORTable","id":"2d1069d7-292c-44a4-aa93-c15c360ab5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sysORTable\": {\n    \"sysOREntry\": [\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      },\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ce0bcbad-9c6d-4c9d-9fb6-2aebcd71e972","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sysORTable\": {\n    \"sysOREntry\": [\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      },\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8911b615-9369-4c88-ab78-1ae49cd9e0e3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sysORTable\": {\n    \"sysOREntry\": [\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      },\n      {\n        \"sysORID\": \"?:1.30\",\n        \"sysORDescr\": \"Some sysORDescr\",\n        \"sysORIndex\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d1069d7-292c-44a4-aa93-c15c360ab5a1"},{"name":"POST - NodeID - confd_dyncfg - sysOREntry","id":"f3077ff6-b5a5-4fd7-8299-79081d6c07c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sysORID\": \"?:1.30\",\n  \"sysORDescr\": \"Some sysORDescr\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable/sysOREntry=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable","sysOREntry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e5e6b0af-bbed-4f89-bddb-0655eea4237e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sysORID\": \"?:1.30\",\n  \"sysORDescr\": \"Some sysORDescr\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable/sysOREntry=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3077ff6-b5a5-4fd7-8299-79081d6c07c7"},{"name":"GET - NodeID - confd_dyncfg - sysOREntry","id":"a7f0e9cb-68e2-48d6-8143-7b0819297d18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable/sysOREntry=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable","sysOREntry=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e5ec912f-4a03-49cd-b514-72ba947817af","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable/sysOREntry=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable","sysOREntry=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sysOREntry\": [\n    {\n      \"sysORID\": \"?:0.0.23.0.0.1.11.7\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    },\n    {\n      \"sysORID\": \"?:0.0.23.0.0.1.11.7\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    }\n  ]\n}"}],"_postman_id":"a7f0e9cb-68e2-48d6-8143-7b0819297d18"},{"name":"DELETE - NodeID - confd_dyncfg - sysOREntry","id":"274a3736-f206-461c-9840-39f2ed771529","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable/sysOREntry=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable","sysOREntry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"556d3435-771e-4537-ad75-465f4cf8c0e9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable/sysOREntry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"274a3736-f206-461c-9840-39f2ed771529"},{"name":"PUT - NodeID - confd_dyncfg - sysOREntry","id":"fa7451d3-e715-4fa7-901b-563196d8aeee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sysOREntry\": [\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    },\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable/sysOREntry=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","snmpAgent","system","sysORTable","sysOREntry=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6da27fa7-8a65-43e6-b976-a8da9215ba22","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sysOREntry\": [\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    },\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable/sysOREntry=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"58a6ed2e-cdaf-481e-befd-2af5c00986c0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sysOREntry\": [\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    },\n    {\n      \"sysORID\": \"?:1.30\",\n      \"sysORDescr\": \"Some sysORDescr\",\n      \"sysORIndex\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/snmpAgent/system/sysORTable/sysOREntry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa7451d3-e715-4fa7-901b-563196d8aeee"},{"name":"POST - NodeID - confd_dyncfg - netconf","id":"a23fc540-6337-4397-9065-6f88c6d4235d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"transport\": {\n    \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 830,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"tcp\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2023,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    }\n  },\n  \"extendedSessions\": false,\n  \"sendDefaults\": false,\n  \"idleTimeout\": \"PT0S\",\n  \"writeTimeout\": \"PT0S\",\n  \"rpcErrors\": \"close\",\n  \"maxBatchProcesses\": \"unbounded\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9a117b63-76fe-4d99-9b3e-f5998bf57c58","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"transport\": {\n    \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 830,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"tcp\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2023,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    }\n  },\n  \"extendedSessions\": false,\n  \"sendDefaults\": false,\n  \"idleTimeout\": \"PT0S\",\n  \"writeTimeout\": \"PT0S\",\n  \"rpcErrors\": \"close\",\n  \"maxBatchProcesses\": \"unbounded\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a23fc540-6337-4397-9065-6f88c6d4235d"},{"name":"GET - NodeID - confd_dyncfg - netconf","id":"3fb75005-6a8a-4333-a7cc-394c777a0a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"62dc648b-a948-40bb-b099-41135afdfbf7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf\": {\n    \"enabled\": true,\n    \"transport\": {\n      \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 830,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"tcp\": {\n        \"enabled\": false,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2023,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      }\n    },\n    \"extendedSessions\": false,\n    \"sendDefaults\": false,\n    \"idleTimeout\": \"PT0S\",\n    \"writeTimeout\": \"PT0S\",\n    \"rpcErrors\": \"close\",\n    \"maxBatchProcesses\": \"unbounded\"\n  }\n}"}],"_postman_id":"3fb75005-6a8a-4333-a7cc-394c777a0a86"},{"name":"DELETE - NodeID - confd_dyncfg - netconf","id":"f36e2766-3fb1-4a68-9059-1566d0e53d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2fc8fab4-c4f2-4f4b-8aba-a4b2bbc50ba3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f36e2766-3fb1-4a68-9059-1566d0e53d5a"},{"name":"PUT - NodeID - confd_dyncfg - netconf","id":"1ee20f10-b17c-41da-80cd-c9a2c5d090bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconf\": {\n    \"enabled\": true,\n    \"transport\": {\n      \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 830,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"tcp\": {\n        \"enabled\": false,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2023,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      }\n    },\n    \"extendedSessions\": false,\n    \"sendDefaults\": false,\n    \"idleTimeout\": \"PT0S\",\n    \"writeTimeout\": \"PT0S\",\n    \"rpcErrors\": \"close\",\n    \"maxBatchProcesses\": \"unbounded\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"02aaec21-450b-4ea3-a6de-1ab8deb5161b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf\": {\n    \"enabled\": true,\n    \"transport\": {\n      \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 830,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"tcp\": {\n        \"enabled\": false,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2023,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      }\n    },\n    \"extendedSessions\": false,\n    \"sendDefaults\": false,\n    \"idleTimeout\": \"PT0S\",\n    \"writeTimeout\": \"PT0S\",\n    \"rpcErrors\": \"close\",\n    \"maxBatchProcesses\": \"unbounded\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e22f74cf-8669-489a-94d7-da7e013c5555","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf\": {\n    \"enabled\": true,\n    \"transport\": {\n      \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n      \"ssh\": {\n        \"enabled\": true,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 830,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      },\n      \"tcp\": {\n        \"enabled\": false,\n        \"ip\": \"0.0.0.0\",\n        \"port\": 2023,\n        \"extraIpPorts\": [\n          \"Some extraIpPorts\",\n          \"Some extraIpPorts\"\n        ],\n        \"dscp\": 0\n      }\n    },\n    \"extendedSessions\": false,\n    \"sendDefaults\": false,\n    \"idleTimeout\": \"PT0S\",\n    \"writeTimeout\": \"PT0S\",\n    \"rpcErrors\": \"close\",\n    \"maxBatchProcesses\": \"unbounded\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ee20f10-b17c-41da-80cd-c9a2c5d090bf"},{"name":"POST - NodeID - confd_dyncfg - transport","id":"82c8817f-a930-4a81-86c7-52cfb7cd0316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 830,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  },\n  \"tcp\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2023,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"032d34fb-9337-4b00-a57b-79b72005fa45","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 830,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  },\n  \"tcp\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2023,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82c8817f-a930-4a81-86c7-52cfb7cd0316"},{"name":"GET - NodeID - confd_dyncfg - transport","id":"facbd7bf-7e51-46ca-876e-95f65d7f1e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"350d2076-37e6-4918-a290-b4d1dc498244","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transport\": {\n    \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 830,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"tcp\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2023,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    }\n  }\n}"}],"_postman_id":"facbd7bf-7e51-46ca-876e-95f65d7f1e63"},{"name":"DELETE - NodeID - confd_dyncfg - transport","id":"0fbfff27-8fca-4c81-b0af-a3e03ab2d0ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0deab299-95ea-4fba-8f22-31438d69f8e7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0fbfff27-8fca-4c81-b0af-a3e03ab2d0ed"},{"name":"PUT - NodeID - confd_dyncfg - transport","id":"95f35151-a21b-4e6b-873f-df56ab64aef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transport\": {\n    \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 830,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"tcp\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2023,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"83886457-8b3f-4d42-a0d9-7276b18b48cd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transport\": {\n    \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 830,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"tcp\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2023,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d7a47432-2ebe-493c-af9a-743f5682229f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transport\": {\n    \"sshCallHomeExecutable\": \"Some sshCallHomeExecutable\",\n    \"ssh\": {\n      \"enabled\": true,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 830,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    },\n    \"tcp\": {\n      \"enabled\": false,\n      \"ip\": \"0.0.0.0\",\n      \"port\": 2023,\n      \"extraIpPorts\": [\n        \"Some extraIpPorts\",\n        \"Some extraIpPorts\"\n      ],\n      \"dscp\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95f35151-a21b-4e6b-873f-df56ab64aef0"},{"name":"POST - NodeID - confd_dyncfg - ssh","id":"0baef742-3d41-4d78-b8e3-6168cc38f68e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"ip\": \"0.0.0.0\",\n  \"port\": 830,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7270f074-05b1-4d6a-afc7-e6fd44a09ef0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"ip\": \"0.0.0.0\",\n  \"port\": 830,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/ssh"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0baef742-3d41-4d78-b8e3-6168cc38f68e"},{"name":"GET - NodeID - confd_dyncfg - ssh","id":"873f23e3-e3ff-405c-9380-103b5ca2c4da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/ssh?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","ssh"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"85beadea-e288-425b-86e1-f0ac40ea96df","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/ssh?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","ssh"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 830,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}"}],"_postman_id":"873f23e3-e3ff-405c-9380-103b5ca2c4da"},{"name":"DELETE - NodeID - confd_dyncfg - ssh","id":"2f024d88-0343-47fa-ada3-dfb96aa58ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"268144d8-9bdd-4621-b660-cabaacf8c529","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/ssh"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f024d88-0343-47fa-ada3-dfb96aa58ac4"},{"name":"PUT - NodeID - confd_dyncfg - ssh","id":"3449c872-ed83-45b2-ba01-d7adaabce321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 830,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/ssh","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","ssh"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bb27c5f1-bbf8-40e8-b301-dc9fdade4fa2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 830,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/ssh"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"596f9f94-2a13-4291-a682-a6d6add30d77","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"enabled\": true,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 830,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/ssh"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3449c872-ed83-45b2-ba01-d7adaabce321"},{"name":"POST - NodeID - confd_dyncfg - tcp","id":"858346a7-ee03-4b49-8976-035788666c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"ip\": \"0.0.0.0\",\n  \"port\": 2023,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/tcp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","tcp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"23ab7973-9656-441f-92f3-e14062dd9eb4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"ip\": \"0.0.0.0\",\n  \"port\": 2023,\n  \"extraIpPorts\": [\n    \"Some extraIpPorts\",\n    \"Some extraIpPorts\"\n  ],\n  \"dscp\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/tcp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"858346a7-ee03-4b49-8976-035788666c4a"},{"name":"GET - NodeID - confd_dyncfg - tcp","id":"4a1abf3c-5cb0-4606-9733-42ba69119975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/tcp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","tcp"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5a8b4e29-81e5-46d2-8949-34f48b07c957","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/tcp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","tcp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tcp\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2023,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}"}],"_postman_id":"4a1abf3c-5cb0-4606-9733-42ba69119975"},{"name":"DELETE - NodeID - confd_dyncfg - tcp","id":"3ec92e1a-68a9-4171-bb6e-61a4faeef477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/tcp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","tcp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6ea8895d-0262-40e0-841a-85624bf2df19","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/tcp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ec92e1a-68a9-4171-bb6e-61a4faeef477"},{"name":"PUT - NodeID - confd_dyncfg - tcp","id":"0798e416-ba14-4a77-a788-2e76caf7fa0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2023,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/tcp","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","confd_dyncfg:confdConfig","netconf","transport","tcp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dafbd047-db85-4928-b5a3-5c35bdc82597","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2023,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/tcp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"56075b53-9b69-4a0d-8075-08ebfc2cf6b2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tcp\": {\n    \"enabled\": false,\n    \"ip\": \"0.0.0.0\",\n    \"port\": 2023,\n    \"extraIpPorts\": [\n      \"Some extraIpPorts\",\n      \"Some extraIpPorts\"\n    ],\n    \"dscp\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/confd_dyncfg:confdConfig/netconf/transport/tcp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0798e416-ba14-4a77-a788-2e76caf7fa0b"}],"id":"2166cac0-fe8e-4bba-a466-d38bd323246c","_postman_id":"2166cac0-fe8e-4bba-a466-d38bd323246c","description":""},{"name":"mounted NodeID ema-administration","item":[{"name":"POST - NodeID - ema-administration - ema-administration","id":"29dea28a-0ac0-49e8-9646-a5061329a66b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"model\": [\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"labels\": {\n    \"category\": [\n      {\n        \"name\": \"Some name\"\n      },\n      {\n        \"name\": \"Some name\"\n      }\n    ],\n    \"hierarchy\": [\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2e4f593b-d25e-45d3-9e41-0b2e848d8f0a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"model\": [\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"labels\": {\n    \"category\": [\n      {\n        \"name\": \"Some name\"\n      },\n      {\n        \"name\": \"Some name\"\n      }\n    ],\n    \"hierarchy\": [\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"29dea28a-0ac0-49e8-9646-a5061329a66b"},{"name":"GET - NodeID - ema-administration - ema-administration","id":"a70f2933-4a29-49fa-bec1-b568e87e6fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6534cfb8-9d26-462e-9f7d-8a0284ca0e0b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ema-administration\": {\n    \"model\": [\n      {\n        \"name\": \"Some name\",\n        \"app-name\": \"Some app-name\",\n        \"supportedDevice\": [\n          \"Some supportedDevice\"\n        ],\n        \"deviceCreationIntentType\": [\n          \"Some deviceCreationIntentType\",\n          \"Some deviceCreationIntentType\"\n        ],\n        \"restricted-to-users\": [\n          \"Some restricted-to-users\",\n          \"Some restricted-to-users\"\n        ],\n        \"author\": \"Nokia\",\n        \"date\": \"-\",\n        \"build\": \"-\",\n        \"fwk\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"entityType\": [\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"ui\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"mapping\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"resource\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"ui\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"mapping\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"resource\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"app-name\": \"Some app-name\",\n        \"supportedDevice\": [\n          \"Some supportedDevice\"\n        ],\n        \"deviceCreationIntentType\": [\n          \"Some deviceCreationIntentType\",\n          \"Some deviceCreationIntentType\"\n        ],\n        \"restricted-to-users\": [\n          \"Some restricted-to-users\",\n          \"Some restricted-to-users\"\n        ],\n        \"author\": \"Nokia\",\n        \"date\": \"-\",\n        \"build\": \"-\",\n        \"fwk\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"entityType\": [\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"ui\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"mapping\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"resource\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"ui\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"mapping\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"resource\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"labels\": {\n      \"category\": [\n        {\n          \"name\": \"Some name\"\n        },\n        {\n          \"name\": \"Some name\"\n        }\n      ],\n      \"hierarchy\": [\n        {\n          \"name\": \"Some name\",\n          \"item\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"item\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"a70f2933-4a29-49fa-bec1-b568e87e6fe3"},{"name":"DELETE - NodeID - ema-administration - ema-administration","id":"52eb83a3-e5c3-4cf1-8c7d-7156f7c132b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"62fd0e5d-b718-4e98-8c69-64f936cb6a40","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52eb83a3-e5c3-4cf1-8c7d-7156f7c132b2"},{"name":"PUT - NodeID - ema-administration - ema-administration","id":"b28da321-7dd6-4a1e-8b05-a9b499c4c408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ema-administration\": {\n    \"model\": [\n      {\n        \"name\": \"Some name\",\n        \"app-name\": \"Some app-name\",\n        \"supportedDevice\": [\n          \"Some supportedDevice\"\n        ],\n        \"deviceCreationIntentType\": [\n          \"Some deviceCreationIntentType\",\n          \"Some deviceCreationIntentType\"\n        ],\n        \"restricted-to-users\": [\n          \"Some restricted-to-users\",\n          \"Some restricted-to-users\"\n        ],\n        \"author\": \"Nokia\",\n        \"date\": \"-\",\n        \"build\": \"-\",\n        \"fwk\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"entityType\": [\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          },\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"app-name\": \"Some app-name\",\n        \"supportedDevice\": [\n          \"Some supportedDevice\"\n        ],\n        \"deviceCreationIntentType\": [\n          \"Some deviceCreationIntentType\",\n          \"Some deviceCreationIntentType\"\n        ],\n        \"restricted-to-users\": [\n          \"Some restricted-to-users\",\n          \"Some restricted-to-users\"\n        ],\n        \"author\": \"Nokia\",\n        \"date\": \"-\",\n        \"build\": \"-\",\n        \"fwk\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"entityType\": [\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          },\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"labels\": {\n      \"category\": [\n        {\n          \"name\": \"Some name\"\n        },\n        {\n          \"name\": \"Some name\"\n        }\n      ],\n      \"hierarchy\": [\n        {\n          \"name\": \"Some name\",\n          \"item\": [\n            {\n              \"category\": \"Some category\"\n            },\n            {\n              \"category\": \"Some category\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"item\": [\n            {\n              \"category\": \"Some category\"\n            },\n            {\n              \"category\": \"Some category\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"464808d7-88ec-412b-9e06-3cde6246246b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ema-administration\": {\n    \"model\": [\n      {\n        \"name\": \"Some name\",\n        \"app-name\": \"Some app-name\",\n        \"supportedDevice\": [\n          \"Some supportedDevice\"\n        ],\n        \"deviceCreationIntentType\": [\n          \"Some deviceCreationIntentType\",\n          \"Some deviceCreationIntentType\"\n        ],\n        \"restricted-to-users\": [\n          \"Some restricted-to-users\",\n          \"Some restricted-to-users\"\n        ],\n        \"author\": \"Nokia\",\n        \"date\": \"-\",\n        \"build\": \"-\",\n        \"fwk\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"entityType\": [\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          },\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"app-name\": \"Some app-name\",\n        \"supportedDevice\": [\n          \"Some supportedDevice\"\n        ],\n        \"deviceCreationIntentType\": [\n          \"Some deviceCreationIntentType\",\n          \"Some deviceCreationIntentType\"\n        ],\n        \"restricted-to-users\": [\n          \"Some restricted-to-users\",\n          \"Some restricted-to-users\"\n        ],\n        \"author\": \"Nokia\",\n        \"date\": \"-\",\n        \"build\": \"-\",\n        \"fwk\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"entityType\": [\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          },\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"labels\": {\n      \"category\": [\n        {\n          \"name\": \"Some name\"\n        },\n        {\n          \"name\": \"Some name\"\n        }\n      ],\n      \"hierarchy\": [\n        {\n          \"name\": \"Some name\",\n          \"item\": [\n            {\n              \"category\": \"Some category\"\n            },\n            {\n              \"category\": \"Some category\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"item\": [\n            {\n              \"category\": \"Some category\"\n            },\n            {\n              \"category\": \"Some category\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6f692eae-0cfa-4f7e-ab71-22acaab1e461","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ema-administration\": {\n    \"model\": [\n      {\n        \"name\": \"Some name\",\n        \"app-name\": \"Some app-name\",\n        \"supportedDevice\": [\n          \"Some supportedDevice\"\n        ],\n        \"deviceCreationIntentType\": [\n          \"Some deviceCreationIntentType\",\n          \"Some deviceCreationIntentType\"\n        ],\n        \"restricted-to-users\": [\n          \"Some restricted-to-users\",\n          \"Some restricted-to-users\"\n        ],\n        \"author\": \"Nokia\",\n        \"date\": \"-\",\n        \"build\": \"-\",\n        \"fwk\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"entityType\": [\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          },\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"app-name\": \"Some app-name\",\n        \"supportedDevice\": [\n          \"Some supportedDevice\"\n        ],\n        \"deviceCreationIntentType\": [\n          \"Some deviceCreationIntentType\",\n          \"Some deviceCreationIntentType\"\n        ],\n        \"restricted-to-users\": [\n          \"Some restricted-to-users\",\n          \"Some restricted-to-users\"\n        ],\n        \"author\": \"Nokia\",\n        \"date\": \"-\",\n        \"build\": \"-\",\n        \"fwk\": [\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"entityType\": [\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          },\n          {\n            \"typeName\": \"Some typeName\",\n            \"isRootType\": false,\n            \"supportsOperationState\": false,\n            \"supportsAdminState\": false,\n            \"supportsObjectHealth\": true,\n            \"showAlarmSummary\": false,\n            \"showAlarmList\": false,\n            \"showServiceHealthSummary\": false,\n            \"showIntentList\": true,\n            \"childEntityType\": [\n              \"Some childEntityType\",\n              \"Some childEntityType\"\n            ],\n            \"childEntityTypeRef\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"ui\": {\n              \"i18n-text\": \"Some i18n-text\",\n              \"i18n-value-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"i18n-unit\": \"Some i18n-unit\",\n              \"editable\": true,\n              \"icon\": \"Some icon\",\n              \"icon-std\": \"Some icon-std\",\n              \"alias\": \"Some alias\",\n              \"alias-order\": 0,\n              \"widget\": \"Some widget\",\n              \"html-generator\": \"Some html-generator\",\n              \"group\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"group-ref\": \"Some group-ref\",\n              \"order\": 0,\n              \"domain\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"domain-ref\": \"Some domain-ref\",\n              \"column\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"dashboard-text\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"separatorBefore\": true,\n              \"i18n-warning\": \"Some i18n-warning\"\n            },\n            \"action\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"yang-name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"permission\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"behavior\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"extraAttribute\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"valueType\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInSummary\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"showInTable\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"link-to-entity\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"hidden\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"condition\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"ui\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ],\n            \"mapping\": {\n              \"mapping-logic\": \"Some mapping-logic\",\n              \"mapping-type\": \"JS\"\n            },\n            \"resource\": [\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              },\n              {\n                \"name\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"value\": {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"labels\": {\n      \"category\": [\n        {\n          \"name\": \"Some name\"\n        },\n        {\n          \"name\": \"Some name\"\n        }\n      ],\n      \"hierarchy\": [\n        {\n          \"name\": \"Some name\",\n          \"item\": [\n            {\n              \"category\": \"Some category\"\n            },\n            {\n              \"category\": \"Some category\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"item\": [\n            {\n              \"category\": \"Some category\"\n            },\n            {\n              \"category\": \"Some category\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b28da321-7dd6-4a1e-8b05-a9b499c4c408"},{"name":"POST - NodeID - ema-administration - model","id":"8b6c15c7-78bc-4f6e-b357-bdf15d053a5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supportedDevice\": [\n    \"Some supportedDevice\"\n  ],\n  \"deviceCreationIntentType\": [\n    \"Some deviceCreationIntentType\",\n    \"Some deviceCreationIntentType\"\n  ],\n  \"restricted-to-users\": [\n    \"Some restricted-to-users\",\n    \"Some restricted-to-users\"\n  ],\n  \"author\": \"Nokia\",\n  \"date\": \"-\",\n  \"build\": \"-\",\n  \"fwk\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ],\n  \"entityType\": [\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"558bb9fb-3641-4d8d-870c-fdbd72998b2e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"supportedDevice\": [\n    \"Some supportedDevice\"\n  ],\n  \"deviceCreationIntentType\": [\n    \"Some deviceCreationIntentType\",\n    \"Some deviceCreationIntentType\"\n  ],\n  \"restricted-to-users\": [\n    \"Some restricted-to-users\",\n    \"Some restricted-to-users\"\n  ],\n  \"author\": \"Nokia\",\n  \"date\": \"-\",\n  \"build\": \"-\",\n  \"fwk\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ],\n  \"entityType\": [\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b6c15c7-78bc-4f6e-b357-bdf15d053a5f"},{"name":"GET - NodeID - ema-administration - model","id":"300ce94c-ac48-415e-b6e9-e5159258c737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e488c2b1-dc1a-4799-b4a0-044708ab66ed","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"model\": [\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"300ce94c-ac48-415e-b6e9-e5159258c737"},{"name":"DELETE - NodeID - ema-administration - model","id":"e8db869d-daae-41bf-87cd-94e8bb5617fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1030ebf1-1d31-4af5-bc59-7d7158d638a6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8db869d-daae-41bf-87cd-94e8bb5617fb"},{"name":"PUT - NodeID - ema-administration - model","id":"0f9c8ecf-ed87-4b58-8ede-3b970f9bde90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"model\": [\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a0c1c97c-b4ce-4572-9edc-33acfd329a0e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"model\": [\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"67d0ecfb-5e45-4034-8e63-d550eaa8f3d4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"model\": [\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"app-name\": \"Some app-name\",\n      \"supportedDevice\": [\n        \"Some supportedDevice\"\n      ],\n      \"deviceCreationIntentType\": [\n        \"Some deviceCreationIntentType\",\n        \"Some deviceCreationIntentType\"\n      ],\n      \"restricted-to-users\": [\n        \"Some restricted-to-users\",\n        \"Some restricted-to-users\"\n      ],\n      \"author\": \"Nokia\",\n      \"date\": \"-\",\n      \"build\": \"-\",\n      \"fwk\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"entityType\": [\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"typeName\": \"Some typeName\",\n          \"isRootType\": false,\n          \"supportsOperationState\": false,\n          \"supportsAdminState\": false,\n          \"supportsObjectHealth\": true,\n          \"showAlarmSummary\": false,\n          \"showAlarmList\": false,\n          \"showServiceHealthSummary\": false,\n          \"showIntentList\": true,\n          \"childEntityType\": [\n            \"Some childEntityType\",\n            \"Some childEntityType\"\n          ],\n          \"childEntityTypeRef\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          },\n          \"action\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"yang-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"permission\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"behavior\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"extraAttribute\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"valueType\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInSummary\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"showInTable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"link-to-entity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hidden\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"condition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ui\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"mapping\": {\n            \"mapping-logic\": \"Some mapping-logic\",\n            \"mapping-type\": \"JS\"\n          },\n          \"resource\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f9c8ecf-ed87-4b58-8ede-3b970f9bde90"},{"name":"POST - NodeID - ema-administration - fwk","id":"1f502bd7-1bd6-420d-83e4-5d7b40d3f418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/fwk=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","fwk=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"16b00458-dc4e-4edf-8fb2-076f0608c935","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/fwk=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f502bd7-1bd6-420d-83e4-5d7b40d3f418"},{"name":"GET - NodeID - ema-administration - fwk","id":"401071fe-a2de-4659-8ac3-7a0f2556fe52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/fwk=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","fwk=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9214c070-1d70-4628-8067-d55396edbedc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/fwk=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","fwk=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fwk\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"401071fe-a2de-4659-8ac3-7a0f2556fe52"},{"name":"DELETE - NodeID - ema-administration - fwk","id":"738007ba-c163-4152-a12b-bd51856f4a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/fwk=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","fwk=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d60ec769-bd74-4ed2-bec8-7f24a7f68d66","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/fwk=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"738007ba-c163-4152-a12b-bd51856f4a01"},{"name":"PUT - NodeID - ema-administration - fwk","id":"a4f4f06c-c217-4da0-8b26-347336708d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fwk\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/fwk=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","fwk=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6b0eb746-ca60-4b30-b4c9-2b5331a330a2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fwk\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/fwk=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"54d7ced3-bb43-49e0-81ab-9f4b74596b08","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fwk\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/fwk=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4f4f06c-c217-4da0-8b26-347336708d4a"},{"name":"POST - NodeID - ema-administration - entityType","id":"5a8a7d5f-ac4f-4964-b6ce-bdf9f6761722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"isRootType\": false,\n  \"supportsOperationState\": false,\n  \"supportsAdminState\": false,\n  \"supportsObjectHealth\": true,\n  \"showAlarmSummary\": false,\n  \"showAlarmList\": false,\n  \"showServiceHealthSummary\": false,\n  \"showIntentList\": true,\n  \"childEntityType\": [\n    \"Some childEntityType\",\n    \"Some childEntityType\"\n  ],\n  \"childEntityTypeRef\": [\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ],\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  },\n  \"action\": [\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ],\n  \"extraAttribute\": [\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ],\n  \"mapping\": {\n    \"mapping-logic\": \"Some mapping-logic\",\n    \"mapping-type\": \"JS\"\n  },\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4d5ff8e6-cef6-40f1-a8cb-987253c69f7d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"isRootType\": false,\n  \"supportsOperationState\": false,\n  \"supportsAdminState\": false,\n  \"supportsObjectHealth\": true,\n  \"showAlarmSummary\": false,\n  \"showAlarmList\": false,\n  \"showServiceHealthSummary\": false,\n  \"showIntentList\": true,\n  \"childEntityType\": [\n    \"Some childEntityType\",\n    \"Some childEntityType\"\n  ],\n  \"childEntityTypeRef\": [\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ],\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  },\n  \"action\": [\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ],\n  \"extraAttribute\": [\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ],\n  \"mapping\": {\n    \"mapping-logic\": \"Some mapping-logic\",\n    \"mapping-type\": \"JS\"\n  },\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a8a7d5f-ac4f-4964-b6ce-bdf9f6761722"},{"name":"GET - NodeID - ema-administration - entityType","id":"5429fdc2-9da2-4cb1-a196-51a0ba3bd703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5de4b4eb-a87c-47aa-97fa-649ee621aef6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"entityType\": [\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"5429fdc2-9da2-4cb1-a196-51a0ba3bd703"},{"name":"DELETE - NodeID - ema-administration - entityType","id":"af4bedef-4588-492b-95ec-854f9dbee296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"32bdb502-173d-45d8-9df3-7dcd1039ce78","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af4bedef-4588-492b-95ec-854f9dbee296"},{"name":"PUT - NodeID - ema-administration - entityType","id":"d3100b64-e9af-4d24-9b3c-11ece6574451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entityType\": [\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ac3af28-42ad-4366-b39c-ede3feddcd26","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"entityType\": [\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8ccc9adc-8906-414a-b754-da3788693838","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"entityType\": [\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    },\n    {\n      \"typeName\": \"Some typeName\",\n      \"isRootType\": false,\n      \"supportsOperationState\": false,\n      \"supportsAdminState\": false,\n      \"supportsObjectHealth\": true,\n      \"showAlarmSummary\": false,\n      \"showAlarmList\": false,\n      \"showServiceHealthSummary\": false,\n      \"showIntentList\": true,\n      \"childEntityType\": [\n        \"Some childEntityType\",\n        \"Some childEntityType\"\n      ],\n      \"childEntityTypeRef\": [\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      },\n      \"action\": [\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"yang-name\": \"Some yang-name\",\n          \"condition\": \"Some condition\",\n          \"permission\": [\n            \"Some permission\",\n            \"Some permission\"\n          ],\n          \"behavior\": {\n            \"function\": \"Some function\",\n            \"notification\": \"Some notification\"\n          },\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"extraAttribute\": [\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"valueType\": \"STRING\",\n          \"showInSummary\": false,\n          \"showInTable\": true,\n          \"link-to-entity\": \"Some link-to-entity\",\n          \"hidden\": true,\n          \"condition\": \"Some condition\",\n          \"ui\": {\n            \"i18n-text\": \"Some i18n-text\",\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"editable\": true,\n            \"icon\": \"Some icon\",\n            \"icon-std\": \"Some icon-std\",\n            \"alias\": \"Some alias\",\n            \"alias-order\": 0,\n            \"widget\": \"Some widget\",\n            \"html-generator\": \"Some html-generator\",\n            \"group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"group-ref\": \"Some group-ref\",\n            \"order\": 0,\n            \"domain\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"domain-ref\": \"Some domain-ref\",\n            \"column\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"dashboard-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"separatorBefore\": true,\n            \"i18n-warning\": \"Some i18n-warning\"\n          }\n        }\n      ],\n      \"mapping\": {\n        \"mapping-logic\": \"Some mapping-logic\",\n        \"mapping-type\": \"JS\"\n      },\n      \"resource\": [\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"value\": \"Some value\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3100b64-e9af-4d24-9b3c-11ece6574451"},{"name":"POST - NodeID - ema-administration - childEntityTypeRef","id":"329560e6-f436-4629-9e14-bad914f38a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"condition\": \"Some condition\",\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"41878acd-0e91-42c4-b854-82931e5657ca","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"condition\": \"Some condition\",\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"329560e6-f436-4629-9e14-bad914f38a19"},{"name":"GET - NodeID - ema-administration - childEntityTypeRef","id":"c6bccc67-0feb-4f90-a9a7-d6b1c80ab89f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cfaf24cc-acfe-4114-8b70-5a5cc619ed65","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"childEntityTypeRef\": [\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}"}],"_postman_id":"c6bccc67-0feb-4f90-a9a7-d6b1c80ab89f"},{"name":"DELETE - NodeID - ema-administration - childEntityTypeRef","id":"3bb88ddb-74c1-449b-a56a-7c0ea870b188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"498fbb35-cc03-40c6-b1dd-984338a96103","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bb88ddb-74c1-449b-a56a-7c0ea870b188"},{"name":"PUT - NodeID - ema-administration - childEntityTypeRef","id":"1acb02dd-f0af-4503-92f7-78a2e0defe83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"childEntityTypeRef\": [\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ec5c7c0c-0b13-465c-af91-8990e0d63981","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"childEntityTypeRef\": [\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9135afcb-ec94-4157-9680-f684e9e85b93","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"childEntityTypeRef\": [\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1acb02dd-f0af-4503-92f7-78a2e0defe83"},{"name":"POST - NodeID - ema-administration - ui","id":"ee102673-82bb-4376-ae73-7085703d0ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"editable\": true,\n  \"icon\": \"Some icon\",\n  \"icon-std\": \"Some icon-std\",\n  \"alias\": \"Some alias\",\n  \"alias-order\": 0,\n  \"widget\": \"Some widget\",\n  \"html-generator\": \"Some html-generator\",\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ],\n  \"group-ref\": \"Some group-ref\",\n  \"order\": 0,\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ],\n  \"domain-ref\": \"Some domain-ref\",\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ],\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"separatorBefore\": true,\n  \"i18n-warning\": \"Some i18n-warning\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0fbff736-140b-433d-920f-40f9f1189bb8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"editable\": true,\n  \"icon\": \"Some icon\",\n  \"icon-std\": \"Some icon-std\",\n  \"alias\": \"Some alias\",\n  \"alias-order\": 0,\n  \"widget\": \"Some widget\",\n  \"html-generator\": \"Some html-generator\",\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ],\n  \"group-ref\": \"Some group-ref\",\n  \"order\": 0,\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ],\n  \"domain-ref\": \"Some domain-ref\",\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ],\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"separatorBefore\": true,\n  \"i18n-warning\": \"Some i18n-warning\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee102673-82bb-4376-ae73-7085703d0ce5"},{"name":"GET - NodeID - ema-administration - ui","id":"3f1d649d-f29a-49db-8519-dc44f93125a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"96bfbc38-9b4c-4692-bb68-c86695531b93","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}"}],"_postman_id":"3f1d649d-f29a-49db-8519-dc44f93125a3"},{"name":"DELETE - NodeID - ema-administration - ui","id":"f1b3ee43-2cc4-4fa0-bf62-ba528bf8730b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f258987f-9f9c-48e4-b2a1-7df9865d5e4b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1b3ee43-2cc4-4fa0-bf62-ba528bf8730b"},{"name":"PUT - NodeID - ema-administration - ui","id":"d713036d-c0e6-4484-aa71-1b5d3981aa95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b7477191-da39-451b-b258-1fa579455552","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"98b3b47e-4355-4d0b-9c34-0178f90ac9d3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d713036d-c0e6-4484-aa71-1b5d3981aa95"},{"name":"POST - NodeID - ema-administration - i18n-value-text","id":"53b7abe1-f6b8-476d-9502-f280fc15824f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c4dbe324-6657-4469-ac1f-5bf20b8a6858","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53b7abe1-f6b8-476d-9502-f280fc15824f"},{"name":"GET - NodeID - ema-administration - i18n-value-text","id":"b1b10adc-7ba9-4f3a-8a8a-e04369a47b99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/i18n-value-text=<string>?content=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9b51e357-1aca-4ccf-b654-2a5f001fc0a0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/i18n-value-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","i18n-value-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"b1b10adc-7ba9-4f3a-8a8a-e04369a47b99"},{"name":"DELETE - NodeID - ema-administration - i18n-value-text","id":"bdabdfe8-7fc1-4e17-9887-7a775ce47a83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d425e219-b4aa-46ad-88bc-60642da31430","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bdabdfe8-7fc1-4e17-9887-7a775ce47a83"},{"name":"PUT - NodeID - ema-administration - i18n-value-text","id":"8170e1bf-0fe2-4a9e-a7c6-c146ca43d4af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c5fbf2d0-0c2c-4d1f-8c93-acc97ca2d96e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c5891d4-903a-4e75-be5d-f5aa45d864aa","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8170e1bf-0fe2-4a9e-a7c6-c146ca43d4af"},{"name":"POST - NodeID - ema-administration - group","id":"f103c151-1505-4bc5-ae79-28087cda030f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"366a924d-6274-4a42-a353-a146203283fd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f103c151-1505-4bc5-ae79-28087cda030f"},{"name":"GET - NodeID - ema-administration - group","id":"e0112955-1213-4acd-ad09-54b1acb0d126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/group=<string>?content=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3b453769-f2c8-422b-9ed2-f6e3551f3f44","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}"}],"_postman_id":"e0112955-1213-4acd-ad09-54b1acb0d126"},{"name":"DELETE - NodeID - ema-administration - group","id":"0da5cb17-efc0-461d-92dc-5f6141f0d6fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"974e22dc-82e9-42a9-998c-e58ad1f4e22c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0da5cb17-efc0-461d-92dc-5f6141f0d6fd"},{"name":"PUT - NodeID - ema-administration - group","id":"16ccab65-d7ce-40d2-93f9-e94a6ef83aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0963b00a-6a2d-404b-990c-001fc20786d5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"45c047a3-8b54-4cf6-8b2d-f35c2ae67068","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16ccab65-d7ce-40d2-93f9-e94a6ef83aac"},{"name":"POST - NodeID - ema-administration - domain","id":"ccc7a0b2-849d-48c4-b445-17d03cea6bed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0,\n  \"parent-domain\": \"Some parent-domain\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6acece73-ef2e-4ff2-a5c5-912c841d84f1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0,\n  \"parent-domain\": \"Some parent-domain\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ccc7a0b2-849d-48c4-b445-17d03cea6bed"},{"name":"GET - NodeID - ema-administration - domain","id":"9f0b2eba-acd2-42a4-9995-55fe3e7f3490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/domain=<string>?content=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ec17b83b-8ecf-464f-9695-9b557fffb185","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/domain=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","domain=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}"}],"_postman_id":"9f0b2eba-acd2-42a4-9995-55fe3e7f3490"},{"name":"DELETE - NodeID - ema-administration - domain","id":"e13eb9bd-6511-4607-9e6e-b845304b0b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"878a730e-f518-4b0f-afdd-814c17797119","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e13eb9bd-6511-4607-9e6e-b845304b0b23"},{"name":"PUT - NodeID - ema-administration - domain","id":"f8c44196-ced9-4a85-a965-61f101815093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bca4971a-8bd8-4efb-87bb-789edaa0f057","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e62af997-b2a4-4b02-afa9-425b78f704db","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8c44196-ced9-4a85-a965-61f101815093"},{"name":"POST - NodeID - ema-administration - column","id":"176db0db-3d59-4c55-9a34-ecd508e1c538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"valueType\": \"STRING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7bb17e2f-0bf0-4061-b24e-0c0f2affa79f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"valueType\": \"STRING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"176db0db-3d59-4c55-9a34-ecd508e1c538"},{"name":"GET - NodeID - ema-administration - column","id":"29460167-00da-4f88-9d0a-da6df3890662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>?content=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8b8de388-fb51-4134-a06c-4dbacfb599e4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}"}],"_postman_id":"29460167-00da-4f88-9d0a-da6df3890662"},{"name":"DELETE - NodeID - ema-administration - column","id":"b7932882-d308-409f-83cd-86ad29bda952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f6e39085-5bf6-4f75-a9b5-32e4882b4a28","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b7932882-d308-409f-83cd-86ad29bda952"},{"name":"PUT - NodeID - ema-administration - column","id":"e4799965-f4f8-40a8-ae7f-fe86ffe4ae93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"581d8c4d-9973-44e6-ad76-c0a805a5c105","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"624eaf12-82c7-4274-9160-8b721e4ad3bf","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4799965-f4f8-40a8-ae7f-fe86ffe4ae93"},{"name":"POST - NodeID - ema-administration - i18n-value-text","id":"e16f3aae-94c5-4a1e-b1a5-a52fcc28d66c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3718aa99-c173-498b-9cf2-ecd6f866ed4a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e16f3aae-94c5-4a1e-b1a5-a52fcc28d66c"},{"name":"GET - NodeID - ema-administration - i18n-value-text","id":"7765b93e-8aca-45f7-b03f-2c87f0a1cfbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>/i18n-value-text=<string>?content=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f7dcc94c-309d-424d-9e2c-86cf6c0fedc8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>/i18n-value-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>","i18n-value-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"7765b93e-8aca-45f7-b03f-2c87f0a1cfbd"},{"name":"DELETE - NodeID - ema-administration - i18n-value-text","id":"cc5c7e42-e7f4-4397-b417-1b8a7c9217d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a74ab9f9-2890-41da-ba78-7727edcb3c51","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc5c7e42-e7f4-4397-b417-1b8a7c9217d2"},{"name":"PUT - NodeID - ema-administration - i18n-value-text","id":"6b0b8347-21b6-4e38-bed3-6cb54ccd447a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3e87b15a-9c0b-490f-abb8-6b52bf0f36b5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"11322fef-652b-491b-a587-6e170680849d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b0b8347-21b6-4e38-bed3-6cb54ccd447a"},{"name":"POST - NodeID - ema-administration - dashboard-text","id":"d246d38e-4341-4681-9bb0-e482b38887da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a33ebb29-7294-4e75-bf93-ee13efb9bcbe","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/dashboard-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d246d38e-4341-4681-9bb0-e482b38887da"},{"name":"GET - NodeID - ema-administration - dashboard-text","id":"71c82cf6-e066-4d20-9813-1c05c4b82ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/dashboard-text=<string>?content=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d8081994-eb00-4f61-9893-e438f26e71bd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/dashboard-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","dashboard-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"71c82cf6-e066-4d20-9813-1c05c4b82ef4"},{"name":"DELETE - NodeID - ema-administration - dashboard-text","id":"d319cd2f-ca30-406d-b2fe-3cc6e4f7ed99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9e253642-0a1e-4c5f-82be-c586300a27b5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/dashboard-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d319cd2f-ca30-406d-b2fe-3cc6e4f7ed99"},{"name":"PUT - NodeID - ema-administration - dashboard-text","id":"36e2c2d0-a648-4fc0-8eb2-bc49cd152407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","childEntityTypeRef=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c3f28d9f-bd97-40e9-96c3-9aef9a95524f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/dashboard-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3184b9ea-ed89-4c20-9c4f-ce212c482fd6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/childEntityTypeRef=<string>/ui/dashboard-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36e2c2d0-a648-4fc0-8eb2-bc49cd152407"},{"name":"POST - NodeID - ema-administration - ui","id":"2d567c89-dfd7-4d87-ba3e-813e93dcad64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"editable\": true,\n  \"icon\": \"Some icon\",\n  \"icon-std\": \"Some icon-std\",\n  \"alias\": \"Some alias\",\n  \"alias-order\": 0,\n  \"widget\": \"Some widget\",\n  \"html-generator\": \"Some html-generator\",\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ],\n  \"group-ref\": \"Some group-ref\",\n  \"order\": 0,\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ],\n  \"domain-ref\": \"Some domain-ref\",\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ],\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"separatorBefore\": true,\n  \"i18n-warning\": \"Some i18n-warning\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"76732932-c1c6-4282-af2a-2f2a3308da35","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"editable\": true,\n  \"icon\": \"Some icon\",\n  \"icon-std\": \"Some icon-std\",\n  \"alias\": \"Some alias\",\n  \"alias-order\": 0,\n  \"widget\": \"Some widget\",\n  \"html-generator\": \"Some html-generator\",\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ],\n  \"group-ref\": \"Some group-ref\",\n  \"order\": 0,\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ],\n  \"domain-ref\": \"Some domain-ref\",\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ],\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"separatorBefore\": true,\n  \"i18n-warning\": \"Some i18n-warning\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d567c89-dfd7-4d87-ba3e-813e93dcad64"},{"name":"GET - NodeID - ema-administration - ui","id":"cd45194e-b34d-41c4-a06c-2a055af74bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"72b87a6b-20aa-4d5c-a041-93b0fa0e6c1d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}"}],"_postman_id":"cd45194e-b34d-41c4-a06c-2a055af74bde"},{"name":"DELETE - NodeID - ema-administration - ui","id":"e59b701c-e8e3-41a1-876e-818c6c451d08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f7cf7832-15c0-41ba-9d98-c62586caaeef","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e59b701c-e8e3-41a1-876e-818c6c451d08"},{"name":"PUT - NodeID - ema-administration - ui","id":"8bc9134a-d3f0-4cd0-9003-8c312fa8eba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5091ac88-200b-434a-89e2-b5140a37a905","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2d915eea-63c8-4bfc-a21e-5654b27ae9a1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8bc9134a-d3f0-4cd0-9003-8c312fa8eba9"},{"name":"POST - NodeID - ema-administration - i18n-value-text","id":"b9ca3937-7daa-4047-91c8-0b223f6595b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4c925d33-2824-46e3-8143-d83526781557","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9ca3937-7daa-4047-91c8-0b223f6595b1"},{"name":"GET - NodeID - ema-administration - i18n-value-text","id":"26bf9897-5fb1-4c4a-82f7-96a411d295c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/i18n-value-text=<string>?content=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7e78d159-afb5-4bec-b655-d3b549739578","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/i18n-value-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","i18n-value-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"26bf9897-5fb1-4c4a-82f7-96a411d295c7"},{"name":"DELETE - NodeID - ema-administration - i18n-value-text","id":"f3e64f6d-f9c8-4700-848c-73167f383d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b665d6ee-b8be-4eff-8b8b-c3090245f022","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3e64f6d-f9c8-4700-848c-73167f383d29"},{"name":"PUT - NodeID - ema-administration - i18n-value-text","id":"faf2233b-6cb1-439e-92b7-57ac07ecf31f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ed1e13d5-316a-4bba-86d9-0ef395b80d02","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ae2f8114-306e-4194-88d3-6ef36ba509b8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"faf2233b-6cb1-439e-92b7-57ac07ecf31f"},{"name":"POST - NodeID - ema-administration - group","id":"319b7ae5-970b-4699-bcf2-c5c776a3f6f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3448170d-ddc7-4cd7-8dfd-e254c20d89fd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"319b7ae5-970b-4699-bcf2-c5c776a3f6f2"},{"name":"GET - NodeID - ema-administration - group","id":"57a5d47e-6823-4021-aac1-b1e0c4414f17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/group=<string>?content=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c06c94e9-701b-452e-af4c-1d1a7ea73405","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}"}],"_postman_id":"57a5d47e-6823-4021-aac1-b1e0c4414f17"},{"name":"DELETE - NodeID - ema-administration - group","id":"5273b6f6-5565-46cf-afaa-879715bdadb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e4beda3e-5d02-4cde-bde6-da72a830c1a1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5273b6f6-5565-46cf-afaa-879715bdadb2"},{"name":"PUT - NodeID - ema-administration - group","id":"5b33054e-2e51-4942-8105-71c01e351760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ca8d70ea-ad07-4ca8-9c0b-f2e9f3a44330","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bb00cbe5-c759-4f73-ae21-e3a13249e924","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b33054e-2e51-4942-8105-71c01e351760"},{"name":"POST - NodeID - ema-administration - domain","id":"c75c7974-df64-4617-aba6-8bbe0c42d8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0,\n  \"parent-domain\": \"Some parent-domain\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b03ecd1f-4f09-4fa4-90d2-f6423e373c09","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0,\n  \"parent-domain\": \"Some parent-domain\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c75c7974-df64-4617-aba6-8bbe0c42d8ca"},{"name":"GET - NodeID - ema-administration - domain","id":"e9ac61cd-0b51-489f-8f55-7696b0bcf224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/domain=<string>?content=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"df5d7ca8-5240-4ff5-aa34-4a5752444dec","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/domain=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","domain=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}"}],"_postman_id":"e9ac61cd-0b51-489f-8f55-7696b0bcf224"},{"name":"DELETE - NodeID - ema-administration - domain","id":"039e23e9-dd4a-4822-bf9d-b86226f9c16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c551a58e-8243-4e09-a1f8-03a039f61780","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"039e23e9-dd4a-4822-bf9d-b86226f9c16a"},{"name":"PUT - NodeID - ema-administration - domain","id":"6ab89465-f9df-47d1-9159-21dae634d39c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c0402314-7b7b-483c-9cf7-187c63197059","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3016de81-0646-472e-9019-3b4c0fb4eabe","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ab89465-f9df-47d1-9159-21dae634d39c"},{"name":"POST - NodeID - ema-administration - column","id":"0d5e6afc-215b-474b-aee0-90ce9405740f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"valueType\": \"STRING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2631862c-7bce-4281-9f21-7d1291d3ef6c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"valueType\": \"STRING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d5e6afc-215b-474b-aee0-90ce9405740f"},{"name":"GET - NodeID - ema-administration - column","id":"ca9ceedb-895d-4469-8650-a9e1754d6c11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>?content=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dec70afc-fd0c-45f4-a250-0286e4cca042","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}"}],"_postman_id":"ca9ceedb-895d-4469-8650-a9e1754d6c11"},{"name":"DELETE - NodeID - ema-administration - column","id":"a5d57bfe-0541-4bd6-abd6-086d4f61c393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73b50e58-1f85-400e-921e-c9f1225b1422","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5d57bfe-0541-4bd6-abd6-086d4f61c393"},{"name":"PUT - NodeID - ema-administration - column","id":"3384bc39-73fd-4975-a66d-d756fabeb06e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0769b3ac-0e5d-40a2-85a3-c6794b706cb3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8e94f073-56df-4286-bd99-b43889cd2336","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3384bc39-73fd-4975-a66d-d756fabeb06e"},{"name":"POST - NodeID - ema-administration - i18n-value-text","id":"e6bd40be-d840-4389-9b0e-9bde251708d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8e4a64ea-eac2-47ae-b29c-cce31ea38842","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e6bd40be-d840-4389-9b0e-9bde251708d8"},{"name":"GET - NodeID - ema-administration - i18n-value-text","id":"da1e97f2-8138-4171-ae92-ef4017cb9269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>/i18n-value-text=<string>?content=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b47fb390-1947-47f9-9d95-2cde86b543cc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>/i18n-value-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>","i18n-value-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"da1e97f2-8138-4171-ae92-ef4017cb9269"},{"name":"DELETE - NodeID - ema-administration - i18n-value-text","id":"cc954430-6497-40e6-a3b9-d3cd008df138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6d80d584-8ef1-4ddd-8ab7-77ed01b5788c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc954430-6497-40e6-a3b9-d3cd008df138"},{"name":"PUT - NodeID - ema-administration - i18n-value-text","id":"58796582-cb78-48a8-917f-c141aa27acae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f03b3284-ae0b-4771-b229-a8779d87fa83","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0a9ef323-b24e-4d2d-90df-7435d21d0f85","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"58796582-cb78-48a8-917f-c141aa27acae"},{"name":"POST - NodeID - ema-administration - dashboard-text","id":"4861a6a0-3ced-4d17-a06d-7dd4914ef20a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"498ad69f-842f-4201-b56d-cb6de8e19c54","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/dashboard-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4861a6a0-3ced-4d17-a06d-7dd4914ef20a"},{"name":"GET - NodeID - ema-administration - dashboard-text","id":"b04bd57a-7932-41fe-8316-c80bba289d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/dashboard-text=<string>?content=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"11d22c53-97fa-41d4-9dff-7dc3c921b649","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/dashboard-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","dashboard-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"b04bd57a-7932-41fe-8316-c80bba289d94"},{"name":"DELETE - NodeID - ema-administration - dashboard-text","id":"a15242c7-a22e-425f-a8e1-44655a82325b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2ec41de1-9133-4244-a14d-2dde4969a8b8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/dashboard-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a15242c7-a22e-425f-a8e1-44655a82325b"},{"name":"PUT - NodeID - ema-administration - dashboard-text","id":"d623676b-053b-4be5-8536-4499ca387864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4b89a777-1bd9-44d8-9c8c-037a2081fe05","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/dashboard-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9bf036bd-fe9f-4ecf-a4c2-63c239ef74ef","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/ui/dashboard-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d623676b-053b-4be5-8536-4499ca387864"},{"name":"POST - NodeID - ema-administration - action","id":"602fc1df-71fd-40bc-8008-cafb4dec759c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"condition\": \"Some condition\",\n  \"permission\": [\n    \"Some permission\",\n    \"Some permission\"\n  ],\n  \"yang-name\": \"Some yang-name\",\n  \"behavior\": {\n    \"function\": \"Some function\",\n    \"notification\": \"Some notification\"\n  },\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7de4ab8b-127f-4b47-820d-5e7398ecf13b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"condition\": \"Some condition\",\n  \"permission\": [\n    \"Some permission\",\n    \"Some permission\"\n  ],\n  \"yang-name\": \"Some yang-name\",\n  \"behavior\": {\n    \"function\": \"Some function\",\n    \"notification\": \"Some notification\"\n  },\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"602fc1df-71fd-40bc-8008-cafb4dec759c"},{"name":"GET - NodeID - ema-administration - action","id":"cb278119-dc59-4c29-92ab-cb431df5c544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b8ac1c9d-75a4-4352-b935-59a58f1f44cb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"action\": [\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}"}],"_postman_id":"cb278119-dc59-4c29-92ab-cb431df5c544"},{"name":"DELETE - NodeID - ema-administration - action","id":"1b445800-28ee-4284-a0de-01b581639893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5515248c-ec9a-4e25-a95f-666cdd4a8c3b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1b445800-28ee-4284-a0de-01b581639893"},{"name":"PUT - NodeID - ema-administration - action","id":"149905e7-935d-4cbd-9c1c-f9fee663c7b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"action\": [\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"92f0b6ea-8a25-4e7c-84cc-1f4815a8a664","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"action\": [\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"21ce592c-6ae8-4683-a7ee-1edd6925b1a5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"action\": [\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"yang-name\": \"Some yang-name\",\n      \"condition\": \"Some condition\",\n      \"permission\": [\n        \"Some permission\",\n        \"Some permission\"\n      ],\n      \"behavior\": {\n        \"function\": \"Some function\",\n        \"notification\": \"Some notification\"\n      },\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"149905e7-935d-4cbd-9c1c-f9fee663c7b2"},{"name":"POST - NodeID - ema-administration - behavior","id":"e060c05f-56d7-4340-9e84-0257c5ba947a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"function\": \"Some function\",\n  \"notification\": \"Some notification\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/behavior","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","behavior"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2106e353-1a1c-4f4f-8d84-e0633be7b052","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"function\": \"Some function\",\n  \"notification\": \"Some notification\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/behavior"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e060c05f-56d7-4340-9e84-0257c5ba947a"},{"name":"GET - NodeID - ema-administration - behavior","id":"3c6396f8-fdb8-4735-9ed4-73e35ebec270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/behavior?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","behavior"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4ab1ec76-7d4e-454a-b115-a334b358193d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/behavior?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","behavior"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"behavior\": {\n    \"function\": \"Some function\",\n    \"notification\": \"Some notification\"\n  }\n}"}],"_postman_id":"3c6396f8-fdb8-4735-9ed4-73e35ebec270"},{"name":"DELETE - NodeID - ema-administration - behavior","id":"85151807-81c1-42a6-92d8-fc9212ea4f8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/behavior","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","behavior"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2ac226ff-39b3-4ffe-8388-3a1492363b4c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/behavior"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"85151807-81c1-42a6-92d8-fc9212ea4f8e"},{"name":"PUT - NodeID - ema-administration - behavior","id":"b3be7839-4a9c-47b8-8043-63ba1e782c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"behavior\": {\n    \"function\": \"Some function\",\n    \"notification\": \"Some notification\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/behavior","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","behavior"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe1e33d9-8313-4ffd-af17-b1d513927c70","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"behavior\": {\n    \"function\": \"Some function\",\n    \"notification\": \"Some notification\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/behavior"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eaf71551-0d16-4d1c-8df6-3ea0896df61e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"behavior\": {\n    \"function\": \"Some function\",\n    \"notification\": \"Some notification\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/behavior"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b3be7839-4a9c-47b8-8043-63ba1e782c9a"},{"name":"POST - NodeID - ema-administration - ui","id":"b9e750a9-1ee3-441d-950c-115c6acebc06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"editable\": true,\n  \"icon\": \"Some icon\",\n  \"icon-std\": \"Some icon-std\",\n  \"alias\": \"Some alias\",\n  \"alias-order\": 0,\n  \"widget\": \"Some widget\",\n  \"html-generator\": \"Some html-generator\",\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ],\n  \"group-ref\": \"Some group-ref\",\n  \"order\": 0,\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ],\n  \"domain-ref\": \"Some domain-ref\",\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ],\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"separatorBefore\": true,\n  \"i18n-warning\": \"Some i18n-warning\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"56be997b-78c7-40e7-b8ac-7f71bd317037","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"editable\": true,\n  \"icon\": \"Some icon\",\n  \"icon-std\": \"Some icon-std\",\n  \"alias\": \"Some alias\",\n  \"alias-order\": 0,\n  \"widget\": \"Some widget\",\n  \"html-generator\": \"Some html-generator\",\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ],\n  \"group-ref\": \"Some group-ref\",\n  \"order\": 0,\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ],\n  \"domain-ref\": \"Some domain-ref\",\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ],\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"separatorBefore\": true,\n  \"i18n-warning\": \"Some i18n-warning\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9e750a9-1ee3-441d-950c-115c6acebc06"},{"name":"GET - NodeID - ema-administration - ui","id":"fc289fee-713a-4916-9453-d220d551708e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c67f772e-8ab0-49df-98a1-3713137ecc31","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}"}],"_postman_id":"fc289fee-713a-4916-9453-d220d551708e"},{"name":"DELETE - NodeID - ema-administration - ui","id":"02e55534-8785-4981-b104-851d8aa1be1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"31fcb7aa-7c4e-4410-acf9-d2f2e4dd2560","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"02e55534-8785-4981-b104-851d8aa1be1b"},{"name":"PUT - NodeID - ema-administration - ui","id":"ef4ab242-ba5c-4c8d-9628-1107971c8f3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d9122ac5-2c42-4df4-948a-f7d1e4250319","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"769c184d-0139-4c0c-a454-d6d0ed13699a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef4ab242-ba5c-4c8d-9628-1107971c8f3c"},{"name":"POST - NodeID - ema-administration - i18n-value-text","id":"b3e5f7b2-3878-4017-bd85-665f364e2284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"391e56d2-d7d8-423c-88cd-bbcbea2d7bb2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b3e5f7b2-3878-4017-bd85-665f364e2284"},{"name":"GET - NodeID - ema-administration - i18n-value-text","id":"94866b13-b381-4d13-b644-11d63ddce28f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/i18n-value-text=<string>?content=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"94357caf-b1a7-40e1-95a8-418f54c5703c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/i18n-value-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","i18n-value-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"94866b13-b381-4d13-b644-11d63ddce28f"},{"name":"DELETE - NodeID - ema-administration - i18n-value-text","id":"7f90ec7a-9d7b-4b37-944e-645210ab64a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1b3bb9c0-47d0-49ad-9574-d9f6093f513e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f90ec7a-9d7b-4b37-944e-645210ab64a6"},{"name":"PUT - NodeID - ema-administration - i18n-value-text","id":"ff625156-31a8-4b5c-9689-539b75f5bc78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3b1bd005-74b3-49f7-ad61-92347a717a6c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"63cd725a-72ff-4904-a67b-4bc63f1089ad","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff625156-31a8-4b5c-9689-539b75f5bc78"},{"name":"POST - NodeID - ema-administration - group","id":"b27ddd3b-0c71-44a1-bb0e-8e641a79363a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e76b6c5c-ca9b-4045-ac05-6ca45f0aed79","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b27ddd3b-0c71-44a1-bb0e-8e641a79363a"},{"name":"GET - NodeID - ema-administration - group","id":"e735d5d5-75d5-4023-89e0-828ca59c2c23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/group=<string>?content=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"36ff5457-fb62-466c-bc5a-24169ca36d72","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}"}],"_postman_id":"e735d5d5-75d5-4023-89e0-828ca59c2c23"},{"name":"DELETE - NodeID - ema-administration - group","id":"59f6f6ab-a9cb-43a7-8611-7ec0d72b854b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b5e55a9e-3ce5-4449-9c81-d7a48c005982","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59f6f6ab-a9cb-43a7-8611-7ec0d72b854b"},{"name":"PUT - NodeID - ema-administration - group","id":"295dec70-ea30-4224-91ad-6ab3f8c1bd1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a33a1198-4dd2-4b5a-aace-1d4f0ba7bb68","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6cb8ff10-c17d-4bc1-aced-cbb5f70acc5d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"295dec70-ea30-4224-91ad-6ab3f8c1bd1d"},{"name":"POST - NodeID - ema-administration - domain","id":"2c822d84-91ab-4af8-b897-3cc4c9d7b19d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0,\n  \"parent-domain\": \"Some parent-domain\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"432700a2-1097-4328-90eb-80207b461fda","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0,\n  \"parent-domain\": \"Some parent-domain\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c822d84-91ab-4af8-b897-3cc4c9d7b19d"},{"name":"GET - NodeID - ema-administration - domain","id":"9722d010-80bd-4b43-a43d-9b57841660f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/domain=<string>?content=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6529cd05-f4dc-43c5-9645-192eb86e7656","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/domain=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","domain=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}"}],"_postman_id":"9722d010-80bd-4b43-a43d-9b57841660f7"},{"name":"DELETE - NodeID - ema-administration - domain","id":"10f3559b-64dc-422a-b0cb-a2ca2bef37f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cda0baa7-851d-425f-b961-0ce916812454","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10f3559b-64dc-422a-b0cb-a2ca2bef37f5"},{"name":"PUT - NodeID - ema-administration - domain","id":"235e5d6c-e383-4cf0-8b13-91378e64d5ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cfdbee51-7bda-48c6-8960-5f3a6cf1dbcd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"67703668-9580-4b99-9825-22a9fafc9d43","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"235e5d6c-e383-4cf0-8b13-91378e64d5ad"},{"name":"POST - NodeID - ema-administration - column","id":"c64cd8d9-cf5f-4223-a3a7-962527306afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"valueType\": \"STRING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b049e5da-ff3d-443b-9cf7-a6c42a6fa2cc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"valueType\": \"STRING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c64cd8d9-cf5f-4223-a3a7-962527306afd"},{"name":"GET - NodeID - ema-administration - column","id":"e0aa9f5b-4961-4944-9f93-d45b6112d091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>?content=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0d105121-ae00-4bc9-9e2d-91c22cc34936","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}"}],"_postman_id":"e0aa9f5b-4961-4944-9f93-d45b6112d091"},{"name":"DELETE - NodeID - ema-administration - column","id":"5deb343a-8872-44b9-ad61-34c938012600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e38ef93b-f9c4-4d4e-9aed-42702a0f5110","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5deb343a-8872-44b9-ad61-34c938012600"},{"name":"PUT - NodeID - ema-administration - column","id":"1e1122bb-3b0f-4a38-b8c8-d17e09e9dacf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0dd973d7-babd-4901-aa1a-f4855b7352b2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"365601df-bf43-4d05-9048-58384662cd0a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1e1122bb-3b0f-4a38-b8c8-d17e09e9dacf"},{"name":"POST - NodeID - ema-administration - i18n-value-text","id":"95446d1f-e4ad-4639-9c8c-65c2e533a2d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d09a06ae-b0b3-4a6c-97f6-a39a77f719d7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95446d1f-e4ad-4639-9c8c-65c2e533a2d7"},{"name":"GET - NodeID - ema-administration - i18n-value-text","id":"5ae9367d-9abd-4fc1-9b82-0239f4134250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>/i18n-value-text=<string>?content=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cec8b401-9b64-4f52-8bb0-41646841b1ce","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>/i18n-value-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>","i18n-value-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"5ae9367d-9abd-4fc1-9b82-0239f4134250"},{"name":"DELETE - NodeID - ema-administration - i18n-value-text","id":"373d3bad-0fcc-40a3-9d70-65f180a7556f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"45f3df79-8394-41fa-9561-238de9e04e11","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"373d3bad-0fcc-40a3-9d70-65f180a7556f"},{"name":"PUT - NodeID - ema-administration - i18n-value-text","id":"a1298dc3-4143-429c-84ed-d05ad5fdebe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d6e3bf7f-711c-40e7-bc71-f13c1dc6b18f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"19c219f6-65d0-405d-81a7-730ea4c3c182","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a1298dc3-4143-429c-84ed-d05ad5fdebe3"},{"name":"POST - NodeID - ema-administration - dashboard-text","id":"8af123ba-252a-4fd9-b993-df0185fb9cd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8454578d-4d45-4d7a-83c1-9cfe03cdb95c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/dashboard-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8af123ba-252a-4fd9-b993-df0185fb9cd4"},{"name":"GET - NodeID - ema-administration - dashboard-text","id":"67c7b0c1-1a39-45c8-a2ae-0603561922f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/dashboard-text=<string>?content=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b0b75f90-3c94-4ef7-a040-47dc221bb0ad","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/dashboard-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","dashboard-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"67c7b0c1-1a39-45c8-a2ae-0603561922f5"},{"name":"DELETE - NodeID - ema-administration - dashboard-text","id":"a16a72b0-9ed4-4eac-a095-7557de026729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6f4fe69b-e2bb-472c-b149-e879308576fe","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/dashboard-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a16a72b0-9ed4-4eac-a095-7557de026729"},{"name":"PUT - NodeID - ema-administration - dashboard-text","id":"30c1ad99-94f0-46a3-a1e5-7c3e6f79262b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","action=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"33646079-f8c1-482a-bdcd-d3520ec39a24","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/dashboard-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1138b91d-3462-4bd9-a9aa-ec453e5f334e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/action=<string>/ui/dashboard-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"30c1ad99-94f0-46a3-a1e5-7c3e6f79262b"},{"name":"POST - NodeID - ema-administration - extraAttribute","id":"76bf3386-2103-452a-842a-b53262977395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"valueType\": \"STRING\",\n  \"showInSummary\": false,\n  \"showInTable\": true,\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"hidden\": true,\n  \"condition\": \"Some condition\",\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"476d5295-967d-412f-9851-24c5dd314d70","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"valueType\": \"STRING\",\n  \"showInSummary\": false,\n  \"showInTable\": true,\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"hidden\": true,\n  \"condition\": \"Some condition\",\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"76bf3386-2103-452a-842a-b53262977395"},{"name":"GET - NodeID - ema-administration - extraAttribute","id":"e182691b-7fc0-459a-b12b-76270898c33b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"863edc41-db01-4755-a325-2a450c30f167","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extraAttribute\": [\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}"}],"_postman_id":"e182691b-7fc0-459a-b12b-76270898c33b"},{"name":"DELETE - NodeID - ema-administration - extraAttribute","id":"693e1cc2-57b7-49fb-b23a-10c7862205d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0d806553-7884-4c9a-86d4-dda89ce22386","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"693e1cc2-57b7-49fb-b23a-10c7862205d6"},{"name":"PUT - NodeID - ema-administration - extraAttribute","id":"4fa65c71-ab02-4de4-af1f-4baaa3bd05bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"extraAttribute\": [\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"574182b6-f5c2-4ac6-b088-00645df2a253","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"extraAttribute\": [\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3c22a8c7-e7a0-4262-b601-9ed59dc49250","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"extraAttribute\": [\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"valueType\": \"STRING\",\n      \"showInSummary\": false,\n      \"showInTable\": true,\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"hidden\": true,\n      \"condition\": \"Some condition\",\n      \"ui\": {\n        \"i18n-text\": \"Some i18n-text\",\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"editable\": true,\n        \"icon\": \"Some icon\",\n        \"icon-std\": \"Some icon-std\",\n        \"alias\": \"Some alias\",\n        \"alias-order\": 0,\n        \"widget\": \"Some widget\",\n        \"html-generator\": \"Some html-generator\",\n        \"group\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0\n          }\n        ],\n        \"group-ref\": \"Some group-ref\",\n        \"order\": 0,\n        \"domain\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"parent-domain\": \"Some parent-domain\"\n          }\n        ],\n        \"domain-ref\": \"Some domain-ref\",\n        \"column\": [\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          },\n          {\n            \"i18n-text\": \"Some i18n-text\",\n            \"order\": 0,\n            \"i18n-value-text\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"i18n-unit\": \"Some i18n-unit\",\n            \"link-to-entity\": \"Some link-to-entity\",\n            \"valueType\": \"STRING\"\n          }\n        ],\n        \"dashboard-text\": [\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"separatorBefore\": true,\n        \"i18n-warning\": \"Some i18n-warning\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4fa65c71-ab02-4de4-af1f-4baaa3bd05bc"},{"name":"POST - NodeID - ema-administration - ui","id":"31aed84b-aeb7-49d3-8ba4-cd30781b2820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"editable\": true,\n  \"icon\": \"Some icon\",\n  \"icon-std\": \"Some icon-std\",\n  \"alias\": \"Some alias\",\n  \"alias-order\": 0,\n  \"widget\": \"Some widget\",\n  \"html-generator\": \"Some html-generator\",\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ],\n  \"group-ref\": \"Some group-ref\",\n  \"order\": 0,\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ],\n  \"domain-ref\": \"Some domain-ref\",\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ],\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"separatorBefore\": true,\n  \"i18n-warning\": \"Some i18n-warning\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"60e6d0bf-ae7f-48f9-8162-adb1b73a6902","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"editable\": true,\n  \"icon\": \"Some icon\",\n  \"icon-std\": \"Some icon-std\",\n  \"alias\": \"Some alias\",\n  \"alias-order\": 0,\n  \"widget\": \"Some widget\",\n  \"html-generator\": \"Some html-generator\",\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ],\n  \"group-ref\": \"Some group-ref\",\n  \"order\": 0,\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ],\n  \"domain-ref\": \"Some domain-ref\",\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ],\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"separatorBefore\": true,\n  \"i18n-warning\": \"Some i18n-warning\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31aed84b-aeb7-49d3-8ba4-cd30781b2820"},{"name":"GET - NodeID - ema-administration - ui","id":"bc7d67b8-9950-446d-9cbd-98a7d744a109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bb4d62c7-9114-4552-9ad0-137191554dca","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}"}],"_postman_id":"bc7d67b8-9950-446d-9cbd-98a7d744a109"},{"name":"DELETE - NodeID - ema-administration - ui","id":"c1725920-68b6-4a43-b886-8747b16e6a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"91334956-70a6-4afa-ae48-34aaf05a100d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1725920-68b6-4a43-b886-8747b16e6a8b"},{"name":"PUT - NodeID - ema-administration - ui","id":"79652724-3c50-4890-8deb-1294433ebf68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bdc3aa84-3397-4cc1-83dd-884919d8dcf7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"15afd809-447d-4d0b-a199-da29bc5395d2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ui\": {\n    \"i18n-text\": \"Some i18n-text\",\n    \"i18n-value-text\": [\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"model-value\": \"Some model-value\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"i18n-unit\": \"Some i18n-unit\",\n    \"editable\": true,\n    \"icon\": \"Some icon\",\n    \"icon-std\": \"Some icon-std\",\n    \"alias\": \"Some alias\",\n    \"alias-order\": 0,\n    \"widget\": \"Some widget\",\n    \"html-generator\": \"Some html-generator\",\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0\n      }\n    ],\n    \"group-ref\": \"Some group-ref\",\n    \"order\": 0,\n    \"domain\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"parent-domain\": \"Some parent-domain\"\n      }\n    ],\n    \"domain-ref\": \"Some domain-ref\",\n    \"column\": [\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      },\n      {\n        \"i18n-text\": \"Some i18n-text\",\n        \"order\": 0,\n        \"i18n-value-text\": [\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          },\n          {\n            \"model-value\": \"Some model-value\",\n            \"i18n-text\": \"Some i18n-text\"\n          }\n        ],\n        \"i18n-unit\": \"Some i18n-unit\",\n        \"link-to-entity\": \"Some link-to-entity\",\n        \"valueType\": \"STRING\"\n      }\n    ],\n    \"dashboard-text\": [\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"i18n-text\": \"Some i18n-text\"\n      }\n    ],\n    \"separatorBefore\": true,\n    \"i18n-warning\": \"Some i18n-warning\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"79652724-3c50-4890-8deb-1294433ebf68"},{"name":"POST - NodeID - ema-administration - i18n-value-text","id":"c0497874-a32c-4d06-8ea8-4b658afe5330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"42735b11-8bd2-433e-b336-828956746286","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0497874-a32c-4d06-8ea8-4b658afe5330"},{"name":"GET - NodeID - ema-administration - i18n-value-text","id":"244920d2-7d80-4e17-a09d-67908c101f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/i18n-value-text=<string>?content=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"775d3a4f-acbb-42ee-8a48-674d8738f32c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/i18n-value-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","i18n-value-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"244920d2-7d80-4e17-a09d-67908c101f41"},{"name":"DELETE - NodeID - ema-administration - i18n-value-text","id":"d902fa72-b1f8-4df5-acb7-2e7e6bb54148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"437ae7e6-5af4-47ae-a013-9d7b0b59a9f4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d902fa72-b1f8-4df5-acb7-2e7e6bb54148"},{"name":"PUT - NodeID - ema-administration - i18n-value-text","id":"34689455-6551-4643-b3dc-0595b7541689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ec3685a6-027b-4f2a-a647-3a8f77d81ad7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1899211d-ca63-4aba-9a55-321727c07de4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34689455-6551-4643-b3dc-0595b7541689"},{"name":"POST - NodeID - ema-administration - group","id":"168c492c-40ac-4107-aaf5-e66d11b8002d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f61a864f-4981-4a26-abd0-592799155a15","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"168c492c-40ac-4107-aaf5-e66d11b8002d"},{"name":"GET - NodeID - ema-administration - group","id":"5cc14c91-d68d-4bb0-80bc-91c2ff1734db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/group=<string>?content=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3ad3b861-46f5-48a6-af98-2582dc3e026e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}"}],"_postman_id":"5cc14c91-d68d-4bb0-80bc-91c2ff1734db"},{"name":"DELETE - NodeID - ema-administration - group","id":"f0608045-5077-407a-99d1-c7dea086bdac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"05343510-68cc-4d99-8f4f-f89423da1d28","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0608045-5077-407a-99d1-c7dea086bdac"},{"name":"PUT - NodeID - ema-administration - group","id":"a8a8051f-b209-43c4-bf5a-553c69b40f56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/group=<string>","description":"<p>Contains all the information to create a new section</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bd3147ba-aad4-4e25-aed3-58c205b51a67","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cb569c2e-4253-45c4-b132-c9583fa53cf0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8a8051f-b209-43c4-bf5a-553c69b40f56"},{"name":"POST - NodeID - ema-administration - domain","id":"9adae819-8393-4347-98e5-f534c59aeb71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0,\n  \"parent-domain\": \"Some parent-domain\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"57ae6554-9fcb-4491-b8d8-acb658760e3e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"order\": 0,\n  \"parent-domain\": \"Some parent-domain\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9adae819-8393-4347-98e5-f534c59aeb71"},{"name":"GET - NodeID - ema-administration - domain","id":"9bdf3770-9cfd-4bd7-904f-4f4b766c5937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/domain=<string>?content=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6f2ce4a7-ff75-4f6f-bbb6-c18fb5f6cf1a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/domain=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","domain=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}"}],"_postman_id":"9bdf3770-9cfd-4bd7-904f-4f4b766c5937"},{"name":"DELETE - NodeID - ema-administration - domain","id":"213a004e-ab78-42a6-b90e-a1401552482e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"88bd52d8-ed06-4ed8-8b1e-a0a20fc0093d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"213a004e-ab78-42a6-b90e-a1401552482e"},{"name":"PUT - NodeID - ema-administration - domain","id":"c4cbe2c3-142e-4851-af8a-8422eca7fca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/domain=<string>","description":"<p>Contains all the information to create a new domain</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"afb21c38-d202-498d-9d1f-30072ca3c539","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd383c12-b387-4db7-ba14-d6f119c98c41","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"parent-domain\": \"Some parent-domain\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c4cbe2c3-142e-4851-af8a-8422eca7fca7"},{"name":"POST - NodeID - ema-administration - column","id":"4f5879f8-afad-4d3c-a09a-6908ee87b21c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"valueType\": \"STRING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"44381376-7a8f-4a32-8c03-bdad574901ee","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\",\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ],\n  \"i18n-unit\": \"Some i18n-unit\",\n  \"link-to-entity\": \"Some link-to-entity\",\n  \"valueType\": \"STRING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f5879f8-afad-4d3c-a09a-6908ee87b21c"},{"name":"GET - NodeID - ema-administration - column","id":"3bd40a1d-b129-4db6-95eb-f4ef91f76e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>?content=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c1a2354e-cae1-4fb3-999b-7708cc92aa61","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}"}],"_postman_id":"3bd40a1d-b129-4db6-95eb-f4ef91f76e74"},{"name":"DELETE - NodeID - ema-administration - column","id":"b9a8bd76-d22f-4673-92b0-faaa0a4cbe10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0b586b18-249e-41ab-abdd-0f613b68a7b8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9a8bd76-d22f-4673-92b0-faaa0a4cbe10"},{"name":"PUT - NodeID - ema-administration - column","id":"2b086248-956b-4934-a6bb-84d49949f579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>","description":"<p>Contains all the information on how to render a column in a table. Relevant only if 'valueTable' equals 'TABLE'</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2c12656b-cc74-44b0-b608-fa0e063c688e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"78357f1e-23a1-42e2-88db-de3e04dbde89","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"column\": [\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    },\n    {\n      \"i18n-text\": \"Some i18n-text\",\n      \"order\": 0,\n      \"i18n-value-text\": [\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        },\n        {\n          \"model-value\": \"Some model-value\",\n          \"i18n-text\": \"Some i18n-text\"\n        }\n      ],\n      \"i18n-unit\": \"Some i18n-unit\",\n      \"link-to-entity\": \"Some link-to-entity\",\n      \"valueType\": \"STRING\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b086248-956b-4934-a6bb-84d49949f579"},{"name":"POST - NodeID - ema-administration - i18n-value-text","id":"5223caad-64bc-4fd9-bea5-3c3e8d3c98de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d54fd0d4-df66-4764-87e9-47184f72ffc7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5223caad-64bc-4fd9-bea5-3c3e8d3c98de"},{"name":"GET - NodeID - ema-administration - i18n-value-text","id":"b77f92bf-2935-4c37-a8ec-06d3907ed6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>/i18n-value-text=<string>?content=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4920d73a-d626-4055-9835-8d0f229f5210","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>/i18n-value-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>","i18n-value-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"b77f92bf-2935-4c37-a8ec-06d3907ed6e8"},{"name":"DELETE - NodeID - ema-administration - i18n-value-text","id":"3af91d83-5e94-4062-b466-c7b736c2b528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b9ae18c0-9840-472a-9b57-ca1f4d62a1d5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3af91d83-5e94-4062-b466-c7b736c2b528"},{"name":"PUT - NodeID - ema-administration - i18n-value-text","id":"5443b884-e2a8-4533-8910-940002eae6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>/i18n-value-text=<string>","description":"<p>Contains all the information to map an enum or special attribute value to a default English name</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","column=<string>","i18n-value-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a354c742-38b8-4b7b-9b15-9359610c5097","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"240a3791-b75d-4315-a458-4cd54a050c28","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-value-text\": [\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"model-value\": \"Some model-value\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/column=<string>/i18n-value-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5443b884-e2a8-4533-8910-940002eae6eb"},{"name":"POST - NodeID - ema-administration - dashboard-text","id":"4ef133cc-d955-4c71-96d1-b80b5c7476bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe97f344-8aa3-414c-9008-4c57dcebf1b3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"i18n-text\": \"Some i18n-text\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/dashboard-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ef133cc-d955-4c71-96d1-b80b5c7476bc"},{"name":"GET - NodeID - ema-administration - dashboard-text","id":"4a4b349f-294e-4fc3-b474-41944f4c011c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/dashboard-text=<string>?content=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5886eb14-3db2-43c9-a41a-06a2f985a719","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/dashboard-text=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","dashboard-text=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}"}],"_postman_id":"4a4b349f-294e-4fc3-b474-41944f4c011c"},{"name":"DELETE - NodeID - ema-administration - dashboard-text","id":"a82da26f-9f8b-4f73-93e9-8302262f79c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d30da238-8028-4489-97ce-32b9415e3164","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/dashboard-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a82da26f-9f8b-4f73-93e9-8302262f79c1"},{"name":"PUT - NodeID - ema-administration - dashboard-text","id":"38508e4e-59b3-4bcc-a96c-3db85832b520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/dashboard-text=<string>","description":"<p>Contains the localization info present in the dashboards</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","extraAttribute=<string>","ui","dashboard-text=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4317d379-fa38-4ba3-bf06-44682e41ec5a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/dashboard-text=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd79b044-e94b-47a9-b99c-74c39daece97","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dashboard-text\": [\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"i18n-text\": \"Some i18n-text\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/extraAttribute=<string>/ui/dashboard-text=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38508e4e-59b3-4bcc-a96c-3db85832b520"},{"name":"POST - NodeID - ema-administration - mapping","id":"3c80158b-b85b-43ca-8f08-f5a42f73d5d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mapping-type\": \"JS\",\n  \"mapping-logic\": \"Some mapping-logic\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/mapping","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","mapping"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1f0e2676-1e4f-498c-9c27-595ed3b8962f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mapping-type\": \"JS\",\n  \"mapping-logic\": \"Some mapping-logic\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/mapping"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c80158b-b85b-43ca-8f08-f5a42f73d5d8"},{"name":"GET - NodeID - ema-administration - mapping","id":"c4361989-5a34-4f0b-9cbb-6715e876af35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/mapping?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","mapping"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"80edc480-8043-4668-bd8b-3dc49fc4f5e8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/mapping?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","mapping"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mapping\": {\n    \"mapping-logic\": \"Some mapping-logic\",\n    \"mapping-type\": \"JS\"\n  }\n}"}],"_postman_id":"c4361989-5a34-4f0b-9cbb-6715e876af35"},{"name":"DELETE - NodeID - ema-administration - mapping","id":"1f3f328a-5cde-4f32-9df4-cb0f2839caee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/mapping","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","mapping"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ae06cea-5970-4068-a2b1-0a053f6be5ff","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/mapping"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f3f328a-5cde-4f32-9df4-cb0f2839caee"},{"name":"PUT - NodeID - ema-administration - mapping","id":"96bf9737-64c2-46cd-8ea0-f240e2679860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mapping\": {\n    \"mapping-logic\": \"Some mapping-logic\",\n    \"mapping-type\": \"JS\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/mapping","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","mapping"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a2d23777-14f1-4a46-8b18-2dc8ff1fab0b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mapping\": {\n    \"mapping-logic\": \"Some mapping-logic\",\n    \"mapping-type\": \"JS\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/mapping"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"56a1d77b-5ef2-4f8c-b7a5-8ac423833e66","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mapping\": {\n    \"mapping-logic\": \"Some mapping-logic\",\n    \"mapping-type\": \"JS\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/mapping"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"96bf9737-64c2-46cd-8ea0-f240e2679860"},{"name":"POST - NodeID - ema-administration - resource","id":"1f6773fe-dc2c-4849-be56-00114de34de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/resource=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f125f9a1-343c-4ba7-a6ce-1139ac4fda28","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f6773fe-dc2c-4849-be56-00114de34de9"},{"name":"GET - NodeID - ema-administration - resource","id":"24a743f3-d07f-49cd-9f52-d7f0296a1fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/resource=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","resource=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7139f8c6-d96c-428e-9eae-b47005f68ad0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/resource=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","resource=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"24a743f3-d07f-49cd-9f52-d7f0296a1fee"},{"name":"DELETE - NodeID - ema-administration - resource","id":"eeadc68c-18d8-428b-a063-8c75440e96dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/resource=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f331c73b-0a8a-4b1b-adc3-45999dd5833a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eeadc68c-18d8-428b-a063-8c75440e96dc"},{"name":"PUT - NodeID - ema-administration - resource","id":"d2585422-4059-4e65-be41-475fb41b66a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/resource=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","model=<string>,<string>","entityType=<string>","resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fd7e0458-9344-45dd-b3f6-611fbe022164","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ec3d3b28-3e14-4e7a-8216-8b269828ed2a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/model=<string>,<string>/entityType=<string>/resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2585422-4059-4e65-be41-475fb41b66a1"},{"name":"POST - NodeID - ema-administration - labels","id":"42e64cf9-a868-4f8e-b3c3-dc9e069a3dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": [\n    {\n      \"name\": \"Some name\"\n    },\n    {\n      \"name\": \"Some name\"\n    }\n  ],\n  \"hierarchy\": [\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7511eb60-297b-4d0f-99b1-7bf34ff71b7c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"category\": [\n    {\n      \"name\": \"Some name\"\n    },\n    {\n      \"name\": \"Some name\"\n    }\n  ],\n  \"hierarchy\": [\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42e64cf9-a868-4f8e-b3c3-dc9e069a3dfb"},{"name":"GET - NodeID - ema-administration - labels","id":"52eee181-c806-4a9e-a0b4-32ab3746c0ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"227708d6-b14d-4961-929f-9d5ba1e9c197","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"labels\": {\n    \"category\": [\n      {\n        \"name\": \"Some name\"\n      },\n      {\n        \"name\": \"Some name\"\n      }\n    ],\n    \"hierarchy\": [\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"52eee181-c806-4a9e-a0b4-32ab3746c0ae"},{"name":"DELETE - NodeID - ema-administration - labels","id":"1850480a-ff3c-48ac-8a0a-e91660769a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cbeb3c49-ae66-40e2-ba8e-c918c05f37f0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1850480a-ff3c-48ac-8a0a-e91660769a42"},{"name":"PUT - NodeID - ema-administration - labels","id":"fd2e87ef-f61f-4fc0-bab0-aed8a90c5a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"labels\": {\n    \"category\": [\n      {\n        \"name\": \"Some name\"\n      },\n      {\n        \"name\": \"Some name\"\n      }\n    ],\n    \"hierarchy\": [\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"03e6034e-b48a-4f4a-b7ee-ca5cb3122365","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"labels\": {\n    \"category\": [\n      {\n        \"name\": \"Some name\"\n      },\n      {\n        \"name\": \"Some name\"\n      }\n    ],\n    \"hierarchy\": [\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"97d1ed50-4773-4c36-9499-d766ae81c4d0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"labels\": {\n    \"category\": [\n      {\n        \"name\": \"Some name\"\n      },\n      {\n        \"name\": \"Some name\"\n      }\n    ],\n    \"hierarchy\": [\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"item\": [\n          {\n            \"category\": \"Some category\"\n          },\n          {\n            \"category\": \"Some category\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd2e87ef-f61f-4fc0-bab0-aed8a90c5a4f"},{"name":"POST - NodeID - ema-administration - category","id":"0567a595-e15d-4188-b935-e40a57521fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/category=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f7fea6e9-7ea6-4d72-9c2d-f6df0c3f2e9b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/category=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0567a595-e15d-4188-b935-e40a57521fe3"},{"name":"GET - NodeID - ema-administration - category","id":"2b2ad563-681a-4a90-b6d6-6d4f55222d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/category=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","category=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6aa53036-6eea-45fb-9977-ae25c9083dac","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/category=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","category=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"category\": [\n    {\n      \"name\": \"Some name\"\n    },\n    {\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"2b2ad563-681a-4a90-b6d6-6d4f55222d97"},{"name":"DELETE - NodeID - ema-administration - category","id":"df2ddb8c-70fb-47cc-b409-3665f928d9d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/category=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3ff68267-df5e-474c-8e74-0ff3e6165f11","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/category=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df2ddb8c-70fb-47cc-b409-3665f928d9d9"},{"name":"PUT - NodeID - ema-administration - category","id":"8ebf1d28-da1c-4134-954d-11813dc0a012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": [\n    {\n      \"name\": \"Some name\"\n    },\n    {\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/category=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","category=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eac18123-f9d8-4084-9483-04b7250fb075","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"category\": [\n    {\n      \"name\": \"Some name\"\n    },\n    {\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/category=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"da2c988b-a8fc-4450-92a8-fdf3229743fe","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"category\": [\n    {\n      \"name\": \"Some name\"\n    },\n    {\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/category=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ebf1d28-da1c-4134-954d-11813dc0a012"},{"name":"POST - NodeID - ema-administration - hierarchy","id":"962f69d1-1c48-47f6-8c6f-df50487659a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"item\": [\n    {\n      \"category\": \"Some category\"\n    },\n    {\n      \"category\": \"Some category\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e5c02e98-ed64-47ba-8273-38d1ebd0a9d8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"item\": [\n    {\n      \"category\": \"Some category\"\n    },\n    {\n      \"category\": \"Some category\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"962f69d1-1c48-47f6-8c6f-df50487659a2"},{"name":"GET - NodeID - ema-administration - hierarchy","id":"2565f0db-54ee-4000-afa5-df73206cb0ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"69c06f06-7fcb-466d-a5a6-aaa7adf34d15","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hierarchy\": [\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"2565f0db-54ee-4000-afa5-df73206cb0ff"},{"name":"DELETE - NodeID - ema-administration - hierarchy","id":"927c9e06-e033-4c92-8346-75ff9d44a052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"55a5e0a9-f523-4f85-9c7a-befb38215c34","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"927c9e06-e033-4c92-8346-75ff9d44a052"},{"name":"PUT - NodeID - ema-administration - hierarchy","id":"2511823c-e906-4dc8-8d39-4d770d422312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"hierarchy\": [\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"87891e80-6dc3-43a1-8903-67fbe7f1813a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"hierarchy\": [\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8296fa8e-1e43-474f-b984-ccd976307193","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"hierarchy\": [\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"item\": [\n        {\n          \"category\": \"Some category\"\n        },\n        {\n          \"category\": \"Some category\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2511823c-e906-4dc8-8d39-4d770d422312"},{"name":"POST - NodeID - ema-administration - item","id":"ad3782da-85ee-4ae3-b820-cea64ece09c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>/item=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>","item=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d6bf4872-a1bb-4aa6-ad04-51c7592cacab","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>/item=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ad3782da-85ee-4ae3-b820-cea64ece09c4"},{"name":"GET - NodeID - ema-administration - item","id":"3b2f82c8-cfac-43b8-80be-9358dc126754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>/item=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>","item=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c45dfa6d-3eb8-49e7-a6d0-5734f8a10487","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>/item=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>","item=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"item\": [\n    {\n      \"category\": \"Some category\"\n    },\n    {\n      \"category\": \"Some category\"\n    }\n  ]\n}"}],"_postman_id":"3b2f82c8-cfac-43b8-80be-9358dc126754"},{"name":"DELETE - NodeID - ema-administration - item","id":"9a367f67-e7ed-4e98-b099-f6aa1fbbb3aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>/item=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>","item=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b486a5df-519c-434b-9803-8cac8fb90575","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>/item=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a367f67-e7ed-4e98-b099-f6aa1fbbb3aa"},{"name":"PUT - NodeID - ema-administration - item","id":"9c521528-a06a-4b71-8c3f-8de3888031c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"item\": [\n    {\n      \"category\": \"Some category\"\n    },\n    {\n      \"category\": \"Some category\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>/item=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ema-administration:ema-administration","labels","hierarchy=<string>","item=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e6d8bc91-6ff2-49f3-9b55-a376570aba5f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"item\": [\n    {\n      \"category\": \"Some category\"\n    },\n    {\n      \"category\": \"Some category\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>/item=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"85ecc4dc-6831-4798-aa03-57fe3b032aa6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"item\": [\n    {\n      \"category\": \"Some category\"\n    },\n    {\n      \"category\": \"Some category\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ema-administration:ema-administration/labels/hierarchy=<string>/item=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c521528-a06a-4b71-8c3f-8de3888031c2"}],"id":"9f32206f-e7cd-4a43-a5de-3b69ededde89","_postman_id":"9f32206f-e7cd-4a43-a5de-3b69ededde89","description":""},{"name":"mounted NodeID fm-odu-mgmt","item":[{"name":"POST - NodeID - fm-odu-mgmt - ca-certificates","id":"5af358a9-0593-4dc2-8343-4cd9780072b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"operator-ca\": \"Some operator-ca\",\n  \"odu-config-file\": \"Some odu-config-file\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:ca-certificates","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:ca-certificates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a19b8aba-f6bd-4418-8885-5a7121577b88","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"operator-ca\": \"Some operator-ca\",\n  \"odu-config-file\": \"Some odu-config-file\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:ca-certificates"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5af358a9-0593-4dc2-8343-4cd9780072b0"},{"name":"GET - NodeID - fm-odu-mgmt - ca-certificates","id":"657aef45-7744-42a1-ba98-59164dac9bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:ca-certificates?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:ca-certificates"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0c759c19-e363-4d60-9ea6-1d52dfc17065","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:ca-certificates?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:ca-certificates"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ca-certificates\": {\n    \"operator-ca\": \"Some operator-ca\",\n    \"odu-config-file\": \"Some odu-config-file\"\n  }\n}"}],"_postman_id":"657aef45-7744-42a1-ba98-59164dac9bd0"},{"name":"DELETE - NodeID - fm-odu-mgmt - ca-certificates","id":"ade14650-85f4-4d50-834c-f27fe9e9f830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:ca-certificates","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:ca-certificates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ea14153-7314-4cdb-9e07-3e05bae3b24f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:ca-certificates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ade14650-85f4-4d50-834c-f27fe9e9f830"},{"name":"PUT - NodeID - fm-odu-mgmt - ca-certificates","id":"03a4b1b4-8e84-4f40-b69d-34fe41b0e31b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ca-certificates\": {\n    \"operator-ca\": \"Some operator-ca\",\n    \"odu-config-file\": \"Some odu-config-file\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:ca-certificates","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:ca-certificates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e1f44c8a-b90c-44df-a1ad-c90fb0438d58","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ca-certificates\": {\n    \"operator-ca\": \"Some operator-ca\",\n    \"odu-config-file\": \"Some odu-config-file\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:ca-certificates"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"76b2adb1-0a10-4544-a54c-6b4fe9abd72e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ca-certificates\": {\n    \"operator-ca\": \"Some operator-ca\",\n    \"odu-config-file\": \"Some odu-config-file\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:ca-certificates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03a4b1b4-8e84-4f40-b69d-34fe41b0e31b"},{"name":"POST - NodeID - fm-odu-mgmt - system-parameters","id":"a027ec51-250c-4a20-bded-e33c46363da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"odu-distance-limit\": 100,\n  \"model-multiplier\": 1,\n  \"over-dimensioning-factor\": \"0\",\n  \"bandwidth\": [\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    },\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    }\n  ],\n  \"coverage-correction-factor\": [\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    },\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    }\n  ],\n  \"criteria\": [\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    },\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"44150c8a-3e54-45ff-b78d-094639cafa42","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"odu-distance-limit\": 100,\n  \"model-multiplier\": 1,\n  \"over-dimensioning-factor\": \"0\",\n  \"bandwidth\": [\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    },\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    }\n  ],\n  \"coverage-correction-factor\": [\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    },\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    }\n  ],\n  \"criteria\": [\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    },\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a027ec51-250c-4a20-bded-e33c46363da6"},{"name":"GET - NodeID - fm-odu-mgmt - system-parameters","id":"a85ebb18-7b25-49f7-9266-267991ff16e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"44920fe7-a14d-4e0a-8587-3791ee8d2053","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"system-parameters\": {\n    \"odu-distance-limit\": 100,\n    \"model-multiplier\": 1,\n    \"over-dimensioning-factor\": \"0\",\n    \"bandwidth\": [\n      {\n        \"subscription-type\": \"gold\",\n        \"guaranteed-capacity\": 0,\n        \"controlled-dl-capacity\": 0,\n        \"controlled-ul-capacity\": 0,\n        \"controlled-capacity\": 0\n      },\n      {\n        \"subscription-type\": \"gold\",\n        \"guaranteed-capacity\": 0,\n        \"controlled-dl-capacity\": 0,\n        \"controlled-ul-capacity\": 0,\n        \"controlled-capacity\": 0\n      }\n    ],\n    \"num-coverage-factors\": \"0\",\n    \"coverage-correction-factor\": [\n      {\n        \"class-name\": \"?:4S\",\n        \"class-description\": \"Some class-description\",\n        \"factor\": 100\n      },\n      {\n        \"class-name\": \"?:4S\",\n        \"class-description\": \"Some class-description\",\n        \"factor\": 100\n      }\n    ],\n    \"criteria\": [\n      {\n        \"criteria-name\": \"odu-count\",\n        \"condition\": \"less-than\",\n        \"threshold\": 0\n      },\n      {\n        \"criteria-name\": \"odu-count\",\n        \"condition\": \"less-than\",\n        \"threshold\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"a85ebb18-7b25-49f7-9266-267991ff16e3"},{"name":"DELETE - NodeID - fm-odu-mgmt - system-parameters","id":"a695198d-20b5-4dab-805d-3429bcdab259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ccaf130-094e-4b5c-90e3-518ccdfe6f84","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a695198d-20b5-4dab-805d-3429bcdab259"},{"name":"PUT - NodeID - fm-odu-mgmt - system-parameters","id":"85f6790d-b3c2-4158-ac6a-5034d90d59ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"system-parameters\": {\n    \"odu-distance-limit\": 100,\n    \"model-multiplier\": 1,\n    \"over-dimensioning-factor\": \"0\",\n    \"bandwidth\": [\n      {\n        \"subscription-type\": \"gold\",\n        \"guaranteed-capacity\": 0,\n        \"controlled-dl-capacity\": 0,\n        \"controlled-ul-capacity\": 0\n      },\n      {\n        \"subscription-type\": \"gold\",\n        \"guaranteed-capacity\": 0,\n        \"controlled-dl-capacity\": 0,\n        \"controlled-ul-capacity\": 0\n      }\n    ],\n    \"coverage-correction-factor\": [\n      {\n        \"class-name\": \"?:___\",\n        \"class-description\": \"Some class-description\",\n        \"factor\": 100\n      },\n      {\n        \"class-name\": \"?:___\",\n        \"class-description\": \"Some class-description\",\n        \"factor\": 100\n      }\n    ],\n    \"criteria\": [\n      {\n        \"criteria-name\": \"odu-count\",\n        \"condition\": \"less-than\",\n        \"threshold\": 0\n      },\n      {\n        \"criteria-name\": \"odu-count\",\n        \"condition\": \"less-than\",\n        \"threshold\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b6dd3073-c53b-4fd4-8978-e2671c6d333f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"system-parameters\": {\n    \"odu-distance-limit\": 100,\n    \"model-multiplier\": 1,\n    \"over-dimensioning-factor\": \"0\",\n    \"bandwidth\": [\n      {\n        \"subscription-type\": \"gold\",\n        \"guaranteed-capacity\": 0,\n        \"controlled-dl-capacity\": 0,\n        \"controlled-ul-capacity\": 0\n      },\n      {\n        \"subscription-type\": \"gold\",\n        \"guaranteed-capacity\": 0,\n        \"controlled-dl-capacity\": 0,\n        \"controlled-ul-capacity\": 0\n      }\n    ],\n    \"coverage-correction-factor\": [\n      {\n        \"class-name\": \"?:___\",\n        \"class-description\": \"Some class-description\",\n        \"factor\": 100\n      },\n      {\n        \"class-name\": \"?:___\",\n        \"class-description\": \"Some class-description\",\n        \"factor\": 100\n      }\n    ],\n    \"criteria\": [\n      {\n        \"criteria-name\": \"odu-count\",\n        \"condition\": \"less-than\",\n        \"threshold\": 0\n      },\n      {\n        \"criteria-name\": \"odu-count\",\n        \"condition\": \"less-than\",\n        \"threshold\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9a21125-6244-4929-b884-571d81a416df","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"system-parameters\": {\n    \"odu-distance-limit\": 100,\n    \"model-multiplier\": 1,\n    \"over-dimensioning-factor\": \"0\",\n    \"bandwidth\": [\n      {\n        \"subscription-type\": \"gold\",\n        \"guaranteed-capacity\": 0,\n        \"controlled-dl-capacity\": 0,\n        \"controlled-ul-capacity\": 0\n      },\n      {\n        \"subscription-type\": \"gold\",\n        \"guaranteed-capacity\": 0,\n        \"controlled-dl-capacity\": 0,\n        \"controlled-ul-capacity\": 0\n      }\n    ],\n    \"coverage-correction-factor\": [\n      {\n        \"class-name\": \"?:___\",\n        \"class-description\": \"Some class-description\",\n        \"factor\": 100\n      },\n      {\n        \"class-name\": \"?:___\",\n        \"class-description\": \"Some class-description\",\n        \"factor\": 100\n      }\n    ],\n    \"criteria\": [\n      {\n        \"criteria-name\": \"odu-count\",\n        \"condition\": \"less-than\",\n        \"threshold\": 0\n      },\n      {\n        \"criteria-name\": \"odu-count\",\n        \"condition\": \"less-than\",\n        \"threshold\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"85f6790d-b3c2-4158-ac6a-5034d90d59ec"},{"name":"POST - NodeID - fm-odu-mgmt - bandwidth","id":"4e32dfce-9bc3-469c-bd55-446526112616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"guaranteed-capacity\": 0,\n  \"controlled-dl-capacity\": 0,\n  \"controlled-ul-capacity\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/bandwidth=<string>","description":"<p>Bandwidth values</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","bandwidth=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b615b4e0-9912-4f5f-96bf-ccc8ce4ff9dd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"guaranteed-capacity\": 0,\n  \"controlled-dl-capacity\": 0,\n  \"controlled-ul-capacity\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/bandwidth=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4e32dfce-9bc3-469c-bd55-446526112616"},{"name":"GET - NodeID - fm-odu-mgmt - bandwidth","id":"737d6201-3897-49a8-991e-8ebace3438b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/bandwidth=<string>?content=<string>","description":"<p>Bandwidth values</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","bandwidth=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eded3a59-f7f4-4ca6-82a4-7039138bd3a5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/bandwidth=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","bandwidth=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"bandwidth\": [\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0,\n      \"controlled-capacity\": 0\n    },\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0,\n      \"controlled-capacity\": 0\n    }\n  ]\n}"}],"_postman_id":"737d6201-3897-49a8-991e-8ebace3438b3"},{"name":"DELETE - NodeID - fm-odu-mgmt - bandwidth","id":"e61b69f8-151e-410c-971e-2a162178212e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/bandwidth=<string>","description":"<p>Bandwidth values</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","bandwidth=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ef039437-53fa-407e-9802-e7274c87f20c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/bandwidth=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e61b69f8-151e-410c-971e-2a162178212e"},{"name":"PUT - NodeID - fm-odu-mgmt - bandwidth","id":"9a6f78cf-a8ab-499f-93db-fb9543a61606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bandwidth\": [\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    },\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/bandwidth=<string>","description":"<p>Bandwidth values</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","bandwidth=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d64ac209-32b1-4564-8dfa-ff0813eb3dbf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"bandwidth\": [\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    },\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/bandwidth=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c0f74947-d1b5-4c54-bc1e-4c8aa225bc4d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"bandwidth\": [\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    },\n    {\n      \"subscription-type\": \"gold\",\n      \"guaranteed-capacity\": 0,\n      \"controlled-dl-capacity\": 0,\n      \"controlled-ul-capacity\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/bandwidth=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a6f78cf-a8ab-499f-93db-fb9543a61606"},{"name":"POST - NodeID - fm-odu-mgmt - coverage-correction-factor","id":"198be4fc-9972-483e-9be6-c7baeda9a899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"class-description\": \"Some class-description\",\n  \"factor\": 100\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/coverage-correction-factor=<string>","description":"<p>Coverage Correction Factor</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","coverage-correction-factor=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8cde0965-332b-45ce-a536-a1187a272274","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"class-description\": \"Some class-description\",\n  \"factor\": 100\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/coverage-correction-factor=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"198be4fc-9972-483e-9be6-c7baeda9a899"},{"name":"GET - NodeID - fm-odu-mgmt - coverage-correction-factor","id":"e1a32f2a-6895-410d-8aec-a6317c98bb9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/coverage-correction-factor=<string>?content=<string>","description":"<p>Coverage Correction Factor</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","coverage-correction-factor=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4914a86a-2578-4291-be52-bde56af88143","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/coverage-correction-factor=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","coverage-correction-factor=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"coverage-correction-factor\": [\n    {\n      \"class-name\": \"?:4S\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    },\n    {\n      \"class-name\": \"?:4S\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    }\n  ]\n}"}],"_postman_id":"e1a32f2a-6895-410d-8aec-a6317c98bb9b"},{"name":"DELETE - NodeID - fm-odu-mgmt - coverage-correction-factor","id":"d50f9043-17c9-43cf-a932-4b9216d52991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/coverage-correction-factor=<string>","description":"<p>Coverage Correction Factor</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","coverage-correction-factor=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8e261f0a-75db-4a11-8cdc-7de9b7032ae7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/coverage-correction-factor=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d50f9043-17c9-43cf-a932-4b9216d52991"},{"name":"PUT - NodeID - fm-odu-mgmt - coverage-correction-factor","id":"715aa4ad-6ebf-477e-8515-85eef15c1289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"coverage-correction-factor\": [\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    },\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/coverage-correction-factor=<string>","description":"<p>Coverage Correction Factor</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","coverage-correction-factor=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"29eb895b-b88a-4fba-8872-9f00d43a20b4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"coverage-correction-factor\": [\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    },\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/coverage-correction-factor=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7d3f10ee-a8c3-4af6-9ee2-39e1c1ae3356","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"coverage-correction-factor\": [\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    },\n    {\n      \"class-name\": \"?:___\",\n      \"class-description\": \"Some class-description\",\n      \"factor\": 100\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/coverage-correction-factor=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"715aa4ad-6ebf-477e-8515-85eef15c1289"},{"name":"POST - NodeID - fm-odu-mgmt - criteria","id":"8732c0a2-9724-4abb-980d-c6ef1591ca28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"condition\": \"less-than\",\n  \"threshold\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/criteria=<string>","description":"<p>Cell selection rule</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","criteria=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a29b193f-b906-45a5-a44f-e9a57b7f3a0d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"condition\": \"less-than\",\n  \"threshold\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/criteria=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8732c0a2-9724-4abb-980d-c6ef1591ca28"},{"name":"GET - NodeID - fm-odu-mgmt - criteria","id":"e3ad4e12-d786-47fe-8892-8d4284894638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/criteria=<string>?content=<string>","description":"<p>Cell selection rule</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","criteria=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8d51b87d-310c-45ac-8e48-e08af6442b69","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/criteria=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","criteria=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"criteria\": [\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    },\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    }\n  ]\n}"}],"_postman_id":"e3ad4e12-d786-47fe-8892-8d4284894638"},{"name":"DELETE - NodeID - fm-odu-mgmt - criteria","id":"53749835-2412-420a-b8f2-e29e98ba1b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/criteria=<string>","description":"<p>Cell selection rule</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","criteria=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0cfe2c68-6122-4a4b-a368-a3c09c0ede3d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/criteria=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53749835-2412-420a-b8f2-e29e98ba1b94"},{"name":"PUT - NodeID - fm-odu-mgmt - criteria","id":"8d9db7e5-7a83-4223-ab43-5bd6d8c71769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"criteria\": [\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    },\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/criteria=<string>","description":"<p>Cell selection rule</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:system-parameters","criteria=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"160344c0-6411-46ea-9021-7a5d656c2439","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"criteria\": [\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    },\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/criteria=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6b0226d1-439d-437a-ad27-f3f0e11ea0d3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"criteria\": [\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    },\n    {\n      \"criteria-name\": \"odu-count\",\n      \"condition\": \"less-than\",\n      \"threshold\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:system-parameters/criteria=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d9db7e5-7a83-4223-ab43-5bd6d8c71769"},{"name":"POST - NodeID - fm-odu-mgmt - get-encrypted-config-file","id":"67c1f4fc-7f9b-4136-b1f1-73751eebe757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"file-content\": \"\",\n    \"odu-certificate\": \"Some odu-certificate\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:get-encrypted-config-file'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:get-encrypted-config-file'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9228960d-e15f-4a57-89af-a43b1b533c9a","name":"RPC get-encrypted-config-file success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"file-content\": \"\",\n    \"odu-certificate\": \"Some odu-certificate\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:get-encrypted-config-file'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"encrypted-file\": \"Some encrypted-file\"\n  }\n}"}],"_postman_id":"67c1f4fc-7f9b-4136-b1f1-73751eebe757"},{"name":"POST - NodeID - fm-odu-mgmt - get-signed-fmc-cert","id":"e0b5d329-9967-43b4-b49c-16aa51ccb89a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:get-signed-fmc-cert'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:get-signed-fmc-cert'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"748a53f5-3663-414c-af46-f335fdadb0f2","name":"RPC get-signed-fmc-cert success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:get-signed-fmc-cert'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"fmc-certificate\": \"Some fmc-certificate\"\n  }\n}"}],"_postman_id":"e0b5d329-9967-43b4-b49c-16aa51ccb89a"},{"name":"POST - NodeID - fm-odu-mgmt - get-cell-choices","id":"7f3f0989-0073-4075-b78d-6161f8f60998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"odu-latitude\": -90,\n    \"odu-longitude\": -180,\n    \"subscription-type\": 1,\n    \"correction-factor\": \"Some correction-factor\",\n    \"band\": [\n      \"Some band\",\n      \"Some band\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:get-cell-choices'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","fm-odu-mgmt:get-cell-choices'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"58a05a72-0c33-46f8-bbf0-0d68e5501eab","name":"RPC get-cell-choices success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"odu-latitude\": -90,\n    \"odu-longitude\": -180,\n    \"subscription-type\": 1,\n    \"correction-factor\": \"Some correction-factor\",\n    \"band\": [\n      \"Some band\",\n      \"Some band\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/fm-odu-mgmt:get-cell-choices'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"radio-cells\": {\n      \"cell\": [\n        {\n          \"cell-id\": \"Some cell-id\",\n          \"cell-priority\": 0,\n          \"cell-latitude\": -90,\n          \"cell-longitude\": -180,\n          \"pci\": 0,\n          \"earfcn\": 0\n        },\n        {\n          \"cell-id\": \"Some cell-id\",\n          \"cell-priority\": 0,\n          \"cell-latitude\": -90,\n          \"cell-longitude\": -180,\n          \"pci\": 0,\n          \"earfcn\": 0\n        }\n      ]\n    },\n    \"total-cells\": 0\n  }\n}"}],"_postman_id":"7f3f0989-0073-4075-b78d-6161f8f60998"}],"id":"70df6155-7a23-4b6b-920d-af901dfd1a66","_postman_id":"70df6155-7a23-4b6b-920d-af901dfd1a66","description":""},{"name":"mounted NodeID ibn","item":[{"name":"POST - NodeID - ibn - ibn","id":"b0cc2e3e-26f3-4f8b-87a7-45044b98e6ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"intent\": [\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    },\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"83ded768-211b-402c-8fe3-0dd31db69b0d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"intent\": [\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    },\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0cc2e3e-26f3-4f8b-87a7-45044b98e6ec"},{"name":"GET - NodeID - ibn - ibn","id":"045a3eae-3893-4fc7-b6eb-3e7ca34188cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"af2df372-57b4-4f6c-9961-6658ebfec100","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ibn\": {\n    \"intent\": [\n      {\n        \"target\": \"Some target\",\n        \"intent-type\": \"Some intent-type\",\n        \"intent-type-version\": 1,\n        \"required-network-state\": \"active\",\n        \"sync-directly\": false,\n        \"aligned\": true,\n        \"error\": true,\n        \"error-code\": \"Some error-code\",\n        \"error-detail\": \"Some error-detail\",\n        \"error-timestamp\": \"?:7196-47-02T29:98:86Z\",\n        \"sync-timestamp\": \"?:9552-89-24T40:39:61.7-87:01\",\n        \"intent-type-label\": [\n          \"Some intent-type-label\",\n          \"Some intent-type-label\"\n        ],\n        \"sync-to-ES-failed\": true,\n        \"configuration\": {\n          \"device-config-dpu\": {\n            \"uplink\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"copper-connection\": {\n            \"customer-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dsl-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"l2-link-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"bonding-links\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"single-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"l2-infra\": {\n            \"vlan-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"s-vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"c-vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"nni-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"service-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"l2-user\": {\n            \"service-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"user-device-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uni-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"c-vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"untagged\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"q-vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"priority-tagged\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"device-dpu\": {\n            \"device-manager\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hardware-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"device-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"device-template\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"push-nav-configuration-to-device\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"active-software\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"passive-software\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uplink-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fiber-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"call-home\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ip-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ip-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transport-protocol\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"password\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duid\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mcast-infra\": {\n            \"report-src-ip-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"query-src-ip-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mcast-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mcast-src-ip-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"state\": {\n          \"device-dpu-state\": {\n            \"reachable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ont-serial-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-active-software-on-device\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-passive-software-on-device\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"software-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"start-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"already-triggered-operation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-operation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"intent-health\": \"healthy\",\n        \"intent-health-last-updated-timestamp\": \"?:9067-45-27T76:38:65Z\",\n        \"topology\": [\n          {\n            \"device-name\": \"Some device-name\",\n            \"intent-device-health\": \"healthy\",\n            \"object\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"device-name\": \"Some device-name\",\n            \"intent-device-health\": \"healthy\",\n            \"object\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"target\": \"Some target\",\n        \"intent-type\": \"Some intent-type\",\n        \"intent-type-version\": 1,\n        \"required-network-state\": \"active\",\n        \"sync-directly\": false,\n        \"aligned\": true,\n        \"error\": true,\n        \"error-code\": \"Some error-code\",\n        \"error-detail\": \"Some error-detail\",\n        \"error-timestamp\": \"?:7196-47-02T29:98:86Z\",\n        \"sync-timestamp\": \"?:9552-89-24T40:39:61.7-87:01\",\n        \"intent-type-label\": [\n          \"Some intent-type-label\",\n          \"Some intent-type-label\"\n        ],\n        \"sync-to-ES-failed\": true,\n        \"configuration\": {\n          \"device-config-dpu\": {\n            \"uplink\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"copper-connection\": {\n            \"customer-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dsl-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"l2-link-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"bonding-links\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"single-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"l2-infra\": {\n            \"vlan-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"s-vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"c-vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"nni-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forwarder-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"service-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"l2-user\": {\n            \"service-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"user-device-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uni-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"c-vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"untagged\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"q-vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"priority-tagged\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"device-dpu\": {\n            \"device-manager\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hardware-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"device-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"device-template\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"push-nav-configuration-to-device\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"active-software\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"passive-software\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uplink-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fiber-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"call-home\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ip-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ip-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transport-protocol\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"password\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duid\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mcast-infra\": {\n            \"report-src-ip-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"query-src-ip-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mcast-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mcast-src-ip-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"state\": {\n          \"device-dpu-state\": {\n            \"reachable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ont-serial-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-active-software-on-device\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-passive-software-on-device\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operation-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"software-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"start-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"already-triggered-operation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-operation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"intent-health\": \"healthy\",\n        \"intent-health-last-updated-timestamp\": \"?:9067-45-27T76:38:65Z\",\n        \"topology\": [\n          {\n            \"device-name\": \"Some device-name\",\n            \"intent-device-health\": \"healthy\",\n            \"object\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"device-name\": \"Some device-name\",\n            \"intent-device-health\": \"healthy\",\n            \"object\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"sync-to-ES-failed-count\": 0\n  }\n}"}],"_postman_id":"045a3eae-3893-4fc7-b6eb-3e7ca34188cf"},{"name":"DELETE - NodeID - ibn - ibn","id":"eb4c371d-efa7-40c5-9c32-b51e64131a4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4527ea6f-d3b5-4321-83d4-e0b5036f77a0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb4c371d-efa7-40c5-9c32-b51e64131a4b"},{"name":"PUT - NodeID - ibn - ibn","id":"29043115-f015-43c9-8151-df1399833a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ibn\": {\n    \"intent\": [\n      {\n        \"target\": \"Some target\",\n        \"intent-type\": \"Some intent-type\",\n        \"intent-type-version\": 1,\n        \"required-network-state\": \"active\",\n        \"sync-directly\": false,\n        \"configuration\": {\n          \"device-config-dpu\": {\n            \"uplink\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"copper-connection\": {\n            \"customer-name\": \"?:\",\n            \"dsl-profile\": \"?:dE\",\n            \"l2-link-profile\": \"?:36\",\n            \"bonding-links\": [\n              \"Some bonding-links\",\n              \"Some bonding-links\"\n            ],\n            \"single-line\": \"<object>\"\n          },\n          \"l2-infra\": {\n            \"vlan-mode\": \"cross-connect\",\n            \"s-vlan-id\": 2,\n            \"c-vlan-id\": 2,\n            \"nni-id\": [\n              \"Some nni-id\"\n            ],\n            \"forwarder-profile\": \"Some forwarder-profile\",\n            \"service-profile\": \"Some service-profile\"\n          },\n          \"l2-user\": {\n            \"service-profile\": \"Some service-profile\",\n            \"user-device-name\": \"Some user-device-name\",\n            \"uni-id\": \"Some uni-id\",\n            \"c-vlan-id\": 2,\n            \"untagged\": \"<object>\",\n            \"q-vlan-id\": 2,\n            \"priority-tagged\": \"<object>\"\n          },\n          \"device-dpu\": {\n            \"device-manager\": \"Some device-manager\",\n            \"hardware-type\": \"Some hardware-type\",\n            \"device-version\": \"Some device-version\",\n            \"device-template\": \"Some device-template\",\n            \"push-nav-configuration-to-device\": \"true\",\n            \"label\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"active-software\": \"Some active-software\",\n            \"passive-software\": \"Some passive-software\",\n            \"uplink-name\": \"Some uplink-name\",\n            \"fiber-name\": \"Some fiber-name\",\n            \"call-home\": \"<object>\",\n            \"ip-address\": \"<string>\",\n            \"ip-port\": 0,\n            \"transport-protocol\": \"ssh\",\n            \"username\": \"Some username\",\n            \"password\": \"Some password\",\n            \"duid\": \"\"\n          },\n          \"mcast-infra\": {\n            \"report-src-ip-address\": \"0.0.0.0\",\n            \"query-src-ip-address\": \"0.0.0.0\",\n            \"mcast-profile\": \"default\",\n            \"mcast-src-ip-address\": \"0.0.0.0\"\n          }\n        }\n      },\n      {\n        \"target\": \"Some target\",\n        \"intent-type\": \"Some intent-type\",\n        \"intent-type-version\": 1,\n        \"required-network-state\": \"active\",\n        \"sync-directly\": false,\n        \"configuration\": {\n          \"device-config-dpu\": {\n            \"uplink\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"copper-connection\": {\n            \"customer-name\": \"?:\",\n            \"dsl-profile\": \"?:dE\",\n            \"l2-link-profile\": \"?:36\",\n            \"bonding-links\": [\n              \"Some bonding-links\",\n              \"Some bonding-links\"\n            ],\n            \"single-line\": \"<object>\"\n          },\n          \"l2-infra\": {\n            \"vlan-mode\": \"cross-connect\",\n            \"s-vlan-id\": 2,\n            \"c-vlan-id\": 2,\n            \"nni-id\": [\n              \"Some nni-id\"\n            ],\n            \"forwarder-profile\": \"Some forwarder-profile\",\n            \"service-profile\": \"Some service-profile\"\n          },\n          \"l2-user\": {\n            \"service-profile\": \"Some service-profile\",\n            \"user-device-name\": \"Some user-device-name\",\n            \"uni-id\": \"Some uni-id\",\n            \"c-vlan-id\": 2,\n            \"untagged\": \"<object>\",\n            \"q-vlan-id\": 2,\n            \"priority-tagged\": \"<object>\"\n          },\n          \"device-dpu\": {\n            \"device-manager\": \"Some device-manager\",\n            \"hardware-type\": \"Some hardware-type\",\n            \"device-version\": \"Some device-version\",\n            \"device-template\": \"Some device-template\",\n            \"push-nav-configuration-to-device\": \"true\",\n            \"label\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"active-software\": \"Some active-software\",\n            \"passive-software\": \"Some passive-software\",\n            \"uplink-name\": \"Some uplink-name\",\n            \"fiber-name\": \"Some fiber-name\",\n            \"call-home\": \"<object>\",\n            \"ip-address\": \"<string>\",\n            \"ip-port\": 0,\n            \"transport-protocol\": \"ssh\",\n            \"username\": \"Some username\",\n            \"password\": \"Some password\",\n            \"duid\": \"\"\n          },\n          \"mcast-infra\": {\n            \"report-src-ip-address\": \"0.0.0.0\",\n            \"query-src-ip-address\": \"0.0.0.0\",\n            \"mcast-profile\": \"default\",\n            \"mcast-src-ip-address\": \"0.0.0.0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"29f8d973-e235-4912-9c23-7fa4d299445e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ibn\": {\n    \"intent\": [\n      {\n        \"target\": \"Some target\",\n        \"intent-type\": \"Some intent-type\",\n        \"intent-type-version\": 1,\n        \"required-network-state\": \"active\",\n        \"sync-directly\": false,\n        \"configuration\": {\n          \"device-config-dpu\": {\n            \"uplink\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"copper-connection\": {\n            \"customer-name\": \"?:\",\n            \"dsl-profile\": \"?:dE\",\n            \"l2-link-profile\": \"?:36\",\n            \"bonding-links\": [\n              \"Some bonding-links\",\n              \"Some bonding-links\"\n            ],\n            \"single-line\": \"<object>\"\n          },\n          \"l2-infra\": {\n            \"vlan-mode\": \"cross-connect\",\n            \"s-vlan-id\": 2,\n            \"c-vlan-id\": 2,\n            \"nni-id\": [\n              \"Some nni-id\"\n            ],\n            \"forwarder-profile\": \"Some forwarder-profile\",\n            \"service-profile\": \"Some service-profile\"\n          },\n          \"l2-user\": {\n            \"service-profile\": \"Some service-profile\",\n            \"user-device-name\": \"Some user-device-name\",\n            \"uni-id\": \"Some uni-id\",\n            \"c-vlan-id\": 2,\n            \"untagged\": \"<object>\",\n            \"q-vlan-id\": 2,\n            \"priority-tagged\": \"<object>\"\n          },\n          \"device-dpu\": {\n            \"device-manager\": \"Some device-manager\",\n            \"hardware-type\": \"Some hardware-type\",\n            \"device-version\": \"Some device-version\",\n            \"device-template\": \"Some device-template\",\n            \"push-nav-configuration-to-device\": \"true\",\n            \"label\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"active-software\": \"Some active-software\",\n            \"passive-software\": \"Some passive-software\",\n            \"uplink-name\": \"Some uplink-name\",\n            \"fiber-name\": \"Some fiber-name\",\n            \"call-home\": \"<object>\",\n            \"ip-address\": \"<string>\",\n            \"ip-port\": 0,\n            \"transport-protocol\": \"ssh\",\n            \"username\": \"Some username\",\n            \"password\": \"Some password\",\n            \"duid\": \"\"\n          },\n          \"mcast-infra\": {\n            \"report-src-ip-address\": \"0.0.0.0\",\n            \"query-src-ip-address\": \"0.0.0.0\",\n            \"mcast-profile\": \"default\",\n            \"mcast-src-ip-address\": \"0.0.0.0\"\n          }\n        }\n      },\n      {\n        \"target\": \"Some target\",\n        \"intent-type\": \"Some intent-type\",\n        \"intent-type-version\": 1,\n        \"required-network-state\": \"active\",\n        \"sync-directly\": false,\n        \"configuration\": {\n          \"device-config-dpu\": {\n            \"uplink\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"copper-connection\": {\n            \"customer-name\": \"?:\",\n            \"dsl-profile\": \"?:dE\",\n            \"l2-link-profile\": \"?:36\",\n            \"bonding-links\": [\n              \"Some bonding-links\",\n              \"Some bonding-links\"\n            ],\n            \"single-line\": \"<object>\"\n          },\n          \"l2-infra\": {\n            \"vlan-mode\": \"cross-connect\",\n            \"s-vlan-id\": 2,\n            \"c-vlan-id\": 2,\n            \"nni-id\": [\n              \"Some nni-id\"\n            ],\n            \"forwarder-profile\": \"Some forwarder-profile\",\n            \"service-profile\": \"Some service-profile\"\n          },\n          \"l2-user\": {\n            \"service-profile\": \"Some service-profile\",\n            \"user-device-name\": \"Some user-device-name\",\n            \"uni-id\": \"Some uni-id\",\n            \"c-vlan-id\": 2,\n            \"untagged\": \"<object>\",\n            \"q-vlan-id\": 2,\n            \"priority-tagged\": \"<object>\"\n          },\n          \"device-dpu\": {\n            \"device-manager\": \"Some device-manager\",\n            \"hardware-type\": \"Some hardware-type\",\n            \"device-version\": \"Some device-version\",\n            \"device-template\": \"Some device-template\",\n            \"push-nav-configuration-to-device\": \"true\",\n            \"label\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"active-software\": \"Some active-software\",\n            \"passive-software\": \"Some passive-software\",\n            \"uplink-name\": \"Some uplink-name\",\n            \"fiber-name\": \"Some fiber-name\",\n            \"call-home\": \"<object>\",\n            \"ip-address\": \"<string>\",\n            \"ip-port\": 0,\n            \"transport-protocol\": \"ssh\",\n            \"username\": \"Some username\",\n            \"password\": \"Some password\",\n            \"duid\": \"\"\n          },\n          \"mcast-infra\": {\n            \"report-src-ip-address\": \"0.0.0.0\",\n            \"query-src-ip-address\": \"0.0.0.0\",\n            \"mcast-profile\": \"default\",\n            \"mcast-src-ip-address\": \"0.0.0.0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"50475e18-4beb-4510-bf78-f2d61eb9df09","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ibn\": {\n    \"intent\": [\n      {\n        \"target\": \"Some target\",\n        \"intent-type\": \"Some intent-type\",\n        \"intent-type-version\": 1,\n        \"required-network-state\": \"active\",\n        \"sync-directly\": false,\n        \"configuration\": {\n          \"device-config-dpu\": {\n            \"uplink\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"copper-connection\": {\n            \"customer-name\": \"?:\",\n            \"dsl-profile\": \"?:dE\",\n            \"l2-link-profile\": \"?:36\",\n            \"bonding-links\": [\n              \"Some bonding-links\",\n              \"Some bonding-links\"\n            ],\n            \"single-line\": \"<object>\"\n          },\n          \"l2-infra\": {\n            \"vlan-mode\": \"cross-connect\",\n            \"s-vlan-id\": 2,\n            \"c-vlan-id\": 2,\n            \"nni-id\": [\n              \"Some nni-id\"\n            ],\n            \"forwarder-profile\": \"Some forwarder-profile\",\n            \"service-profile\": \"Some service-profile\"\n          },\n          \"l2-user\": {\n            \"service-profile\": \"Some service-profile\",\n            \"user-device-name\": \"Some user-device-name\",\n            \"uni-id\": \"Some uni-id\",\n            \"c-vlan-id\": 2,\n            \"untagged\": \"<object>\",\n            \"q-vlan-id\": 2,\n            \"priority-tagged\": \"<object>\"\n          },\n          \"device-dpu\": {\n            \"device-manager\": \"Some device-manager\",\n            \"hardware-type\": \"Some hardware-type\",\n            \"device-version\": \"Some device-version\",\n            \"device-template\": \"Some device-template\",\n            \"push-nav-configuration-to-device\": \"true\",\n            \"label\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"active-software\": \"Some active-software\",\n            \"passive-software\": \"Some passive-software\",\n            \"uplink-name\": \"Some uplink-name\",\n            \"fiber-name\": \"Some fiber-name\",\n            \"call-home\": \"<object>\",\n            \"ip-address\": \"<string>\",\n            \"ip-port\": 0,\n            \"transport-protocol\": \"ssh\",\n            \"username\": \"Some username\",\n            \"password\": \"Some password\",\n            \"duid\": \"\"\n          },\n          \"mcast-infra\": {\n            \"report-src-ip-address\": \"0.0.0.0\",\n            \"query-src-ip-address\": \"0.0.0.0\",\n            \"mcast-profile\": \"default\",\n            \"mcast-src-ip-address\": \"0.0.0.0\"\n          }\n        }\n      },\n      {\n        \"target\": \"Some target\",\n        \"intent-type\": \"Some intent-type\",\n        \"intent-type-version\": 1,\n        \"required-network-state\": \"active\",\n        \"sync-directly\": false,\n        \"configuration\": {\n          \"device-config-dpu\": {\n            \"uplink\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"copper-connection\": {\n            \"customer-name\": \"?:\",\n            \"dsl-profile\": \"?:dE\",\n            \"l2-link-profile\": \"?:36\",\n            \"bonding-links\": [\n              \"Some bonding-links\",\n              \"Some bonding-links\"\n            ],\n            \"single-line\": \"<object>\"\n          },\n          \"l2-infra\": {\n            \"vlan-mode\": \"cross-connect\",\n            \"s-vlan-id\": 2,\n            \"c-vlan-id\": 2,\n            \"nni-id\": [\n              \"Some nni-id\"\n            ],\n            \"forwarder-profile\": \"Some forwarder-profile\",\n            \"service-profile\": \"Some service-profile\"\n          },\n          \"l2-user\": {\n            \"service-profile\": \"Some service-profile\",\n            \"user-device-name\": \"Some user-device-name\",\n            \"uni-id\": \"Some uni-id\",\n            \"c-vlan-id\": 2,\n            \"untagged\": \"<object>\",\n            \"q-vlan-id\": 2,\n            \"priority-tagged\": \"<object>\"\n          },\n          \"device-dpu\": {\n            \"device-manager\": \"Some device-manager\",\n            \"hardware-type\": \"Some hardware-type\",\n            \"device-version\": \"Some device-version\",\n            \"device-template\": \"Some device-template\",\n            \"push-nav-configuration-to-device\": \"true\",\n            \"label\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"active-software\": \"Some active-software\",\n            \"passive-software\": \"Some passive-software\",\n            \"uplink-name\": \"Some uplink-name\",\n            \"fiber-name\": \"Some fiber-name\",\n            \"call-home\": \"<object>\",\n            \"ip-address\": \"<string>\",\n            \"ip-port\": 0,\n            \"transport-protocol\": \"ssh\",\n            \"username\": \"Some username\",\n            \"password\": \"Some password\",\n            \"duid\": \"\"\n          },\n          \"mcast-infra\": {\n            \"report-src-ip-address\": \"0.0.0.0\",\n            \"query-src-ip-address\": \"0.0.0.0\",\n            \"mcast-profile\": \"default\",\n            \"mcast-src-ip-address\": \"0.0.0.0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"29043115-f015-43c9-8151-df1399833a95"},{"name":"POST - NodeID - ibn - intent","id":"9946cc39-b2db-422d-918d-8837d07d6a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"intent-type-version\": 1,\n  \"required-network-state\": \"active\",\n  \"sync-directly\": false,\n  \"configuration\": {\n    \"device-config-dpu\": {\n      \"uplink\": [\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        }\n      ]\n    },\n    \"copper-connection\": {\n      \"customer-name\": \"?:\",\n      \"dsl-profile\": \"?:dE\",\n      \"l2-link-profile\": \"?:36\",\n      \"bonding-links\": [\n        \"Some bonding-links\",\n        \"Some bonding-links\"\n      ],\n      \"single-line\": \"<object>\"\n    },\n    \"l2-infra\": {\n      \"vlan-mode\": \"cross-connect\",\n      \"s-vlan-id\": 2,\n      \"c-vlan-id\": 2,\n      \"nni-id\": [\n        \"Some nni-id\"\n      ],\n      \"forwarder-profile\": \"Some forwarder-profile\",\n      \"service-profile\": \"Some service-profile\"\n    },\n    \"l2-user\": {\n      \"service-profile\": \"Some service-profile\",\n      \"user-device-name\": \"Some user-device-name\",\n      \"uni-id\": \"Some uni-id\",\n      \"c-vlan-id\": 2,\n      \"untagged\": \"<object>\",\n      \"q-vlan-id\": 2,\n      \"priority-tagged\": \"<object>\"\n    },\n    \"device-dpu\": {\n      \"device-manager\": \"Some device-manager\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"device-version\": \"Some device-version\",\n      \"device-template\": \"Some device-template\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"label\": [\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"active-software\": \"Some active-software\",\n      \"passive-software\": \"Some passive-software\",\n      \"uplink-name\": \"Some uplink-name\",\n      \"fiber-name\": \"Some fiber-name\",\n      \"call-home\": \"<object>\",\n      \"ip-address\": \"<string>\",\n      \"ip-port\": 0,\n      \"transport-protocol\": \"ssh\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"duid\": \"\"\n    },\n    \"mcast-infra\": {\n      \"report-src-ip-address\": \"0.0.0.0\",\n      \"query-src-ip-address\": \"0.0.0.0\",\n      \"mcast-profile\": \"default\",\n      \"mcast-src-ip-address\": \"0.0.0.0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"65f6ca50-ddc8-44d6-ae53-9d823298ff26","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"intent-type-version\": 1,\n  \"required-network-state\": \"active\",\n  \"sync-directly\": false,\n  \"configuration\": {\n    \"device-config-dpu\": {\n      \"uplink\": [\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        }\n      ]\n    },\n    \"copper-connection\": {\n      \"customer-name\": \"?:\",\n      \"dsl-profile\": \"?:dE\",\n      \"l2-link-profile\": \"?:36\",\n      \"bonding-links\": [\n        \"Some bonding-links\",\n        \"Some bonding-links\"\n      ],\n      \"single-line\": \"<object>\"\n    },\n    \"l2-infra\": {\n      \"vlan-mode\": \"cross-connect\",\n      \"s-vlan-id\": 2,\n      \"c-vlan-id\": 2,\n      \"nni-id\": [\n        \"Some nni-id\"\n      ],\n      \"forwarder-profile\": \"Some forwarder-profile\",\n      \"service-profile\": \"Some service-profile\"\n    },\n    \"l2-user\": {\n      \"service-profile\": \"Some service-profile\",\n      \"user-device-name\": \"Some user-device-name\",\n      \"uni-id\": \"Some uni-id\",\n      \"c-vlan-id\": 2,\n      \"untagged\": \"<object>\",\n      \"q-vlan-id\": 2,\n      \"priority-tagged\": \"<object>\"\n    },\n    \"device-dpu\": {\n      \"device-manager\": \"Some device-manager\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"device-version\": \"Some device-version\",\n      \"device-template\": \"Some device-template\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"label\": [\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"active-software\": \"Some active-software\",\n      \"passive-software\": \"Some passive-software\",\n      \"uplink-name\": \"Some uplink-name\",\n      \"fiber-name\": \"Some fiber-name\",\n      \"call-home\": \"<object>\",\n      \"ip-address\": \"<string>\",\n      \"ip-port\": 0,\n      \"transport-protocol\": \"ssh\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"duid\": \"\"\n    },\n    \"mcast-infra\": {\n      \"report-src-ip-address\": \"0.0.0.0\",\n      \"query-src-ip-address\": \"0.0.0.0\",\n      \"mcast-profile\": \"default\",\n      \"mcast-src-ip-address\": \"0.0.0.0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9946cc39-b2db-422d-918d-8837d07d6a85"},{"name":"GET - NodeID - ibn - intent","id":"9456b4b0-efc6-4fcb-8906-1da363be258c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"007004ea-dacb-4853-879c-496ecb94077f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intent\": [\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"aligned\": true,\n      \"error\": true,\n      \"error-code\": \"Some error-code\",\n      \"error-detail\": \"Some error-detail\",\n      \"error-timestamp\": \"?:7196-47-02T29:98:86Z\",\n      \"sync-timestamp\": \"?:9552-89-24T40:39:61.7-87:01\",\n      \"intent-type-label\": [\n        \"Some intent-type-label\",\n        \"Some intent-type-label\"\n      ],\n      \"sync-to-ES-failed\": true,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:___dSK\",\n          \"dsl-profile\": \"?:q\",\n          \"l2-link-profile\": \"?:\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      },\n      \"state\": {\n        \"device-dpu-state\": {\n          \"reachable\": false,\n          \"ont-serial-number\": \"Some ont-serial-number\",\n          \"actual-active-software-on-device\": \"Some actual-active-software-on-device\",\n          \"actual-passive-software-on-device\": \"Some actual-passive-software-on-device\",\n          \"operation-type\": \"activate\",\n          \"software-name\": \"Some software-name\",\n          \"start-time\": \"?:2128-24-09T49:40:22.6+97:08\",\n          \"failed\": \"Some failed\",\n          \"already-triggered-operation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"next-operation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"intent-health\": \"healthy\",\n      \"intent-health-last-updated-timestamp\": \"?:9067-45-27T76:38:65Z\",\n      \"topology\": [\n        {\n          \"device-name\": \"Some device-name\",\n          \"intent-device-health\": \"healthy\",\n          \"object\": [\n            {\n              \"object-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"relative-object-id\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-health\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"admin-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"oper-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"non-service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"active-path\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesNames\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesObjectIDs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"object-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"relative-object-id\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-health\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"admin-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"oper-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"non-service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"active-path\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesNames\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesObjectIDs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"device-name\": \"Some device-name\",\n          \"intent-device-health\": \"healthy\",\n          \"object\": [\n            {\n              \"object-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"relative-object-id\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-health\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"admin-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"oper-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"non-service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"active-path\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesNames\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesObjectIDs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"object-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"relative-object-id\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-health\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"admin-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"oper-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"non-service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"active-path\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesNames\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesObjectIDs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"aligned\": true,\n      \"error\": true,\n      \"error-code\": \"Some error-code\",\n      \"error-detail\": \"Some error-detail\",\n      \"error-timestamp\": \"?:7196-47-02T29:98:86Z\",\n      \"sync-timestamp\": \"?:9552-89-24T40:39:61.7-87:01\",\n      \"intent-type-label\": [\n        \"Some intent-type-label\",\n        \"Some intent-type-label\"\n      ],\n      \"sync-to-ES-failed\": true,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:___dSK\",\n          \"dsl-profile\": \"?:q\",\n          \"l2-link-profile\": \"?:\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      },\n      \"state\": {\n        \"device-dpu-state\": {\n          \"reachable\": false,\n          \"ont-serial-number\": \"Some ont-serial-number\",\n          \"actual-active-software-on-device\": \"Some actual-active-software-on-device\",\n          \"actual-passive-software-on-device\": \"Some actual-passive-software-on-device\",\n          \"operation-type\": \"activate\",\n          \"software-name\": \"Some software-name\",\n          \"start-time\": \"?:2128-24-09T49:40:22.6+97:08\",\n          \"failed\": \"Some failed\",\n          \"already-triggered-operation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"next-operation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"intent-health\": \"healthy\",\n      \"intent-health-last-updated-timestamp\": \"?:9067-45-27T76:38:65Z\",\n      \"topology\": [\n        {\n          \"device-name\": \"Some device-name\",\n          \"intent-device-health\": \"healthy\",\n          \"object\": [\n            {\n              \"object-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"relative-object-id\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-health\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"admin-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"oper-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"non-service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"active-path\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesNames\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesObjectIDs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"object-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"relative-object-id\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-health\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"admin-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"oper-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"non-service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"active-path\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesNames\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesObjectIDs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"device-name\": \"Some device-name\",\n          \"intent-device-health\": \"healthy\",\n          \"object\": [\n            {\n              \"object-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"relative-object-id\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-health\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"admin-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"oper-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"non-service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"active-path\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesNames\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesObjectIDs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"object-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"relative-object-id\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"object-health\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"admin-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"oper-state\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"non-service-affecting-alarms\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"active-path\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesNames\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"previousVerticesObjectIDs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"9456b4b0-efc6-4fcb-8906-1da363be258c"},{"name":"DELETE - NodeID - ibn - intent","id":"12d75d79-2c4a-4cf1-8efb-518104a0b37d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4bb25450-cba5-4611-9085-5a589d695097","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12d75d79-2c4a-4cf1-8efb-518104a0b37d"},{"name":"PUT - NodeID - ibn - intent","id":"510a2e1b-548a-4fb7-b998-5695ce38226a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"intent\": [\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    },\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"57160bbd-2f85-426d-b034-ea53b6ce3a2b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"intent\": [\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    },\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"55a1fadd-bfc6-49b2-a711-d025fba818eb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"intent\": [\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    },\n    {\n      \"target\": \"Some target\",\n      \"intent-type\": \"Some intent-type\",\n      \"intent-type-version\": 1,\n      \"required-network-state\": \"active\",\n      \"sync-directly\": false,\n      \"configuration\": {\n        \"device-config-dpu\": {\n          \"uplink\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"copper-connection\": {\n          \"customer-name\": \"?:\",\n          \"dsl-profile\": \"?:dE\",\n          \"l2-link-profile\": \"?:36\",\n          \"bonding-links\": [\n            \"Some bonding-links\",\n            \"Some bonding-links\"\n          ],\n          \"single-line\": \"<object>\"\n        },\n        \"l2-infra\": {\n          \"vlan-mode\": \"cross-connect\",\n          \"s-vlan-id\": 2,\n          \"c-vlan-id\": 2,\n          \"nni-id\": [\n            \"Some nni-id\"\n          ],\n          \"forwarder-profile\": \"Some forwarder-profile\",\n          \"service-profile\": \"Some service-profile\"\n        },\n        \"l2-user\": {\n          \"service-profile\": \"Some service-profile\",\n          \"user-device-name\": \"Some user-device-name\",\n          \"uni-id\": \"Some uni-id\",\n          \"c-vlan-id\": 2,\n          \"untagged\": \"<object>\",\n          \"q-vlan-id\": 2,\n          \"priority-tagged\": \"<object>\"\n        },\n        \"device-dpu\": {\n          \"device-manager\": \"Some device-manager\",\n          \"hardware-type\": \"Some hardware-type\",\n          \"device-version\": \"Some device-version\",\n          \"device-template\": \"Some device-template\",\n          \"push-nav-configuration-to-device\": \"true\",\n          \"label\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"active-software\": \"Some active-software\",\n          \"passive-software\": \"Some passive-software\",\n          \"uplink-name\": \"Some uplink-name\",\n          \"fiber-name\": \"Some fiber-name\",\n          \"call-home\": \"<object>\",\n          \"ip-address\": \"<string>\",\n          \"ip-port\": 0,\n          \"transport-protocol\": \"ssh\",\n          \"username\": \"Some username\",\n          \"password\": \"Some password\",\n          \"duid\": \"\"\n        },\n        \"mcast-infra\": {\n          \"report-src-ip-address\": \"0.0.0.0\",\n          \"query-src-ip-address\": \"0.0.0.0\",\n          \"mcast-profile\": \"default\",\n          \"mcast-src-ip-address\": \"0.0.0.0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"510a2e1b-548a-4fb7-b998-5695ce38226a"},{"name":"POST - NodeID - ibn - configuration","id":"e2dd0e4e-9915-4ae3-bb75-1a90d0e5cde2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-config-dpu\": {\n    \"uplink\": [\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      }\n    ]\n  },\n  \"copper-connection\": {\n    \"customer-name\": \"?:\",\n    \"dsl-profile\": \"?:dE\",\n    \"l2-link-profile\": \"?:36\",\n    \"bonding-links\": [\n      \"Some bonding-links\",\n      \"Some bonding-links\"\n    ],\n    \"single-line\": \"<object>\"\n  },\n  \"l2-infra\": {\n    \"vlan-mode\": \"cross-connect\",\n    \"s-vlan-id\": 2,\n    \"c-vlan-id\": 2,\n    \"nni-id\": [\n      \"Some nni-id\"\n    ],\n    \"forwarder-profile\": \"Some forwarder-profile\",\n    \"service-profile\": \"Some service-profile\"\n  },\n  \"l2-user\": {\n    \"service-profile\": \"Some service-profile\",\n    \"user-device-name\": \"Some user-device-name\",\n    \"uni-id\": \"Some uni-id\",\n    \"c-vlan-id\": 2,\n    \"untagged\": \"<object>\",\n    \"q-vlan-id\": 2,\n    \"priority-tagged\": \"<object>\"\n  },\n  \"device-dpu\": {\n    \"device-manager\": \"Some device-manager\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"device-version\": \"Some device-version\",\n    \"device-template\": \"Some device-template\",\n    \"push-nav-configuration-to-device\": \"true\",\n    \"label\": [\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"active-software\": \"Some active-software\",\n    \"passive-software\": \"Some passive-software\",\n    \"uplink-name\": \"Some uplink-name\",\n    \"fiber-name\": \"Some fiber-name\",\n    \"call-home\": \"<object>\",\n    \"ip-address\": \"<string>\",\n    \"ip-port\": 0,\n    \"transport-protocol\": \"ssh\",\n    \"username\": \"Some username\",\n    \"password\": \"Some password\",\n    \"duid\": \"\"\n  },\n  \"mcast-infra\": {\n    \"report-src-ip-address\": \"0.0.0.0\",\n    \"query-src-ip-address\": \"0.0.0.0\",\n    \"mcast-profile\": \"default\",\n    \"mcast-src-ip-address\": \"0.0.0.0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration","description":"<p>intent configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bbe1179d-e87e-4cda-bdaf-a03c299ea832","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"device-config-dpu\": {\n    \"uplink\": [\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      }\n    ]\n  },\n  \"copper-connection\": {\n    \"customer-name\": \"?:\",\n    \"dsl-profile\": \"?:dE\",\n    \"l2-link-profile\": \"?:36\",\n    \"bonding-links\": [\n      \"Some bonding-links\",\n      \"Some bonding-links\"\n    ],\n    \"single-line\": \"<object>\"\n  },\n  \"l2-infra\": {\n    \"vlan-mode\": \"cross-connect\",\n    \"s-vlan-id\": 2,\n    \"c-vlan-id\": 2,\n    \"nni-id\": [\n      \"Some nni-id\"\n    ],\n    \"forwarder-profile\": \"Some forwarder-profile\",\n    \"service-profile\": \"Some service-profile\"\n  },\n  \"l2-user\": {\n    \"service-profile\": \"Some service-profile\",\n    \"user-device-name\": \"Some user-device-name\",\n    \"uni-id\": \"Some uni-id\",\n    \"c-vlan-id\": 2,\n    \"untagged\": \"<object>\",\n    \"q-vlan-id\": 2,\n    \"priority-tagged\": \"<object>\"\n  },\n  \"device-dpu\": {\n    \"device-manager\": \"Some device-manager\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"device-version\": \"Some device-version\",\n    \"device-template\": \"Some device-template\",\n    \"push-nav-configuration-to-device\": \"true\",\n    \"label\": [\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"active-software\": \"Some active-software\",\n    \"passive-software\": \"Some passive-software\",\n    \"uplink-name\": \"Some uplink-name\",\n    \"fiber-name\": \"Some fiber-name\",\n    \"call-home\": \"<object>\",\n    \"ip-address\": \"<string>\",\n    \"ip-port\": 0,\n    \"transport-protocol\": \"ssh\",\n    \"username\": \"Some username\",\n    \"password\": \"Some password\",\n    \"duid\": \"\"\n  },\n  \"mcast-infra\": {\n    \"report-src-ip-address\": \"0.0.0.0\",\n    \"query-src-ip-address\": \"0.0.0.0\",\n    \"mcast-profile\": \"default\",\n    \"mcast-src-ip-address\": \"0.0.0.0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e2dd0e4e-9915-4ae3-bb75-1a90d0e5cde2"},{"name":"GET - NodeID - ibn - configuration","id":"17fd0361-5667-4155-8bd9-8a414825c444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration?content=<string>","description":"<p>intent configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0a611366-763a-46d6-a8f4-ba6947444810","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configuration\": {\n    \"device-config-dpu\": {\n      \"uplink\": [\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        }\n      ]\n    },\n    \"copper-connection\": {\n      \"customer-name\": \"?:___dSK\",\n      \"dsl-profile\": \"?:q\",\n      \"l2-link-profile\": \"?:\",\n      \"bonding-links\": [\n        \"Some bonding-links\",\n        \"Some bonding-links\"\n      ],\n      \"single-line\": \"<object>\"\n    },\n    \"l2-infra\": {\n      \"vlan-mode\": \"cross-connect\",\n      \"s-vlan-id\": 2,\n      \"c-vlan-id\": 2,\n      \"nni-id\": [\n        \"Some nni-id\"\n      ],\n      \"forwarder-profile\": \"Some forwarder-profile\",\n      \"service-profile\": \"Some service-profile\"\n    },\n    \"l2-user\": {\n      \"service-profile\": \"Some service-profile\",\n      \"user-device-name\": \"Some user-device-name\",\n      \"uni-id\": \"Some uni-id\",\n      \"c-vlan-id\": 2,\n      \"untagged\": \"<object>\",\n      \"q-vlan-id\": 2,\n      \"priority-tagged\": \"<object>\"\n    },\n    \"device-dpu\": {\n      \"device-manager\": \"Some device-manager\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"device-version\": \"Some device-version\",\n      \"device-template\": \"Some device-template\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"label\": [\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"active-software\": \"Some active-software\",\n      \"passive-software\": \"Some passive-software\",\n      \"uplink-name\": \"Some uplink-name\",\n      \"fiber-name\": \"Some fiber-name\",\n      \"call-home\": \"<object>\",\n      \"ip-address\": \"<string>\",\n      \"ip-port\": 0,\n      \"transport-protocol\": \"ssh\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"duid\": \"\"\n    },\n    \"mcast-infra\": {\n      \"report-src-ip-address\": \"0.0.0.0\",\n      \"query-src-ip-address\": \"0.0.0.0\",\n      \"mcast-profile\": \"default\",\n      \"mcast-src-ip-address\": \"0.0.0.0\"\n    }\n  }\n}"}],"_postman_id":"17fd0361-5667-4155-8bd9-8a414825c444"},{"name":"DELETE - NodeID - ibn - configuration","id":"0469af84-9205-4867-a233-ccdea28f3244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration","description":"<p>intent configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"26c0a6bb-8fb5-43e1-b1a6-020a70a6701e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0469af84-9205-4867-a233-ccdea28f3244"},{"name":"PUT - NodeID - ibn - configuration","id":"e0e89e4c-ac77-46b8-a7c2-5f644f2c6e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configuration\": {\n    \"device-config-dpu\": {\n      \"uplink\": [\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        }\n      ]\n    },\n    \"copper-connection\": {\n      \"customer-name\": \"?:\",\n      \"dsl-profile\": \"?:dE\",\n      \"l2-link-profile\": \"?:36\",\n      \"bonding-links\": [\n        \"Some bonding-links\",\n        \"Some bonding-links\"\n      ],\n      \"single-line\": \"<object>\"\n    },\n    \"l2-infra\": {\n      \"vlan-mode\": \"cross-connect\",\n      \"s-vlan-id\": 2,\n      \"c-vlan-id\": 2,\n      \"nni-id\": [\n        \"Some nni-id\"\n      ],\n      \"forwarder-profile\": \"Some forwarder-profile\",\n      \"service-profile\": \"Some service-profile\"\n    },\n    \"l2-user\": {\n      \"service-profile\": \"Some service-profile\",\n      \"user-device-name\": \"Some user-device-name\",\n      \"uni-id\": \"Some uni-id\",\n      \"c-vlan-id\": 2,\n      \"untagged\": \"<object>\",\n      \"q-vlan-id\": 2,\n      \"priority-tagged\": \"<object>\"\n    },\n    \"device-dpu\": {\n      \"device-manager\": \"Some device-manager\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"device-version\": \"Some device-version\",\n      \"device-template\": \"Some device-template\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"label\": [\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"active-software\": \"Some active-software\",\n      \"passive-software\": \"Some passive-software\",\n      \"uplink-name\": \"Some uplink-name\",\n      \"fiber-name\": \"Some fiber-name\",\n      \"call-home\": \"<object>\",\n      \"ip-address\": \"<string>\",\n      \"ip-port\": 0,\n      \"transport-protocol\": \"ssh\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"duid\": \"\"\n    },\n    \"mcast-infra\": {\n      \"report-src-ip-address\": \"0.0.0.0\",\n      \"query-src-ip-address\": \"0.0.0.0\",\n      \"mcast-profile\": \"default\",\n      \"mcast-src-ip-address\": \"0.0.0.0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration","description":"<p>intent configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a25cbdc3-f7df-4e84-af4a-0ea70f835274","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configuration\": {\n    \"device-config-dpu\": {\n      \"uplink\": [\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        }\n      ]\n    },\n    \"copper-connection\": {\n      \"customer-name\": \"?:\",\n      \"dsl-profile\": \"?:dE\",\n      \"l2-link-profile\": \"?:36\",\n      \"bonding-links\": [\n        \"Some bonding-links\",\n        \"Some bonding-links\"\n      ],\n      \"single-line\": \"<object>\"\n    },\n    \"l2-infra\": {\n      \"vlan-mode\": \"cross-connect\",\n      \"s-vlan-id\": 2,\n      \"c-vlan-id\": 2,\n      \"nni-id\": [\n        \"Some nni-id\"\n      ],\n      \"forwarder-profile\": \"Some forwarder-profile\",\n      \"service-profile\": \"Some service-profile\"\n    },\n    \"l2-user\": {\n      \"service-profile\": \"Some service-profile\",\n      \"user-device-name\": \"Some user-device-name\",\n      \"uni-id\": \"Some uni-id\",\n      \"c-vlan-id\": 2,\n      \"untagged\": \"<object>\",\n      \"q-vlan-id\": 2,\n      \"priority-tagged\": \"<object>\"\n    },\n    \"device-dpu\": {\n      \"device-manager\": \"Some device-manager\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"device-version\": \"Some device-version\",\n      \"device-template\": \"Some device-template\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"label\": [\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"active-software\": \"Some active-software\",\n      \"passive-software\": \"Some passive-software\",\n      \"uplink-name\": \"Some uplink-name\",\n      \"fiber-name\": \"Some fiber-name\",\n      \"call-home\": \"<object>\",\n      \"ip-address\": \"<string>\",\n      \"ip-port\": 0,\n      \"transport-protocol\": \"ssh\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"duid\": \"\"\n    },\n    \"mcast-infra\": {\n      \"report-src-ip-address\": \"0.0.0.0\",\n      \"query-src-ip-address\": \"0.0.0.0\",\n      \"mcast-profile\": \"default\",\n      \"mcast-src-ip-address\": \"0.0.0.0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed19ad70-68a5-4fc7-a89f-a1c91b175b8b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"configuration\": {\n    \"device-config-dpu\": {\n      \"uplink\": [\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"l1-profile\": \"Some l1-profile\",\n          \"l2-link-profile\": \"Some l2-link-profile\"\n        }\n      ]\n    },\n    \"copper-connection\": {\n      \"customer-name\": \"?:\",\n      \"dsl-profile\": \"?:dE\",\n      \"l2-link-profile\": \"?:36\",\n      \"bonding-links\": [\n        \"Some bonding-links\",\n        \"Some bonding-links\"\n      ],\n      \"single-line\": \"<object>\"\n    },\n    \"l2-infra\": {\n      \"vlan-mode\": \"cross-connect\",\n      \"s-vlan-id\": 2,\n      \"c-vlan-id\": 2,\n      \"nni-id\": [\n        \"Some nni-id\"\n      ],\n      \"forwarder-profile\": \"Some forwarder-profile\",\n      \"service-profile\": \"Some service-profile\"\n    },\n    \"l2-user\": {\n      \"service-profile\": \"Some service-profile\",\n      \"user-device-name\": \"Some user-device-name\",\n      \"uni-id\": \"Some uni-id\",\n      \"c-vlan-id\": 2,\n      \"untagged\": \"<object>\",\n      \"q-vlan-id\": 2,\n      \"priority-tagged\": \"<object>\"\n    },\n    \"device-dpu\": {\n      \"device-manager\": \"Some device-manager\",\n      \"hardware-type\": \"Some hardware-type\",\n      \"device-version\": \"Some device-version\",\n      \"device-template\": \"Some device-template\",\n      \"push-nav-configuration-to-device\": \"true\",\n      \"label\": [\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"category\": \"Some category\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"active-software\": \"Some active-software\",\n      \"passive-software\": \"Some passive-software\",\n      \"uplink-name\": \"Some uplink-name\",\n      \"fiber-name\": \"Some fiber-name\",\n      \"call-home\": \"<object>\",\n      \"ip-address\": \"<string>\",\n      \"ip-port\": 0,\n      \"transport-protocol\": \"ssh\",\n      \"username\": \"Some username\",\n      \"password\": \"Some password\",\n      \"duid\": \"\"\n    },\n    \"mcast-infra\": {\n      \"report-src-ip-address\": \"0.0.0.0\",\n      \"query-src-ip-address\": \"0.0.0.0\",\n      \"mcast-profile\": \"default\",\n      \"mcast-src-ip-address\": \"0.0.0.0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0e89e4c-ac77-46b8-a7c2-5f644f2c6e69"},{"name":"POST - NodeID - ibn - device-config-dpu","id":"f9ede03c-8866-4ad0-82fb-7dbb5fa0181b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uplink\": [\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"32b51d0c-862b-451a-8aa5-020366be50b3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uplink\": [\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9ede03c-8866-4ad0-82fb-7dbb5fa0181b"},{"name":"GET - NodeID - ibn - device-config-dpu","id":"43c84feb-0ed8-4f95-9f21-7ccbcb3267e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ddc288cf-ecd6-4fd6-accd-7782f7177ae8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-config-dpu\": {\n    \"uplink\": [\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      }\n    ]\n  }\n}"}],"_postman_id":"43c84feb-0ed8-4f95-9f21-7ccbcb3267e6"},{"name":"DELETE - NodeID - ibn - device-config-dpu","id":"0518ca67-1d4e-4bc9-b1cb-3423394cd610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"19847b42-f062-482f-85dc-6122807f7053","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0518ca67-1d4e-4bc9-b1cb-3423394cd610"},{"name":"PUT - NodeID - ibn - device-config-dpu","id":"9d2281b5-42e9-4073-a6e1-31b0e0a94f97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-config-dpu\": {\n    \"uplink\": [\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6bd8ebcc-f020-47a7-9a86-ec11ab42e265","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-config-dpu\": {\n    \"uplink\": [\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0059537e-5ca2-48ea-9cad-27316a4b9bd3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-config-dpu\": {\n    \"uplink\": [\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"l1-profile\": \"Some l1-profile\",\n        \"l2-link-profile\": \"Some l2-link-profile\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d2281b5-42e9-4073-a6e1-31b0e0a94f97"},{"name":"POST - NodeID - ibn - uplink","id":"0d8eec52-d19b-4204-b93c-34571bc13e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"l1-profile\": \"Some l1-profile\",\n  \"l2-link-profile\": \"Some l2-link-profile\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu/uplink=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu","uplink=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"492d052b-9959-4862-9271-22f505cc0630","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"l1-profile\": \"Some l1-profile\",\n  \"l2-link-profile\": \"Some l2-link-profile\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu/uplink=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d8eec52-d19b-4204-b93c-34571bc13e67"},{"name":"GET - NodeID - ibn - uplink","id":"d3831218-773f-4f02-b73a-73de57dde708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu/uplink=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu","uplink=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7b94b849-ed97-4804-b56b-b18a59e1cd97","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu/uplink=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu","uplink=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uplink\": [\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    }\n  ]\n}"}],"_postman_id":"d3831218-773f-4f02-b73a-73de57dde708"},{"name":"DELETE - NodeID - ibn - uplink","id":"d22e330e-30ae-48d2-943e-c3d36acda29c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu/uplink=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu","uplink=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c679d83e-7ca0-4f84-aa11-21cd508d9d68","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu/uplink=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d22e330e-30ae-48d2-943e-c3d36acda29c"},{"name":"PUT - NodeID - ibn - uplink","id":"cab82141-7b20-4d4e-b8fb-55be973a80ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uplink\": [\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu/uplink=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-config-dpu:device-config-dpu","uplink=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"81da6357-95a6-4788-bc76-795cdc5fd209","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uplink\": [\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu/uplink=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"02153514-d14c-4e21-9b2e-9961dc7d2b5d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uplink\": [\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"l1-profile\": \"Some l1-profile\",\n      \"l2-link-profile\": \"Some l2-link-profile\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-config-dpu:device-config-dpu/uplink=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cab82141-7b20-4d4e-b8fb-55be973a80ea"},{"name":"POST - NodeID - ibn - copper-connection","id":"f1bca0bd-e046-40e1-925d-f17c649001cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer-name\": \"?:\",\n  \"dsl-profile\": \"?:dE\",\n  \"l2-link-profile\": \"?:36\",\n  \"bonding-links\": [\n    \"Some bonding-links\",\n    \"Some bonding-links\"\n  ],\n  \"single-line\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/copper-connection:copper-connection","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","copper-connection:copper-connection"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"01c08960-c604-4ad2-85fa-5e4cb85b6124","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"customer-name\": \"?:\",\n  \"dsl-profile\": \"?:dE\",\n  \"l2-link-profile\": \"?:36\",\n  \"bonding-links\": [\n    \"Some bonding-links\",\n    \"Some bonding-links\"\n  ],\n  \"single-line\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/copper-connection:copper-connection"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1bca0bd-e046-40e1-925d-f17c649001cf"},{"name":"GET - NodeID - ibn - copper-connection","id":"92f4635d-4b8b-417f-aeb5-e8bf35822b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/copper-connection:copper-connection?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","copper-connection:copper-connection"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3b91f283-7243-4d43-b586-a3e2709e7dfd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/copper-connection:copper-connection?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","copper-connection:copper-connection"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"copper-connection\": {\n    \"customer-name\": \"?:___dSK\",\n    \"dsl-profile\": \"?:q\",\n    \"l2-link-profile\": \"?:\",\n    \"bonding-links\": [\n      \"Some bonding-links\",\n      \"Some bonding-links\"\n    ],\n    \"single-line\": \"<object>\"\n  }\n}"}],"_postman_id":"92f4635d-4b8b-417f-aeb5-e8bf35822b18"},{"name":"DELETE - NodeID - ibn - copper-connection","id":"825da168-5b3a-4aa7-b3ca-a6f97b8bcbd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/copper-connection:copper-connection","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","copper-connection:copper-connection"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"88a23e11-e603-4671-bc2b-3fdfe41fc32e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/copper-connection:copper-connection"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"825da168-5b3a-4aa7-b3ca-a6f97b8bcbd7"},{"name":"PUT - NodeID - ibn - copper-connection","id":"01610869-20ac-4de2-9ea0-795e12dff04f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"copper-connection\": {\n    \"customer-name\": \"?:\",\n    \"dsl-profile\": \"?:dE\",\n    \"l2-link-profile\": \"?:36\",\n    \"bonding-links\": [\n      \"Some bonding-links\",\n      \"Some bonding-links\"\n    ],\n    \"single-line\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/copper-connection:copper-connection","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","copper-connection:copper-connection"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"00ed01c6-936e-42d8-b60c-3e2e5952cc8b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"copper-connection\": {\n    \"customer-name\": \"?:\",\n    \"dsl-profile\": \"?:dE\",\n    \"l2-link-profile\": \"?:36\",\n    \"bonding-links\": [\n      \"Some bonding-links\",\n      \"Some bonding-links\"\n    ],\n    \"single-line\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/copper-connection:copper-connection"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6b87f83e-b103-408b-8676-d45ec77540a8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"copper-connection\": {\n    \"customer-name\": \"?:\",\n    \"dsl-profile\": \"?:dE\",\n    \"l2-link-profile\": \"?:36\",\n    \"bonding-links\": [\n      \"Some bonding-links\",\n      \"Some bonding-links\"\n    ],\n    \"single-line\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/copper-connection:copper-connection"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01610869-20ac-4de2-9ea0-795e12dff04f"},{"name":"POST - NodeID - ibn - l2-infra","id":"34f3fa5d-3cf4-4788-b244-46f46cc0e63d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vlan-mode\": \"cross-connect\",\n  \"s-vlan-id\": 2,\n  \"c-vlan-id\": 2,\n  \"nni-id\": [\n    \"Some nni-id\"\n  ],\n  \"forwarder-profile\": \"Some forwarder-profile\",\n  \"service-profile\": \"Some service-profile\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-infra:l2-infra","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-infra:l2-infra"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9e487d3f-b737-4258-a3df-1a7ccba1dab7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vlan-mode\": \"cross-connect\",\n  \"s-vlan-id\": 2,\n  \"c-vlan-id\": 2,\n  \"nni-id\": [\n    \"Some nni-id\"\n  ],\n  \"forwarder-profile\": \"Some forwarder-profile\",\n  \"service-profile\": \"Some service-profile\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-infra:l2-infra"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34f3fa5d-3cf4-4788-b244-46f46cc0e63d"},{"name":"GET - NodeID - ibn - l2-infra","id":"74f48433-1390-4919-83fc-064c46638beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-infra:l2-infra?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-infra:l2-infra"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6213b105-5efc-4d56-becb-4cef57af1b45","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-infra:l2-infra?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-infra:l2-infra"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"l2-infra\": {\n    \"vlan-mode\": \"cross-connect\",\n    \"s-vlan-id\": 2,\n    \"c-vlan-id\": 2,\n    \"nni-id\": [\n      \"Some nni-id\"\n    ],\n    \"forwarder-profile\": \"Some forwarder-profile\",\n    \"service-profile\": \"Some service-profile\"\n  }\n}"}],"_postman_id":"74f48433-1390-4919-83fc-064c46638beb"},{"name":"DELETE - NodeID - ibn - l2-infra","id":"3deac95d-f062-42d1-b023-bd813217ffbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-infra:l2-infra","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-infra:l2-infra"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4953911f-c6cc-4091-996c-8580d16d1bcc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-infra:l2-infra"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3deac95d-f062-42d1-b023-bd813217ffbd"},{"name":"PUT - NodeID - ibn - l2-infra","id":"8863a176-19c9-41c3-8ca9-0f9cb5cde237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"l2-infra\": {\n    \"vlan-mode\": \"cross-connect\",\n    \"s-vlan-id\": 2,\n    \"c-vlan-id\": 2,\n    \"nni-id\": [\n      \"Some nni-id\"\n    ],\n    \"forwarder-profile\": \"Some forwarder-profile\",\n    \"service-profile\": \"Some service-profile\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-infra:l2-infra","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-infra:l2-infra"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"95057e20-c1d0-4027-9b00-35ebc0bdf9e1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-infra\": {\n    \"vlan-mode\": \"cross-connect\",\n    \"s-vlan-id\": 2,\n    \"c-vlan-id\": 2,\n    \"nni-id\": [\n      \"Some nni-id\"\n    ],\n    \"forwarder-profile\": \"Some forwarder-profile\",\n    \"service-profile\": \"Some service-profile\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-infra:l2-infra"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f73daa75-8c89-4693-afc5-f55478765a55","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-infra\": {\n    \"vlan-mode\": \"cross-connect\",\n    \"s-vlan-id\": 2,\n    \"c-vlan-id\": 2,\n    \"nni-id\": [\n      \"Some nni-id\"\n    ],\n    \"forwarder-profile\": \"Some forwarder-profile\",\n    \"service-profile\": \"Some service-profile\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-infra:l2-infra"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8863a176-19c9-41c3-8ca9-0f9cb5cde237"},{"name":"POST - NodeID - ibn - l2-user","id":"c445df45-f869-48f8-9173-be376215df80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user-device-name\": \"Some user-device-name\",\n  \"uni-id\": \"Some uni-id\",\n  \"c-vlan-id\": 2,\n  \"service-profile\": \"Some service-profile\",\n  \"untagged\": \"<object>\",\n  \"q-vlan-id\": 2,\n  \"priority-tagged\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-user:l2-user","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-user:l2-user"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ea4408b-ea4d-4bbd-8e06-e156665598c2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"user-device-name\": \"Some user-device-name\",\n  \"uni-id\": \"Some uni-id\",\n  \"c-vlan-id\": 2,\n  \"service-profile\": \"Some service-profile\",\n  \"untagged\": \"<object>\",\n  \"q-vlan-id\": 2,\n  \"priority-tagged\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-user:l2-user"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c445df45-f869-48f8-9173-be376215df80"},{"name":"GET - NodeID - ibn - l2-user","id":"bdee7947-b912-43e7-b824-55fac2c6d2dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-user:l2-user?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-user:l2-user"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d373e317-7ffe-4f6f-b435-c794bd646c8d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-user:l2-user?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-user:l2-user"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"l2-user\": {\n    \"service-profile\": \"Some service-profile\",\n    \"user-device-name\": \"Some user-device-name\",\n    \"uni-id\": \"Some uni-id\",\n    \"c-vlan-id\": 2,\n    \"untagged\": \"<object>\",\n    \"q-vlan-id\": 2,\n    \"priority-tagged\": \"<object>\"\n  }\n}"}],"_postman_id":"bdee7947-b912-43e7-b824-55fac2c6d2dc"},{"name":"DELETE - NodeID - ibn - l2-user","id":"bbbc53a6-b7ed-49fe-9f5a-9b38dd332b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-user:l2-user","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-user:l2-user"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cdf00d0c-a149-40fa-9283-4903cec19b09","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-user:l2-user"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bbbc53a6-b7ed-49fe-9f5a-9b38dd332b0e"},{"name":"PUT - NodeID - ibn - l2-user","id":"4c27a94d-a1cd-47bc-b57c-0d64145376d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"l2-user\": {\n    \"service-profile\": \"Some service-profile\",\n    \"user-device-name\": \"Some user-device-name\",\n    \"uni-id\": \"Some uni-id\",\n    \"c-vlan-id\": 2,\n    \"untagged\": \"<object>\",\n    \"q-vlan-id\": 2,\n    \"priority-tagged\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-user:l2-user","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","l2-user:l2-user"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"96fac992-9e7e-4e3c-85d6-b87889dadc93","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-user\": {\n    \"service-profile\": \"Some service-profile\",\n    \"user-device-name\": \"Some user-device-name\",\n    \"uni-id\": \"Some uni-id\",\n    \"c-vlan-id\": 2,\n    \"untagged\": \"<object>\",\n    \"q-vlan-id\": 2,\n    \"priority-tagged\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-user:l2-user"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"94509630-4a7f-4c68-bd94-e40cf6b3c1b3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-user\": {\n    \"service-profile\": \"Some service-profile\",\n    \"user-device-name\": \"Some user-device-name\",\n    \"uni-id\": \"Some uni-id\",\n    \"c-vlan-id\": 2,\n    \"untagged\": \"<object>\",\n    \"q-vlan-id\": 2,\n    \"priority-tagged\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/l2-user:l2-user"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c27a94d-a1cd-47bc-b57c-0d64145376d4"},{"name":"POST - NodeID - ibn - device-dpu","id":"7a08140c-d663-40fb-a5be-cfcf16f418b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-manager\": \"Some device-manager\",\n  \"hardware-type\": \"Some hardware-type\",\n  \"device-version\": \"Some device-version\",\n  \"device-template\": \"Some device-template\",\n  \"push-nav-configuration-to-device\": \"true\",\n  \"label\": [\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    }\n  ],\n  \"active-software\": \"Some active-software\",\n  \"passive-software\": \"Some passive-software\",\n  \"uplink-name\": \"Some uplink-name\",\n  \"fiber-name\": \"Some fiber-name\",\n  \"call-home\": \"<object>\",\n  \"ip-address\": \"<string>\",\n  \"ip-port\": 0,\n  \"transport-protocol\": \"ssh\",\n  \"username\": \"Some username\",\n  \"password\": \"Some password\",\n  \"duid\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"57c88a55-876a-420b-8df4-88d838b76eb8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"device-manager\": \"Some device-manager\",\n  \"hardware-type\": \"Some hardware-type\",\n  \"device-version\": \"Some device-version\",\n  \"device-template\": \"Some device-template\",\n  \"push-nav-configuration-to-device\": \"true\",\n  \"label\": [\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    }\n  ],\n  \"active-software\": \"Some active-software\",\n  \"passive-software\": \"Some passive-software\",\n  \"uplink-name\": \"Some uplink-name\",\n  \"fiber-name\": \"Some fiber-name\",\n  \"call-home\": \"<object>\",\n  \"ip-address\": \"<string>\",\n  \"ip-port\": 0,\n  \"transport-protocol\": \"ssh\",\n  \"username\": \"Some username\",\n  \"password\": \"Some password\",\n  \"duid\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a08140c-d663-40fb-a5be-cfcf16f418b9"},{"name":"GET - NodeID - ibn - device-dpu","id":"986c9a3f-2707-43e7-85a9-27bd7c8223ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"94d2838f-cf54-4f57-b08b-0c8daf90dd63","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-dpu\": {\n    \"device-manager\": \"Some device-manager\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"device-version\": \"Some device-version\",\n    \"device-template\": \"Some device-template\",\n    \"push-nav-configuration-to-device\": \"true\",\n    \"label\": [\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"active-software\": \"Some active-software\",\n    \"passive-software\": \"Some passive-software\",\n    \"uplink-name\": \"Some uplink-name\",\n    \"fiber-name\": \"Some fiber-name\",\n    \"call-home\": \"<object>\",\n    \"ip-address\": \"<string>\",\n    \"ip-port\": 0,\n    \"transport-protocol\": \"ssh\",\n    \"username\": \"Some username\",\n    \"password\": \"Some password\",\n    \"duid\": \"\"\n  }\n}"}],"_postman_id":"986c9a3f-2707-43e7-85a9-27bd7c8223ff"},{"name":"DELETE - NodeID - ibn - device-dpu","id":"189cdc4b-9264-489a-8a51-b44eb8d6afaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6e883b88-a81e-4653-bb28-0de76c5c0457","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"189cdc4b-9264-489a-8a51-b44eb8d6afaf"},{"name":"PUT - NodeID - ibn - device-dpu","id":"7979b071-cc63-435c-8efe-73c20d6206b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device-dpu\": {\n    \"device-manager\": \"Some device-manager\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"device-version\": \"Some device-version\",\n    \"device-template\": \"Some device-template\",\n    \"push-nav-configuration-to-device\": \"true\",\n    \"label\": [\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"active-software\": \"Some active-software\",\n    \"passive-software\": \"Some passive-software\",\n    \"uplink-name\": \"Some uplink-name\",\n    \"fiber-name\": \"Some fiber-name\",\n    \"call-home\": \"<object>\",\n    \"ip-address\": \"<string>\",\n    \"ip-port\": 0,\n    \"transport-protocol\": \"ssh\",\n    \"username\": \"Some username\",\n    \"password\": \"Some password\",\n    \"duid\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1b8b951e-02af-45c5-bd1d-f0a1b7cee049","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-dpu\": {\n    \"device-manager\": \"Some device-manager\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"device-version\": \"Some device-version\",\n    \"device-template\": \"Some device-template\",\n    \"push-nav-configuration-to-device\": \"true\",\n    \"label\": [\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"active-software\": \"Some active-software\",\n    \"passive-software\": \"Some passive-software\",\n    \"uplink-name\": \"Some uplink-name\",\n    \"fiber-name\": \"Some fiber-name\",\n    \"call-home\": \"<object>\",\n    \"ip-address\": \"<string>\",\n    \"ip-port\": 0,\n    \"transport-protocol\": \"ssh\",\n    \"username\": \"Some username\",\n    \"password\": \"Some password\",\n    \"duid\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6cb03c6e-e716-4910-b91b-def9233bf9cc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device-dpu\": {\n    \"device-manager\": \"Some device-manager\",\n    \"hardware-type\": \"Some hardware-type\",\n    \"device-version\": \"Some device-version\",\n    \"device-template\": \"Some device-template\",\n    \"push-nav-configuration-to-device\": \"true\",\n    \"label\": [\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"category\": \"Some category\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"active-software\": \"Some active-software\",\n    \"passive-software\": \"Some passive-software\",\n    \"uplink-name\": \"Some uplink-name\",\n    \"fiber-name\": \"Some fiber-name\",\n    \"call-home\": \"<object>\",\n    \"ip-address\": \"<string>\",\n    \"ip-port\": 0,\n    \"transport-protocol\": \"ssh\",\n    \"username\": \"Some username\",\n    \"password\": \"Some password\",\n    \"duid\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7979b071-cc63-435c-8efe-73c20d6206b2"},{"name":"POST - NodeID - ibn - label","id":"22297bed-93ae-405f-8480-f1211390b59c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu/label=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu","label=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f932dcd4-72ff-412d-8014-007b817c7f6c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu/label=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22297bed-93ae-405f-8480-f1211390b59c"},{"name":"GET - NodeID - ibn - label","id":"a3b8fcc7-7c60-4fd7-bebf-74d8ca257098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu/label=<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu","label=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"257d88ba-8d1d-4627-88bc-86514dee28d6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu/label=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu","label=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"label\": [\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"a3b8fcc7-7c60-4fd7-bebf-74d8ca257098"},{"name":"DELETE - NodeID - ibn - label","id":"d7db5584-f1e6-4ae4-a4ba-95d5194d445c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu/label=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu","label=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a4a06eb8-3ae5-4b7c-9729-037056ca6b12","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu/label=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d7db5584-f1e6-4ae4-a4ba-95d5194d445c"},{"name":"PUT - NodeID - ibn - label","id":"8c532f31-4cf5-459b-a0bd-8aef56e70752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu/label=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","device-dpu:device-dpu","label=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"db472822-9e92-4b0b-a97c-63066e8e873d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu/label=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7b234545-733a-4cfa-8466-80608a774eb2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"label\": [\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"category\": \"Some category\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/device-dpu:device-dpu/label=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c532f31-4cf5-459b-a0bd-8aef56e70752"},{"name":"POST - NodeID - ibn - mcast-infra","id":"f40c6a9b-275a-4e17-ae55-5eea4f8c9ffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"report-src-ip-address\": \"0.0.0.0\",\n  \"query-src-ip-address\": \"0.0.0.0\",\n  \"mcast-profile\": \"default\",\n  \"mcast-src-ip-address\": \"0.0.0.0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/mcast-infra:mcast-infra","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","mcast-infra:mcast-infra"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ec932156-ac64-446a-aaef-7f9c9797c693","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"report-src-ip-address\": \"0.0.0.0\",\n  \"query-src-ip-address\": \"0.0.0.0\",\n  \"mcast-profile\": \"default\",\n  \"mcast-src-ip-address\": \"0.0.0.0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/mcast-infra:mcast-infra"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f40c6a9b-275a-4e17-ae55-5eea4f8c9ffd"},{"name":"GET - NodeID - ibn - mcast-infra","id":"75ffa640-0a23-46a6-8dcd-bce0ac93484f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/mcast-infra:mcast-infra?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","mcast-infra:mcast-infra"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4bb5a827-89d4-432d-8306-5da97c9c6198","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/mcast-infra:mcast-infra?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","mcast-infra:mcast-infra"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mcast-infra\": {\n    \"report-src-ip-address\": \"0.0.0.0\",\n    \"query-src-ip-address\": \"0.0.0.0\",\n    \"mcast-profile\": \"default\",\n    \"mcast-src-ip-address\": \"0.0.0.0\"\n  }\n}"}],"_postman_id":"75ffa640-0a23-46a6-8dcd-bce0ac93484f"},{"name":"DELETE - NodeID - ibn - mcast-infra","id":"43d95061-b391-4735-a430-44bbbd27c1aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/mcast-infra:mcast-infra","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","mcast-infra:mcast-infra"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd662738-191f-4488-aa36-e76d2fa372c9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/mcast-infra:mcast-infra"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43d95061-b391-4735-a430-44bbbd27c1aa"},{"name":"PUT - NodeID - ibn - mcast-infra","id":"72a68103-7bd0-4810-b02e-1ad3c1fb3f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mcast-infra\": {\n    \"report-src-ip-address\": \"0.0.0.0\",\n    \"query-src-ip-address\": \"0.0.0.0\",\n    \"mcast-profile\": \"default\",\n    \"mcast-src-ip-address\": \"0.0.0.0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/mcast-infra:mcast-infra","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","configuration","mcast-infra:mcast-infra"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"06c676d2-d43d-419a-97aa-2f3b4034a2f2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mcast-infra\": {\n    \"report-src-ip-address\": \"0.0.0.0\",\n    \"query-src-ip-address\": \"0.0.0.0\",\n    \"mcast-profile\": \"default\",\n    \"mcast-src-ip-address\": \"0.0.0.0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/mcast-infra:mcast-infra"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c847070f-5ba6-4837-ab13-9c03d98884e9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mcast-infra\": {\n    \"report-src-ip-address\": \"0.0.0.0\",\n    \"query-src-ip-address\": \"0.0.0.0\",\n    \"mcast-profile\": \"default\",\n    \"mcast-src-ip-address\": \"0.0.0.0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/configuration/mcast-infra:mcast-infra"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72a68103-7bd0-4810-b02e-1ad3c1fb3f68"},{"name":"GET - NodeID - ibn - state","id":"5b26b135-c0b2-4ae1-81f0-babe0ef8ebd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/state?content=<string>","description":"<p>intent state attributes</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"341d8491-7de9-4faf-8077-a128be369251","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"device-dpu-state\": {\n      \"reachable\": false,\n      \"ont-serial-number\": \"Some ont-serial-number\",\n      \"actual-active-software-on-device\": \"Some actual-active-software-on-device\",\n      \"actual-passive-software-on-device\": \"Some actual-passive-software-on-device\",\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\",\n      \"start-time\": \"?:2128-24-09T49:40:22.6+97:08\",\n      \"failed\": \"Some failed\",\n      \"already-triggered-operation\": [\n        {\n          \"operation-type\": \"activate\",\n          \"software-name\": \"Some software-name\",\n          \"start-time\": \"?:2971-86-40T96:32:91Z\",\n          \"result\": \"Some result\"\n        },\n        {\n          \"operation-type\": \"activate\",\n          \"software-name\": \"Some software-name\",\n          \"start-time\": \"?:2971-86-40T96:32:91Z\",\n          \"result\": \"Some result\"\n        }\n      ],\n      \"next-operation\": [\n        {\n          \"order\": 0,\n          \"operation-type\": \"activate\",\n          \"software-name\": \"Some software-name\"\n        },\n        {\n          \"order\": 0,\n          \"operation-type\": \"activate\",\n          \"software-name\": \"Some software-name\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"5b26b135-c0b2-4ae1-81f0-babe0ef8ebd6"},{"name":"GET - NodeID - ibn - device-dpu-state","id":"839e6c60-4340-4555-9e76-2df82cfce7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/state/device-dpu:device-dpu-state?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","state","device-dpu:device-dpu-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4014f010-b941-4517-9a41-90f06247ca14","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/state/device-dpu:device-dpu-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","state","device-dpu:device-dpu-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device-dpu-state\": {\n    \"reachable\": false,\n    \"ont-serial-number\": \"Some ont-serial-number\",\n    \"actual-active-software-on-device\": \"Some actual-active-software-on-device\",\n    \"actual-passive-software-on-device\": \"Some actual-passive-software-on-device\",\n    \"operation-type\": \"activate\",\n    \"software-name\": \"Some software-name\",\n    \"start-time\": \"?:2128-24-09T49:40:22.6+97:08\",\n    \"failed\": \"Some failed\",\n    \"already-triggered-operation\": [\n      {\n        \"operation-type\": \"activate\",\n        \"software-name\": \"Some software-name\",\n        \"start-time\": \"?:2971-86-40T96:32:91Z\",\n        \"result\": \"Some result\"\n      },\n      {\n        \"operation-type\": \"activate\",\n        \"software-name\": \"Some software-name\",\n        \"start-time\": \"?:2971-86-40T96:32:91Z\",\n        \"result\": \"Some result\"\n      }\n    ],\n    \"next-operation\": [\n      {\n        \"order\": 0,\n        \"operation-type\": \"activate\",\n        \"software-name\": \"Some software-name\"\n      },\n      {\n        \"order\": 0,\n        \"operation-type\": \"activate\",\n        \"software-name\": \"Some software-name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"839e6c60-4340-4555-9e76-2df82cfce7f4"},{"name":"GET - NodeID - ibn - already-triggered-operation","id":"6a6658a8-bf26-4966-be18-52350a6b75ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/state/device-dpu:device-dpu-state/already-triggered-operation=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","state","device-dpu:device-dpu-state","already-triggered-operation=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8aab7875-92ee-41d9-9a32-7ebfed7eb128","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/state/device-dpu:device-dpu-state/already-triggered-operation=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","state","device-dpu:device-dpu-state","already-triggered-operation=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"already-triggered-operation\": [\n    {\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\",\n      \"start-time\": \"?:2971-86-40T96:32:91Z\",\n      \"result\": \"Some result\"\n    },\n    {\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\",\n      \"start-time\": \"?:2971-86-40T96:32:91Z\",\n      \"result\": \"Some result\"\n    }\n  ]\n}"}],"_postman_id":"6a6658a8-bf26-4966-be18-52350a6b75ee"},{"name":"GET - NodeID - ibn - next-operation","id":"7f7326e8-ce04-47fc-8170-9f04298c0820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/state/device-dpu:device-dpu-state/next-operation=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","state","device-dpu:device-dpu-state","next-operation=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f136e47a-9795-4713-87fe-e3f667d7f2e1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/state/device-dpu:device-dpu-state/next-operation=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","state","device-dpu:device-dpu-state","next-operation=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"next-operation\": [\n    {\n      \"order\": 0,\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\"\n    },\n    {\n      \"order\": 0,\n      \"operation-type\": \"activate\",\n      \"software-name\": \"Some software-name\"\n    }\n  ]\n}"}],"_postman_id":"7f7326e8-ce04-47fc-8170-9f04298c0820"},{"name":"GET - NodeID - ibn - topology","id":"fda08917-292b-4822-847b-367efbe6af98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/topology=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","topology=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6dd4d3d0-c690-4ca8-be96-bd25d8989dc1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/topology=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","topology=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"topology\": [\n    {\n      \"device-name\": \"Some device-name\",\n      \"intent-device-health\": \"healthy\",\n      \"object\": [\n        {\n          \"object-name\": \"Some object-name\",\n          \"relative-object-id\": \"Some relative-object-id\",\n          \"object-type\": \"Some object-type\",\n          \"object-health\": \"healthy\",\n          \"admin-state\": \"up\",\n          \"oper-state\": \"up\",\n          \"service-affecting-alarms\": 0,\n          \"non-service-affecting-alarms\": 0,\n          \"active-path\": true,\n          \"previousVerticesNames\": {\n            \"object-name-previous-vertex\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"previousVerticesObjectIDs\": {\n            \"relative-object-id-previous-vertex\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"object-name\": \"Some object-name\",\n          \"relative-object-id\": \"Some relative-object-id\",\n          \"object-type\": \"Some object-type\",\n          \"object-health\": \"healthy\",\n          \"admin-state\": \"up\",\n          \"oper-state\": \"up\",\n          \"service-affecting-alarms\": 0,\n          \"non-service-affecting-alarms\": 0,\n          \"active-path\": true,\n          \"previousVerticesNames\": {\n            \"object-name-previous-vertex\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"previousVerticesObjectIDs\": {\n            \"relative-object-id-previous-vertex\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    {\n      \"device-name\": \"Some device-name\",\n      \"intent-device-health\": \"healthy\",\n      \"object\": [\n        {\n          \"object-name\": \"Some object-name\",\n          \"relative-object-id\": \"Some relative-object-id\",\n          \"object-type\": \"Some object-type\",\n          \"object-health\": \"healthy\",\n          \"admin-state\": \"up\",\n          \"oper-state\": \"up\",\n          \"service-affecting-alarms\": 0,\n          \"non-service-affecting-alarms\": 0,\n          \"active-path\": true,\n          \"previousVerticesNames\": {\n            \"object-name-previous-vertex\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"previousVerticesObjectIDs\": {\n            \"relative-object-id-previous-vertex\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"object-name\": \"Some object-name\",\n          \"relative-object-id\": \"Some relative-object-id\",\n          \"object-type\": \"Some object-type\",\n          \"object-health\": \"healthy\",\n          \"admin-state\": \"up\",\n          \"oper-state\": \"up\",\n          \"service-affecting-alarms\": 0,\n          \"non-service-affecting-alarms\": 0,\n          \"active-path\": true,\n          \"previousVerticesNames\": {\n            \"object-name-previous-vertex\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"previousVerticesObjectIDs\": {\n            \"relative-object-id-previous-vertex\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"fda08917-292b-4822-847b-367efbe6af98"},{"name":"GET - NodeID - ibn - object","id":"b18b9dbb-317d-4dd7-b498-d28aead3efe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/topology=<string>/object=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","topology=<string>","object=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"01615fa7-f5f5-4efb-b647-b12ca89c6de8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/topology=<string>/object=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","topology=<string>","object=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"object\": [\n    {\n      \"object-name\": \"Some object-name\",\n      \"relative-object-id\": \"Some relative-object-id\",\n      \"object-type\": \"Some object-type\",\n      \"object-health\": \"healthy\",\n      \"admin-state\": \"up\",\n      \"oper-state\": \"up\",\n      \"service-affecting-alarms\": 0,\n      \"non-service-affecting-alarms\": 0,\n      \"active-path\": true,\n      \"previousVerticesNames\": {\n        \"object-name-previous-vertex\": [\n          \"Some object-name-previous-vertex\",\n          \"Some object-name-previous-vertex\"\n        ]\n      },\n      \"previousVerticesObjectIDs\": {\n        \"relative-object-id-previous-vertex\": [\n          \"Some relative-object-id-previous-vertex\",\n          \"Some relative-object-id-previous-vertex\"\n        ]\n      }\n    },\n    {\n      \"object-name\": \"Some object-name\",\n      \"relative-object-id\": \"Some relative-object-id\",\n      \"object-type\": \"Some object-type\",\n      \"object-health\": \"healthy\",\n      \"admin-state\": \"up\",\n      \"oper-state\": \"up\",\n      \"service-affecting-alarms\": 0,\n      \"non-service-affecting-alarms\": 0,\n      \"active-path\": true,\n      \"previousVerticesNames\": {\n        \"object-name-previous-vertex\": [\n          \"Some object-name-previous-vertex\",\n          \"Some object-name-previous-vertex\"\n        ]\n      },\n      \"previousVerticesObjectIDs\": {\n        \"relative-object-id-previous-vertex\": [\n          \"Some relative-object-id-previous-vertex\",\n          \"Some relative-object-id-previous-vertex\"\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"b18b9dbb-317d-4dd7-b498-d28aead3efe8"},{"name":"GET - NodeID - ibn - previousVerticesNames","id":"91a856a1-63d5-4f9f-aa7a-30e0dcca1ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/topology=<string>/object=<string>/previousVerticesNames?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","topology=<string>","object=<string>","previousVerticesNames"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fef0c47e-aa3f-4ea0-b2a9-2fb0bfc53da5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/topology=<string>/object=<string>/previousVerticesNames?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","topology=<string>","object=<string>","previousVerticesNames"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"previousVerticesNames\": {\n    \"object-name-previous-vertex\": [\n      \"Some object-name-previous-vertex\",\n      \"Some object-name-previous-vertex\"\n    ]\n  }\n}"}],"_postman_id":"91a856a1-63d5-4f9f-aa7a-30e0dcca1ca0"},{"name":"GET - NodeID - ibn - previousVerticesObjectIDs","id":"3940a47e-6e8d-46d2-bcf7-bc9ba5b4296e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/topology=<string>/object=<string>/previousVerticesObjectIDs?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","topology=<string>","object=<string>","previousVerticesObjectIDs"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8540b097-158e-4463-b229-4802048027e4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:ibn/intent=<string>,<string>/topology=<string>/object=<string>/previousVerticesObjectIDs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:ibn","intent=<string>,<string>","topology=<string>","object=<string>","previousVerticesObjectIDs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"previousVerticesObjectIDs\": {\n    \"relative-object-id-previous-vertex\": [\n      \"Some relative-object-id-previous-vertex\",\n      \"Some relative-object-id-previous-vertex\"\n    ]\n  }\n}"}],"_postman_id":"3940a47e-6e8d-46d2-bcf7-bc9ba5b4296e"},{"name":"POST - NodeID - ibn - audit-intent","id":"21217e21-1e4f-4e5a-ac37-91cc0af87033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"intent-type\": \"Some intent-type\",\n    \"target\": \"Some target\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:audit-intent'","description":"<p>Audit of one intent</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:audit-intent'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2c769b89-81fd-4bf4-bdb2-27c93f5c2a69","name":"RPC audit-intent success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"intent-type\": \"Some intent-type\",\n    \"target\": \"Some target\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:audit-intent'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"audit-report\": {\n      \"intent-type\": \"Some intent-type\",\n      \"target\": \"Some target\",\n      \"misaligned-attribute\": [\n        {\n          \"name\": \"Some name\",\n          \"expected-value\": \"Some expected-value\",\n          \"actual-value\": \"Some actual-value\",\n          \"device-name\": \"Some device-name\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"expected-value\": \"Some expected-value\",\n          \"actual-value\": \"Some actual-value\",\n          \"device-name\": \"Some device-name\"\n        }\n      ],\n      \"misaligned-object\": [\n        {\n          \"object-id\": \"Some object-id\",\n          \"is-configured\": true,\n          \"device-name\": \"Some device-name\"\n        },\n        {\n          \"object-id\": \"Some object-id\",\n          \"is-configured\": true,\n          \"device-name\": \"Some device-name\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"21217e21-1e4f-4e5a-ac37-91cc0af87033"},{"name":"POST - NodeID - ibn - search-intents","id":"d927ca50-0e6a-4910-bbe2-969c29e0c826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"filter\": {\n      \"intent-type-list\": [\n        {\n          \"intent-type\": \"Some intent-type\",\n          \"intent-type-version\": 0\n        },\n        {\n          \"intent-type\": \"Some intent-type\",\n          \"intent-type-version\": 0\n        }\n      ],\n      \"target\": [\n        \"Some target\",\n        \"Some target\"\n      ],\n      \"label\": [\n        \"Some label\",\n        \"Some label\"\n      ],\n      \"device-name\": [\n        \"Some device-name\",\n        \"Some device-name\"\n      ],\n      \"relative-object-id\": [\n        \"Some relative-object-id\",\n        \"Some relative-object-id\"\n      ],\n      \"predicate\": \"MATCHES\",\n      \"required-network-state\": \"active\",\n      \"order-by\": \"asc.target\",\n      \"config-required\": true\n    },\n    \"page-number\": 0,\n    \"page-size\": 100\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:search-intents'","description":"<p>Searches intents matching the input values</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:search-intents'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"587ee32a-4f53-49ae-8c00-abf3afa511bb","name":"RPC search-intents success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"filter\": {\n      \"intent-type-list\": [\n        {\n          \"intent-type\": \"Some intent-type\",\n          \"intent-type-version\": 0\n        },\n        {\n          \"intent-type\": \"Some intent-type\",\n          \"intent-type-version\": 0\n        }\n      ],\n      \"target\": [\n        \"Some target\",\n        \"Some target\"\n      ],\n      \"label\": [\n        \"Some label\",\n        \"Some label\"\n      ],\n      \"device-name\": [\n        \"Some device-name\",\n        \"Some device-name\"\n      ],\n      \"relative-object-id\": [\n        \"Some relative-object-id\",\n        \"Some relative-object-id\"\n      ],\n      \"predicate\": \"MATCHES\",\n      \"required-network-state\": \"active\",\n      \"order-by\": \"asc.target\",\n      \"config-required\": true\n    },\n    \"page-number\": 0,\n    \"page-size\": 100\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:search-intents'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"intents\": {\n      \"intent\": [\n        {\n          \"intent-type\": \"Some intent-type\",\n          \"target\": \"Some target\",\n          \"intent-type-version\": 0,\n          \"required-network-state\": \"active\",\n          \"aligned\": \"Some aligned\",\n          \"intent-type-label\": [\n            \"Some intent-type-label\",\n            \"Some intent-type-label\"\n          ],\n          \"configuration\": {\n            \"device-config-dpu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"copper-connection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"l2-infra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"l2-user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"device-dpu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mcast-infra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"intent-type\": \"Some intent-type\",\n          \"target\": \"Some target\",\n          \"intent-type-version\": 0,\n          \"required-network-state\": \"active\",\n          \"aligned\": \"Some aligned\",\n          \"intent-type-label\": [\n            \"Some intent-type-label\",\n            \"Some intent-type-label\"\n          ],\n          \"configuration\": {\n            \"device-config-dpu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"copper-connection\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"l2-infra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"l2-user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"device-dpu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mcast-infra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"page-size\": 0,\n    \"total-count\": 0\n  }\n}"}],"_postman_id":"d927ca50-0e6a-4910-bbe2-969c29e0c826"},{"name":"POST - NodeID - ibn - sync-intents-to-elasticsearch","id":"4af85e48-4008-4245-9018-fe52455b0d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"intent-type\": \"Some intent-type\",\n    \"version\": 0,\n    \"sync-failed-intents\": \"<object>\",\n    \"sync-all-intents\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:sync-intents-to-elasticsearch'","description":"<p>Sync intents to Elasticsearch</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:sync-intents-to-elasticsearch'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2aa349fc-09e0-4621-9ba2-833a6aa5339f","name":"RPC sync-intents-to-elasticsearch success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"intent-type\": \"Some intent-type\",\n    \"version\": 0,\n    \"sync-failed-intents\": \"<object>\",\n    \"sync-all-intents\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:sync-intents-to-elasticsearch'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"sync-status\": \"Some sync-status\"\n  }\n}"}],"_postman_id":"4af85e48-4008-4245-9018-fe52455b0d4b"},{"name":"POST - NodeID - ibn - synchronize-intent","id":"241b2b11-4ee2-4bc5-83ff-3776318dcaf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"intent-type\": \"Some intent-type\",\n    \"target\": \"Some target\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:synchronize-intent'","description":"<p>runs the synchronize for specific intent</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:synchronize-intent'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2f95ae82-de41-44a4-905b-9f70f00383f0","name":"RPC synchronize-intent success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"intent-type\": \"Some intent-type\",\n    \"target\": \"Some target\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:synchronize-intent'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"241b2b11-4ee2-4bc5-83ff-3776318dcaf8"},{"name":"POST - NodeID - ibn - trigger-garbage-collection","id":"4fe36db6-9158-49c2-97be-72d561a619c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-name\": \"Some device-name\",\n    \"intent-type\": \"Some intent-type\",\n    \"intent-type-version\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:trigger-garbage-collection'","description":"<p>Trigger the garbage collection</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn:trigger-garbage-collection'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25b6a7f0-ca56-449f-ac95-681ebcf32ccd","name":"RPC trigger-garbage-collection success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-name\": \"Some device-name\",\n    \"intent-type\": \"Some intent-type\",\n    \"intent-type-version\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn:trigger-garbage-collection'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4fe36db6-9158-49c2-97be-72d561a619c2"}],"id":"a2af863c-94a6-4972-9e4b-d0b918a9d325","description":"<p>ONTs and other CPE equipment is provisioning using \"Intent\" opposed to \"Declarative\" model.</p>\n<h2 id=\"what-is-the-definition-of-intent-based-networking\">What is the Definition of Intent-Based Networking?</h2>\n<p>Intent-based networking is the evolution of modern, intelligent networking. It simplifies operations, improves agility and fortifies security with advanced automation. An intent-based networking system lets administrators and line of business owners decide the desired outcomes of network orchestration, then automates provisioning, configuration of servers, and full lifecycle management of the <a href=\"https://www-stage.avinetworks.com/\">application services</a>. The high-level plans and policies of a business (often specified in a declarative model) are automatically implemented and enforced, often with the help of machine learning, and artificial intelligence.</p>\n<h3 id=\"altiplano-ont-provisioning\">Altiplano ONT Provisioning</h3>\n<p><img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/Nokia-Altiplano-ONT-Intent.png\" alt /></p>\n<p>Synchronization of devices is managed by keeping a digital copy, a network inventory, a digital twin of the device. This is a native feature of OpenDayLight and can be leveraged for a number of things: 1) simplifying the business process, 2) Ronta / Password validation schemes opposed to serial number schemes.</p>\n","_postman_id":"a2af863c-94a6-4972-9e4b-d0b918a9d325"},{"name":"mounted NodeID ibn-administration","item":[{"name":"POST - NodeID - ibn-administration - ibn-administration","id":"acd655a0-93d6-4f37-b7c3-165e2a0a65e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"483eca2e-9077-4fa3-82f9-9be7fd5b2686","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"acd655a0-93d6-4f37-b7c3-165e2a0a65e9"},{"name":"GET - NodeID - ibn-administration - ibn-administration","id":"daae0b40-8cb5-477b-80ba-da51dcffaada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ae278cc3-a281-42e4-a1b0-116df8eb6d08","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ibn-administration\": {\n    \"intent-type-catalog\": {\n      \"intent-type\": [\n        {\n          \"name\": \"Some name\",\n          \"version\": 1,\n          \"module-name\": \"Some module-name\",\n          \"yang-revision\": \"Some yang-revision\",\n          \"yang-content\": \"Some yang-content\",\n          \"mapping-engine\": \"js-scripted\",\n          \"script-content\": \"Some script-content\",\n          \"author\": \"Nokia\",\n          \"date\": \"-\",\n          \"live-state-retrieval\": false,\n          \"build\": \"-\",\n          \"priority\": 50,\n          \"label\": [\n            \"Some label\"\n          ],\n          \"collection-model\": [\n            \"Some collection-model\",\n            \"Some collection-model\"\n          ],\n          \"resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"target-component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"lifecycle-state\": \"released\",\n          \"support-sync-directly\": \"false-by-default\",\n          \"support-nested-type-in-es\": false,\n          \"supported-hardware-types\": [\n            \"Some supported-hardware-types\",\n            \"Some supported-hardware-types\"\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"version\": 1,\n          \"module-name\": \"Some module-name\",\n          \"yang-revision\": \"Some yang-revision\",\n          \"yang-content\": \"Some yang-content\",\n          \"mapping-engine\": \"js-scripted\",\n          \"script-content\": \"Some script-content\",\n          \"author\": \"Nokia\",\n          \"date\": \"-\",\n          \"live-state-retrieval\": false,\n          \"build\": \"-\",\n          \"priority\": 50,\n          \"label\": [\n            \"Some label\"\n          ],\n          \"collection-model\": [\n            \"Some collection-model\",\n            \"Some collection-model\"\n          ],\n          \"resource\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"target-component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"lifecycle-state\": \"released\",\n          \"support-sync-directly\": \"false-by-default\",\n          \"support-nested-type-in-es\": false,\n          \"supported-hardware-types\": [\n            \"Some supported-hardware-types\",\n            \"Some supported-hardware-types\"\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"daae0b40-8cb5-477b-80ba-da51dcffaada"},{"name":"DELETE - NodeID - ibn-administration - ibn-administration","id":"903f95c4-31f3-4520-931a-7747a40fddfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f717beba-d62e-445c-82bf-1f56454a8f3b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"903f95c4-31f3-4520-931a-7747a40fddfc"},{"name":"PUT - NodeID - ibn-administration - ibn-administration","id":"312d85fb-97fb-49fc-9ce2-44942e7d5d63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ea0c4f7d-65ba-4bf7-a2ab-6948b6f2d6a5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"abd52c4e-98c8-4a7a-8381-7455c2a297c7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"312d85fb-97fb-49fc-9ce2-44942e7d5d63"},{"name":"POST - NodeID - ibn-administration - intent-type-catalog","id":"30c95079-a5f0-4424-80d3-a7d5c7f57c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"48f5c723-21de-44c1-8f24-9549d9f891eb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"30c95079-a5f0-4424-80d3-a7d5c7f57c8e"},{"name":"GET - NodeID - ibn-administration - intent-type-catalog","id":"48cf4625-662b-422c-bff0-299c968a08fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3fe4b771-68a8-46aa-8ae9-d248bd0e6f5b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"48cf4625-662b-422c-bff0-299c968a08fc"},{"name":"DELETE - NodeID - ibn-administration - intent-type-catalog","id":"c748589f-d770-4d00-9006-3eb8290be36a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c99098b1-94b0-4527-a3ad-4d50f1970978","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c748589f-d770-4d00-9006-3eb8290be36a"},{"name":"PUT - NodeID - ibn-administration - intent-type-catalog","id":"8950e542-3081-4f31-af32-9382e250ac29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"02bce183-f1c3-4783-adb5-90f388148141","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"58664463-ec8f-4ddc-b45e-dd59ff45fafd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8950e542-3081-4f31-af32-9382e250ac29"},{"name":"POST - NodeID - ibn-administration - intent-type","id":"7bd0c105-78c0-4ced-b926-e456ec839fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5fdd383f-cb5c-479f-bc8d-d32ccbf271da","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bd0c105-78c0-4ced-b926-e456ec839fe9"},{"name":"GET - NodeID - ibn-administration - intent-type","id":"de4f1fa6-d91f-4798-8d11-b0d5ba29a81b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cc813ae2-f204-4b59-8278-8cfc9d2cba52","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"de4f1fa6-d91f-4798-8d11-b0d5ba29a81b"},{"name":"DELETE - NodeID - ibn-administration - intent-type","id":"49322405-4ad6-4081-a84e-221a07eda5e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"051872c2-9d0f-4808-b0a4-dc534f0d9cb3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49322405-4ad6-4081-a84e-221a07eda5e7"},{"name":"PUT - NodeID - ibn-administration - intent-type","id":"10939cbc-613f-4f2d-a38e-7e5295080f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ed0f85b3-85b7-4d72-91f1-80502f2db633","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0dd76490-652a-4169-a331-d0b50298f451","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10939cbc-613f-4f2d-a38e-7e5295080f34"},{"name":"POST - NodeID - ibn-administration - resource","id":"23bdfb4e-003f-4525-b18e-fb6bc37398c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/resource=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6daf0369-6a2c-4c7e-b799-e4a7ec20c0c1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"23bdfb4e-003f-4525-b18e-fb6bc37398c8"},{"name":"GET - NodeID - ibn-administration - resource","id":"d28023f2-1b24-44c5-a2b9-5ec85ed9eab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/resource=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","resource=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b7949d4c-2fcc-4419-a11c-66bff80f5b00","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/resource=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","resource=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"d28023f2-1b24-44c5-a2b9-5ec85ed9eab9"},{"name":"DELETE - NodeID - ibn-administration - resource","id":"0f98048b-ac75-456c-a848-07145496b984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/resource=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5a68e94b-ac5c-4cf2-a19e-2d8fedeece76","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f98048b-ac75-456c-a848-07145496b984"},{"name":"PUT - NodeID - ibn-administration - resource","id":"ab756226-ee4e-419f-b17f-ca194c5cc358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/resource=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a9539adc-be06-42c7-ae46-f62964a0b077","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cbd781c1-f48c-4604-ab51-52252507e2b4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab756226-ee4e-419f-b17f-ca194c5cc358"},{"name":"POST - NodeID - ibn-administration - target-component","id":"5e0143dd-646d-4497-843c-63d708a7a883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/target-component=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","target-component=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2362d12d-795d-4e3c-b274-f2061be159d6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/target-component=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e0143dd-646d-4497-843c-63d708a7a883"},{"name":"GET - NodeID - ibn-administration - target-component","id":"afe90a53-f3f1-493c-8cce-0c3f287e1ca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/target-component=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","target-component=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dea53757-bf81-493b-b59e-41cce7fffe94","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/target-component=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","target-component=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"afe90a53-f3f1-493c-8cce-0c3f287e1ca4"},{"name":"DELETE - NodeID - ibn-administration - target-component","id":"3821215a-8745-40e6-b5c4-3b3ef3f9cf90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/target-component=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","target-component=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8f9ff594-8d6d-4e1b-aec3-5e038563d028","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/target-component=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3821215a-8745-40e6-b5c4-3b3ef3f9cf90"},{"name":"PUT - NodeID - ibn-administration - target-component","id":"e0a382cb-68fa-48f2-bd21-1cf4796cccf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/target-component=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:ibn-administration","intent-type-catalog","intent-type=<string>,<string>","target-component=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9a44b0bc-847c-417c-8fc6-c5e8e1a5092f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/target-component=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3ad210e1-5f61-48f3-8f8a-486ad229af64","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"null","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:ibn-administration/intent-type-catalog/intent-type=<string>,<string>/target-component=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0a382cb-68fa-48f2-bd21-1cf4796cccf9"},{"name":"POST - NodeID - ibn-administration - search-intent-types","id":"bc8088cd-3623-4c45-9e78-d6e1970ca266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"filter\": {\n      \"name\": \"Some name\",\n      \"version\": 0,\n      \"intent-type-version\": [\n        {\n          \"name\": \"Some name\",\n          \"version\": 0\n        },\n        {\n          \"name\": \"Some name\",\n          \"version\": 0\n        }\n      ],\n      \"label\": {\n        \"name\": [\n          \"Some name\",\n          \"Some name\"\n        ],\n        \"logical-operator\": \"AND\"\n      },\n      \"device-name\": [\n        \"Some device-name\",\n        \"Some device-name\"\n      ],\n      \"lifecycle-state\": [\n        \"draft\",\n        \"draft\"\n      ]\n    },\n    \"page-number\": 0,\n    \"page-size\": 100\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:search-intent-types'","description":"<p>Searches intents matching the input values</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ibn-administration:search-intent-types'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f92808cc-583b-48ce-8a3e-2c4201a85b5c","name":"RPC search-intent-types success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"filter\": {\n      \"name\": \"Some name\",\n      \"version\": 0,\n      \"intent-type-version\": [\n        {\n          \"name\": \"Some name\",\n          \"version\": 0\n        },\n        {\n          \"name\": \"Some name\",\n          \"version\": 0\n        }\n      ],\n      \"label\": {\n        \"name\": [\n          \"Some name\",\n          \"Some name\"\n        ],\n        \"logical-operator\": \"AND\"\n      },\n      \"device-name\": [\n        \"Some device-name\",\n        \"Some device-name\"\n      ],\n      \"lifecycle-state\": [\n        \"draft\",\n        \"draft\"\n      ]\n    },\n    \"page-number\": 0,\n    \"page-size\": 100\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ibn-administration:search-intent-types'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"intent-type\": [\n      {\n        \"name\": \"Some name\",\n        \"version\": 0,\n        \"lifecycle-state\": \"draft\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"version\": 0,\n        \"lifecycle-state\": \"draft\"\n      }\n    ],\n    \"page-size\": 0,\n    \"total-count\": 0\n  }\n}"}],"_postman_id":"bc8088cd-3623-4c45-9e78-d6e1970ca266"}],"id":"6c453866-55fe-4173-947d-7d83c63aa513","description":"<h1 id=\"ibn-administration\">IBN Administration</h1>\n<p>IBN Administration is managing templates and a catalog of Intent-Based-Networking definitions that may be re-used during IBN provisioning.</p>\n<p>There are also controls for fronting IBN with a Kafka queue and reporting the logging through ElasticSearch.</p>\n","_postman_id":"6c453866-55fe-4173-947d-7d83c63aa513"},{"name":"mounted NodeID ietf-hardware","item":[{"name":"GET - NodeID - ietf-hardware - hardware-state","id":"10bed984-edcf-49e0-ba85-7eba18f915c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state?content=<string>","description":"<p>Data nodes for the operational state of components.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"65c11410-f6d7-452c-8be7-82da999a55f6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hardware-state\": {\n    \"last-change\": \"?:5070-67-38T18:70:85-50:61\",\n    \"component\": [\n      {\n        \"class\": \"<string>\",\n        \"name\": \"Some name\",\n        \"physical-index\": 1,\n        \"description\": \"Some description\",\n        \"parent\": \"Some parent\",\n        \"parent-rel-pos\": 0,\n        \"contains-child\": [\n          \"Some contains-child\",\n          \"Some contains-child\"\n        ],\n        \"hardware-rev\": \"Some hardware-rev\",\n        \"firmware-rev\": \"Some firmware-rev\",\n        \"software-rev\": \"Some software-rev\",\n        \"serial-num\": \"Some serial-num\",\n        \"mfg-name\": \"Some mfg-name\",\n        \"model-name\": \"Some model-name\",\n        \"alias\": \"Some alias\",\n        \"asset-id\": \"Some asset-id\",\n        \"is-fru\": true,\n        \"mfg-date\": \"?:0007-05-17T18:10:74-08:14\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"uuid\": \"?:9c2eDFBf-Fcfd-b6AC-2De6-061D25ECFB0D\",\n        \"state\": {\n          \"state-last-changed\": \"?:0790-74-59T63:70:83+13:30\",\n          \"admin-state\": \"unknown\",\n          \"oper-state\": \"unknown\",\n          \"usage-state\": \"unknown\",\n          \"alarm-state\": \"\\\"unknown\\\" \\\"indeterminate\\\"\",\n          \"standby-state\": \"unknown\",\n          \"vectoring-feasible-state\": true\n        },\n        \"sensor-data\": {\n          \"value\": -1000000000,\n          \"value-type\": \"other\",\n          \"value-scale\": \"yocto\",\n          \"value-precision\": -8,\n          \"oper-status\": \"ok\",\n          \"units-display\": \"Some units-display\",\n          \"value-timestamp\": \"?:2315-54-27T31:79:08.8Z\",\n          \"value-update-rate\": 0\n        },\n        \"rpf\": {\n          \"index\": 0,\n          \"diagnostics\": {\n            \"far-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"status\": {\n            \"near-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"far-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"inventory\": {\n            \"near-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"far-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"performance\": {\n            \"intervals-15min\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"intervals-24hr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"sensor-temp-threshold-high\": -2147483648,\n        \"sensor-temp-threshold-high-clear\": -2147483648,\n        \"sensor-temp-threshold-low\": -2147483648,\n        \"sensor-temp-threshold-low-clear\": -2147483648,\n        \"ont-serial-num-base\": \"Some ont-serial-num-base\",\n        \"local-network-address\": \"Some local-network-address\",\n        \"fim\": \"Some fim\",\n        \"factory-id\": \"Some factory-id\",\n        \"clei-code\": \"Some clei-code\",\n        \"customer-serial-num\": \"Some customer-serial-num\",\n        \"transceiver\": {\n          \"diagnostics-monitoring-type\": \"\\\"legacy\\\" \\\"legacy\\\"\",\n          \"enhanced-options\": \"\\\"alarm-warning-flags\\\" \\\"alarm-rate-select-sff-8431\\\"\",\n          \"diagnostics\": {\n            \"temperature\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alarm-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"warning-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"identifiers-and-codes\": {\n            \"physical-device\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"physical-device-extended-identifier\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"connector\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encoding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"nominal-bit-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-bit-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"compliance-codes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link-length\": {\n            \"length-single-mode-km\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-single-mode-100m\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-50um-om2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-62.5um-om2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-50um-om4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-active-cable-or-copper\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-50um-om3\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"vendor-fields\": {\n            \"oui\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"part-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"thresholds\": {\n            \"temperature-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temperature-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temperature-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temperature-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-bias-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-bias-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-bias-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-bias-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"transceiver-link\": {\n          \"diagnostics\": {\n            \"tx-bias\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alarm-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"warning-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"unspecified\": \"<object>\",\n          \"wavelength\": 0,\n          \"passive-cable-specification-compliance\": \"fc-pi-4-appendix-h\",\n          \"active-cable-specification-compliance\": \"fc-pi-4-limiting\"\n        },\n        \"software\": {\n          \"software\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"class\": \"<string>\",\n        \"name\": \"Some name\",\n        \"physical-index\": 1,\n        \"description\": \"Some description\",\n        \"parent\": \"Some parent\",\n        \"parent-rel-pos\": 0,\n        \"contains-child\": [\n          \"Some contains-child\",\n          \"Some contains-child\"\n        ],\n        \"hardware-rev\": \"Some hardware-rev\",\n        \"firmware-rev\": \"Some firmware-rev\",\n        \"software-rev\": \"Some software-rev\",\n        \"serial-num\": \"Some serial-num\",\n        \"mfg-name\": \"Some mfg-name\",\n        \"model-name\": \"Some model-name\",\n        \"alias\": \"Some alias\",\n        \"asset-id\": \"Some asset-id\",\n        \"is-fru\": true,\n        \"mfg-date\": \"?:0007-05-17T18:10:74-08:14\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"uuid\": \"?:9c2eDFBf-Fcfd-b6AC-2De6-061D25ECFB0D\",\n        \"state\": {\n          \"state-last-changed\": \"?:0790-74-59T63:70:83+13:30\",\n          \"admin-state\": \"unknown\",\n          \"oper-state\": \"unknown\",\n          \"usage-state\": \"unknown\",\n          \"alarm-state\": \"\\\"unknown\\\" \\\"indeterminate\\\"\",\n          \"standby-state\": \"unknown\",\n          \"vectoring-feasible-state\": true\n        },\n        \"sensor-data\": {\n          \"value\": -1000000000,\n          \"value-type\": \"other\",\n          \"value-scale\": \"yocto\",\n          \"value-precision\": -8,\n          \"oper-status\": \"ok\",\n          \"units-display\": \"Some units-display\",\n          \"value-timestamp\": \"?:2315-54-27T31:79:08.8Z\",\n          \"value-update-rate\": 0\n        },\n        \"rpf\": {\n          \"index\": 0,\n          \"diagnostics\": {\n            \"far-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"status\": {\n            \"near-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"far-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"inventory\": {\n            \"near-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"far-end-line\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"performance\": {\n            \"intervals-15min\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"intervals-24hr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"sensor-temp-threshold-high\": -2147483648,\n        \"sensor-temp-threshold-high-clear\": -2147483648,\n        \"sensor-temp-threshold-low\": -2147483648,\n        \"sensor-temp-threshold-low-clear\": -2147483648,\n        \"ont-serial-num-base\": \"Some ont-serial-num-base\",\n        \"local-network-address\": \"Some local-network-address\",\n        \"fim\": \"Some fim\",\n        \"factory-id\": \"Some factory-id\",\n        \"clei-code\": \"Some clei-code\",\n        \"customer-serial-num\": \"Some customer-serial-num\",\n        \"transceiver\": {\n          \"diagnostics-monitoring-type\": \"\\\"legacy\\\" \\\"legacy\\\"\",\n          \"enhanced-options\": \"\\\"alarm-warning-flags\\\" \\\"alarm-rate-select-sff-8431\\\"\",\n          \"diagnostics\": {\n            \"temperature\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alarm-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"warning-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"identifiers-and-codes\": {\n            \"physical-device\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"physical-device-extended-identifier\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"connector\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encoding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"nominal-bit-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-bit-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-bit-rate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"compliance-codes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link-length\": {\n            \"length-single-mode-km\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-single-mode-100m\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-50um-om2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-62.5um-om2\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-50um-om4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-active-cable-or-copper\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"length-50um-om3\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"vendor-fields\": {\n            \"oui\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"part-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"thresholds\": {\n            \"temperature-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temperature-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temperature-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temperature-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"supply-voltage-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-bias-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-bias-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-bias-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-bias-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current-high-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current-low-alarm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current-high-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current-low-warning\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"transceiver-link\": {\n          \"diagnostics\": {\n            \"tx-bias\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"laser-temperature\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tec-current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alarm-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"warning-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"unspecified\": \"<object>\",\n          \"wavelength\": 0,\n          \"passive-cable-specification-compliance\": \"fc-pi-4-appendix-h\",\n          \"active-cable-specification-compliance\": \"fc-pi-4-limiting\"\n        },\n        \"software\": {\n          \"software\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"10bed984-edcf-49e0-ba85-7eba18f915c4"},{"name":"GET - NodeID - ietf-hardware - component","id":"dce43042-43aa-48ba-b80a-46a05d841464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>?content=<string>","description":"<p>List of components.</p>\n<p>When the server detects a new hardware component, it\ninitializes an entry in this list.</p>\n<p>If the server does not support the feature\n'hardware-config', the entry is initialized with values for\nall nodes as detected by the implementation.</p>\n<p>Otherwise, the following procedure is followed:</p>\n<ol>\n<li>If there is an entry in the /hardware/component list\nwith values for the nodes 'class', 'parent',\n'parent-rel-pos' that are equal to the detected values,\nthen:</li>\n</ol>\n<p>  1a. If the configured entry has a value for 'mfg-name'\n      that is equal to the detected value, or if the\n      'mfg-name' value cannot be detected, then the entry is\n      initialized with the configured values for all\n      configured leafs, including the 'name'.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  Otherwise, the entry is initialized with values for\n  all nodes as detected by the implementation.  The\n  implementation may raise an alarm that informs about\n  the 'mfg-name' mismatch condition.  How this is done\n  is outside the scope of this document.\n</code></pre><p>  1b. Otherwise (i.e., there is no matching configuration\n      entry), the entry is initialized with values for all\n      nodes as detected by the implementation.</p>\n<p>If the /hardware/component list is modified (i.e., someone\nchanged the configuration), then the system MUST behave as\nif it re-initializes itself, and follow the procedure in\n(1).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6362a966-6c54-4c52-8993-738f8df34c70","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"component\": [\n    {\n      \"class\": \"<string>\",\n      \"name\": \"Some name\",\n      \"physical-index\": 1,\n      \"description\": \"Some description\",\n      \"parent\": \"Some parent\",\n      \"parent-rel-pos\": 0,\n      \"contains-child\": [\n        \"Some contains-child\",\n        \"Some contains-child\"\n      ],\n      \"hardware-rev\": \"Some hardware-rev\",\n      \"firmware-rev\": \"Some firmware-rev\",\n      \"software-rev\": \"Some software-rev\",\n      \"serial-num\": \"Some serial-num\",\n      \"mfg-name\": \"Some mfg-name\",\n      \"model-name\": \"Some model-name\",\n      \"alias\": \"Some alias\",\n      \"asset-id\": \"Some asset-id\",\n      \"is-fru\": true,\n      \"mfg-date\": \"?:0007-05-17T18:10:74-08:14\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"uuid\": \"?:9c2eDFBf-Fcfd-b6AC-2De6-061D25ECFB0D\",\n      \"state\": {\n        \"state-last-changed\": \"?:0790-74-59T63:70:83+13:30\",\n        \"admin-state\": \"unknown\",\n        \"oper-state\": \"unknown\",\n        \"usage-state\": \"unknown\",\n        \"alarm-state\": \"\\\"unknown\\\" \\\"indeterminate\\\"\",\n        \"standby-state\": \"unknown\",\n        \"vectoring-feasible-state\": true\n      },\n      \"sensor-data\": {\n        \"value\": -1000000000,\n        \"value-type\": \"other\",\n        \"value-scale\": \"yocto\",\n        \"value-precision\": -8,\n        \"oper-status\": \"ok\",\n        \"units-display\": \"Some units-display\",\n        \"value-timestamp\": \"?:2315-54-27T31:79:08.8Z\",\n        \"value-update-rate\": 0\n      },\n      \"rpf\": {\n        \"index\": 0,\n        \"diagnostics\": {\n          \"far-end-line\": {\n            \"latest-pse-start-up-failure-cause\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"latest-pse-shutdown-cause\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"status\": {\n          \"near-end-line\": {\n            \"actual-power-class\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rpf-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reconfiguration-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"prp-error-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-error-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end-line\": {\n            \"actual-power-class\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rpf-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"inventory\": {\n          \"near-end-line\": {\n            \"reconfiguration-capability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end-line\": {\n            \"nt-integrated\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"battery-backup-available\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"prp-capability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"performance\": {\n          \"intervals-15min\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"intervals-24hr\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"sensor-temp-threshold-high\": -2147483648,\n      \"sensor-temp-threshold-high-clear\": -2147483648,\n      \"sensor-temp-threshold-low\": -2147483648,\n      \"sensor-temp-threshold-low-clear\": -2147483648,\n      \"ont-serial-num-base\": \"Some ont-serial-num-base\",\n      \"local-network-address\": \"Some local-network-address\",\n      \"fim\": \"Some fim\",\n      \"factory-id\": \"Some factory-id\",\n      \"clei-code\": \"Some clei-code\",\n      \"customer-serial-num\": \"Some customer-serial-num\",\n      \"transceiver\": {\n        \"diagnostics-monitoring-type\": \"\\\"legacy\\\" \\\"legacy\\\"\",\n        \"enhanced-options\": \"\\\"alarm-warning-flags\\\" \\\"alarm-rate-select-sff-8431\\\"\",\n        \"diagnostics\": {\n          \"temperature\": -32768,\n          \"supply-voltage\": 0,\n          \"alarm-flag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"warning-flag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"identifiers-and-codes\": {\n          \"physical-device\": \"<string>\",\n          \"physical-device-extended-identifier\": \"not-specified\",\n          \"connector\": \"<string>\",\n          \"encoding\": \"unspecified\",\n          \"nominal-bit-rate\": 0,\n          \"maximum-bit-rate\": 0,\n          \"minimum-bit-rate\": 0,\n          \"compliance-codes\": {\n            \"ten-gigabit-ethernet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"infiniband\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"escon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sonet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ethernet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fibre-channel-link-length\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fiber-channel-technology\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sfp-plus-cable-technology\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fibre-channel-transmission-media\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fibre-channel-speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"link-length\": {\n          \"length-single-mode-km\": 0,\n          \"length-single-mode-100m\": 0,\n          \"length-50um-om2\": 0,\n          \"length-62.5um-om2\": 0,\n          \"length-50um-om4\": 0,\n          \"length-active-cable-or-copper\": 0,\n          \"length-50um-om3\": 0\n        },\n        \"vendor-fields\": {\n          \"oui\": \"?:eD:dE:ed\",\n          \"part-number\": \"?::uZ}T\"\n        },\n        \"thresholds\": {\n          \"temperature-high-alarm\": -32768,\n          \"temperature-low-alarm\": -32768,\n          \"temperature-high-warning\": -32768,\n          \"temperature-low-warning\": -32768,\n          \"supply-voltage-high-alarm\": 0,\n          \"supply-voltage-low-alarm\": 0,\n          \"supply-voltage-high-warning\": 0,\n          \"supply-voltage-low-warning\": 0,\n          \"tx-bias-high-alarm\": 0,\n          \"tx-bias-low-alarm\": 0,\n          \"tx-bias-high-warning\": 0,\n          \"tx-bias-low-warning\": 0,\n          \"tx-power-high-alarm\": 0,\n          \"tx-power-low-alarm\": 0,\n          \"tx-power-high-warning\": 0,\n          \"tx-power-low-warning\": 0,\n          \"rx-power-high-alarm\": 0,\n          \"rx-power-low-alarm\": 0,\n          \"rx-power-high-warning\": 0,\n          \"rx-power-low-warning\": 0,\n          \"laser-temperature-high-alarm\": -32768,\n          \"laser-temperature-low-alarm\": -32768,\n          \"laser-temperature-high-warning\": -32768,\n          \"laser-temperature-low-warning\": -32768,\n          \"tec-current-high-alarm\": -32768,\n          \"tec-current-low-alarm\": -32768,\n          \"tec-current-high-warning\": -32768,\n          \"tec-current-low-warning\": -32768\n        }\n      },\n      \"transceiver-link\": {\n        \"diagnostics\": {\n          \"tx-bias\": 0,\n          \"tx-power\": 0,\n          \"rx-power\": 0,\n          \"laser-temperature\": -32768,\n          \"tec-current\": -32768,\n          \"alarm-flag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"warning-flag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"unspecified\": \"<object>\",\n        \"wavelength\": 0,\n        \"passive-cable-specification-compliance\": \"fc-pi-4-appendix-h\",\n        \"active-cable-specification-compliance\": \"fc-pi-4-limiting\"\n      },\n      \"software\": {\n        \"software\": [\n          {\n            \"name\": \"?:@\",\n            \"download\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"revisions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:@\",\n            \"download\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"revisions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"class\": \"<string>\",\n      \"name\": \"Some name\",\n      \"physical-index\": 1,\n      \"description\": \"Some description\",\n      \"parent\": \"Some parent\",\n      \"parent-rel-pos\": 0,\n      \"contains-child\": [\n        \"Some contains-child\",\n        \"Some contains-child\"\n      ],\n      \"hardware-rev\": \"Some hardware-rev\",\n      \"firmware-rev\": \"Some firmware-rev\",\n      \"software-rev\": \"Some software-rev\",\n      \"serial-num\": \"Some serial-num\",\n      \"mfg-name\": \"Some mfg-name\",\n      \"model-name\": \"Some model-name\",\n      \"alias\": \"Some alias\",\n      \"asset-id\": \"Some asset-id\",\n      \"is-fru\": true,\n      \"mfg-date\": \"?:0007-05-17T18:10:74-08:14\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"uuid\": \"?:9c2eDFBf-Fcfd-b6AC-2De6-061D25ECFB0D\",\n      \"state\": {\n        \"state-last-changed\": \"?:0790-74-59T63:70:83+13:30\",\n        \"admin-state\": \"unknown\",\n        \"oper-state\": \"unknown\",\n        \"usage-state\": \"unknown\",\n        \"alarm-state\": \"\\\"unknown\\\" \\\"indeterminate\\\"\",\n        \"standby-state\": \"unknown\",\n        \"vectoring-feasible-state\": true\n      },\n      \"sensor-data\": {\n        \"value\": -1000000000,\n        \"value-type\": \"other\",\n        \"value-scale\": \"yocto\",\n        \"value-precision\": -8,\n        \"oper-status\": \"ok\",\n        \"units-display\": \"Some units-display\",\n        \"value-timestamp\": \"?:2315-54-27T31:79:08.8Z\",\n        \"value-update-rate\": 0\n      },\n      \"rpf\": {\n        \"index\": 0,\n        \"diagnostics\": {\n          \"far-end-line\": {\n            \"latest-pse-start-up-failure-cause\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"latest-pse-shutdown-cause\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"status\": {\n          \"near-end-line\": {\n            \"actual-power-class\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rpf-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reconfiguration-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"prp-error-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-error-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end-line\": {\n            \"actual-power-class\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rpf-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"inventory\": {\n          \"near-end-line\": {\n            \"reconfiguration-capability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end-line\": {\n            \"nt-integrated\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"battery-backup-available\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"prp-capability\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"performance\": {\n          \"intervals-15min\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"intervals-24hr\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"sensor-temp-threshold-high\": -2147483648,\n      \"sensor-temp-threshold-high-clear\": -2147483648,\n      \"sensor-temp-threshold-low\": -2147483648,\n      \"sensor-temp-threshold-low-clear\": -2147483648,\n      \"ont-serial-num-base\": \"Some ont-serial-num-base\",\n      \"local-network-address\": \"Some local-network-address\",\n      \"fim\": \"Some fim\",\n      \"factory-id\": \"Some factory-id\",\n      \"clei-code\": \"Some clei-code\",\n      \"customer-serial-num\": \"Some customer-serial-num\",\n      \"transceiver\": {\n        \"diagnostics-monitoring-type\": \"\\\"legacy\\\" \\\"legacy\\\"\",\n        \"enhanced-options\": \"\\\"alarm-warning-flags\\\" \\\"alarm-rate-select-sff-8431\\\"\",\n        \"diagnostics\": {\n          \"temperature\": -32768,\n          \"supply-voltage\": 0,\n          \"alarm-flag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"warning-flag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"identifiers-and-codes\": {\n          \"physical-device\": \"<string>\",\n          \"physical-device-extended-identifier\": \"not-specified\",\n          \"connector\": \"<string>\",\n          \"encoding\": \"unspecified\",\n          \"nominal-bit-rate\": 0,\n          \"maximum-bit-rate\": 0,\n          \"minimum-bit-rate\": 0,\n          \"compliance-codes\": {\n            \"ten-gigabit-ethernet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"infiniband\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"escon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sonet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ethernet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fibre-channel-link-length\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fiber-channel-technology\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sfp-plus-cable-technology\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fibre-channel-transmission-media\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fibre-channel-speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"link-length\": {\n          \"length-single-mode-km\": 0,\n          \"length-single-mode-100m\": 0,\n          \"length-50um-om2\": 0,\n          \"length-62.5um-om2\": 0,\n          \"length-50um-om4\": 0,\n          \"length-active-cable-or-copper\": 0,\n          \"length-50um-om3\": 0\n        },\n        \"vendor-fields\": {\n          \"oui\": \"?:eD:dE:ed\",\n          \"part-number\": \"?::uZ}T\"\n        },\n        \"thresholds\": {\n          \"temperature-high-alarm\": -32768,\n          \"temperature-low-alarm\": -32768,\n          \"temperature-high-warning\": -32768,\n          \"temperature-low-warning\": -32768,\n          \"supply-voltage-high-alarm\": 0,\n          \"supply-voltage-low-alarm\": 0,\n          \"supply-voltage-high-warning\": 0,\n          \"supply-voltage-low-warning\": 0,\n          \"tx-bias-high-alarm\": 0,\n          \"tx-bias-low-alarm\": 0,\n          \"tx-bias-high-warning\": 0,\n          \"tx-bias-low-warning\": 0,\n          \"tx-power-high-alarm\": 0,\n          \"tx-power-low-alarm\": 0,\n          \"tx-power-high-warning\": 0,\n          \"tx-power-low-warning\": 0,\n          \"rx-power-high-alarm\": 0,\n          \"rx-power-low-alarm\": 0,\n          \"rx-power-high-warning\": 0,\n          \"rx-power-low-warning\": 0,\n          \"laser-temperature-high-alarm\": -32768,\n          \"laser-temperature-low-alarm\": -32768,\n          \"laser-temperature-high-warning\": -32768,\n          \"laser-temperature-low-warning\": -32768,\n          \"tec-current-high-alarm\": -32768,\n          \"tec-current-low-alarm\": -32768,\n          \"tec-current-high-warning\": -32768,\n          \"tec-current-low-warning\": -32768\n        }\n      },\n      \"transceiver-link\": {\n        \"diagnostics\": {\n          \"tx-bias\": 0,\n          \"tx-power\": 0,\n          \"rx-power\": 0,\n          \"laser-temperature\": -32768,\n          \"tec-current\": -32768,\n          \"alarm-flag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"warning-flag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"unspecified\": \"<object>\",\n        \"wavelength\": 0,\n        \"passive-cable-specification-compliance\": \"fc-pi-4-appendix-h\",\n        \"active-cable-specification-compliance\": \"fc-pi-4-limiting\"\n      },\n      \"software\": {\n        \"software\": [\n          {\n            \"name\": \"?:@\",\n            \"download\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"revisions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:@\",\n            \"download\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"revisions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"dce43042-43aa-48ba-b80a-46a05d841464"},{"name":"POST - NodeID - ietf-hardware - reset","id":"6f708672-5eaa-4013-99eb-ba10c02b89a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"reset-type\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-reset-action:reset","description":"<p>Request a reset of the component.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-reset-action:reset"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ef09497-8c96-4688-a475-2561d8ff0b98","name":"RPC reset success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"reset-type\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-reset-action:reset"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f708672-5eaa-4013-99eb-ba10c02b89a9"},{"name":"GET - NodeID - ietf-hardware - state","id":"6c285cfd-73a7-4231-aec9-c962a9e9ae05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/state?content=<string>","description":"<p>State-related nodes</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"65ed6137-708e-4d34-9e5d-6ebc301fed4d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"state-last-changed\": \"?:0790-74-59T63:70:83+13:30\",\n    \"admin-state\": \"unknown\",\n    \"oper-state\": \"unknown\",\n    \"usage-state\": \"unknown\",\n    \"alarm-state\": \"\\\"unknown\\\" \\\"indeterminate\\\"\",\n    \"standby-state\": \"unknown\",\n    \"vectoring-feasible-state\": true\n  }\n}"}],"_postman_id":"6c285cfd-73a7-4231-aec9-c962a9e9ae05"},{"name":"GET - NodeID - ietf-hardware - sensor-data","id":"9c42c9bd-4bb0-42ac-a690-2449411a2cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/sensor-data?content=<string>","description":"<p>Sensor-related nodes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","sensor-data"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"71ae2f1c-16b0-4892-86de-9b6402a4dfe6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/sensor-data?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","sensor-data"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sensor-data\": {\n    \"value\": -1000000000,\n    \"value-type\": \"other\",\n    \"value-scale\": \"yocto\",\n    \"value-precision\": -8,\n    \"oper-status\": \"ok\",\n    \"units-display\": \"Some units-display\",\n    \"value-timestamp\": \"?:2315-54-27T31:79:08.8Z\",\n    \"value-update-rate\": 0\n  }\n}"}],"_postman_id":"9c42c9bd-4bb0-42ac-a690-2449411a2cfa"},{"name":"GET - NodeID - ietf-hardware - rpf","id":"b6b13136-008b-4f76-aa53-04d050cfe766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf?content=<string>","description":"<p>State data nodes for managing Reverse Power Feeding\n(RPF) per line.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0ff679dd-5ac3-4cb8-8fce-071640b5604a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rpf\": {\n    \"index\": 0,\n    \"diagnostics\": {\n      \"far-end-line\": {\n        \"latest-pse-start-up-failure-cause\": \"no-failure\",\n        \"latest-pse-shutdown-cause\": \"no-shutdown\"\n      }\n    },\n    \"status\": {\n      \"near-end-line\": {\n        \"actual-power-class\": \"sr1\",\n        \"rpf-state\": \"not-operational\",\n        \"reconfiguration-state\": \"normal\",\n        \"prp-error-status\": \"none\",\n        \"line-error-status\": \"no-error\"\n      },\n      \"far-end-line\": {\n        \"actual-power-class\": \"undetermined\",\n        \"rpf-state\": \"pse-ukn\"\n      }\n    },\n    \"inventory\": {\n      \"near-end-line\": {\n        \"reconfiguration-capability\": \"none\"\n      },\n      \"far-end-line\": {\n        \"nt-integrated\": \"unknown\",\n        \"battery-backup-available\": \"unknown\",\n        \"prp-capability\": \"unknown\"\n      }\n    },\n    \"performance\": {\n      \"intervals-15min\": {\n        \"current\": {\n          \"near-end\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"far-end\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"near-end\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"far-end\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"near-end\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"far-end\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      },\n      \"intervals-24hr\": {\n        \"current\": {\n          \"near-end\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"far-end\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"near-end\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"far-end\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"near-end\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"far-end\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      }\n    }\n  }\n}"}],"_postman_id":"b6b13136-008b-4f76-aa53-04d050cfe766"},{"name":"GET - NodeID - ietf-hardware - diagnostics","id":"4c44f084-1112-48f9-bf7d-daba017ee280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/diagnostics?content=<string>","description":"<p>Diagnostic data nodes associated with RPF.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","diagnostics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f7c751cf-76e4-4ebc-a796-1a7d7aa14329","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/diagnostics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","diagnostics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"diagnostics\": {\n    \"far-end-line\": {\n      \"latest-pse-start-up-failure-cause\": \"no-failure\",\n      \"latest-pse-shutdown-cause\": \"no-shutdown\"\n    }\n  }\n}"}],"_postman_id":"4c44f084-1112-48f9-bf7d-daba017ee280"},{"name":"GET - NodeID - ietf-hardware - far-end-line","id":"a996bc91-f432-4062-856f-1fc20ecd8c45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/diagnostics/far-end-line?content=<string>","description":"<p>Diagnostic data associated with the far-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","diagnostics","far-end-line"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"801d1a3d-5aff-4e36-913d-a9001eae06c0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/diagnostics/far-end-line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","diagnostics","far-end-line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"far-end-line\": {\n    \"latest-pse-start-up-failure-cause\": \"no-failure\",\n    \"latest-pse-shutdown-cause\": \"no-shutdown\"\n  }\n}"}],"_postman_id":"a996bc91-f432-4062-856f-1fc20ecd8c45"},{"name":"GET - NodeID - ietf-hardware - status","id":"61cb87cf-00f2-4052-bb03-9c38a544b04c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/status?content=<string>","description":"<p>Status data nodes associated with RPF.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","status"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0c7e05e0-97ea-48f5-808d-ec09caeab63a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/status?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","status"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": {\n    \"near-end-line\": {\n      \"actual-power-class\": \"sr1\",\n      \"rpf-state\": \"not-operational\",\n      \"reconfiguration-state\": \"normal\",\n      \"prp-error-status\": \"none\",\n      \"line-error-status\": \"no-error\"\n    },\n    \"far-end-line\": {\n      \"actual-power-class\": \"undetermined\",\n      \"rpf-state\": \"pse-ukn\"\n    }\n  }\n}"}],"_postman_id":"61cb87cf-00f2-4052-bb03-9c38a544b04c"},{"name":"GET - NodeID - ietf-hardware - near-end-line","id":"0eb30fdd-8279-4012-b9be-bb1591cde533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/status/near-end-line?content=<string>","description":"<p>Line state data associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","status","near-end-line"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cddbf4db-6cd4-4f21-9317-32bd07c73f1e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/status/near-end-line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","status","near-end-line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"near-end-line\": {\n    \"actual-power-class\": \"sr1\",\n    \"rpf-state\": \"not-operational\",\n    \"reconfiguration-state\": \"normal\",\n    \"prp-error-status\": \"none\",\n    \"line-error-status\": \"no-error\"\n  }\n}"}],"_postman_id":"0eb30fdd-8279-4012-b9be-bb1591cde533"},{"name":"GET - NodeID - ietf-hardware - far-end-line","id":"7fae5c81-61b2-45b5-bc61-f858c35a66b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/status/far-end-line?content=<string>","description":"<p>Line state data associated with the far-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","status","far-end-line"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"26e23efa-7f66-47cc-bcf5-c4cd9dea7379","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/status/far-end-line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","status","far-end-line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"far-end-line\": {\n    \"actual-power-class\": \"undetermined\",\n    \"rpf-state\": \"pse-ukn\"\n  }\n}"}],"_postman_id":"7fae5c81-61b2-45b5-bc61-f858c35a66b5"},{"name":"GET - NodeID - ietf-hardware - inventory","id":"24147907-76ae-4915-82e5-07c637e68006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/inventory?content=<string>","description":"<p>Inventory data nodes associated with RPF.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","inventory"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"df453a35-d6dc-4942-a5bf-b4cdc5f9913c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/inventory?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","inventory"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inventory\": {\n    \"near-end-line\": {\n      \"reconfiguration-capability\": \"none\"\n    },\n    \"far-end-line\": {\n      \"nt-integrated\": \"unknown\",\n      \"battery-backup-available\": \"unknown\",\n      \"prp-capability\": \"unknown\"\n    }\n  }\n}"}],"_postman_id":"24147907-76ae-4915-82e5-07c637e68006"},{"name":"GET - NodeID - ietf-hardware - near-end-line","id":"3068b17a-3e62-4021-bd08-fea1876a4c7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/inventory/near-end-line?content=<string>","description":"<p>Inventory data associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","inventory","near-end-line"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4c91dced-5331-44ab-946d-7646b57c0f33","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/inventory/near-end-line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","inventory","near-end-line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"near-end-line\": {\n    \"reconfiguration-capability\": \"none\"\n  }\n}"}],"_postman_id":"3068b17a-3e62-4021-bd08-fea1876a4c7d"},{"name":"GET - NodeID - ietf-hardware - far-end-line","id":"3fc2b365-3630-4d07-a4fc-80df71f1451a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/inventory/far-end-line?content=<string>","description":"<p>Inventory data associated with the far-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","inventory","far-end-line"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"87833671-6589-4769-b60a-5ea40a0cf177","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/inventory/far-end-line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","inventory","far-end-line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"far-end-line\": {\n    \"nt-integrated\": \"unknown\",\n    \"battery-backup-available\": \"unknown\",\n    \"prp-capability\": \"unknown\"\n  }\n}"}],"_postman_id":"3fc2b365-3630-4d07-a4fc-80df71f1451a"},{"name":"GET - NodeID - ietf-hardware - performance","id":"757b6c2b-7e5f-4026-9a7a-0ab6af0d9a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance?content=<string>","description":"<p>Performance data nodes associated with RPF.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9ca6c2c2-6b84-44f7-a48c-76f86449cbc2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"performance\": {\n    \"intervals-15min\": {\n      \"current\": {\n        \"near-end\": {\n          \"measured-time\": 0,\n          \"dpu-extracted-energy\": 0\n        },\n        \"far-end\": {\n          \"measured-time\": 0,\n          \"pse-injected-energy\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"near-end\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-extracted-energy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-injected-energy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"near-end\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-extracted-energy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-injected-energy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    },\n    \"intervals-24hr\": {\n      \"current\": {\n        \"near-end\": {\n          \"measured-time\": 0,\n          \"dpu-extracted-energy\": 0\n        },\n        \"far-end\": {\n          \"measured-time\": 0,\n          \"pse-injected-energy\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"near-end\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-extracted-energy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-injected-energy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"near-end\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-extracted-energy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-injected-energy\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    }\n  }\n}"}],"_postman_id":"757b6c2b-7e5f-4026-9a7a-0ab6af0d9a61"},{"name":"GET - NodeID - ietf-hardware - intervals-15min","id":"cde67f8b-0abc-4fa3-9cf5-f72d150a1859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min?content=<string>","description":"<p>15 minute interval performance history</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c7b9cf4a-537e-4a3a-b3b9-8d22df072578","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-15min\": {\n    \"current\": {\n      \"near-end\": {\n        \"measured-time\": 0,\n        \"dpu-extracted-energy\": 0\n      },\n      \"far-end\": {\n        \"measured-time\": 0,\n        \"pse-injected-energy\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"near-end\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:8237-57-57T98:15:77-75:19\",\n          \"measured-time\": 0,\n          \"dpu-extracted-energy\": 0\n        },\n        \"far-end\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:3888-02-83T30:55:11Z\",\n          \"measured-time\": 0,\n          \"pse-injected-energy\": 0\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"near-end\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:8237-57-57T98:15:77-75:19\",\n          \"measured-time\": 0,\n          \"dpu-extracted-energy\": 0\n        },\n        \"far-end\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:3888-02-83T30:55:11Z\",\n          \"measured-time\": 0,\n          \"pse-injected-energy\": 0\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"cde67f8b-0abc-4fa3-9cf5-f72d150a1859"},{"name":"GET - NodeID - ietf-hardware - current","id":"f80f48a2-4592-4caa-a422-e01944f155fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ed0f808f-e0b2-48b7-b9ff-e33a9760a9ce","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"near-end\": {\n      \"measured-time\": 0,\n      \"dpu-extracted-energy\": 0\n    },\n    \"far-end\": {\n      \"measured-time\": 0,\n      \"pse-injected-energy\": 0\n    }\n  }\n}"}],"_postman_id":"f80f48a2-4592-4caa-a422-e01944f155fc"},{"name":"GET - NodeID - ietf-hardware - near-end","id":"2d3e2066-ed20-4908-8c1f-f411e44eedee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/current/near-end?content=<string>","description":"<p>Near-end performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","current","near-end"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"71b0f97f-b235-471a-afa1-4f3fc3fbb3a1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/current/near-end?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","current","near-end"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"near-end\": {\n    \"measured-time\": 0,\n    \"dpu-extracted-energy\": 0\n  }\n}"}],"_postman_id":"2d3e2066-ed20-4908-8c1f-f411e44eedee"},{"name":"GET - NodeID - ietf-hardware - far-end","id":"a632b0df-4d3c-411c-8f55-2ae79bdb5518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/current/far-end?content=<string>","description":"<p>Far-end performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","current","far-end"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5db57fd6-fe7d-4190-8789-03fe98e85598","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/current/far-end?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","current","far-end"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"far-end\": {\n    \"measured-time\": 0,\n    \"pse-injected-energy\": 0\n  }\n}"}],"_postman_id":"a632b0df-4d3c-411c-8f55-2ae79bdb5518"},{"name":"GET - NodeID - ietf-hardware - history","id":"97d5b3b8-a589-4f94-83aa-675fbb40651b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/history=<string>?content=<string>","description":"<p>A history of 15 minute intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5c877528-99af-4df0-80dc-30c02f8c361d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"near-end\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:8237-57-57T98:15:77-75:19\",\n        \"measured-time\": 0,\n        \"dpu-extracted-energy\": 0\n      },\n      \"far-end\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:3888-02-83T30:55:11Z\",\n        \"measured-time\": 0,\n        \"pse-injected-energy\": 0\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"near-end\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:8237-57-57T98:15:77-75:19\",\n        \"measured-time\": 0,\n        \"dpu-extracted-energy\": 0\n      },\n      \"far-end\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:3888-02-83T30:55:11Z\",\n        \"measured-time\": 0,\n        \"pse-injected-energy\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"97d5b3b8-a589-4f94-83aa-675fbb40651b"},{"name":"GET - NodeID - ietf-hardware - near-end","id":"0fef4097-0c0f-429a-b3e5-00e18205890f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/history=<string>/near-end?content=<string>","description":"<p>Near-end performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","history=<string>","near-end"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9b4a3a76-4ca6-4909-a016-05e3c721a465","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/history=<string>/near-end?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","history=<string>","near-end"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"near-end\": {\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:8237-57-57T98:15:77-75:19\",\n    \"measured-time\": 0,\n    \"dpu-extracted-energy\": 0\n  }\n}"}],"_postman_id":"0fef4097-0c0f-429a-b3e5-00e18205890f"},{"name":"GET - NodeID - ietf-hardware - far-end","id":"05f6cec1-a286-45a4-86c1-ad7054a94792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/history=<string>/far-end?content=<string>","description":"<p>Far-end performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","history=<string>","far-end"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d9a9a3c0-4d0f-4f25-83a2-8f8c89b9582b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-15min/history=<string>/far-end?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-15min","history=<string>","far-end"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"far-end\": {\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:3888-02-83T30:55:11Z\",\n    \"measured-time\": 0,\n    \"pse-injected-energy\": 0\n  }\n}"}],"_postman_id":"05f6cec1-a286-45a4-86c1-ad7054a94792"},{"name":"GET - NodeID - ietf-hardware - intervals-24hr","id":"17f3569d-1187-4f2c-bdb6-e9fe66d6aaee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr?content=<string>","description":"<p>24 hour interval performance history</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8eb1ed10-de23-4429-bda2-619ab9ac9c9c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-24hr\": {\n    \"current\": {\n      \"near-end\": {\n        \"measured-time\": 0,\n        \"dpu-extracted-energy\": 0\n      },\n      \"far-end\": {\n        \"measured-time\": 0,\n        \"pse-injected-energy\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"near-end\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:0404-30-89T85:82:47-07:74\",\n          \"measured-time\": 0,\n          \"dpu-extracted-energy\": 0\n        },\n        \"far-end\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:1965-09-87T34:99:22+25:59\",\n          \"measured-time\": 0,\n          \"pse-injected-energy\": 0\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"near-end\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:0404-30-89T85:82:47-07:74\",\n          \"measured-time\": 0,\n          \"dpu-extracted-energy\": 0\n        },\n        \"far-end\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:1965-09-87T34:99:22+25:59\",\n          \"measured-time\": 0,\n          \"pse-injected-energy\": 0\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"17f3569d-1187-4f2c-bdb6-e9fe66d6aaee"},{"name":"GET - NodeID - ietf-hardware - current","id":"ee1de44c-a618-42c1-baf9-a3a52c09e724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f2f8bc88-b671-4c7a-9875-3050aec62ebc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"near-end\": {\n      \"measured-time\": 0,\n      \"dpu-extracted-energy\": 0\n    },\n    \"far-end\": {\n      \"measured-time\": 0,\n      \"pse-injected-energy\": 0\n    }\n  }\n}"}],"_postman_id":"ee1de44c-a618-42c1-baf9-a3a52c09e724"},{"name":"GET - NodeID - ietf-hardware - near-end","id":"b0819368-5030-4fd9-9b45-e56953c730f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/current/near-end?content=<string>","description":"<p>Near-end performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","current","near-end"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9576ab68-4e49-411c-b441-58ec4b87d913","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/current/near-end?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","current","near-end"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"near-end\": {\n    \"measured-time\": 0,\n    \"dpu-extracted-energy\": 0\n  }\n}"}],"_postman_id":"b0819368-5030-4fd9-9b45-e56953c730f8"},{"name":"GET - NodeID - ietf-hardware - far-end","id":"3c5ba85b-db3c-455c-a890-8f895f5a5e6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/current/far-end?content=<string>","description":"<p>Far-end performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","current","far-end"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c804acee-8b94-4040-a5d8-6236a8c74c11","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/current/far-end?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","current","far-end"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"far-end\": {\n    \"measured-time\": 0,\n    \"pse-injected-energy\": 0\n  }\n}"}],"_postman_id":"3c5ba85b-db3c-455c-a890-8f895f5a5e6e"},{"name":"GET - NodeID - ietf-hardware - history","id":"a4662aad-8fd0-4079-8f60-953f6fc4e46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/history=<string>?content=<string>","description":"<p>A history of 24 hour intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"26e27879-a280-417d-9749-82907756b62f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"near-end\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:0404-30-89T85:82:47-07:74\",\n        \"measured-time\": 0,\n        \"dpu-extracted-energy\": 0\n      },\n      \"far-end\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:1965-09-87T34:99:22+25:59\",\n        \"measured-time\": 0,\n        \"pse-injected-energy\": 0\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"near-end\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:0404-30-89T85:82:47-07:74\",\n        \"measured-time\": 0,\n        \"dpu-extracted-energy\": 0\n      },\n      \"far-end\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:1965-09-87T34:99:22+25:59\",\n        \"measured-time\": 0,\n        \"pse-injected-energy\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"a4662aad-8fd0-4079-8f60-953f6fc4e46d"},{"name":"GET - NodeID - ietf-hardware - near-end","id":"31ca7c15-901e-44f4-b3c6-508bbeb990fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/history=<string>/near-end?content=<string>","description":"<p>Near-end performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","history=<string>","near-end"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"90f311f1-d8a2-414c-8448-2ca2d9b3de56","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/history=<string>/near-end?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","history=<string>","near-end"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"near-end\": {\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:0404-30-89T85:82:47-07:74\",\n    \"measured-time\": 0,\n    \"dpu-extracted-energy\": 0\n  }\n}"}],"_postman_id":"31ca7c15-901e-44f4-b3c6-508bbeb990fc"},{"name":"GET - NodeID - ietf-hardware - far-end","id":"42aef881-5d44-4e6a-8710-dca3fd7316eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/history=<string>/far-end?content=<string>","description":"<p>Far-end performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","history=<string>","far-end"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8e88c23e-e400-4818-8ec3-fdab0bd508ee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-rpf:rpf/performance/intervals-24hr/history=<string>/far-end?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-rpf:rpf","performance","intervals-24hr","history=<string>","far-end"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"far-end\": {\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:1965-09-87T34:99:22+25:59\",\n    \"measured-time\": 0,\n    \"pse-injected-energy\": 0\n  }\n}"}],"_postman_id":"42aef881-5d44-4e6a-8710-dca3fd7316eb"},{"name":"GET - NodeID - ietf-hardware - transceiver","id":"9caf910e-9a1d-409b-8265-d45ec866709f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver?content=<string>","description":"<p>Transceiver state data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"71e17b0a-b487-487e-81dd-105b6c5699d1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transceiver\": {\n    \"diagnostics-monitoring-type\": \"\\\"legacy\\\" \\\"legacy\\\"\",\n    \"enhanced-options\": \"\\\"alarm-warning-flags\\\" \\\"alarm-rate-select-sff-8431\\\"\",\n    \"diagnostics\": {\n      \"temperature\": -32768,\n      \"supply-voltage\": 0,\n      \"alarm-flag\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"warning-flag\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"identifiers-and-codes\": {\n      \"physical-device\": \"<string>\",\n      \"physical-device-extended-identifier\": \"not-specified\",\n      \"connector\": \"<string>\",\n      \"encoding\": \"unspecified\",\n      \"nominal-bit-rate\": 0,\n      \"maximum-bit-rate\": 0,\n      \"minimum-bit-rate\": 0,\n      \"compliance-codes\": {\n        \"ten-gigabit-ethernet\": \"not-applicable\",\n        \"infiniband\": \"not-applicable\",\n        \"escon\": \"not-applicable\",\n        \"sonet\": \"not-applicable\",\n        \"ethernet\": \"not-applicable\",\n        \"fibre-channel-link-length\": \"not-applicable\",\n        \"fiber-channel-technology\": \"not-applicable\",\n        \"sfp-plus-cable-technology\": \"not-applicable\",\n        \"fibre-channel-transmission-media\": \"not-applicable\",\n        \"fibre-channel-speed\": \"not-applicable\"\n      }\n    },\n    \"link-length\": {\n      \"length-single-mode-km\": 0,\n      \"length-single-mode-100m\": 0,\n      \"length-50um-om2\": 0,\n      \"length-62.5um-om2\": 0,\n      \"length-50um-om4\": 0,\n      \"length-active-cable-or-copper\": 0,\n      \"length-50um-om3\": 0\n    },\n    \"vendor-fields\": {\n      \"oui\": \"?:eD:dE:ed\",\n      \"part-number\": \"?::uZ}T\"\n    },\n    \"thresholds\": {\n      \"temperature-high-alarm\": -32768,\n      \"temperature-low-alarm\": -32768,\n      \"temperature-high-warning\": -32768,\n      \"temperature-low-warning\": -32768,\n      \"supply-voltage-high-alarm\": 0,\n      \"supply-voltage-low-alarm\": 0,\n      \"supply-voltage-high-warning\": 0,\n      \"supply-voltage-low-warning\": 0,\n      \"tx-bias-high-alarm\": 0,\n      \"tx-bias-low-alarm\": 0,\n      \"tx-bias-high-warning\": 0,\n      \"tx-bias-low-warning\": 0,\n      \"tx-power-high-alarm\": 0,\n      \"tx-power-low-alarm\": 0,\n      \"tx-power-high-warning\": 0,\n      \"tx-power-low-warning\": 0,\n      \"rx-power-high-alarm\": 0,\n      \"rx-power-low-alarm\": 0,\n      \"rx-power-high-warning\": 0,\n      \"rx-power-low-warning\": 0,\n      \"laser-temperature-high-alarm\": -32768,\n      \"laser-temperature-low-alarm\": -32768,\n      \"laser-temperature-high-warning\": -32768,\n      \"laser-temperature-low-warning\": -32768,\n      \"tec-current-high-alarm\": -32768,\n      \"tec-current-low-alarm\": -32768,\n      \"tec-current-high-warning\": -32768,\n      \"tec-current-low-warning\": -32768\n    }\n  }\n}"}],"_postman_id":"9caf910e-9a1d-409b-8265-d45ec866709f"},{"name":"GET - NodeID - ietf-hardware - diagnostics","id":"f345bc6f-3a1a-4b10-bf04-3dbef9f0d7ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/diagnostics?content=<string>","description":"<p>Diagnostic data of the transceiver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","diagnostics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bdb9c217-67da-4887-908b-99e843aee3a9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/diagnostics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","diagnostics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"diagnostics\": {\n    \"temperature\": -32768,\n    \"supply-voltage\": 0,\n    \"alarm-flag\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"warning-flag\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"}],"_postman_id":"f345bc6f-3a1a-4b10-bf04-3dbef9f0d7ec"},{"name":"GET - NodeID - ietf-hardware - identifiers-and-codes","id":"ccf2251c-2ae7-471a-ad31-1a4fc9c0ef91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/identifiers-and-codes?content=<string>","description":"<p>Identifiers and codes specific to a given transceiver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","identifiers-and-codes"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"28017c92-1892-4e79-b7b1-5e5226c06d24","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/identifiers-and-codes?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","identifiers-and-codes"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"identifiers-and-codes\": {\n    \"physical-device\": \"<string>\",\n    \"physical-device-extended-identifier\": \"not-specified\",\n    \"connector\": \"<string>\",\n    \"encoding\": \"unspecified\",\n    \"nominal-bit-rate\": 0,\n    \"maximum-bit-rate\": 0,\n    \"minimum-bit-rate\": 0,\n    \"compliance-codes\": {\n      \"ten-gigabit-ethernet\": \"not-applicable\",\n      \"infiniband\": \"not-applicable\",\n      \"escon\": \"not-applicable\",\n      \"sonet\": \"not-applicable\",\n      \"ethernet\": \"not-applicable\",\n      \"fibre-channel-link-length\": \"not-applicable\",\n      \"fiber-channel-technology\": \"not-applicable\",\n      \"sfp-plus-cable-technology\": \"not-applicable\",\n      \"fibre-channel-transmission-media\": \"not-applicable\",\n      \"fibre-channel-speed\": \"not-applicable\"\n    }\n  }\n}"}],"_postman_id":"ccf2251c-2ae7-471a-ad31-1a4fc9c0ef91"},{"name":"GET - NodeID - ietf-hardware - compliance-codes","id":"76626557-58f5-4c22-9bfa-9f5ed82738f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/identifiers-and-codes/compliance-codes?content=<string>","description":"<p>Compliance codes which collectively represent the electronic\nor optical interfaces that are supported by the\ntransceiver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","identifiers-and-codes","compliance-codes"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0720eb3d-7a48-441b-a7cb-f4a087b8f764","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/identifiers-and-codes/compliance-codes?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","identifiers-and-codes","compliance-codes"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"compliance-codes\": {\n    \"ten-gigabit-ethernet\": \"not-applicable\",\n    \"infiniband\": \"not-applicable\",\n    \"escon\": \"not-applicable\",\n    \"sonet\": \"not-applicable\",\n    \"ethernet\": \"not-applicable\",\n    \"fibre-channel-link-length\": \"not-applicable\",\n    \"fiber-channel-technology\": \"not-applicable\",\n    \"sfp-plus-cable-technology\": \"not-applicable\",\n    \"fibre-channel-transmission-media\": \"not-applicable\",\n    \"fibre-channel-speed\": \"not-applicable\"\n  }\n}"}],"_postman_id":"76626557-58f5-4c22-9bfa-9f5ed82738f4"},{"name":"GET - NodeID - ietf-hardware - link-length","id":"6875ea6d-c3db-45aa-9964-997954ba2fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/link-length?content=<string>","description":"<p>Link lengths for various modes of operation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","link-length"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3248b0a1-2d76-4aba-9961-981990a7d6e5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/link-length?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","link-length"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"link-length\": {\n    \"length-single-mode-km\": 0,\n    \"length-single-mode-100m\": 0,\n    \"length-50um-om2\": 0,\n    \"length-62.5um-om2\": 0,\n    \"length-50um-om4\": 0,\n    \"length-active-cable-or-copper\": 0,\n    \"length-50um-om3\": 0\n  }\n}"}],"_postman_id":"6875ea6d-c3db-45aa-9964-997954ba2fea"},{"name":"GET - NodeID - ietf-hardware - vendor-fields","id":"5e9f19a9-e03d-45b5-be3f-b5aa578e9697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/vendor-fields?content=<string>","description":"<p>Transceiver information relative to the vendor. SFF-8472\nsections 7.1 to 7.4, 8.6 and 8.7 define this data. The\nfollowing are already defined in the base ietf-hardware\nmodel for each component regardless of class.</p>\n<p>7.1 Vendor Name\nThe vendor name is a 16 character field that contains\nASCII characters, left-aligned and padded on the right with\nASCII spaces (20h). The vendor name shall be the full name\nof the corporation, a commonly accepted abbreviation of the\nname of the corporation, the SCSI company code for the\ncorporation, or the stock exchange code for the\ncorporation. At least one of the vendor name or the vendor\nOUI fields shall contain valid data.</p>\n<p>This is reported via 'mfg-name'.</p>\n<p>7.4 Vendor Rev\nThe vendor revision number (vendor rev) is a 4-byte field\nthat contains ASCII characters, left-aligned and padded on\nthe right with ASCII spaces (20h), defining the Vendor's\nproduct revision number. An empty string indicates that the\nvendor revision is unspecified.</p>\n<p>This is reported via 'hardware-rev'.</p>\n<p>8.6 Vendor SN\nThe vendor serial number (vendor SN) is a 16 character\nfield that contains ASCII characters, left-aligned and\npadded on the right with ASCII spaces (20h), defining the\nVendor's serial number for the transceiver. An empty string\nindicates that the vendor SN is unspecified.</p>\n<p>This is reported via 'serial-num'.</p>\n<p>8.7 Date Code\nThe date code is an 8-byte field that contains the Vendor's\ndate code in ASCII characters. The date code is mandatory.</p>\n<p>This is reported via 'mfg-date'.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","vendor-fields"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"63ef106e-3582-4df4-b24b-26bef87cb02e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/vendor-fields?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","vendor-fields"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vendor-fields\": {\n    \"oui\": \"?:eD:dE:ed\",\n    \"part-number\": \"?::uZ}T\"\n  }\n}"}],"_postman_id":"5e9f19a9-e03d-45b5-be3f-b5aa578e9697"},{"name":"GET - NodeID - ietf-hardware - thresholds","id":"8b96be3c-cc8e-410c-9289-6e64f0963bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/thresholds?content=<string>","description":"<p>Each diagnostic value has a corresponding high alarm, low\nalarm, high warning and low warning threshold. These factory\npreset values allow the user to determine when a particular\nvalue is outside of 'normal' limits as determined by the\ntransceiver manufacturer. It is assumed that these values\nwill vary with different technologies and different\nimplementations. When external calibration is used, data may\nbe compared to alarm and warning threshold values before or\nafter calibration by the host. Comparison can be done\ndirectly before calibration. If comparison is to be done\nafter calibration, calibration must first be applied to both\ndata and threshold values.</p>\n<p>The values reported in the alarm and warning thresholds area\n(see below) may be temperature compensated or otherwise\nadjusted when setting warning and/or alarm flags. Any\nthreshold compensation or adjustment is vendor specific and\noptional.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","thresholds"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7ee341ca-53f8-4f3f-9230-b77b4c3a1dbb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver/thresholds?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver","thresholds"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"thresholds\": {\n    \"temperature-high-alarm\": -32768,\n    \"temperature-low-alarm\": -32768,\n    \"temperature-high-warning\": -32768,\n    \"temperature-low-warning\": -32768,\n    \"supply-voltage-high-alarm\": 0,\n    \"supply-voltage-low-alarm\": 0,\n    \"supply-voltage-high-warning\": 0,\n    \"supply-voltage-low-warning\": 0,\n    \"tx-bias-high-alarm\": 0,\n    \"tx-bias-low-alarm\": 0,\n    \"tx-bias-high-warning\": 0,\n    \"tx-bias-low-warning\": 0,\n    \"tx-power-high-alarm\": 0,\n    \"tx-power-low-alarm\": 0,\n    \"tx-power-high-warning\": 0,\n    \"tx-power-low-warning\": 0,\n    \"rx-power-high-alarm\": 0,\n    \"rx-power-low-alarm\": 0,\n    \"rx-power-high-warning\": 0,\n    \"rx-power-low-warning\": 0,\n    \"laser-temperature-high-alarm\": -32768,\n    \"laser-temperature-low-alarm\": -32768,\n    \"laser-temperature-high-warning\": -32768,\n    \"laser-temperature-low-warning\": -32768,\n    \"tec-current-high-alarm\": -32768,\n    \"tec-current-low-alarm\": -32768,\n    \"tec-current-high-warning\": -32768,\n    \"tec-current-low-warning\": -32768\n  }\n}"}],"_postman_id":"8b96be3c-cc8e-410c-9289-6e64f0963bad"},{"name":"GET - NodeID - ietf-hardware - transceiver-link","id":"6a41e7db-24ce-4524-8e6f-6cbdbbe8a445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver-link?content=<string>","description":"<p>A physical link on the transceiver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver-link"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"82becaf0-bb63-4473-bb5c-68b89a9eb1c7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver-link?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver-link"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transceiver-link\": {\n    \"diagnostics\": {\n      \"tx-bias\": 0,\n      \"tx-power\": 0,\n      \"rx-power\": 0,\n      \"laser-temperature\": -32768,\n      \"tec-current\": -32768,\n      \"alarm-flag\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"warning-flag\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"unspecified\": \"<object>\",\n    \"wavelength\": 0,\n    \"passive-cable-specification-compliance\": \"fc-pi-4-appendix-h\",\n    \"active-cable-specification-compliance\": \"fc-pi-4-limiting\"\n  }\n}"}],"_postman_id":"6a41e7db-24ce-4524-8e6f-6cbdbbe8a445"},{"name":"GET - NodeID - ietf-hardware - diagnostics","id":"ba96b1a9-9ae8-4db4-b54a-f11a487a6905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver-link/diagnostics?content=<string>","description":"<p>Diagnostic data of the transceiver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver-link","diagnostics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b289670c-178d-40c0-a03a-2a9f6283b9ad","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-hardware-transceivers:transceiver-link/diagnostics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-hardware-transceivers:transceiver-link","diagnostics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"diagnostics\": {\n    \"tx-bias\": 0,\n    \"tx-power\": 0,\n    \"rx-power\": 0,\n    \"laser-temperature\": -32768,\n    \"tec-current\": -32768,\n    \"alarm-flag\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"warning-flag\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"}],"_postman_id":"ba96b1a9-9ae8-4db4-b54a-f11a487a6905"},{"name":"GET - NodeID - ietf-hardware - software","id":"306b361f-8d60-4a5d-b0a9-f7843238cfa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software?content=<string>","description":"<p>Physical entity state data, actions and notifications\nassociated with software.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"96670cbc-4ef6-4bd3-9692-92f08872ca5b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software\": {\n    \"software\": [\n      {\n        \"name\": \"?:@\",\n        \"download\": {\n          \"current-state\": {\n            \"state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"timestamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"software-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"download-progress\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"last-download-state\": {\n            \"state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failure\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"timestamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"software-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"revisions\": {\n          \"revision\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"?:@\",\n        \"download\": {\n          \"current-state\": {\n            \"state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"timestamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"software-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"download-progress\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"last-download-state\": {\n            \"state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failure\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"timestamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"software-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"revisions\": {\n          \"revision\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"306b361f-8d60-4a5d-b0a9-f7843238cfa7"},{"name":"GET - NodeID - ietf-hardware - software","id":"120ba0e4-d394-4f1d-bc12-8f3a7559e34c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>?content=<string>","description":"<p>A list of software on this physical entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2a2b9f65-c671-4afd-b7a3-9f3851a3035a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software\": [\n    {\n      \"name\": \"?:@\",\n      \"download\": {\n        \"current-state\": {\n          \"state\": \"idle\",\n          \"timestamp\": \"?:6055-60-63T21:32:62+35:36\",\n          \"software-name\": \"?:|\",\n          \"download-progress\": 0\n        },\n        \"last-download-state\": {\n          \"state\": \"none-attempted\",\n          \"failure\": {\n            \"failure-reason\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failure-string\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"timestamp\": \"?:1472-72-53T59:83:72Z\",\n          \"software-name\": \"?:G\"\n        }\n      },\n      \"revisions\": {\n        \"revision\": [\n          {\n            \"name\": \"?:\",\n            \"download-timestamp\": \"?:6388-85-82T60:94:76-03:19\",\n            \"version\": \"Some version\",\n            \"is-valid\": true,\n            \"is-committed\": true,\n            \"is-active\": true,\n            \"activate-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"commit-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"delete-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"download-timestamp\": \"?:6388-85-82T60:94:76-03:19\",\n            \"version\": \"Some version\",\n            \"is-valid\": true,\n            \"is-committed\": true,\n            \"is-active\": true,\n            \"activate-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"commit-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"delete-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:@\",\n      \"download\": {\n        \"current-state\": {\n          \"state\": \"idle\",\n          \"timestamp\": \"?:6055-60-63T21:32:62+35:36\",\n          \"software-name\": \"?:|\",\n          \"download-progress\": 0\n        },\n        \"last-download-state\": {\n          \"state\": \"none-attempted\",\n          \"failure\": {\n            \"failure-reason\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failure-string\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"timestamp\": \"?:1472-72-53T59:83:72Z\",\n          \"software-name\": \"?:G\"\n        }\n      },\n      \"revisions\": {\n        \"revision\": [\n          {\n            \"name\": \"?:\",\n            \"download-timestamp\": \"?:6388-85-82T60:94:76-03:19\",\n            \"version\": \"Some version\",\n            \"is-valid\": true,\n            \"is-committed\": true,\n            \"is-active\": true,\n            \"activate-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"commit-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"delete-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"download-timestamp\": \"?:6388-85-82T60:94:76-03:19\",\n            \"version\": \"Some version\",\n            \"is-valid\": true,\n            \"is-committed\": true,\n            \"is-active\": true,\n            \"activate-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"commit-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"delete-revision\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"120ba0e4-d394-4f1d-bc12-8f3a7559e34c"},{"name":"GET - NodeID - ietf-hardware - download","id":"9aa814de-1953-435e-9bdc-9331507d8a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download?content=<string>","description":"<p>Information and actions regarding downloading of new\nsoftware.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"801c588b-356e-41d4-9acb-4b51b590af3c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"download\": {\n    \"current-state\": {\n      \"state\": \"idle\",\n      \"timestamp\": \"?:6055-60-63T21:32:62+35:36\",\n      \"software-name\": \"?:|\",\n      \"download-progress\": 0\n    },\n    \"last-download-state\": {\n      \"state\": \"none-attempted\",\n      \"failure\": {\n        \"failure-reason\": \"<string>\",\n        \"failure-string\": \"Some failure-string\"\n      },\n      \"timestamp\": \"?:1472-72-53T59:83:72Z\",\n      \"software-name\": \"?:G\"\n    }\n  }\n}"}],"_postman_id":"9aa814de-1953-435e-9bdc-9331507d8a60"},{"name":"POST - NodeID - ietf-hardware - download-software","id":"f8a9e9b2-4bb7-4c14-bbd4-6a08b76a5931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"url\": \"Some url\",\n    \"name\": \"?:\",\n    \"server-public-key\": \"?:~#j\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/download-software","description":"<p>Download specified software to this physical entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download","download-software"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4e13ff16-9976-459d-baa0-7926e030fba1","name":"RPC download-software success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"url\": \"Some url\",\n    \"name\": \"?:\",\n    \"server-public-key\": \"?:~#j\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/download-software"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"failure-reason\": \"<string>\",\n    \"failure-string\": \"Some failure-string\"\n  }\n}"}],"_postman_id":"f8a9e9b2-4bb7-4c14-bbd4-6a08b76a5931"},{"name":"POST - NodeID - ietf-hardware - abort-download","id":"222e6322-337b-4b25-9439-3961fdded4eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"name\": \"?:yj\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/abort-download","description":"<p>Abort the download process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download","abort-download"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7a7cb83-f5fb-4184-8667-77bf69d92ebc","name":"RPC abort-download success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"name\": \"?:yj\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/abort-download"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"222e6322-337b-4b25-9439-3961fdded4eb"},{"name":"GET - NodeID - ietf-hardware - current-state","id":"f98baba6-5d6d-42a7-ac47-955d078f7be5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/current-state?content=<string>","description":"<p>Objects associated with the current state of the download\nstate machine.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download","current-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"103a788d-7cdd-487b-a6a1-e5e2c53cb2c4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/current-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download","current-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current-state\": {\n    \"state\": \"idle\",\n    \"timestamp\": \"?:6055-60-63T21:32:62+35:36\",\n    \"software-name\": \"?:|\",\n    \"download-progress\": 0\n  }\n}"}],"_postman_id":"f98baba6-5d6d-42a7-ac47-955d078f7be5"},{"name":"GET - NodeID - ietf-hardware - last-download-state","id":"36dfef9c-7e01-4f25-8e85-92fc746f0f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/last-download-state?content=<string>","description":"<p>Objects associated with the last attempt at a software\ndownload.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download","last-download-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"52b75677-297e-4187-9629-94e25318d1a4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/last-download-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download","last-download-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"last-download-state\": {\n    \"state\": \"none-attempted\",\n    \"failure\": {\n      \"failure-reason\": \"<string>\",\n      \"failure-string\": \"Some failure-string\"\n    },\n    \"timestamp\": \"?:1472-72-53T59:83:72Z\",\n    \"software-name\": \"?:G\"\n  }\n}"}],"_postman_id":"36dfef9c-7e01-4f25-8e85-92fc746f0f45"},{"name":"GET - NodeID - ietf-hardware - failure","id":"7fee22e5-f3dd-4147-9b90-2153824f8136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/last-download-state/failure?content=<string>","description":"<p>Objects asssociated with a download failure.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download","last-download-state","failure"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1b3dc56e-422d-4d30-8fca-a752304a4418","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/download/last-download-state/failure?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","download","last-download-state","failure"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"failure\": {\n    \"failure-reason\": \"<string>\",\n    \"failure-string\": \"Some failure-string\"\n  }\n}"}],"_postman_id":"7fee22e5-f3dd-4147-9b90-2153824f8136"},{"name":"GET - NodeID - ietf-hardware - revisions","id":"f2d1d2b5-c048-421a-bde8-6ebe84f73a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions?content=<string>","description":"<p>Information and actions regarding all software\nrevisions.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8f199567-32cd-4e4e-9abe-881c46e3c4df","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"revisions\": {\n    \"revision\": [\n      {\n        \"name\": \"?:\",\n        \"download-timestamp\": \"?:6388-85-82T60:94:76-03:19\",\n        \"version\": \"Some version\",\n        \"is-valid\": true,\n        \"is-committed\": true,\n        \"is-active\": true,\n        \"activate-revision\": {},\n        \"commit-revision\": {},\n        \"delete-revision\": {}\n      },\n      {\n        \"name\": \"?:\",\n        \"download-timestamp\": \"?:6388-85-82T60:94:76-03:19\",\n        \"version\": \"Some version\",\n        \"is-valid\": true,\n        \"is-committed\": true,\n        \"is-active\": true,\n        \"activate-revision\": {},\n        \"commit-revision\": {},\n        \"delete-revision\": {}\n      }\n    ]\n  }\n}"}],"_postman_id":"f2d1d2b5-c048-421a-bde8-6ebe84f73a3f"},{"name":"GET - NodeID - ietf-hardware - revision","id":"c705d1a5-cdff-45f3-9f97-243e3a89c558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>?content=<string>","description":"<p>A list of revisions available on the physical entity for\na given software managed on that physical entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9c72cb0c-38e0-48bd-9456-903b73cb02a7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"revision\": [\n    {\n      \"name\": \"?:\",\n      \"download-timestamp\": \"?:6388-85-82T60:94:76-03:19\",\n      \"version\": \"Some version\",\n      \"is-valid\": true,\n      \"is-committed\": true,\n      \"is-active\": true,\n      \"activate-revision\": {},\n      \"commit-revision\": {},\n      \"delete-revision\": {}\n    },\n    {\n      \"name\": \"?:\",\n      \"download-timestamp\": \"?:6388-85-82T60:94:76-03:19\",\n      \"version\": \"Some version\",\n      \"is-valid\": true,\n      \"is-committed\": true,\n      \"is-active\": true,\n      \"activate-revision\": {},\n      \"commit-revision\": {},\n      \"delete-revision\": {}\n    }\n  ]\n}"}],"_postman_id":"c705d1a5-cdff-45f3-9f97-243e3a89c558"},{"name":"GET - NodeID - ietf-hardware - activate-revision","id":"3fffce4d-225c-4234-875f-9678472e2ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/activate-revision?content=<string>","description":"<p>Actions and notifications associated with activating\na software revision.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>","activate-revision"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f77f3075-7fc1-49ea-830c-000dfcfc6d3a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/activate-revision?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>","activate-revision"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"activate-revision\": {}\n}"}],"_postman_id":"3fffce4d-225c-4234-875f-9678472e2ca8"},{"name":"POST - NodeID - ietf-hardware - activate","id":"8a2a79ba-4b9c-46b7-bf88-9543f02f9e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/activate-revision/activate","description":"<p>Activate this revision.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>","activate-revision","activate"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e2f704e7-bd55-4243-b99e-52b4e85406d2","name":"RPC activate success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/activate-revision/activate"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a2a79ba-4b9c-46b7-bf88-9543f02f9e97"},{"name":"GET - NodeID - ietf-hardware - commit-revision","id":"4bc13e4f-14e7-4514-8e1a-89bf156d681f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/commit-revision?content=<string>","description":"<p>Actions and notifications associated with committing\na software revision.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>","commit-revision"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"be181a77-3a2d-4c62-932e-46056a6bebdb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/commit-revision?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>","commit-revision"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"commit-revision\": {}\n}"}],"_postman_id":"4bc13e4f-14e7-4514-8e1a-89bf156d681f"},{"name":"POST - NodeID - ietf-hardware - commit","id":"28f19e26-9e98-4cac-9eab-04221691f1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/commit-revision/commit","description":"<p>Commit this revision.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>","commit-revision","commit"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cdd17e25-d1c5-46f5-9a3a-b8f59a3d0864","name":"RPC commit success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/commit-revision/commit"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28f19e26-9e98-4cac-9eab-04221691f1a5"},{"name":"GET - NodeID - ietf-hardware - delete-revision","id":"1a2573e5-002e-40ad-94eb-28a60acd0503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/delete-revision?content=<string>","description":"<p>Action associated with deleting a software revision.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>","delete-revision"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"017d3a61-d125-4dbf-9b28-504e368de021","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/delete-revision?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>","delete-revision"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"delete-revision\": {}\n}"}],"_postman_id":"1a2573e5-002e-40ad-94eb-28a60acd0503"},{"name":"POST - NodeID - ietf-hardware - delete","id":"ef715c13-a71f-4d29-a305-e89e054634f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/delete-revision/delete","description":"<p>Delete this revision from the stored software\nrevisions.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware-state","component=<string>","bbf-software-image-management-one-dot-one:software","software=<string>","revisions","revision=<string>","delete-revision","delete"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"59d5e0cc-5bf0-4ad3-8f6a-0215bd1f86f6","name":"RPC delete success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware-state/component=<string>/bbf-software-image-management-one-dot-one:software/software=<string>/revisions/revision=<string>/delete-revision/delete"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef715c13-a71f-4d29-a305-e89e054634f1"},{"name":"POST - NodeID - ietf-hardware - hardware","id":"d007620b-fb46-4414-9f53-890a6cf9b8d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    },\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware","description":"<p>Configuration parameters for components.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe98c592-215c-4ce6-b2db-df1ad2894545","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    },\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d007620b-fb46-4414-9f53-890a6cf9b8d0"},{"name":"GET - NodeID - ietf-hardware - hardware","id":"64a8f3df-4e0e-48c2-9055-9f88a2c4ca07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware?content=<string>","description":"<p>Configuration parameters for components.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9ae28e01-67c8-4943-88fe-97b4d062339b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hardware\": {\n    \"component\": [\n      {\n        \"class\": \"<string>\",\n        \"name\": \"?:*zHcz+!g~|3M<\",\n        \"parent\": \"?:#\",\n        \"parent-rel-pos\": 1,\n        \"mfg-name\": \"Some mfg-name\",\n        \"serial-num\": \"Some serial-num\",\n        \"alias\": \"?:\",\n        \"asset-id\": \"Some asset-id\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"admin-state\": \"unknown\",\n        \"rpf\": {\n          \"near-end-line\": {\n            \"power-extraction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"power-extraction-pse-on-battery\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-shutdown-service\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forced-reconfiguration-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conditional-forced-reconfiguration-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conditional-forced-reconfiguration-state-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"thresholds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end-line\": {\n            \"thresholds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"fans\": {\n          \"fan-mode\": \"auto\"\n        },\n        \"model-name\": \"Some model-name\"\n      },\n      {\n        \"class\": \"<string>\",\n        \"name\": \"?:*zHcz+!g~|3M<\",\n        \"parent\": \"?:#\",\n        \"parent-rel-pos\": 1,\n        \"mfg-name\": \"Some mfg-name\",\n        \"serial-num\": \"Some serial-num\",\n        \"alias\": \"?:\",\n        \"asset-id\": \"Some asset-id\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"admin-state\": \"unknown\",\n        \"rpf\": {\n          \"near-end-line\": {\n            \"power-extraction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"power-extraction-pse-on-battery\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-shutdown-service\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forced-reconfiguration-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conditional-forced-reconfiguration-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conditional-forced-reconfiguration-state-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"thresholds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"far-end-line\": {\n            \"thresholds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"fans\": {\n          \"fan-mode\": \"auto\"\n        },\n        \"model-name\": \"Some model-name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"64a8f3df-4e0e-48c2-9055-9f88a2c4ca07"},{"name":"DELETE - NodeID - ietf-hardware - hardware","id":"91c511b1-86af-404f-9c8f-e8b924a5724b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware","description":"<p>Configuration parameters for components.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"06f2f7f4-f87b-4c8b-8d8c-2928482c0794","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91c511b1-86af-404f-9c8f-e8b924a5724b"},{"name":"PUT - NodeID - ietf-hardware - hardware","id":"864323e5-d84e-4efe-a693-19f0f6df4706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"hardware\": {\n    \"component\": [\n      {\n        \"class\": \"<string>\",\n        \"name\": \"?:w|\",\n        \"parent\": \"?:|e~#\",\n        \"parent-rel-pos\": 1,\n        \"mfg-name\": \"Some mfg-name\",\n        \"serial-num\": \"Some serial-num\",\n        \"alias\": \"?:#!o^\",\n        \"asset-id\": \"Some asset-id\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"admin-state\": \"unknown\",\n        \"rpf\": {\n          \"near-end-line\": {\n            \"power-extraction\": \"allowed\",\n            \"power-extraction-pse-on-battery\": false,\n            \"pse-shutdown-service\": \"force-l3\",\n            \"forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state-time\": 30,\n            \"thresholds\": {\n              \"dpu-15min-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"dpu-24hr-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"far-end-line\": {\n            \"thresholds\": {\n              \"pse-15min-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pse-24hr-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"fans\": {\n          \"fan-mode\": \"auto\"\n        },\n        \"model-name\": \"Some model-name\"\n      },\n      {\n        \"class\": \"<string>\",\n        \"name\": \"?:w|\",\n        \"parent\": \"?:|e~#\",\n        \"parent-rel-pos\": 1,\n        \"mfg-name\": \"Some mfg-name\",\n        \"serial-num\": \"Some serial-num\",\n        \"alias\": \"?:#!o^\",\n        \"asset-id\": \"Some asset-id\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"admin-state\": \"unknown\",\n        \"rpf\": {\n          \"near-end-line\": {\n            \"power-extraction\": \"allowed\",\n            \"power-extraction-pse-on-battery\": false,\n            \"pse-shutdown-service\": \"force-l3\",\n            \"forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state-time\": 30,\n            \"thresholds\": {\n              \"dpu-15min-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"dpu-24hr-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"far-end-line\": {\n            \"thresholds\": {\n              \"pse-15min-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pse-24hr-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"fans\": {\n          \"fan-mode\": \"auto\"\n        },\n        \"model-name\": \"Some model-name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware","description":"<p>Configuration parameters for components.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fdb6196f-8539-4f59-95ff-f81dd1ef5bcb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"hardware\": {\n    \"component\": [\n      {\n        \"class\": \"<string>\",\n        \"name\": \"?:w|\",\n        \"parent\": \"?:|e~#\",\n        \"parent-rel-pos\": 1,\n        \"mfg-name\": \"Some mfg-name\",\n        \"serial-num\": \"Some serial-num\",\n        \"alias\": \"?:#!o^\",\n        \"asset-id\": \"Some asset-id\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"admin-state\": \"unknown\",\n        \"rpf\": {\n          \"near-end-line\": {\n            \"power-extraction\": \"allowed\",\n            \"power-extraction-pse-on-battery\": false,\n            \"pse-shutdown-service\": \"force-l3\",\n            \"forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state-time\": 30,\n            \"thresholds\": {\n              \"dpu-15min-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"dpu-24hr-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"far-end-line\": {\n            \"thresholds\": {\n              \"pse-15min-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pse-24hr-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"fans\": {\n          \"fan-mode\": \"auto\"\n        },\n        \"model-name\": \"Some model-name\"\n      },\n      {\n        \"class\": \"<string>\",\n        \"name\": \"?:w|\",\n        \"parent\": \"?:|e~#\",\n        \"parent-rel-pos\": 1,\n        \"mfg-name\": \"Some mfg-name\",\n        \"serial-num\": \"Some serial-num\",\n        \"alias\": \"?:#!o^\",\n        \"asset-id\": \"Some asset-id\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"admin-state\": \"unknown\",\n        \"rpf\": {\n          \"near-end-line\": {\n            \"power-extraction\": \"allowed\",\n            \"power-extraction-pse-on-battery\": false,\n            \"pse-shutdown-service\": \"force-l3\",\n            \"forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state-time\": 30,\n            \"thresholds\": {\n              \"dpu-15min-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"dpu-24hr-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"far-end-line\": {\n            \"thresholds\": {\n              \"pse-15min-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pse-24hr-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"fans\": {\n          \"fan-mode\": \"auto\"\n        },\n        \"model-name\": \"Some model-name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"06c26dd5-482f-4211-9a56-614598d5daa8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"hardware\": {\n    \"component\": [\n      {\n        \"class\": \"<string>\",\n        \"name\": \"?:w|\",\n        \"parent\": \"?:|e~#\",\n        \"parent-rel-pos\": 1,\n        \"mfg-name\": \"Some mfg-name\",\n        \"serial-num\": \"Some serial-num\",\n        \"alias\": \"?:#!o^\",\n        \"asset-id\": \"Some asset-id\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"admin-state\": \"unknown\",\n        \"rpf\": {\n          \"near-end-line\": {\n            \"power-extraction\": \"allowed\",\n            \"power-extraction-pse-on-battery\": false,\n            \"pse-shutdown-service\": \"force-l3\",\n            \"forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state-time\": 30,\n            \"thresholds\": {\n              \"dpu-15min-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"dpu-24hr-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"far-end-line\": {\n            \"thresholds\": {\n              \"pse-15min-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pse-24hr-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"fans\": {\n          \"fan-mode\": \"auto\"\n        },\n        \"model-name\": \"Some model-name\"\n      },\n      {\n        \"class\": \"<string>\",\n        \"name\": \"?:w|\",\n        \"parent\": \"?:|e~#\",\n        \"parent-rel-pos\": 1,\n        \"mfg-name\": \"Some mfg-name\",\n        \"serial-num\": \"Some serial-num\",\n        \"alias\": \"?:#!o^\",\n        \"asset-id\": \"Some asset-id\",\n        \"uri\": [\n          \"Some uri\",\n          \"Some uri\"\n        ],\n        \"admin-state\": \"unknown\",\n        \"rpf\": {\n          \"near-end-line\": {\n            \"power-extraction\": \"allowed\",\n            \"power-extraction-pse-on-battery\": false,\n            \"pse-shutdown-service\": \"force-l3\",\n            \"forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state\": \"none\",\n            \"conditional-forced-reconfiguration-state-time\": 30,\n            \"thresholds\": {\n              \"dpu-15min-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"dpu-24hr-extracted-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"far-end-line\": {\n            \"thresholds\": {\n              \"pse-15min-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pse-24hr-injected-energy-threshold\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        \"fans\": {\n          \"fan-mode\": \"auto\"\n        },\n        \"model-name\": \"Some model-name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"864323e5-d84e-4efe-a693-19f0f6df4706"},{"name":"POST - NodeID - ietf-hardware - component","id":"d9ced753-8bba-44e2-a3e7-e79c45b360df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"class\": \"<string>\",\n  \"parent\": \"?:|e~#\",\n  \"parent-rel-pos\": 1,\n  \"mfg-name\": \"Some mfg-name\",\n  \"serial-num\": \"Some serial-num\",\n  \"alias\": \"?:#!o^\",\n  \"asset-id\": \"Some asset-id\",\n  \"uri\": [\n    \"Some uri\",\n    \"Some uri\"\n  ],\n  \"admin-state\": \"unknown\",\n  \"rpf\": {\n    \"near-end-line\": {\n      \"power-extraction\": \"allowed\",\n      \"power-extraction-pse-on-battery\": false,\n      \"pse-shutdown-service\": \"force-l3\",\n      \"forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state-time\": 30,\n      \"thresholds\": {\n        \"dpu-15min-extracted-energy-threshold\": 0,\n        \"dpu-24hr-extracted-energy-threshold\": 0\n      }\n    },\n    \"far-end-line\": {\n      \"thresholds\": {\n        \"pse-15min-injected-energy-threshold\": 0,\n        \"pse-24hr-injected-energy-threshold\": 0\n      }\n    }\n  },\n  \"fans\": {\n    \"fan-mode\": \"auto\"\n  },\n  \"model-name\": \"Some model-name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>","description":"<p>List of configuration data for components.</p>\n<p>See the description of /hardware-state/component for\ninformation on how this list is used by a server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7c90eac4-fc64-4004-ab93-e5f8e45e1a95","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"class\": \"<string>\",\n  \"parent\": \"?:|e~#\",\n  \"parent-rel-pos\": 1,\n  \"mfg-name\": \"Some mfg-name\",\n  \"serial-num\": \"Some serial-num\",\n  \"alias\": \"?:#!o^\",\n  \"asset-id\": \"Some asset-id\",\n  \"uri\": [\n    \"Some uri\",\n    \"Some uri\"\n  ],\n  \"admin-state\": \"unknown\",\n  \"rpf\": {\n    \"near-end-line\": {\n      \"power-extraction\": \"allowed\",\n      \"power-extraction-pse-on-battery\": false,\n      \"pse-shutdown-service\": \"force-l3\",\n      \"forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state-time\": 30,\n      \"thresholds\": {\n        \"dpu-15min-extracted-energy-threshold\": 0,\n        \"dpu-24hr-extracted-energy-threshold\": 0\n      }\n    },\n    \"far-end-line\": {\n      \"thresholds\": {\n        \"pse-15min-injected-energy-threshold\": 0,\n        \"pse-24hr-injected-energy-threshold\": 0\n      }\n    }\n  },\n  \"fans\": {\n    \"fan-mode\": \"auto\"\n  },\n  \"model-name\": \"Some model-name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9ced753-8bba-44e2-a3e7-e79c45b360df"},{"name":"GET - NodeID - ietf-hardware - component","id":"d0e5a18f-ea7d-47d8-8718-c647d83a2170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>?content=<string>","description":"<p>List of configuration data for components.</p>\n<p>See the description of /hardware-state/component for\ninformation on how this list is used by a server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b833b7bc-7948-4398-b885-a35a264177ec","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"component\": [\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:*zHcz+!g~|3M<\",\n      \"parent\": \"?:#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    },\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:*zHcz+!g~|3M<\",\n      \"parent\": \"?:#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    }\n  ]\n}"}],"_postman_id":"d0e5a18f-ea7d-47d8-8718-c647d83a2170"},{"name":"DELETE - NodeID - ietf-hardware - component","id":"318bbd00-2638-4011-9484-20a3174087cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>","description":"<p>List of configuration data for components.</p>\n<p>See the description of /hardware-state/component for\ninformation on how this list is used by a server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f0aa5fb5-cd11-440c-a0fd-17b79aacb535","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"318bbd00-2638-4011-9484-20a3174087cd"},{"name":"PUT - NodeID - ietf-hardware - component","id":"defd8792-492e-484f-9b0f-3fa2788ef3a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    },\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>","description":"<p>List of configuration data for components.</p>\n<p>See the description of /hardware-state/component for\ninformation on how this list is used by a server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8f1d1a59-0714-4b63-a2af-2a595bb6e013","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    },\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b0cd8cae-5381-4cc2-b11d-38f65bdb1852","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    },\n    {\n      \"class\": \"<string>\",\n      \"name\": \"?:w|\",\n      \"parent\": \"?:|e~#\",\n      \"parent-rel-pos\": 1,\n      \"mfg-name\": \"Some mfg-name\",\n      \"serial-num\": \"Some serial-num\",\n      \"alias\": \"?:#!o^\",\n      \"asset-id\": \"Some asset-id\",\n      \"uri\": [\n        \"Some uri\",\n        \"Some uri\"\n      ],\n      \"admin-state\": \"unknown\",\n      \"rpf\": {\n        \"near-end-line\": {\n          \"power-extraction\": \"allowed\",\n          \"power-extraction-pse-on-battery\": false,\n          \"pse-shutdown-service\": \"force-l3\",\n          \"forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state\": \"none\",\n          \"conditional-forced-reconfiguration-state-time\": 30,\n          \"thresholds\": {\n            \"dpu-15min-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dpu-24hr-extracted-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"far-end-line\": {\n          \"thresholds\": {\n            \"pse-15min-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pse-24hr-injected-energy-threshold\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"fans\": {\n        \"fan-mode\": \"auto\"\n      },\n      \"model-name\": \"Some model-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"defd8792-492e-484f-9b0f-3fa2788ef3a1"},{"name":"POST - NodeID - ietf-hardware - rpf","id":"10b6aa6b-35e2-4e6c-baa6-16878c2c917c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"near-end-line\": {\n    \"power-extraction\": \"allowed\",\n    \"power-extraction-pse-on-battery\": false,\n    \"pse-shutdown-service\": \"force-l3\",\n    \"forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state-time\": 30,\n    \"thresholds\": {\n      \"dpu-15min-extracted-energy-threshold\": 0,\n      \"dpu-24hr-extracted-energy-threshold\": 0\n    }\n  },\n  \"far-end-line\": {\n    \"thresholds\": {\n      \"pse-15min-injected-energy-threshold\": 0,\n      \"pse-24hr-injected-energy-threshold\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf","description":"<p>Configurating data nodes for managing Reverse Power Feeding\n(RPF) per port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9471cd34-98b0-4431-a63a-be56fe9d04b2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"near-end-line\": {\n    \"power-extraction\": \"allowed\",\n    \"power-extraction-pse-on-battery\": false,\n    \"pse-shutdown-service\": \"force-l3\",\n    \"forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state-time\": 30,\n    \"thresholds\": {\n      \"dpu-15min-extracted-energy-threshold\": 0,\n      \"dpu-24hr-extracted-energy-threshold\": 0\n    }\n  },\n  \"far-end-line\": {\n    \"thresholds\": {\n      \"pse-15min-injected-energy-threshold\": 0,\n      \"pse-24hr-injected-energy-threshold\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10b6aa6b-35e2-4e6c-baa6-16878c2c917c"},{"name":"GET - NodeID - ietf-hardware - rpf","id":"0555cf7b-114a-4c77-b339-43f710689ec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf?content=<string>","description":"<p>Configurating data nodes for managing Reverse Power Feeding\n(RPF) per port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2c426b62-47f7-4b3e-915c-0766eaca08ae","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rpf\": {\n    \"near-end-line\": {\n      \"power-extraction\": \"allowed\",\n      \"power-extraction-pse-on-battery\": false,\n      \"pse-shutdown-service\": \"force-l3\",\n      \"forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state-time\": 30,\n      \"thresholds\": {\n        \"dpu-15min-extracted-energy-threshold\": 0,\n        \"dpu-24hr-extracted-energy-threshold\": 0\n      }\n    },\n    \"far-end-line\": {\n      \"thresholds\": {\n        \"pse-15min-injected-energy-threshold\": 0,\n        \"pse-24hr-injected-energy-threshold\": 0\n      }\n    }\n  }\n}"}],"_postman_id":"0555cf7b-114a-4c77-b339-43f710689ec5"},{"name":"DELETE - NodeID - ietf-hardware - rpf","id":"851424dc-02bf-4250-957c-94e6e2540da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf","description":"<p>Configurating data nodes for managing Reverse Power Feeding\n(RPF) per port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0e4f0941-9437-491b-b343-34ad49807552","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"851424dc-02bf-4250-957c-94e6e2540da6"},{"name":"PUT - NodeID - ietf-hardware - rpf","id":"dd761ec0-6be1-4395-b413-d7eb6f48bcdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rpf\": {\n    \"near-end-line\": {\n      \"power-extraction\": \"allowed\",\n      \"power-extraction-pse-on-battery\": false,\n      \"pse-shutdown-service\": \"force-l3\",\n      \"forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state-time\": 30,\n      \"thresholds\": {\n        \"dpu-15min-extracted-energy-threshold\": 0,\n        \"dpu-24hr-extracted-energy-threshold\": 0\n      }\n    },\n    \"far-end-line\": {\n      \"thresholds\": {\n        \"pse-15min-injected-energy-threshold\": 0,\n        \"pse-24hr-injected-energy-threshold\": 0\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf","description":"<p>Configurating data nodes for managing Reverse Power Feeding\n(RPF) per port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dfc602ca-5739-4832-8492-d732e469e4d8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rpf\": {\n    \"near-end-line\": {\n      \"power-extraction\": \"allowed\",\n      \"power-extraction-pse-on-battery\": false,\n      \"pse-shutdown-service\": \"force-l3\",\n      \"forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state-time\": 30,\n      \"thresholds\": {\n        \"dpu-15min-extracted-energy-threshold\": 0,\n        \"dpu-24hr-extracted-energy-threshold\": 0\n      }\n    },\n    \"far-end-line\": {\n      \"thresholds\": {\n        \"pse-15min-injected-energy-threshold\": 0,\n        \"pse-24hr-injected-energy-threshold\": 0\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6978a35-2cfe-4a26-a9cb-2af44f816311","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rpf\": {\n    \"near-end-line\": {\n      \"power-extraction\": \"allowed\",\n      \"power-extraction-pse-on-battery\": false,\n      \"pse-shutdown-service\": \"force-l3\",\n      \"forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state\": \"none\",\n      \"conditional-forced-reconfiguration-state-time\": 30,\n      \"thresholds\": {\n        \"dpu-15min-extracted-energy-threshold\": 0,\n        \"dpu-24hr-extracted-energy-threshold\": 0\n      }\n    },\n    \"far-end-line\": {\n      \"thresholds\": {\n        \"pse-15min-injected-energy-threshold\": 0,\n        \"pse-24hr-injected-energy-threshold\": 0\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd761ec0-6be1-4395-b413-d7eb6f48bcdb"},{"name":"POST - NodeID - ietf-hardware - near-end-line","id":"395f38a8-355d-4211-9db6-fc622b10292a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"power-extraction\": \"allowed\",\n  \"power-extraction-pse-on-battery\": false,\n  \"pse-shutdown-service\": \"force-l3\",\n  \"forced-reconfiguration-state\": \"none\",\n  \"conditional-forced-reconfiguration-state\": \"none\",\n  \"conditional-forced-reconfiguration-state-time\": 30,\n  \"thresholds\": {\n    \"dpu-15min-extracted-energy-threshold\": 0,\n    \"dpu-24hr-extracted-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line","description":"<p>Line configuration associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0dd05f18-1653-4f02-b9dd-fc88678e6ee7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"power-extraction\": \"allowed\",\n  \"power-extraction-pse-on-battery\": false,\n  \"pse-shutdown-service\": \"force-l3\",\n  \"forced-reconfiguration-state\": \"none\",\n  \"conditional-forced-reconfiguration-state\": \"none\",\n  \"conditional-forced-reconfiguration-state-time\": 30,\n  \"thresholds\": {\n    \"dpu-15min-extracted-energy-threshold\": 0,\n    \"dpu-24hr-extracted-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"395f38a8-355d-4211-9db6-fc622b10292a"},{"name":"GET - NodeID - ietf-hardware - near-end-line","id":"28ba4474-4da0-428f-88bd-72ab3d994e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line?content=<string>","description":"<p>Line configuration associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2fe595b1-13c5-4d9c-819d-dcae66ab3104","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"near-end-line\": {\n    \"power-extraction\": \"allowed\",\n    \"power-extraction-pse-on-battery\": false,\n    \"pse-shutdown-service\": \"force-l3\",\n    \"forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state-time\": 30,\n    \"thresholds\": {\n      \"dpu-15min-extracted-energy-threshold\": 0,\n      \"dpu-24hr-extracted-energy-threshold\": 0\n    }\n  }\n}"}],"_postman_id":"28ba4474-4da0-428f-88bd-72ab3d994e72"},{"name":"DELETE - NodeID - ietf-hardware - near-end-line","id":"1f1768af-d678-451d-9a7d-c20d9e4b3dab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line","description":"<p>Line configuration associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"71a6cda5-7a97-4c50-8081-4a3ec7b859a0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f1768af-d678-451d-9a7d-c20d9e4b3dab"},{"name":"PUT - NodeID - ietf-hardware - near-end-line","id":"2918aad7-0753-403d-860a-503c5b11f555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"near-end-line\": {\n    \"power-extraction\": \"allowed\",\n    \"power-extraction-pse-on-battery\": false,\n    \"pse-shutdown-service\": \"force-l3\",\n    \"forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state-time\": 30,\n    \"thresholds\": {\n      \"dpu-15min-extracted-energy-threshold\": 0,\n      \"dpu-24hr-extracted-energy-threshold\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line","description":"<p>Line configuration associated with the near-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4664151d-b848-4d50-9808-f82a907b155c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"near-end-line\": {\n    \"power-extraction\": \"allowed\",\n    \"power-extraction-pse-on-battery\": false,\n    \"pse-shutdown-service\": \"force-l3\",\n    \"forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state-time\": 30,\n    \"thresholds\": {\n      \"dpu-15min-extracted-energy-threshold\": 0,\n      \"dpu-24hr-extracted-energy-threshold\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a18c2961-b6f3-4ef3-a5b4-7354101acb11","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"near-end-line\": {\n    \"power-extraction\": \"allowed\",\n    \"power-extraction-pse-on-battery\": false,\n    \"pse-shutdown-service\": \"force-l3\",\n    \"forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state\": \"none\",\n    \"conditional-forced-reconfiguration-state-time\": 30,\n    \"thresholds\": {\n      \"dpu-15min-extracted-energy-threshold\": 0,\n      \"dpu-24hr-extracted-energy-threshold\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2918aad7-0753-403d-860a-503c5b11f555"},{"name":"POST - NodeID - ietf-hardware - thresholds","id":"99167b0d-3c39-43f1-8e7f-1a6d44a20912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dpu-15min-extracted-energy-threshold\": 0,\n  \"dpu-24hr-extracted-energy-threshold\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line/thresholds","description":"<p>Threshold configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d77f8955-fdca-459f-8f6d-97f911f3cf71","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dpu-15min-extracted-energy-threshold\": 0,\n  \"dpu-24hr-extracted-energy-threshold\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line/thresholds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"99167b0d-3c39-43f1-8e7f-1a6d44a20912"},{"name":"GET - NodeID - ietf-hardware - thresholds","id":"a0858701-4cc9-41de-b58c-dc22d50e2a5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line/thresholds?content=<string>","description":"<p>Threshold configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line","thresholds"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fbcf1eca-cd7e-45b3-bf70-18e2aae85362","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line/thresholds?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line","thresholds"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"thresholds\": {\n    \"dpu-15min-extracted-energy-threshold\": 0,\n    \"dpu-24hr-extracted-energy-threshold\": 0\n  }\n}"}],"_postman_id":"a0858701-4cc9-41de-b58c-dc22d50e2a5c"},{"name":"DELETE - NodeID - ietf-hardware - thresholds","id":"00acfe9f-1ae2-498e-a17a-090c8418bceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line/thresholds","description":"<p>Threshold configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7f06214a-9792-4052-b61b-4cab132767f9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line/thresholds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00acfe9f-1ae2-498e-a17a-090c8418bceb"},{"name":"PUT - NodeID - ietf-hardware - thresholds","id":"a46eb30c-0d15-4f0a-854f-76ad8e57d4ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"dpu-15min-extracted-energy-threshold\": 0,\n    \"dpu-24hr-extracted-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line/thresholds","description":"<p>Threshold configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","near-end-line","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"883245ce-30ed-44e1-a1a8-923a531c8db1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"dpu-15min-extracted-energy-threshold\": 0,\n    \"dpu-24hr-extracted-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line/thresholds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9b6df5ee-8b90-419a-b520-618978137049","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"dpu-15min-extracted-energy-threshold\": 0,\n    \"dpu-24hr-extracted-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/near-end-line/thresholds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a46eb30c-0d15-4f0a-854f-76ad8e57d4ff"},{"name":"POST - NodeID - ietf-hardware - far-end-line","id":"5da0c9a3-10f5-4950-a4f1-29172135bdfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"pse-15min-injected-energy-threshold\": 0,\n    \"pse-24hr-injected-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line","description":"<p>Line configuration associated with the far-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ad4b7a2-1b98-442f-b1b5-c12a8553276c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"pse-15min-injected-energy-threshold\": 0,\n    \"pse-24hr-injected-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5da0c9a3-10f5-4950-a4f1-29172135bdfe"},{"name":"GET - NodeID - ietf-hardware - far-end-line","id":"c6c86b68-3ec6-4586-b52a-a6e9069f0e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line?content=<string>","description":"<p>Line configuration associated with the far-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1de29839-eb91-447f-a5cb-305557a6cccc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"far-end-line\": {\n    \"thresholds\": {\n      \"pse-15min-injected-energy-threshold\": 0,\n      \"pse-24hr-injected-energy-threshold\": 0\n    }\n  }\n}"}],"_postman_id":"c6c86b68-3ec6-4586-b52a-a6e9069f0e2a"},{"name":"DELETE - NodeID - ietf-hardware - far-end-line","id":"53de871c-cba7-472a-88ab-f087cc760165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line","description":"<p>Line configuration associated with the far-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a3fd9088-2835-43e6-ba1f-c4b55354543c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53de871c-cba7-472a-88ab-f087cc760165"},{"name":"PUT - NodeID - ietf-hardware - far-end-line","id":"2d445e32-0978-4734-8d95-3b8e07d0ada9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"far-end-line\": {\n    \"thresholds\": {\n      \"pse-15min-injected-energy-threshold\": 0,\n      \"pse-24hr-injected-energy-threshold\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line","description":"<p>Line configuration associated with the far-end.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2ac012f6-68b2-434c-8e09-8a35165d9be3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"far-end-line\": {\n    \"thresholds\": {\n      \"pse-15min-injected-energy-threshold\": 0,\n      \"pse-24hr-injected-energy-threshold\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e5ac3967-f532-41e8-9cd6-70ce12d7a70f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"far-end-line\": {\n    \"thresholds\": {\n      \"pse-15min-injected-energy-threshold\": 0,\n      \"pse-24hr-injected-energy-threshold\": 0\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d445e32-0978-4734-8d95-3b8e07d0ada9"},{"name":"POST - NodeID - ietf-hardware - thresholds","id":"2cfbbc57-d1e1-40f2-b8cd-d694c862914b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pse-15min-injected-energy-threshold\": 0,\n  \"pse-24hr-injected-energy-threshold\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line/thresholds","description":"<p>Threshold configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5640c22a-9bb1-4c12-9e71-8dc6e8f38d41","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"pse-15min-injected-energy-threshold\": 0,\n  \"pse-24hr-injected-energy-threshold\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line/thresholds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2cfbbc57-d1e1-40f2-b8cd-d694c862914b"},{"name":"GET - NodeID - ietf-hardware - thresholds","id":"3b92d91b-c374-4ff7-8007-49a68f4d5f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line/thresholds?content=<string>","description":"<p>Threshold configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line","thresholds"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"42005cc0-50b3-427a-a4b1-5df000ac6ceb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line/thresholds?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line","thresholds"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"thresholds\": {\n    \"pse-15min-injected-energy-threshold\": 0,\n    \"pse-24hr-injected-energy-threshold\": 0\n  }\n}"}],"_postman_id":"3b92d91b-c374-4ff7-8007-49a68f4d5f43"},{"name":"DELETE - NodeID - ietf-hardware - thresholds","id":"73c95094-0b21-430a-bb54-e0a36a7c1c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line/thresholds","description":"<p>Threshold configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e46e7044-24f7-4491-ae11-6ebc64578180","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line/thresholds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"73c95094-0b21-430a-bb54-e0a36a7c1c9c"},{"name":"PUT - NodeID - ietf-hardware - thresholds","id":"887186a9-a0ab-4c07-8a2f-a19e9e99e63d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"pse-15min-injected-energy-threshold\": 0,\n    \"pse-24hr-injected-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line/thresholds","description":"<p>Threshold configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","bbf-hardware-rpf:rpf","far-end-line","thresholds"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9ee5d707-a862-4a0f-b6bd-a238e132b4c6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"pse-15min-injected-energy-threshold\": 0,\n    \"pse-24hr-injected-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line/thresholds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f1f347e2-999d-4c23-9b10-dda8696d87f4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"thresholds\": {\n    \"pse-15min-injected-energy-threshold\": 0,\n    \"pse-24hr-injected-energy-threshold\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/bbf-hardware-rpf:rpf/far-end-line/thresholds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"887186a9-a0ab-4c07-8a2f-a19e9e99e63d"},{"name":"POST - NodeID - ietf-hardware - fans","id":"8b04c923-6402-49b4-982e-7ca4a53895d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fan-mode\": \"auto\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/nokia-hardware-fan:fans","description":"<p>Container providing data nodes to manage the fans on the\nfan-pack.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","nokia-hardware-fan:fans"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b909e16c-0c67-4f27-9c27-312defba2e3f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"fan-mode\": \"auto\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/nokia-hardware-fan:fans"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b04c923-6402-49b4-982e-7ca4a53895d3"},{"name":"GET - NodeID - ietf-hardware - fans","id":"bdcdc44c-8dce-47e4-8304-80c431ea3131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/nokia-hardware-fan:fans?content=<string>","description":"<p>Container providing data nodes to manage the fans on the\nfan-pack.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","nokia-hardware-fan:fans"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2894e68e-240b-4858-90db-9d3eed66773e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/nokia-hardware-fan:fans?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","nokia-hardware-fan:fans"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fans\": {\n    \"fan-mode\": \"auto\"\n  }\n}"}],"_postman_id":"bdcdc44c-8dce-47e4-8304-80c431ea3131"},{"name":"DELETE - NodeID - ietf-hardware - fans","id":"04e05e4b-6075-4e47-a72f-f8e09ba323a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/nokia-hardware-fan:fans","description":"<p>Container providing data nodes to manage the fans on the\nfan-pack.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","nokia-hardware-fan:fans"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0c584b2a-3cf0-44f7-8b9a-3bfba4e6d1cd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/nokia-hardware-fan:fans"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04e05e4b-6075-4e47-a72f-f8e09ba323a6"},{"name":"PUT - NodeID - ietf-hardware - fans","id":"bd8a2204-7340-45bd-bc54-8e01a0ee638c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fans\": {\n    \"fan-mode\": \"auto\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/nokia-hardware-fan:fans","description":"<p>Container providing data nodes to manage the fans on the\nfan-pack.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-hardware:hardware","component=<string>","nokia-hardware-fan:fans"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a36cd60-76b4-4537-a3a7-4cf718be1828","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fans\": {\n    \"fan-mode\": \"auto\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/nokia-hardware-fan:fans"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d695a872-3999-4dc1-adb6-936a8718bf2c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fans\": {\n    \"fan-mode\": \"auto\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-hardware:hardware/component=<string>/nokia-hardware-fan:fans"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd8a2204-7340-45bd-bc54-8e01a0ee638c"}],"id":"2cc76db3-faa5-4f70-af2d-f47222108c25","description":"<p>This module contains NBI endpoints created from the YANG definitions for managing hardware on a single server based on RFC7950.</p>\n<h3 id=\"objectives\">Objectives</h3>\n<ul>\n<li>The hardware data model needs to support many common properties used to identify hardware components.</li>\n<li>Important information and states about hardware components need to be collected from devices that support the hardware data model.</li>\n<li>The hardware data model should be suitable for new implementations to use as is.</li>\n<li>The hardware data model defined in this document can be implemented on a system that also implements ENTITY-MIB; thus, the mapping between the hardware data model and ENTITY-MIB should be clear.</li>\n<li>The data model should support pre-provisioning of hardware components.</li>\n</ul>\n<h3 id=\"ietf-hardware-structure\">ietf-hardware structure</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>module: ietf-hardware\n     +--rw hardware\n        +--ro last-change?   yang:date-and-time\n        +--rw component* [name]\n           +--rw name              string\n           +--rw class             identityref\n           +--ro physical-index?   int32 {entity-mib}?\n           +--ro description?      string\n           +--rw parent?           -&gt; ../../component/name\n           +--rw parent-rel-pos?   int32\n           +--ro contains-child*   -&gt; ../../component/name\n           +--ro hardware-rev?     string\n           +--ro firmware-rev?     string\n           +--ro software-rev?     string\n           +--ro serial-num?       string\n           +--ro mfg-name?         string\n           +--ro model-name?       string\n           +--rw alias?            string\n           +--rw asset-id?         string\n           +--ro is-fru?           boolean\n           +--ro mfg-date?         yang:date-and-time\n\n</code></pre>","_postman_id":"2cc76db3-faa5-4f70-af2d-f47222108c25"},{"name":"mounted NodeID ietf-interfaces","item":[{"name":"POST - NodeID - ietf-interfaces - interfaces","id":"665ac49b-f994-4a7b-8404-db39ed5236ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ],\n  \"ipv4-security-statistics\": {\n    \"interface\": [\n      {\n        \"name\": \"?:\"\n      },\n      {\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces","description":"<p>Interface configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d503ca41-a543-41b6-bef0-207b80d2d954","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ],\n  \"ipv4-security-statistics\": {\n    \"interface\": [\n      {\n        \"name\": \"?:\"\n      },\n      {\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"665ac49b-f994-4a7b-8404-db39ed5236ee"},{"name":"GET - NodeID - ietf-interfaces - interfaces","id":"c3c5a986-d312-46ff-b0a4-bcce6558ea7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces?content=<string>","description":"<p>Interface configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6d1f360d-3740-4f86-96a7-3a2df943789a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"?:`!2!\",\n        \"description\": \"Some description\",\n        \"enabled\": true,\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"l2-dhcpv4-relay\": {\n          \"profile-ref\": \"?:##|c\",\n          \"enable\": false,\n          \"trusted-port\": false\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:\"\n        },\n        \"subif-lower-layer\": {\n          \"interface\": \"?:j!\"\n        },\n        \"inline-frame-processing\": {\n          \"ingress-rule\": {\n            \"rule\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"egress-rewrite\": {\n            \"pop-tags\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"push-tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"interface-usage\": {\n          \"interface-usage\": \"user-port\"\n        },\n        \"line\": {\n          \"supported-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"configured-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"line\": {\n            \"vect-num-disturbers-to-report\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-fallback-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"allowed-profiles-mask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-profiles-attached\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-spectrum-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-power-back-off-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downstream-power-back-off-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"radio-frequency-interference-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"noise-margin-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"virtual-noise-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-monitoring-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"re-initialization-policy-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vectoring-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"data-gathering-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-config-vector\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"threshold-template\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"test-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ghs\": {\n            \"handshake-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"allowed-mode-mask\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"pae\": {\n          \"pae-system\": \"Some pae-system\",\n          \"port-type\": \"real-port\",\n          \"vp-enable\": false,\n          \"port-capabilities\": {\n            \"supp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mka\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"macsec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"announcements\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"listener\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"virtual-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-service-upgrades\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"supplicant\": {\n            \"held-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-max\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"authenticator\": {\n            \"quiet-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reauth-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reauth-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-max\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"kay\": {\n            \"enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actor\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"macsec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"suspend-on-request\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"suspend-for\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"participants\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"logon-nid\": {\n            \"selected\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pae-nid-group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"announcer\": {\n            \"enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"announce\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"listener\": {\n            \"enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"logon-process\": {\n            \"logon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ext-authenticator\": {\n            \"initiate-authentication-request\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"response-identity-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"response-challenge-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"users\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:\",\n        \"performance\": {\n          \"enable\": false\n        },\n        \"pppoe\": {\n          \"profile-ref\": \"?:t~#\",\n          \"enable\": false\n        },\n        \"ingress-cpu-packets-rate-limit\": {\n          \"no-rate-limit\": \"<object>\",\n          \"rate-limit-policy-name\": \"?:,l'\"\n        },\n        \"ptm\": {\n          \"lower-layer-if\": \"?:#\"\n        },\n        \"tm-root\": {\n          \"queue\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"queue-monitoring\": {\n            \"enable-statistics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enable-performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"scheduler-node\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"child-scheduler-nodes\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"tc-id-2-queue-id-mapping-profile-name\": \"?:)]@)\",\n          \"shaper-name\": \"?:Y%D6zJD&9=\"\n        },\n        \"port-layer-if\": [\n          \"?:g\"\n        ],\n        \"egress-tm-objects\": {\n          \"root-if-name\": \"?:f~\",\n          \"scheduler-node-name\": \"?:\"\n        },\n        \"speed-monitoring\": {\n          \"enable\": false\n        },\n        \"cpe-reboot\": {},\n        \"cpe-set-operator-id\": {},\n        \"cpe-uni-management\": {\n          \"uni-management\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"mac-learning\": {\n          \"max-number-mac-addresses\": 4294967295,\n          \"number-committed-mac-addresses\": 1,\n          \"mac-learning-enable\": true,\n          \"mac-learning-failure-action\": \"forward\"\n        },\n        \"subscriber-profile\": {\n          \"profile\": \"?:\"\n        },\n        \"ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duplex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advertised-flow-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forced-flow-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"manual\": {\n            \"duplex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flow-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ipv4-security\": {\n          \"prevent-ipv4-address-spoofing\": false,\n          \"learn-addresses-from-dhcp\": \"<object>\",\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"max-address\": \"no-limit\"\n        },\n        \"cpe-network-port-management\": {\n          \"ingress-qos-policy-profile\": \"?:\",\n          \"egress-qos-policy-profile\": \"?:_Y\"\n        },\n        \"ani\": {\n          \"upstream-fec-indicator\": false,\n          \"mgnt-gemport-aes-indicator\": false,\n          \"onu-id\": 0\n        },\n        \"onu-v-enet\": {\n          \"lower-layer-interface\": \"?:#~\"\n        },\n        \"onu-v-vrefpoint\": {\n          \"related-onu\": \"?:q\"\n        },\n        \"l2-termination-interface\": {\n          \"interface-usage\": \"user-port\",\n          \"termination-port-transmit\": {\n            \"push-tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"qos-policy-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"termination-port-receive\": {\n            \"pop-tags\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"qos-policy-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ipv4\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ipv6\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dup-addr-detect-transmits\": 1,\n          \"autoconf\": {\n            \"create-global-addresses\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"create-temporary-addresses\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temporary-valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temporary-preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-rtr-adv-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"min-rtr-adv-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"managed-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"other-config-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-mtu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reachable-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retrans-timer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cur-hop-limit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"default-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"prefix-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"?:`!2!\",\n        \"description\": \"Some description\",\n        \"enabled\": true,\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"l2-dhcpv4-relay\": {\n          \"profile-ref\": \"?:##|c\",\n          \"enable\": false,\n          \"trusted-port\": false\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:\"\n        },\n        \"subif-lower-layer\": {\n          \"interface\": \"?:j!\"\n        },\n        \"inline-frame-processing\": {\n          \"ingress-rule\": {\n            \"rule\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"egress-rewrite\": {\n            \"pop-tags\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"push-tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"interface-usage\": {\n          \"interface-usage\": \"user-port\"\n        },\n        \"line\": {\n          \"supported-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"configured-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"line\": {\n            \"vect-num-disturbers-to-report\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-fallback-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"allowed-profiles-mask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-profiles-attached\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channel\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-spectrum-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-power-back-off-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"downstream-power-back-off-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"radio-frequency-interference-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"noise-margin-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"virtual-noise-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-monitoring-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"re-initialization-policy-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vectoring-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"data-gathering-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-config-vector\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"threshold-template\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"test-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ghs\": {\n            \"handshake-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"allowed-mode-mask\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"pae\": {\n          \"pae-system\": \"Some pae-system\",\n          \"port-type\": \"real-port\",\n          \"vp-enable\": false,\n          \"port-capabilities\": {\n            \"supp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mka\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"macsec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"announcements\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"listener\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"virtual-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-service-upgrades\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"supplicant\": {\n            \"held-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-max\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"authenticator\": {\n            \"quiet-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reauth-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reauth-enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retry-max\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"kay\": {\n            \"enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actor\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"macsec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"suspend-on-request\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"suspend-for\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"participants\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"logon-nid\": {\n            \"selected\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pae-nid-group\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"announcer\": {\n            \"enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"announce\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"listener\": {\n            \"enable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"logon-process\": {\n            \"logon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ext-authenticator\": {\n            \"initiate-authentication-request\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tx-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"response-identity-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"response-challenge-period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"users\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:\",\n        \"performance\": {\n          \"enable\": false\n        },\n        \"pppoe\": {\n          \"profile-ref\": \"?:t~#\",\n          \"enable\": false\n        },\n        \"ingress-cpu-packets-rate-limit\": {\n          \"no-rate-limit\": \"<object>\",\n          \"rate-limit-policy-name\": \"?:,l'\"\n        },\n        \"ptm\": {\n          \"lower-layer-if\": \"?:#\"\n        },\n        \"tm-root\": {\n          \"queue\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"queue-monitoring\": {\n            \"enable-statistics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"enable-performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"scheduler-node\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"child-scheduler-nodes\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"tc-id-2-queue-id-mapping-profile-name\": \"?:)]@)\",\n          \"shaper-name\": \"?:Y%D6zJD&9=\"\n        },\n        \"port-layer-if\": [\n          \"?:g\"\n        ],\n        \"egress-tm-objects\": {\n          \"root-if-name\": \"?:f~\",\n          \"scheduler-node-name\": \"?:\"\n        },\n        \"speed-monitoring\": {\n          \"enable\": false\n        },\n        \"cpe-reboot\": {},\n        \"cpe-set-operator-id\": {},\n        \"cpe-uni-management\": {\n          \"uni-management\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"mac-learning\": {\n          \"max-number-mac-addresses\": 4294967295,\n          \"number-committed-mac-addresses\": 1,\n          \"mac-learning-enable\": true,\n          \"mac-learning-failure-action\": \"forward\"\n        },\n        \"subscriber-profile\": {\n          \"profile\": \"?:\"\n        },\n        \"ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duplex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advertised-flow-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forced-flow-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"manual\": {\n            \"duplex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flow-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ipv4-security\": {\n          \"prevent-ipv4-address-spoofing\": false,\n          \"learn-addresses-from-dhcp\": \"<object>\",\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"max-address\": \"no-limit\"\n        },\n        \"cpe-network-port-management\": {\n          \"ingress-qos-policy-profile\": \"?:\",\n          \"egress-qos-policy-profile\": \"?:_Y\"\n        },\n        \"ani\": {\n          \"upstream-fec-indicator\": false,\n          \"mgnt-gemport-aes-indicator\": false,\n          \"onu-id\": 0\n        },\n        \"onu-v-enet\": {\n          \"lower-layer-interface\": \"?:#~\"\n        },\n        \"onu-v-vrefpoint\": {\n          \"related-onu\": \"?:q\"\n        },\n        \"l2-termination-interface\": {\n          \"interface-usage\": \"user-port\",\n          \"termination-port-transmit\": {\n            \"push-tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"qos-policy-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"termination-port-receive\": {\n            \"pop-tags\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"qos-policy-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ipv4\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ipv6\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"dup-addr-detect-transmits\": 1,\n          \"autoconf\": {\n            \"create-global-addresses\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"create-temporary-addresses\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temporary-valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"temporary-preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-rtr-adv-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"min-rtr-adv-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"managed-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"other-config-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-mtu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reachable-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retrans-timer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cur-hop-limit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"default-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"prefix-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"ipv4-security-statistics\": {\n      \"interface\": [\n        {\n          \"name\": \"?:#M#~\"\n        },\n        {\n          \"name\": \"?:#M#~\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c3c5a986-d312-46ff-b0a4-bcce6558ea7b"},{"name":"DELETE - NodeID - ietf-interfaces - interfaces","id":"9d92e352-6f38-4e3e-b19d-154feda1c718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces","description":"<p>Interface configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"049692e1-0e53-4da8-adbc-648175352e8a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d92e352-6f38-4e3e-b19d-154feda1c718"},{"name":"PUT - NodeID - ietf-interfaces - interfaces","id":"5b4ae2f6-0ba9-44c1-8cc4-3441752284c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"?:.\",\n        \"description\": \"Some description\",\n        \"enabled\": true,\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"l2-dhcpv4-relay\": {\n          \"profile-ref\": \"?:x!\",\n          \"enable\": false,\n          \"trusted-port\": false\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:\"\n        },\n        \"subif-lower-layer\": {\n          \"interface\": \"?:\"\n        },\n        \"inline-frame-processing\": {\n          \"ingress-rule\": {\n            \"rule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"egress-rewrite\": {\n            \"pop-tags\": \"0\",\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"interface-usage\": {\n          \"interface-usage\": \"user-port\"\n        },\n        \"line\": {\n          \"configured-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"line\": {\n            \"vect-num-disturbers-to-report\": 10,\n            \"line-fallback-mode\": \"auto\",\n            \"allowed-profiles-mask\": \"all\",\n            \"no-profiles-attached\": \"<object>\",\n            \"channel\": {\n              \"downstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"impulse-noise-protection-delay-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"line-spectrum-profile\": \"?:-R4\",\n            \"upstream-power-back-off-profile\": \"?:J'\",\n            \"downstream-power-back-off-profile\": \"?:\",\n            \"radio-frequency-interference-profile\": \"?:B[*6\",\n            \"noise-margin-profile\": \"?:G2z\",\n            \"virtual-noise-profile\": \"?:jQ)Z%\",\n            \"sos-profile\": \"?:~\",\n            \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n            \"re-initialization-policy-profile\": \"?:B~1LO\",\n            \"vectoring-profile\": \"?:\\\\\",\n            \"data-gathering-profile\": \"?:\",\n            \"line-config-vector\": \"?:\",\n            \"threshold-template\": \"?:\",\n            \"test-mode\": {\n              \"power-management-state-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"loop-diagnostics-mode-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"auto-mode-cold-start-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-c\": {\n              \"update-test-ne\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-ds\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-us\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-r\": {\n              \"update-test-fe\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ghs\": {\n            \"handshake-profile\": \"?:\"\n          },\n          \"allowed-mode-mask\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"pae\": {\n          \"pae-system\": \"Some pae-system\",\n          \"port-type\": \"real-port\",\n          \"vp-enable\": false,\n          \"port-capabilities\": {\n            \"supp\": true,\n            \"auth\": true,\n            \"mka\": true,\n            \"macsec\": true,\n            \"announcements\": true,\n            \"listener\": true,\n            \"virtual-ports\": true,\n            \"in-service-upgrades\": true\n          },\n          \"supplicant\": {\n            \"held-period\": 60,\n            \"retry-max\": 2\n          },\n          \"authenticator\": {\n            \"quiet-period\": 60,\n            \"reauth-period\": 3600,\n            \"reauth-enable\": false,\n            \"retry-max\": 2\n          },\n          \"kay\": {\n            \"enable\": false,\n            \"actor\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"key-server\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"group\": {\n              \"join\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"form\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"new\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"macsec\": {\n              \"capable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"desired\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"suspend-on-request\": true,\n            \"suspend-for\": \"0\",\n            \"participants\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"logon-nid\": {\n            \"selected\": \"Some selected\",\n            \"pae-nid-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"announcer\": {\n            \"enable\": false,\n            \"announce\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"listener\": {\n            \"enable\": false\n          },\n          \"logon-process\": {\n            \"logon\": false\n          },\n          \"ext-authenticator\": {\n            \"initiate-authentication-request\": false,\n            \"tx-period\": 600,\n            \"response-identity-period\": 30,\n            \"response-challenge-period\": 30\n          },\n          \"users\": {\n            \"user\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:]\",\n        \"performance\": {\n          \"enable\": false\n        },\n        \"pppoe\": {\n          \"profile-ref\": \"?:~xR!\",\n          \"enable\": false\n        },\n        \"ingress-cpu-packets-rate-limit\": {\n          \"no-rate-limit\": \"<object>\",\n          \"rate-limit-policy-name\": \"?:^\"\n        },\n        \"ptm\": {\n          \"lower-layer-if\": \"?:\"\n        },\n        \"tm-root\": {\n          \"queue\": [\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            },\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            }\n          ],\n          \"queue-monitoring\": {\n            \"enable-statistics\": false,\n            \"enable-performance\": false\n          },\n          \"scheduler-node\": [\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            },\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            }\n          ],\n          \"child-scheduler-nodes\": [\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            },\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            }\n          ],\n          \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n          \"shaper-name\": \"?:\"\n        },\n        \"port-layer-if\": [\n          \"?:!\"\n        ],\n        \"egress-tm-objects\": {\n          \"root-if-name\": \"?:|\",\n          \"scheduler-node-name\": \"?:J\"\n        },\n        \"speed-monitoring\": {\n          \"enable\": false\n        },\n        \"cpe-reboot\": {},\n        \"cpe-set-operator-id\": {},\n        \"cpe-uni-management\": {\n          \"uni-management\": [\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            },\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            }\n          ]\n        },\n        \"mac-learning\": {\n          \"max-number-mac-addresses\": 4294967295,\n          \"number-committed-mac-addresses\": 1,\n          \"mac-learning-enable\": true,\n          \"mac-learning-failure-action\": \"forward\"\n        },\n        \"subscriber-profile\": {\n          \"profile\": \"?:\"\n        },\n        \"ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": \"enabled\",\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"advertised-flow-control\": \"disabled\",\n            \"forced-flow-control\": \"PAUSE\"\n          },\n          \"manual\": {\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"flow-control\": \"PAUSE\"\n          }\n        },\n        \"ipv4-security\": {\n          \"prevent-ipv4-address-spoofing\": false,\n          \"learn-addresses-from-dhcp\": \"<object>\",\n          \"address\": [\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            },\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            }\n          ],\n          \"max-address\": \"no-limit\"\n        },\n        \"cpe-network-port-management\": {\n          \"ingress-qos-policy-profile\": \"?:F\",\n          \"egress-qos-policy-profile\": \"?:pkOY&]\"\n        },\n        \"ani\": {\n          \"upstream-fec-indicator\": false,\n          \"mgnt-gemport-aes-indicator\": false,\n          \"onu-id\": 0\n        },\n        \"onu-v-enet\": {\n          \"lower-layer-interface\": \"?:\"\n        },\n        \"onu-v-vrefpoint\": {\n          \"related-onu\": \"?:<#!~\"\n        },\n        \"l2-termination-interface\": {\n          \"interface-usage\": \"user-port\",\n          \"termination-port-transmit\": {\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"qos-policy-profile\": \"?:\"\n          },\n          \"termination-port-receive\": {\n            \"pop-tags\": \"0\",\n            \"qos-policy-profile\": \"?:g&>zU\"\n          }\n        },\n        \"ipv4\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            },\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            },\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": \"?:\"\n          }\n        },\n        \"ipv6\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            },\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            },\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            }\n          ],\n          \"dup-addr-detect-transmits\": 1,\n          \"autoconf\": {\n            \"create-global-addresses\": true,\n            \"create-temporary-addresses\": false,\n            \"temporary-valid-lifetime\": 604800,\n            \"temporary-preferred-lifetime\": 86400\n          },\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": false,\n            \"max-rtr-adv-interval\": 600,\n            \"min-rtr-adv-interval\": 3,\n            \"managed-flag\": false,\n            \"other-config-flag\": false,\n            \"link-mtu\": \"0\",\n            \"reachable-time\": \"0\",\n            \"retrans-timer\": \"0\",\n            \"cur-hop-limit\": 0,\n            \"default-lifetime\": 0,\n            \"prefix-list\": {\n              \"prefix\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"?:.\",\n        \"description\": \"Some description\",\n        \"enabled\": true,\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"l2-dhcpv4-relay\": {\n          \"profile-ref\": \"?:x!\",\n          \"enable\": false,\n          \"trusted-port\": false\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:\"\n        },\n        \"subif-lower-layer\": {\n          \"interface\": \"?:\"\n        },\n        \"inline-frame-processing\": {\n          \"ingress-rule\": {\n            \"rule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"egress-rewrite\": {\n            \"pop-tags\": \"0\",\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"interface-usage\": {\n          \"interface-usage\": \"user-port\"\n        },\n        \"line\": {\n          \"configured-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"line\": {\n            \"vect-num-disturbers-to-report\": 10,\n            \"line-fallback-mode\": \"auto\",\n            \"allowed-profiles-mask\": \"all\",\n            \"no-profiles-attached\": \"<object>\",\n            \"channel\": {\n              \"downstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"impulse-noise-protection-delay-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"line-spectrum-profile\": \"?:-R4\",\n            \"upstream-power-back-off-profile\": \"?:J'\",\n            \"downstream-power-back-off-profile\": \"?:\",\n            \"radio-frequency-interference-profile\": \"?:B[*6\",\n            \"noise-margin-profile\": \"?:G2z\",\n            \"virtual-noise-profile\": \"?:jQ)Z%\",\n            \"sos-profile\": \"?:~\",\n            \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n            \"re-initialization-policy-profile\": \"?:B~1LO\",\n            \"vectoring-profile\": \"?:\\\\\",\n            \"data-gathering-profile\": \"?:\",\n            \"line-config-vector\": \"?:\",\n            \"threshold-template\": \"?:\",\n            \"test-mode\": {\n              \"power-management-state-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"loop-diagnostics-mode-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"auto-mode-cold-start-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-c\": {\n              \"update-test-ne\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-ds\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-us\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-r\": {\n              \"update-test-fe\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ghs\": {\n            \"handshake-profile\": \"?:\"\n          },\n          \"allowed-mode-mask\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"pae\": {\n          \"pae-system\": \"Some pae-system\",\n          \"port-type\": \"real-port\",\n          \"vp-enable\": false,\n          \"port-capabilities\": {\n            \"supp\": true,\n            \"auth\": true,\n            \"mka\": true,\n            \"macsec\": true,\n            \"announcements\": true,\n            \"listener\": true,\n            \"virtual-ports\": true,\n            \"in-service-upgrades\": true\n          },\n          \"supplicant\": {\n            \"held-period\": 60,\n            \"retry-max\": 2\n          },\n          \"authenticator\": {\n            \"quiet-period\": 60,\n            \"reauth-period\": 3600,\n            \"reauth-enable\": false,\n            \"retry-max\": 2\n          },\n          \"kay\": {\n            \"enable\": false,\n            \"actor\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"key-server\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"group\": {\n              \"join\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"form\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"new\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"macsec\": {\n              \"capable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"desired\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"suspend-on-request\": true,\n            \"suspend-for\": \"0\",\n            \"participants\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"logon-nid\": {\n            \"selected\": \"Some selected\",\n            \"pae-nid-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"announcer\": {\n            \"enable\": false,\n            \"announce\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"listener\": {\n            \"enable\": false\n          },\n          \"logon-process\": {\n            \"logon\": false\n          },\n          \"ext-authenticator\": {\n            \"initiate-authentication-request\": false,\n            \"tx-period\": 600,\n            \"response-identity-period\": 30,\n            \"response-challenge-period\": 30\n          },\n          \"users\": {\n            \"user\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:]\",\n        \"performance\": {\n          \"enable\": false\n        },\n        \"pppoe\": {\n          \"profile-ref\": \"?:~xR!\",\n          \"enable\": false\n        },\n        \"ingress-cpu-packets-rate-limit\": {\n          \"no-rate-limit\": \"<object>\",\n          \"rate-limit-policy-name\": \"?:^\"\n        },\n        \"ptm\": {\n          \"lower-layer-if\": \"?:\"\n        },\n        \"tm-root\": {\n          \"queue\": [\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            },\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            }\n          ],\n          \"queue-monitoring\": {\n            \"enable-statistics\": false,\n            \"enable-performance\": false\n          },\n          \"scheduler-node\": [\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            },\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            }\n          ],\n          \"child-scheduler-nodes\": [\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            },\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            }\n          ],\n          \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n          \"shaper-name\": \"?:\"\n        },\n        \"port-layer-if\": [\n          \"?:!\"\n        ],\n        \"egress-tm-objects\": {\n          \"root-if-name\": \"?:|\",\n          \"scheduler-node-name\": \"?:J\"\n        },\n        \"speed-monitoring\": {\n          \"enable\": false\n        },\n        \"cpe-reboot\": {},\n        \"cpe-set-operator-id\": {},\n        \"cpe-uni-management\": {\n          \"uni-management\": [\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            },\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            }\n          ]\n        },\n        \"mac-learning\": {\n          \"max-number-mac-addresses\": 4294967295,\n          \"number-committed-mac-addresses\": 1,\n          \"mac-learning-enable\": true,\n          \"mac-learning-failure-action\": \"forward\"\n        },\n        \"subscriber-profile\": {\n          \"profile\": \"?:\"\n        },\n        \"ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": \"enabled\",\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"advertised-flow-control\": \"disabled\",\n            \"forced-flow-control\": \"PAUSE\"\n          },\n          \"manual\": {\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"flow-control\": \"PAUSE\"\n          }\n        },\n        \"ipv4-security\": {\n          \"prevent-ipv4-address-spoofing\": false,\n          \"learn-addresses-from-dhcp\": \"<object>\",\n          \"address\": [\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            },\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            }\n          ],\n          \"max-address\": \"no-limit\"\n        },\n        \"cpe-network-port-management\": {\n          \"ingress-qos-policy-profile\": \"?:F\",\n          \"egress-qos-policy-profile\": \"?:pkOY&]\"\n        },\n        \"ani\": {\n          \"upstream-fec-indicator\": false,\n          \"mgnt-gemport-aes-indicator\": false,\n          \"onu-id\": 0\n        },\n        \"onu-v-enet\": {\n          \"lower-layer-interface\": \"?:\"\n        },\n        \"onu-v-vrefpoint\": {\n          \"related-onu\": \"?:<#!~\"\n        },\n        \"l2-termination-interface\": {\n          \"interface-usage\": \"user-port\",\n          \"termination-port-transmit\": {\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"qos-policy-profile\": \"?:\"\n          },\n          \"termination-port-receive\": {\n            \"pop-tags\": \"0\",\n            \"qos-policy-profile\": \"?:g&>zU\"\n          }\n        },\n        \"ipv4\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            },\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            },\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": \"?:\"\n          }\n        },\n        \"ipv6\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            },\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            },\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            }\n          ],\n          \"dup-addr-detect-transmits\": 1,\n          \"autoconf\": {\n            \"create-global-addresses\": true,\n            \"create-temporary-addresses\": false,\n            \"temporary-valid-lifetime\": 604800,\n            \"temporary-preferred-lifetime\": 86400\n          },\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": false,\n            \"max-rtr-adv-interval\": 600,\n            \"min-rtr-adv-interval\": 3,\n            \"managed-flag\": false,\n            \"other-config-flag\": false,\n            \"link-mtu\": \"0\",\n            \"reachable-time\": \"0\",\n            \"retrans-timer\": \"0\",\n            \"cur-hop-limit\": 0,\n            \"default-lifetime\": 0,\n            \"prefix-list\": {\n              \"prefix\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      }\n    ],\n    \"ipv4-security-statistics\": {\n      \"interface\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces","description":"<p>Interface configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bc238686-2c26-436c-a9a9-bf3fb05f3a28","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"?:.\",\n        \"description\": \"Some description\",\n        \"enabled\": true,\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"l2-dhcpv4-relay\": {\n          \"profile-ref\": \"?:x!\",\n          \"enable\": false,\n          \"trusted-port\": false\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:\"\n        },\n        \"subif-lower-layer\": {\n          \"interface\": \"?:\"\n        },\n        \"inline-frame-processing\": {\n          \"ingress-rule\": {\n            \"rule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"egress-rewrite\": {\n            \"pop-tags\": \"0\",\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"interface-usage\": {\n          \"interface-usage\": \"user-port\"\n        },\n        \"line\": {\n          \"configured-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"line\": {\n            \"vect-num-disturbers-to-report\": 10,\n            \"line-fallback-mode\": \"auto\",\n            \"allowed-profiles-mask\": \"all\",\n            \"no-profiles-attached\": \"<object>\",\n            \"channel\": {\n              \"downstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"impulse-noise-protection-delay-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"line-spectrum-profile\": \"?:-R4\",\n            \"upstream-power-back-off-profile\": \"?:J'\",\n            \"downstream-power-back-off-profile\": \"?:\",\n            \"radio-frequency-interference-profile\": \"?:B[*6\",\n            \"noise-margin-profile\": \"?:G2z\",\n            \"virtual-noise-profile\": \"?:jQ)Z%\",\n            \"sos-profile\": \"?:~\",\n            \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n            \"re-initialization-policy-profile\": \"?:B~1LO\",\n            \"vectoring-profile\": \"?:\\\\\",\n            \"data-gathering-profile\": \"?:\",\n            \"line-config-vector\": \"?:\",\n            \"threshold-template\": \"?:\",\n            \"test-mode\": {\n              \"power-management-state-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"loop-diagnostics-mode-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"auto-mode-cold-start-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-c\": {\n              \"update-test-ne\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-ds\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-us\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-r\": {\n              \"update-test-fe\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ghs\": {\n            \"handshake-profile\": \"?:\"\n          },\n          \"allowed-mode-mask\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"pae\": {\n          \"pae-system\": \"Some pae-system\",\n          \"port-type\": \"real-port\",\n          \"vp-enable\": false,\n          \"port-capabilities\": {\n            \"supp\": true,\n            \"auth\": true,\n            \"mka\": true,\n            \"macsec\": true,\n            \"announcements\": true,\n            \"listener\": true,\n            \"virtual-ports\": true,\n            \"in-service-upgrades\": true\n          },\n          \"supplicant\": {\n            \"held-period\": 60,\n            \"retry-max\": 2\n          },\n          \"authenticator\": {\n            \"quiet-period\": 60,\n            \"reauth-period\": 3600,\n            \"reauth-enable\": false,\n            \"retry-max\": 2\n          },\n          \"kay\": {\n            \"enable\": false,\n            \"actor\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"key-server\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"group\": {\n              \"join\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"form\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"new\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"macsec\": {\n              \"capable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"desired\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"suspend-on-request\": true,\n            \"suspend-for\": \"0\",\n            \"participants\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"logon-nid\": {\n            \"selected\": \"Some selected\",\n            \"pae-nid-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"announcer\": {\n            \"enable\": false,\n            \"announce\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"listener\": {\n            \"enable\": false\n          },\n          \"logon-process\": {\n            \"logon\": false\n          },\n          \"ext-authenticator\": {\n            \"initiate-authentication-request\": false,\n            \"tx-period\": 600,\n            \"response-identity-period\": 30,\n            \"response-challenge-period\": 30\n          },\n          \"users\": {\n            \"user\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:]\",\n        \"performance\": {\n          \"enable\": false\n        },\n        \"pppoe\": {\n          \"profile-ref\": \"?:~xR!\",\n          \"enable\": false\n        },\n        \"ingress-cpu-packets-rate-limit\": {\n          \"no-rate-limit\": \"<object>\",\n          \"rate-limit-policy-name\": \"?:^\"\n        },\n        \"ptm\": {\n          \"lower-layer-if\": \"?:\"\n        },\n        \"tm-root\": {\n          \"queue\": [\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            },\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            }\n          ],\n          \"queue-monitoring\": {\n            \"enable-statistics\": false,\n            \"enable-performance\": false\n          },\n          \"scheduler-node\": [\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            },\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            }\n          ],\n          \"child-scheduler-nodes\": [\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            },\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            }\n          ],\n          \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n          \"shaper-name\": \"?:\"\n        },\n        \"port-layer-if\": [\n          \"?:!\"\n        ],\n        \"egress-tm-objects\": {\n          \"root-if-name\": \"?:|\",\n          \"scheduler-node-name\": \"?:J\"\n        },\n        \"speed-monitoring\": {\n          \"enable\": false\n        },\n        \"cpe-reboot\": {},\n        \"cpe-set-operator-id\": {},\n        \"cpe-uni-management\": {\n          \"uni-management\": [\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            },\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            }\n          ]\n        },\n        \"mac-learning\": {\n          \"max-number-mac-addresses\": 4294967295,\n          \"number-committed-mac-addresses\": 1,\n          \"mac-learning-enable\": true,\n          \"mac-learning-failure-action\": \"forward\"\n        },\n        \"subscriber-profile\": {\n          \"profile\": \"?:\"\n        },\n        \"ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": \"enabled\",\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"advertised-flow-control\": \"disabled\",\n            \"forced-flow-control\": \"PAUSE\"\n          },\n          \"manual\": {\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"flow-control\": \"PAUSE\"\n          }\n        },\n        \"ipv4-security\": {\n          \"prevent-ipv4-address-spoofing\": false,\n          \"learn-addresses-from-dhcp\": \"<object>\",\n          \"address\": [\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            },\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            }\n          ],\n          \"max-address\": \"no-limit\"\n        },\n        \"cpe-network-port-management\": {\n          \"ingress-qos-policy-profile\": \"?:F\",\n          \"egress-qos-policy-profile\": \"?:pkOY&]\"\n        },\n        \"ani\": {\n          \"upstream-fec-indicator\": false,\n          \"mgnt-gemport-aes-indicator\": false,\n          \"onu-id\": 0\n        },\n        \"onu-v-enet\": {\n          \"lower-layer-interface\": \"?:\"\n        },\n        \"onu-v-vrefpoint\": {\n          \"related-onu\": \"?:<#!~\"\n        },\n        \"l2-termination-interface\": {\n          \"interface-usage\": \"user-port\",\n          \"termination-port-transmit\": {\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"qos-policy-profile\": \"?:\"\n          },\n          \"termination-port-receive\": {\n            \"pop-tags\": \"0\",\n            \"qos-policy-profile\": \"?:g&>zU\"\n          }\n        },\n        \"ipv4\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            },\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            },\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": \"?:\"\n          }\n        },\n        \"ipv6\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            },\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            },\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            }\n          ],\n          \"dup-addr-detect-transmits\": 1,\n          \"autoconf\": {\n            \"create-global-addresses\": true,\n            \"create-temporary-addresses\": false,\n            \"temporary-valid-lifetime\": 604800,\n            \"temporary-preferred-lifetime\": 86400\n          },\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": false,\n            \"max-rtr-adv-interval\": 600,\n            \"min-rtr-adv-interval\": 3,\n            \"managed-flag\": false,\n            \"other-config-flag\": false,\n            \"link-mtu\": \"0\",\n            \"reachable-time\": \"0\",\n            \"retrans-timer\": \"0\",\n            \"cur-hop-limit\": 0,\n            \"default-lifetime\": 0,\n            \"prefix-list\": {\n              \"prefix\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"?:.\",\n        \"description\": \"Some description\",\n        \"enabled\": true,\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"l2-dhcpv4-relay\": {\n          \"profile-ref\": \"?:x!\",\n          \"enable\": false,\n          \"trusted-port\": false\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:\"\n        },\n        \"subif-lower-layer\": {\n          \"interface\": \"?:\"\n        },\n        \"inline-frame-processing\": {\n          \"ingress-rule\": {\n            \"rule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"egress-rewrite\": {\n            \"pop-tags\": \"0\",\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"interface-usage\": {\n          \"interface-usage\": \"user-port\"\n        },\n        \"line\": {\n          \"configured-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"line\": {\n            \"vect-num-disturbers-to-report\": 10,\n            \"line-fallback-mode\": \"auto\",\n            \"allowed-profiles-mask\": \"all\",\n            \"no-profiles-attached\": \"<object>\",\n            \"channel\": {\n              \"downstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"impulse-noise-protection-delay-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"line-spectrum-profile\": \"?:-R4\",\n            \"upstream-power-back-off-profile\": \"?:J'\",\n            \"downstream-power-back-off-profile\": \"?:\",\n            \"radio-frequency-interference-profile\": \"?:B[*6\",\n            \"noise-margin-profile\": \"?:G2z\",\n            \"virtual-noise-profile\": \"?:jQ)Z%\",\n            \"sos-profile\": \"?:~\",\n            \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n            \"re-initialization-policy-profile\": \"?:B~1LO\",\n            \"vectoring-profile\": \"?:\\\\\",\n            \"data-gathering-profile\": \"?:\",\n            \"line-config-vector\": \"?:\",\n            \"threshold-template\": \"?:\",\n            \"test-mode\": {\n              \"power-management-state-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"loop-diagnostics-mode-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"auto-mode-cold-start-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-c\": {\n              \"update-test-ne\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-ds\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-us\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-r\": {\n              \"update-test-fe\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ghs\": {\n            \"handshake-profile\": \"?:\"\n          },\n          \"allowed-mode-mask\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"pae\": {\n          \"pae-system\": \"Some pae-system\",\n          \"port-type\": \"real-port\",\n          \"vp-enable\": false,\n          \"port-capabilities\": {\n            \"supp\": true,\n            \"auth\": true,\n            \"mka\": true,\n            \"macsec\": true,\n            \"announcements\": true,\n            \"listener\": true,\n            \"virtual-ports\": true,\n            \"in-service-upgrades\": true\n          },\n          \"supplicant\": {\n            \"held-period\": 60,\n            \"retry-max\": 2\n          },\n          \"authenticator\": {\n            \"quiet-period\": 60,\n            \"reauth-period\": 3600,\n            \"reauth-enable\": false,\n            \"retry-max\": 2\n          },\n          \"kay\": {\n            \"enable\": false,\n            \"actor\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"key-server\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"group\": {\n              \"join\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"form\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"new\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"macsec\": {\n              \"capable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"desired\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"suspend-on-request\": true,\n            \"suspend-for\": \"0\",\n            \"participants\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"logon-nid\": {\n            \"selected\": \"Some selected\",\n            \"pae-nid-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"announcer\": {\n            \"enable\": false,\n            \"announce\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"listener\": {\n            \"enable\": false\n          },\n          \"logon-process\": {\n            \"logon\": false\n          },\n          \"ext-authenticator\": {\n            \"initiate-authentication-request\": false,\n            \"tx-period\": 600,\n            \"response-identity-period\": 30,\n            \"response-challenge-period\": 30\n          },\n          \"users\": {\n            \"user\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:]\",\n        \"performance\": {\n          \"enable\": false\n        },\n        \"pppoe\": {\n          \"profile-ref\": \"?:~xR!\",\n          \"enable\": false\n        },\n        \"ingress-cpu-packets-rate-limit\": {\n          \"no-rate-limit\": \"<object>\",\n          \"rate-limit-policy-name\": \"?:^\"\n        },\n        \"ptm\": {\n          \"lower-layer-if\": \"?:\"\n        },\n        \"tm-root\": {\n          \"queue\": [\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            },\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            }\n          ],\n          \"queue-monitoring\": {\n            \"enable-statistics\": false,\n            \"enable-performance\": false\n          },\n          \"scheduler-node\": [\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            },\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            }\n          ],\n          \"child-scheduler-nodes\": [\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            },\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            }\n          ],\n          \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n          \"shaper-name\": \"?:\"\n        },\n        \"port-layer-if\": [\n          \"?:!\"\n        ],\n        \"egress-tm-objects\": {\n          \"root-if-name\": \"?:|\",\n          \"scheduler-node-name\": \"?:J\"\n        },\n        \"speed-monitoring\": {\n          \"enable\": false\n        },\n        \"cpe-reboot\": {},\n        \"cpe-set-operator-id\": {},\n        \"cpe-uni-management\": {\n          \"uni-management\": [\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            },\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            }\n          ]\n        },\n        \"mac-learning\": {\n          \"max-number-mac-addresses\": 4294967295,\n          \"number-committed-mac-addresses\": 1,\n          \"mac-learning-enable\": true,\n          \"mac-learning-failure-action\": \"forward\"\n        },\n        \"subscriber-profile\": {\n          \"profile\": \"?:\"\n        },\n        \"ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": \"enabled\",\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"advertised-flow-control\": \"disabled\",\n            \"forced-flow-control\": \"PAUSE\"\n          },\n          \"manual\": {\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"flow-control\": \"PAUSE\"\n          }\n        },\n        \"ipv4-security\": {\n          \"prevent-ipv4-address-spoofing\": false,\n          \"learn-addresses-from-dhcp\": \"<object>\",\n          \"address\": [\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            },\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            }\n          ],\n          \"max-address\": \"no-limit\"\n        },\n        \"cpe-network-port-management\": {\n          \"ingress-qos-policy-profile\": \"?:F\",\n          \"egress-qos-policy-profile\": \"?:pkOY&]\"\n        },\n        \"ani\": {\n          \"upstream-fec-indicator\": false,\n          \"mgnt-gemport-aes-indicator\": false,\n          \"onu-id\": 0\n        },\n        \"onu-v-enet\": {\n          \"lower-layer-interface\": \"?:\"\n        },\n        \"onu-v-vrefpoint\": {\n          \"related-onu\": \"?:<#!~\"\n        },\n        \"l2-termination-interface\": {\n          \"interface-usage\": \"user-port\",\n          \"termination-port-transmit\": {\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"qos-policy-profile\": \"?:\"\n          },\n          \"termination-port-receive\": {\n            \"pop-tags\": \"0\",\n            \"qos-policy-profile\": \"?:g&>zU\"\n          }\n        },\n        \"ipv4\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            },\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            },\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": \"?:\"\n          }\n        },\n        \"ipv6\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            },\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            },\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            }\n          ],\n          \"dup-addr-detect-transmits\": 1,\n          \"autoconf\": {\n            \"create-global-addresses\": true,\n            \"create-temporary-addresses\": false,\n            \"temporary-valid-lifetime\": 604800,\n            \"temporary-preferred-lifetime\": 86400\n          },\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": false,\n            \"max-rtr-adv-interval\": 600,\n            \"min-rtr-adv-interval\": 3,\n            \"managed-flag\": false,\n            \"other-config-flag\": false,\n            \"link-mtu\": \"0\",\n            \"reachable-time\": \"0\",\n            \"retrans-timer\": \"0\",\n            \"cur-hop-limit\": 0,\n            \"default-lifetime\": 0,\n            \"prefix-list\": {\n              \"prefix\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      }\n    ],\n    \"ipv4-security-statistics\": {\n      \"interface\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"796b66f6-c2ba-423f-ab5e-141b7596d54f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"?:.\",\n        \"description\": \"Some description\",\n        \"enabled\": true,\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"l2-dhcpv4-relay\": {\n          \"profile-ref\": \"?:x!\",\n          \"enable\": false,\n          \"trusted-port\": false\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:\"\n        },\n        \"subif-lower-layer\": {\n          \"interface\": \"?:\"\n        },\n        \"inline-frame-processing\": {\n          \"ingress-rule\": {\n            \"rule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"egress-rewrite\": {\n            \"pop-tags\": \"0\",\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"interface-usage\": {\n          \"interface-usage\": \"user-port\"\n        },\n        \"line\": {\n          \"configured-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"line\": {\n            \"vect-num-disturbers-to-report\": 10,\n            \"line-fallback-mode\": \"auto\",\n            \"allowed-profiles-mask\": \"all\",\n            \"no-profiles-attached\": \"<object>\",\n            \"channel\": {\n              \"downstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"impulse-noise-protection-delay-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"line-spectrum-profile\": \"?:-R4\",\n            \"upstream-power-back-off-profile\": \"?:J'\",\n            \"downstream-power-back-off-profile\": \"?:\",\n            \"radio-frequency-interference-profile\": \"?:B[*6\",\n            \"noise-margin-profile\": \"?:G2z\",\n            \"virtual-noise-profile\": \"?:jQ)Z%\",\n            \"sos-profile\": \"?:~\",\n            \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n            \"re-initialization-policy-profile\": \"?:B~1LO\",\n            \"vectoring-profile\": \"?:\\\\\",\n            \"data-gathering-profile\": \"?:\",\n            \"line-config-vector\": \"?:\",\n            \"threshold-template\": \"?:\",\n            \"test-mode\": {\n              \"power-management-state-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"loop-diagnostics-mode-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"auto-mode-cold-start-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-c\": {\n              \"update-test-ne\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-ds\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-us\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-r\": {\n              \"update-test-fe\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ghs\": {\n            \"handshake-profile\": \"?:\"\n          },\n          \"allowed-mode-mask\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"pae\": {\n          \"pae-system\": \"Some pae-system\",\n          \"port-type\": \"real-port\",\n          \"vp-enable\": false,\n          \"port-capabilities\": {\n            \"supp\": true,\n            \"auth\": true,\n            \"mka\": true,\n            \"macsec\": true,\n            \"announcements\": true,\n            \"listener\": true,\n            \"virtual-ports\": true,\n            \"in-service-upgrades\": true\n          },\n          \"supplicant\": {\n            \"held-period\": 60,\n            \"retry-max\": 2\n          },\n          \"authenticator\": {\n            \"quiet-period\": 60,\n            \"reauth-period\": 3600,\n            \"reauth-enable\": false,\n            \"retry-max\": 2\n          },\n          \"kay\": {\n            \"enable\": false,\n            \"actor\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"key-server\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"group\": {\n              \"join\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"form\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"new\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"macsec\": {\n              \"capable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"desired\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"suspend-on-request\": true,\n            \"suspend-for\": \"0\",\n            \"participants\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"logon-nid\": {\n            \"selected\": \"Some selected\",\n            \"pae-nid-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"announcer\": {\n            \"enable\": false,\n            \"announce\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"listener\": {\n            \"enable\": false\n          },\n          \"logon-process\": {\n            \"logon\": false\n          },\n          \"ext-authenticator\": {\n            \"initiate-authentication-request\": false,\n            \"tx-period\": 600,\n            \"response-identity-period\": 30,\n            \"response-challenge-period\": 30\n          },\n          \"users\": {\n            \"user\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:]\",\n        \"performance\": {\n          \"enable\": false\n        },\n        \"pppoe\": {\n          \"profile-ref\": \"?:~xR!\",\n          \"enable\": false\n        },\n        \"ingress-cpu-packets-rate-limit\": {\n          \"no-rate-limit\": \"<object>\",\n          \"rate-limit-policy-name\": \"?:^\"\n        },\n        \"ptm\": {\n          \"lower-layer-if\": \"?:\"\n        },\n        \"tm-root\": {\n          \"queue\": [\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            },\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            }\n          ],\n          \"queue-monitoring\": {\n            \"enable-statistics\": false,\n            \"enable-performance\": false\n          },\n          \"scheduler-node\": [\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            },\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            }\n          ],\n          \"child-scheduler-nodes\": [\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            },\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            }\n          ],\n          \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n          \"shaper-name\": \"?:\"\n        },\n        \"port-layer-if\": [\n          \"?:!\"\n        ],\n        \"egress-tm-objects\": {\n          \"root-if-name\": \"?:|\",\n          \"scheduler-node-name\": \"?:J\"\n        },\n        \"speed-monitoring\": {\n          \"enable\": false\n        },\n        \"cpe-reboot\": {},\n        \"cpe-set-operator-id\": {},\n        \"cpe-uni-management\": {\n          \"uni-management\": [\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            },\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            }\n          ]\n        },\n        \"mac-learning\": {\n          \"max-number-mac-addresses\": 4294967295,\n          \"number-committed-mac-addresses\": 1,\n          \"mac-learning-enable\": true,\n          \"mac-learning-failure-action\": \"forward\"\n        },\n        \"subscriber-profile\": {\n          \"profile\": \"?:\"\n        },\n        \"ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": \"enabled\",\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"advertised-flow-control\": \"disabled\",\n            \"forced-flow-control\": \"PAUSE\"\n          },\n          \"manual\": {\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"flow-control\": \"PAUSE\"\n          }\n        },\n        \"ipv4-security\": {\n          \"prevent-ipv4-address-spoofing\": false,\n          \"learn-addresses-from-dhcp\": \"<object>\",\n          \"address\": [\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            },\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            }\n          ],\n          \"max-address\": \"no-limit\"\n        },\n        \"cpe-network-port-management\": {\n          \"ingress-qos-policy-profile\": \"?:F\",\n          \"egress-qos-policy-profile\": \"?:pkOY&]\"\n        },\n        \"ani\": {\n          \"upstream-fec-indicator\": false,\n          \"mgnt-gemport-aes-indicator\": false,\n          \"onu-id\": 0\n        },\n        \"onu-v-enet\": {\n          \"lower-layer-interface\": \"?:\"\n        },\n        \"onu-v-vrefpoint\": {\n          \"related-onu\": \"?:<#!~\"\n        },\n        \"l2-termination-interface\": {\n          \"interface-usage\": \"user-port\",\n          \"termination-port-transmit\": {\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"qos-policy-profile\": \"?:\"\n          },\n          \"termination-port-receive\": {\n            \"pop-tags\": \"0\",\n            \"qos-policy-profile\": \"?:g&>zU\"\n          }\n        },\n        \"ipv4\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            },\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            },\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": \"?:\"\n          }\n        },\n        \"ipv6\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            },\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            },\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            }\n          ],\n          \"dup-addr-detect-transmits\": 1,\n          \"autoconf\": {\n            \"create-global-addresses\": true,\n            \"create-temporary-addresses\": false,\n            \"temporary-valid-lifetime\": 604800,\n            \"temporary-preferred-lifetime\": 86400\n          },\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": false,\n            \"max-rtr-adv-interval\": 600,\n            \"min-rtr-adv-interval\": 3,\n            \"managed-flag\": false,\n            \"other-config-flag\": false,\n            \"link-mtu\": \"0\",\n            \"reachable-time\": \"0\",\n            \"retrans-timer\": \"0\",\n            \"cur-hop-limit\": 0,\n            \"default-lifetime\": 0,\n            \"prefix-list\": {\n              \"prefix\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"?:.\",\n        \"description\": \"Some description\",\n        \"enabled\": true,\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"l2-dhcpv4-relay\": {\n          \"profile-ref\": \"?:x!\",\n          \"enable\": false,\n          \"trusted-port\": false\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:\"\n        },\n        \"subif-lower-layer\": {\n          \"interface\": \"?:\"\n        },\n        \"inline-frame-processing\": {\n          \"ingress-rule\": {\n            \"rule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"egress-rewrite\": {\n            \"pop-tags\": \"0\",\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"interface-usage\": {\n          \"interface-usage\": \"user-port\"\n        },\n        \"line\": {\n          \"configured-mode\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"line\": {\n            \"vect-num-disturbers-to-report\": 10,\n            \"line-fallback-mode\": \"auto\",\n            \"allowed-profiles-mask\": \"all\",\n            \"no-profiles-attached\": \"<object>\",\n            \"channel\": {\n              \"downstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"upstream-data-rate-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"impulse-noise-protection-delay-profile\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"line-spectrum-profile\": \"?:-R4\",\n            \"upstream-power-back-off-profile\": \"?:J'\",\n            \"downstream-power-back-off-profile\": \"?:\",\n            \"radio-frequency-interference-profile\": \"?:B[*6\",\n            \"noise-margin-profile\": \"?:G2z\",\n            \"virtual-noise-profile\": \"?:jQ)Z%\",\n            \"sos-profile\": \"?:~\",\n            \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n            \"re-initialization-policy-profile\": \"?:B~1LO\",\n            \"vectoring-profile\": \"?:\\\\\",\n            \"data-gathering-profile\": \"?:\",\n            \"line-config-vector\": \"?:\",\n            \"threshold-template\": \"?:\",\n            \"test-mode\": {\n              \"power-management-state-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"loop-diagnostics-mode-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"auto-mode-cold-start-forced\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-c\": {\n              \"update-test-ne\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-ds\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"xlin-disturber-vce-port-index-us\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"xtu-r\": {\n              \"update-test-fe\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"ghs\": {\n            \"handshake-profile\": \"?:\"\n          },\n          \"allowed-mode-mask\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"pae\": {\n          \"pae-system\": \"Some pae-system\",\n          \"port-type\": \"real-port\",\n          \"vp-enable\": false,\n          \"port-capabilities\": {\n            \"supp\": true,\n            \"auth\": true,\n            \"mka\": true,\n            \"macsec\": true,\n            \"announcements\": true,\n            \"listener\": true,\n            \"virtual-ports\": true,\n            \"in-service-upgrades\": true\n          },\n          \"supplicant\": {\n            \"held-period\": 60,\n            \"retry-max\": 2\n          },\n          \"authenticator\": {\n            \"quiet-period\": 60,\n            \"reauth-period\": 3600,\n            \"reauth-enable\": false,\n            \"retry-max\": 2\n          },\n          \"kay\": {\n            \"enable\": false,\n            \"actor\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"key-server\": {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"group\": {\n              \"join\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"form\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"new\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"macsec\": {\n              \"capable\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"desired\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"suspend-on-request\": true,\n            \"suspend-for\": \"0\",\n            \"participants\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"logon-nid\": {\n            \"selected\": \"Some selected\",\n            \"pae-nid-group\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"announcer\": {\n            \"enable\": false,\n            \"announce\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"listener\": {\n            \"enable\": false\n          },\n          \"logon-process\": {\n            \"logon\": false\n          },\n          \"ext-authenticator\": {\n            \"initiate-authentication-request\": false,\n            \"tx-period\": 600,\n            \"response-identity-period\": 30,\n            \"response-challenge-period\": 30\n          },\n          \"users\": {\n            \"user\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:]\",\n        \"performance\": {\n          \"enable\": false\n        },\n        \"pppoe\": {\n          \"profile-ref\": \"?:~xR!\",\n          \"enable\": false\n        },\n        \"ingress-cpu-packets-rate-limit\": {\n          \"no-rate-limit\": \"<object>\",\n          \"rate-limit-policy-name\": \"?:^\"\n        },\n        \"ptm\": {\n          \"lower-layer-if\": \"?:\"\n        },\n        \"tm-root\": {\n          \"queue\": [\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            },\n            {\n              \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n              \"local-queue-id\": 0,\n              \"priority\": 0,\n              \"weight\": 0,\n              \"shaper-name\": \"?:\",\n              \"pre-emption\": true\n            }\n          ],\n          \"queue-monitoring\": {\n            \"enable-statistics\": false,\n            \"enable-performance\": false\n          },\n          \"scheduler-node\": [\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            },\n            {\n              \"scheduling-level\": 0,\n              \"name\": \"?:\",\n              \"description\": \"?:\",\n              \"child-scheduler-nodes\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"contains-queues\": true,\n              \"queue\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"shaper-name\": \"?:\"\n            }\n          ],\n          \"child-scheduler-nodes\": [\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            },\n            {\n              \"name\": \"?:D\",\n              \"priority\": 0,\n              \"weight\": 0\n            }\n          ],\n          \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n          \"shaper-name\": \"?:\"\n        },\n        \"port-layer-if\": [\n          \"?:!\"\n        ],\n        \"egress-tm-objects\": {\n          \"root-if-name\": \"?:|\",\n          \"scheduler-node-name\": \"?:J\"\n        },\n        \"speed-monitoring\": {\n          \"enable\": false\n        },\n        \"cpe-reboot\": {},\n        \"cpe-set-operator-id\": {},\n        \"cpe-uni-management\": {\n          \"uni-management\": [\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            },\n            {\n              \"uni-identifier\": -128,\n              \"admin-status\": \"lock\",\n              \"link-parameters\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ingress-qos-policy-profile\": \"?:\",\n              \"egress-qos-policy-profile\": \"?:gK>/L\"\n            }\n          ]\n        },\n        \"mac-learning\": {\n          \"max-number-mac-addresses\": 4294967295,\n          \"number-committed-mac-addresses\": 1,\n          \"mac-learning-enable\": true,\n          \"mac-learning-failure-action\": \"forward\"\n        },\n        \"subscriber-profile\": {\n          \"profile\": \"?:\"\n        },\n        \"ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": \"enabled\",\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"advertised-flow-control\": \"disabled\",\n            \"forced-flow-control\": \"PAUSE\"\n          },\n          \"manual\": {\n            \"duplex\": \"full\",\n            \"speed\": \"<string>\",\n            \"flow-control\": \"PAUSE\"\n          }\n        },\n        \"ipv4-security\": {\n          \"prevent-ipv4-address-spoofing\": false,\n          \"learn-addresses-from-dhcp\": \"<object>\",\n          \"address\": [\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            },\n            {\n              \"ip\": \"?:29.1.0.10%{}\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:23.1.2.6\"\n            }\n          ],\n          \"max-address\": \"no-limit\"\n        },\n        \"cpe-network-port-management\": {\n          \"ingress-qos-policy-profile\": \"?:F\",\n          \"egress-qos-policy-profile\": \"?:pkOY&]\"\n        },\n        \"ani\": {\n          \"upstream-fec-indicator\": false,\n          \"mgnt-gemport-aes-indicator\": false,\n          \"onu-id\": 0\n        },\n        \"onu-v-enet\": {\n          \"lower-layer-interface\": \"?:\"\n        },\n        \"onu-v-vrefpoint\": {\n          \"related-onu\": \"?:<#!~\"\n        },\n        \"l2-termination-interface\": {\n          \"interface-usage\": \"user-port\",\n          \"termination-port-transmit\": {\n            \"push-tag\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"qos-policy-profile\": \"?:\"\n          },\n          \"termination-port-receive\": {\n            \"pop-tags\": \"0\",\n            \"qos-policy-profile\": \"?:g&>zU\"\n          }\n        },\n        \"ipv4\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            },\n            {\n              \"ip\": \"?:9\",\n              \"prefix-length\": 0,\n              \"netmask\": \"?:1.118.6.143\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            },\n            {\n              \"link-layer-address\": \"?:0b\",\n              \"ip\": \"?:18.\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": \"?:\"\n          }\n        },\n        \"ipv6\": {\n          \"enabled\": true,\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            },\n            {\n              \"prefix-length\": 0,\n              \"ip\": \"?:C\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            },\n            {\n              \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n              \"ip\": \"?:\"\n            }\n          ],\n          \"dup-addr-detect-transmits\": 1,\n          \"autoconf\": {\n            \"create-global-addresses\": true,\n            \"create-temporary-addresses\": false,\n            \"temporary-valid-lifetime\": 604800,\n            \"temporary-preferred-lifetime\": 86400\n          },\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": false,\n            \"max-rtr-adv-interval\": 600,\n            \"min-rtr-adv-interval\": 3,\n            \"managed-flag\": false,\n            \"other-config-flag\": false,\n            \"link-mtu\": \"0\",\n            \"reachable-time\": \"0\",\n            \"retrans-timer\": \"0\",\n            \"cur-hop-limit\": 0,\n            \"default-lifetime\": 0,\n            \"prefix-list\": {\n              \"prefix\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      }\n    ],\n    \"ipv4-security-statistics\": {\n      \"interface\": [\n        {\n          \"name\": \"?:\"\n        },\n        {\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b4ae2f6-0ba9-44c1-8cc4-3441752284c2"},{"name":"POST - NodeID - ietf-interfaces - interface","id":"4152664c-5ded-4e2b-9ce7-2b2ff9533ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"type\": \"<string>\",\n  \"enabled\": true,\n  \"link-up-down-trap-enable\": \"enabled\",\n  \"l2-dhcpv4-relay\": {\n    \"profile-ref\": \"?:x!\",\n    \"enable\": false,\n    \"trusted-port\": false\n  },\n  \"interface-to-interface\": {\n    \"reference\": \"?:\"\n  },\n  \"subif-lower-layer\": {\n    \"interface\": \"?:\"\n  },\n  \"inline-frame-processing\": {\n    \"ingress-rule\": {\n      \"rule\": [\n        {\n          \"priority\": 1,\n          \"name\": \"?::y\",\n          \"flexible-match\": {\n            \"match-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ingress-rewrite\": {\n            \"pop-tags\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"push-tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"priority\": 1,\n          \"name\": \"?::y\",\n          \"flexible-match\": {\n            \"match-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ingress-rewrite\": {\n            \"pop-tags\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"push-tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"egress-rewrite\": {\n      \"pop-tags\": \"0\",\n      \"push-tag\": [\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  },\n  \"interface-usage\": {\n    \"interface-usage\": \"user-port\"\n  },\n  \"line\": {\n    \"configured-mode\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"line\": {\n      \"vect-num-disturbers-to-report\": 10,\n      \"line-fallback-mode\": \"auto\",\n      \"allowed-profiles-mask\": \"all\",\n      \"no-profiles-attached\": \"<object>\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:sEo\",\n        \"upstream-data-rate-profile\": \"?:7\",\n        \"impulse-noise-protection-delay-profile\": \"?:y)U\"\n      },\n      \"line-spectrum-profile\": \"?:-R4\",\n      \"upstream-power-back-off-profile\": \"?:J'\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:B[*6\",\n      \"noise-margin-profile\": \"?:G2z\",\n      \"virtual-noise-profile\": \"?:jQ)Z%\",\n      \"sos-profile\": \"?:~\",\n      \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n      \"re-initialization-policy-profile\": \"?:B~1LO\",\n      \"vectoring-profile\": \"?:\\\\\",\n      \"data-gathering-profile\": \"?:\",\n      \"line-config-vector\": \"?:\",\n      \"threshold-template\": \"?:\",\n      \"test-mode\": {\n        \"power-management-state-forced\": \"4\",\n        \"loop-diagnostics-mode-forced\": \"2\",\n        \"auto-mode-cold-start-forced\": 0\n      },\n      \"xtu-c\": {\n        \"update-test-ne\": \"0\",\n        \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n        \"xlin-disturber-vce-port-index-us\": \"undefined\"\n      },\n      \"xtu-r\": {\n        \"update-test-fe\": \"0\"\n      }\n    },\n    \"ghs\": {\n      \"handshake-profile\": \"?:\"\n    },\n    \"allowed-mode-mask\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"pae\": {\n    \"pae-system\": \"Some pae-system\",\n    \"port-type\": \"real-port\",\n    \"vp-enable\": false,\n    \"port-capabilities\": {\n      \"supp\": true,\n      \"auth\": true,\n      \"mka\": true,\n      \"macsec\": true,\n      \"announcements\": true,\n      \"listener\": true,\n      \"virtual-ports\": true,\n      \"in-service-upgrades\": true\n    },\n    \"supplicant\": {\n      \"held-period\": 60,\n      \"retry-max\": 2\n    },\n    \"authenticator\": {\n      \"quiet-period\": 60,\n      \"reauth-period\": 3600,\n      \"reauth-enable\": false,\n      \"retry-max\": 2\n    },\n    \"kay\": {\n      \"enable\": false,\n      \"actor\": {\n        \"priority\": 0\n      },\n      \"key-server\": {\n        \"priority\": 0\n      },\n      \"group\": {\n        \"join\": true,\n        \"form\": false,\n        \"new\": false\n      },\n      \"macsec\": {\n        \"capable\": true,\n        \"desired\": true\n      },\n      \"suspend-on-request\": true,\n      \"suspend-for\": \"0\",\n      \"participants\": [\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        },\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        }\n      ]\n    },\n    \"logon-nid\": {\n      \"selected\": \"Some selected\",\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    \"announcer\": {\n      \"enable\": false,\n      \"announce\": [\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"listener\": {\n      \"enable\": false\n    },\n    \"logon-process\": {\n      \"logon\": false\n    },\n    \"ext-authenticator\": {\n      \"initiate-authentication-request\": false,\n      \"tx-period\": 600,\n      \"response-identity-period\": 30,\n      \"response-challenge-period\": 30\n    },\n    \"users\": {\n      \"user\": [\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        },\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        }\n      ]\n    }\n  },\n  \"ingress-qos-policy-profile\": \"?:\",\n  \"egress-qos-policy-profile\": \"?:]\",\n  \"performance\": {\n    \"enable\": false\n  },\n  \"pppoe\": {\n    \"profile-ref\": \"?:~xR!\",\n    \"enable\": false\n  },\n  \"ingress-cpu-packets-rate-limit\": {\n    \"no-rate-limit\": \"<object>\",\n    \"rate-limit-policy-name\": \"?:^\"\n  },\n  \"ptm\": {\n    \"lower-layer-if\": \"?:\"\n  },\n  \"tm-root\": {\n    \"queue\": [\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      },\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      }\n    ],\n    \"queue-monitoring\": {\n      \"enable-statistics\": false,\n      \"enable-performance\": false\n    },\n    \"scheduler-node\": [\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      },\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      }\n    ],\n    \"child-scheduler-nodes\": [\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      },\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      }\n    ],\n    \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n    \"shaper-name\": \"?:\"\n  },\n  \"port-layer-if\": [\n    \"?:!\"\n  ],\n  \"egress-tm-objects\": {\n    \"root-if-name\": \"?:|\",\n    \"scheduler-node-name\": \"?:J\"\n  },\n  \"speed-monitoring\": {\n    \"enable\": false\n  },\n  \"cpe-reboot\": {},\n  \"cpe-set-operator-id\": {},\n  \"cpe-uni-management\": {\n    \"uni-management\": [\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      },\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      }\n    ]\n  },\n  \"mac-learning\": {\n    \"max-number-mac-addresses\": 4294967295,\n    \"number-committed-mac-addresses\": 1,\n    \"mac-learning-enable\": true,\n    \"mac-learning-failure-action\": \"forward\"\n  },\n  \"subscriber-profile\": {\n    \"profile\": \"?:\"\n  },\n  \"ethernet\": {\n    \"auto-negotiation\": {\n      \"status\": \"enabled\",\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"advertised-flow-control\": \"disabled\",\n      \"forced-flow-control\": \"PAUSE\"\n    },\n    \"manual\": {\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"flow-control\": \"PAUSE\"\n    }\n  },\n  \"ipv4-security\": {\n    \"prevent-ipv4-address-spoofing\": false,\n    \"learn-addresses-from-dhcp\": \"<object>\",\n    \"address\": [\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      },\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      }\n    ],\n    \"max-address\": \"no-limit\"\n  },\n  \"cpe-network-port-management\": {\n    \"ingress-qos-policy-profile\": \"?:F\",\n    \"egress-qos-policy-profile\": \"?:pkOY&]\"\n  },\n  \"ani\": {\n    \"upstream-fec-indicator\": false,\n    \"mgnt-gemport-aes-indicator\": false,\n    \"onu-id\": 0\n  },\n  \"onu-v-enet\": {\n    \"lower-layer-interface\": \"?:\"\n  },\n  \"onu-v-vrefpoint\": {\n    \"related-onu\": \"?:<#!~\"\n  },\n  \"l2-termination-interface\": {\n    \"interface-usage\": \"user-port\",\n    \"termination-port-transmit\": {\n      \"push-tag\": [\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"qos-policy-profile\": \"?:\"\n    },\n    \"termination-port-receive\": {\n      \"pop-tags\": \"0\",\n      \"qos-policy-profile\": \"?:g&>zU\"\n    }\n  },\n  \"ipv4\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 68,\n    \"address\": [\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      },\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      },\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      }\n    ],\n    \"ipif-lower-layer\": {\n      \"sub-interface\": \"?:\"\n    }\n  },\n  \"ipv6\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 1280,\n    \"address\": [\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      },\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      },\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      }\n    ],\n    \"dup-addr-detect-transmits\": 1,\n    \"autoconf\": {\n      \"create-global-addresses\": true,\n      \"create-temporary-addresses\": false,\n      \"temporary-valid-lifetime\": 604800,\n      \"temporary-preferred-lifetime\": 86400\n    },\n    \"ipv6-router-advertisements\": {\n      \"send-advertisements\": false,\n      \"max-rtr-adv-interval\": 600,\n      \"min-rtr-adv-interval\": 3,\n      \"managed-flag\": false,\n      \"other-config-flag\": false,\n      \"link-mtu\": \"0\",\n      \"reachable-time\": \"0\",\n      \"retrans-timer\": \"0\",\n      \"cur-hop-limit\": 0,\n      \"default-lifetime\": 0,\n      \"prefix-list\": {\n        \"prefix\": [\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>","description":"<p>The list of configured interfaces on the device.</p>\n<p>The operational state of an interface is available in the\n/interfaces-state/interface list.  If the configuration of a\nsystem-controlled interface cannot be used by the system\n(e.g., the interface hardware present does not match the\ninterface type), then the configuration is not applied to\nthe system-controlled interface shown in the\n/interfaces-state/interface list.  If the configuration\nof a user-controlled interface cannot be used by the system,\nthe configured interface is not instantiated in the\n/interfaces-state/interface list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dcdee3d0-b28c-4aba-8f9d-5f53f246fb0a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"type\": \"<string>\",\n  \"enabled\": true,\n  \"link-up-down-trap-enable\": \"enabled\",\n  \"l2-dhcpv4-relay\": {\n    \"profile-ref\": \"?:x!\",\n    \"enable\": false,\n    \"trusted-port\": false\n  },\n  \"interface-to-interface\": {\n    \"reference\": \"?:\"\n  },\n  \"subif-lower-layer\": {\n    \"interface\": \"?:\"\n  },\n  \"inline-frame-processing\": {\n    \"ingress-rule\": {\n      \"rule\": [\n        {\n          \"priority\": 1,\n          \"name\": \"?::y\",\n          \"flexible-match\": {\n            \"match-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ingress-rewrite\": {\n            \"pop-tags\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"push-tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"priority\": 1,\n          \"name\": \"?::y\",\n          \"flexible-match\": {\n            \"match-criteria\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ingress-rewrite\": {\n            \"pop-tags\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"push-tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"egress-rewrite\": {\n      \"pop-tags\": \"0\",\n      \"push-tag\": [\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  },\n  \"interface-usage\": {\n    \"interface-usage\": \"user-port\"\n  },\n  \"line\": {\n    \"configured-mode\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"line\": {\n      \"vect-num-disturbers-to-report\": 10,\n      \"line-fallback-mode\": \"auto\",\n      \"allowed-profiles-mask\": \"all\",\n      \"no-profiles-attached\": \"<object>\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:sEo\",\n        \"upstream-data-rate-profile\": \"?:7\",\n        \"impulse-noise-protection-delay-profile\": \"?:y)U\"\n      },\n      \"line-spectrum-profile\": \"?:-R4\",\n      \"upstream-power-back-off-profile\": \"?:J'\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:B[*6\",\n      \"noise-margin-profile\": \"?:G2z\",\n      \"virtual-noise-profile\": \"?:jQ)Z%\",\n      \"sos-profile\": \"?:~\",\n      \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n      \"re-initialization-policy-profile\": \"?:B~1LO\",\n      \"vectoring-profile\": \"?:\\\\\",\n      \"data-gathering-profile\": \"?:\",\n      \"line-config-vector\": \"?:\",\n      \"threshold-template\": \"?:\",\n      \"test-mode\": {\n        \"power-management-state-forced\": \"4\",\n        \"loop-diagnostics-mode-forced\": \"2\",\n        \"auto-mode-cold-start-forced\": 0\n      },\n      \"xtu-c\": {\n        \"update-test-ne\": \"0\",\n        \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n        \"xlin-disturber-vce-port-index-us\": \"undefined\"\n      },\n      \"xtu-r\": {\n        \"update-test-fe\": \"0\"\n      }\n    },\n    \"ghs\": {\n      \"handshake-profile\": \"?:\"\n    },\n    \"allowed-mode-mask\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"pae\": {\n    \"pae-system\": \"Some pae-system\",\n    \"port-type\": \"real-port\",\n    \"vp-enable\": false,\n    \"port-capabilities\": {\n      \"supp\": true,\n      \"auth\": true,\n      \"mka\": true,\n      \"macsec\": true,\n      \"announcements\": true,\n      \"listener\": true,\n      \"virtual-ports\": true,\n      \"in-service-upgrades\": true\n    },\n    \"supplicant\": {\n      \"held-period\": 60,\n      \"retry-max\": 2\n    },\n    \"authenticator\": {\n      \"quiet-period\": 60,\n      \"reauth-period\": 3600,\n      \"reauth-enable\": false,\n      \"retry-max\": 2\n    },\n    \"kay\": {\n      \"enable\": false,\n      \"actor\": {\n        \"priority\": 0\n      },\n      \"key-server\": {\n        \"priority\": 0\n      },\n      \"group\": {\n        \"join\": true,\n        \"form\": false,\n        \"new\": false\n      },\n      \"macsec\": {\n        \"capable\": true,\n        \"desired\": true\n      },\n      \"suspend-on-request\": true,\n      \"suspend-for\": \"0\",\n      \"participants\": [\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        },\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        }\n      ]\n    },\n    \"logon-nid\": {\n      \"selected\": \"Some selected\",\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    \"announcer\": {\n      \"enable\": false,\n      \"announce\": [\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"listener\": {\n      \"enable\": false\n    },\n    \"logon-process\": {\n      \"logon\": false\n    },\n    \"ext-authenticator\": {\n      \"initiate-authentication-request\": false,\n      \"tx-period\": 600,\n      \"response-identity-period\": 30,\n      \"response-challenge-period\": 30\n    },\n    \"users\": {\n      \"user\": [\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        },\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        }\n      ]\n    }\n  },\n  \"ingress-qos-policy-profile\": \"?:\",\n  \"egress-qos-policy-profile\": \"?:]\",\n  \"performance\": {\n    \"enable\": false\n  },\n  \"pppoe\": {\n    \"profile-ref\": \"?:~xR!\",\n    \"enable\": false\n  },\n  \"ingress-cpu-packets-rate-limit\": {\n    \"no-rate-limit\": \"<object>\",\n    \"rate-limit-policy-name\": \"?:^\"\n  },\n  \"ptm\": {\n    \"lower-layer-if\": \"?:\"\n  },\n  \"tm-root\": {\n    \"queue\": [\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      },\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      }\n    ],\n    \"queue-monitoring\": {\n      \"enable-statistics\": false,\n      \"enable-performance\": false\n    },\n    \"scheduler-node\": [\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      },\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      }\n    ],\n    \"child-scheduler-nodes\": [\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      },\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      }\n    ],\n    \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n    \"shaper-name\": \"?:\"\n  },\n  \"port-layer-if\": [\n    \"?:!\"\n  ],\n  \"egress-tm-objects\": {\n    \"root-if-name\": \"?:|\",\n    \"scheduler-node-name\": \"?:J\"\n  },\n  \"speed-monitoring\": {\n    \"enable\": false\n  },\n  \"cpe-reboot\": {},\n  \"cpe-set-operator-id\": {},\n  \"cpe-uni-management\": {\n    \"uni-management\": [\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      },\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      }\n    ]\n  },\n  \"mac-learning\": {\n    \"max-number-mac-addresses\": 4294967295,\n    \"number-committed-mac-addresses\": 1,\n    \"mac-learning-enable\": true,\n    \"mac-learning-failure-action\": \"forward\"\n  },\n  \"subscriber-profile\": {\n    \"profile\": \"?:\"\n  },\n  \"ethernet\": {\n    \"auto-negotiation\": {\n      \"status\": \"enabled\",\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"advertised-flow-control\": \"disabled\",\n      \"forced-flow-control\": \"PAUSE\"\n    },\n    \"manual\": {\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"flow-control\": \"PAUSE\"\n    }\n  },\n  \"ipv4-security\": {\n    \"prevent-ipv4-address-spoofing\": false,\n    \"learn-addresses-from-dhcp\": \"<object>\",\n    \"address\": [\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      },\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      }\n    ],\n    \"max-address\": \"no-limit\"\n  },\n  \"cpe-network-port-management\": {\n    \"ingress-qos-policy-profile\": \"?:F\",\n    \"egress-qos-policy-profile\": \"?:pkOY&]\"\n  },\n  \"ani\": {\n    \"upstream-fec-indicator\": false,\n    \"mgnt-gemport-aes-indicator\": false,\n    \"onu-id\": 0\n  },\n  \"onu-v-enet\": {\n    \"lower-layer-interface\": \"?:\"\n  },\n  \"onu-v-vrefpoint\": {\n    \"related-onu\": \"?:<#!~\"\n  },\n  \"l2-termination-interface\": {\n    \"interface-usage\": \"user-port\",\n    \"termination-port-transmit\": {\n      \"push-tag\": [\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"qos-policy-profile\": \"?:\"\n    },\n    \"termination-port-receive\": {\n      \"pop-tags\": \"0\",\n      \"qos-policy-profile\": \"?:g&>zU\"\n    }\n  },\n  \"ipv4\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 68,\n    \"address\": [\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      },\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      },\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      }\n    ],\n    \"ipif-lower-layer\": {\n      \"sub-interface\": \"?:\"\n    }\n  },\n  \"ipv6\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 1280,\n    \"address\": [\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      },\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      },\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      }\n    ],\n    \"dup-addr-detect-transmits\": 1,\n    \"autoconf\": {\n      \"create-global-addresses\": true,\n      \"create-temporary-addresses\": false,\n      \"temporary-valid-lifetime\": 604800,\n      \"temporary-preferred-lifetime\": 86400\n    },\n    \"ipv6-router-advertisements\": {\n      \"send-advertisements\": false,\n      \"max-rtr-adv-interval\": 600,\n      \"min-rtr-adv-interval\": 3,\n      \"managed-flag\": false,\n      \"other-config-flag\": false,\n      \"link-mtu\": \"0\",\n      \"reachable-time\": \"0\",\n      \"retrans-timer\": \"0\",\n      \"cur-hop-limit\": 0,\n      \"default-lifetime\": 0,\n      \"prefix-list\": {\n        \"prefix\": [\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4152664c-5ded-4e2b-9ce7-2b2ff9533ec4"},{"name":"GET - NodeID - ietf-interfaces - interface","id":"2744d788-426a-4d9f-b3e5-58c7c2fbd593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>?content=<string>","description":"<p>The list of configured interfaces on the device.</p>\n<p>The operational state of an interface is available in the\n/interfaces-state/interface list.  If the configuration of a\nsystem-controlled interface cannot be used by the system\n(e.g., the interface hardware present does not match the\ninterface type), then the configuration is not applied to\nthe system-controlled interface shown in the\n/interfaces-state/interface list.  If the configuration\nof a user-controlled interface cannot be used by the system,\nthe configured interface is not instantiated in the\n/interfaces-state/interface list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"25e6676c-e736-4c83-bf51-8d4aa049ba6c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:`!2!\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:##|c\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:j!\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"supported-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:5-x\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:f^\",\n          \"radio-frequency-interference-profile\": \"?:\\\\5tZ\",\n          \"noise-margin-profile\": \"?:E\",\n          \"virtual-noise-profile\": \"?:Rq*\",\n          \"sos-profile\": \"?:\",\n          \"impulse-noise-monitoring-profile\": \"?:[?\\\"{\",\n          \"re-initialization-policy-profile\": \"?:\",\n          \"vectoring-profile\": \"?:g<\",\n          \"data-gathering-profile\": \"?:'z!^\",\n          \"line-config-vector\": \"?:z\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:t~#\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:,l'\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:#\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:(;\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:(;\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:(\",\n            \"description\": \"?:p6\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:Yi\\\"\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:(\",\n            \"description\": \"?:p6\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:Yi\\\"\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:);\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:);\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:)]@)\",\n        \"shaper-name\": \"?:Y%D6zJD&9=\"\n      },\n      \"port-layer-if\": [\n        \"?:g\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:f~\",\n        \"scheduler-node-name\": \"?:\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:V\",\n            \"egress-qos-policy-profile\": \"?:\\\"*E\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:V\",\n            \"egress-qos-policy-profile\": \"?:\\\"*E\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:0.1.2.0%Np\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:7.0.2.0\"\n          },\n          {\n            \"ip\": \"?:0.1.2.0%Np\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:7.0.2.0\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:_Y\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:#~\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:q\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:^\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:Ss\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:95.4.213.3\"\n          },\n          {\n            \"ip\": \"?:\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:95.4.213.3\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:-\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:F\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:F\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:`!2!\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:##|c\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:j!\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"supported-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:5-x\",\n          \"upstream-power-back-off-profile\": \"?:\",\n          \"downstream-power-back-off-profile\": \"?:f^\",\n          \"radio-frequency-interference-profile\": \"?:\\\\5tZ\",\n          \"noise-margin-profile\": \"?:E\",\n          \"virtual-noise-profile\": \"?:Rq*\",\n          \"sos-profile\": \"?:\",\n          \"impulse-noise-monitoring-profile\": \"?:[?\\\"{\",\n          \"re-initialization-policy-profile\": \"?:\",\n          \"vectoring-profile\": \"?:g<\",\n          \"data-gathering-profile\": \"?:'z!^\",\n          \"line-config-vector\": \"?:z\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:t~#\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:,l'\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:#\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:(;\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:(;\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:(\",\n            \"description\": \"?:p6\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:Yi\\\"\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:(\",\n            \"description\": \"?:p6\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:Yi\\\"\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:);\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:);\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:)]@)\",\n        \"shaper-name\": \"?:Y%D6zJD&9=\"\n      },\n      \"port-layer-if\": [\n        \"?:g\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:f~\",\n        \"scheduler-node-name\": \"?:\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:V\",\n            \"egress-qos-policy-profile\": \"?:\\\"*E\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:V\",\n            \"egress-qos-policy-profile\": \"?:\\\"*E\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:0.1.2.0%Np\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:7.0.2.0\"\n          },\n          {\n            \"ip\": \"?:0.1.2.0%Np\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:7.0.2.0\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:_Y\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:#~\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:q\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:^\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:Ss\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:95.4.213.3\"\n          },\n          {\n            \"ip\": \"?:\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:95.4.213.3\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:-\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:F\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:F\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"2744d788-426a-4d9f-b3e5-58c7c2fbd593"},{"name":"DELETE - NodeID - ietf-interfaces - interface","id":"bf750152-2e5c-4b4e-8deb-a47faa35e154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>","description":"<p>The list of configured interfaces on the device.</p>\n<p>The operational state of an interface is available in the\n/interfaces-state/interface list.  If the configuration of a\nsystem-controlled interface cannot be used by the system\n(e.g., the interface hardware present does not match the\ninterface type), then the configuration is not applied to\nthe system-controlled interface shown in the\n/interfaces-state/interface list.  If the configuration\nof a user-controlled interface cannot be used by the system,\nthe configured interface is not instantiated in the\n/interfaces-state/interface list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9f215abd-dcda-4c63-bf99-89763ef4774d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf750152-2e5c-4b4e-8deb-a47faa35e154"},{"name":"PUT - NodeID - ietf-interfaces - interface","id":"8e6856f7-dbdd-4dfe-a95e-b492443e1203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>","description":"<p>The list of configured interfaces on the device.</p>\n<p>The operational state of an interface is available in the\n/interfaces-state/interface list.  If the configuration of a\nsystem-controlled interface cannot be used by the system\n(e.g., the interface hardware present does not match the\ninterface type), then the configuration is not applied to\nthe system-controlled interface shown in the\n/interfaces-state/interface list.  If the configuration\nof a user-controlled interface cannot be used by the system,\nthe configured interface is not instantiated in the\n/interfaces-state/interface list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ccf05291-89dd-4eb1-84d2-da44d5de6ee2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d69f7251-fe94-49b3-ba2f-e958febe8f15","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"?:.\",\n      \"description\": \"Some description\",\n      \"enabled\": true,\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"l2-dhcpv4-relay\": {\n        \"profile-ref\": \"?:x!\",\n        \"enable\": false,\n        \"trusted-port\": false\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:\"\n      },\n      \"subif-lower-layer\": {\n        \"interface\": \"?:\"\n      },\n      \"inline-frame-processing\": {\n        \"ingress-rule\": {\n          \"rule\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"egress-rewrite\": {\n          \"pop-tags\": \"0\",\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"interface-usage\": {\n        \"interface-usage\": \"user-port\"\n      },\n      \"line\": {\n        \"configured-mode\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"line\": {\n          \"vect-num-disturbers-to-report\": 10,\n          \"line-fallback-mode\": \"auto\",\n          \"allowed-profiles-mask\": \"all\",\n          \"no-profiles-attached\": \"<object>\",\n          \"channel\": {\n            \"downstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upstream-data-rate-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"impulse-noise-protection-delay-profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"line-spectrum-profile\": \"?:-R4\",\n          \"upstream-power-back-off-profile\": \"?:J'\",\n          \"downstream-power-back-off-profile\": \"?:\",\n          \"radio-frequency-interference-profile\": \"?:B[*6\",\n          \"noise-margin-profile\": \"?:G2z\",\n          \"virtual-noise-profile\": \"?:jQ)Z%\",\n          \"sos-profile\": \"?:~\",\n          \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n          \"re-initialization-policy-profile\": \"?:B~1LO\",\n          \"vectoring-profile\": \"?:\\\\\",\n          \"data-gathering-profile\": \"?:\",\n          \"line-config-vector\": \"?:\",\n          \"threshold-template\": \"?:\",\n          \"test-mode\": {\n            \"power-management-state-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auto-mode-cold-start-forced\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-c\": {\n            \"update-test-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-ds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xlin-disturber-vce-port-index-us\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"update-test-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ghs\": {\n          \"handshake-profile\": \"?:\"\n        },\n        \"allowed-mode-mask\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"pae\": {\n        \"pae-system\": \"Some pae-system\",\n        \"port-type\": \"real-port\",\n        \"vp-enable\": false,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"supplicant\": {\n          \"held-period\": 60,\n          \"retry-max\": 2\n        },\n        \"authenticator\": {\n          \"quiet-period\": 60,\n          \"reauth-period\": 3600,\n          \"reauth-enable\": false,\n          \"retry-max\": 2\n        },\n        \"kay\": {\n          \"enable\": false,\n          \"actor\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"group\": {\n            \"join\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"form\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"new\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"capable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"desired\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspend-on-request\": true,\n          \"suspend-for\": \"0\",\n          \"participants\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"selected\": \"Some selected\",\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"enable\": false,\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"enable\": false\n        },\n        \"logon-process\": {\n          \"logon\": false\n        },\n        \"ext-authenticator\": {\n          \"initiate-authentication-request\": false,\n          \"tx-period\": 600,\n          \"response-identity-period\": 30,\n          \"response-challenge-period\": 30\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:]\",\n      \"performance\": {\n        \"enable\": false\n      },\n      \"pppoe\": {\n        \"profile-ref\": \"?:~xR!\",\n        \"enable\": false\n      },\n      \"ingress-cpu-packets-rate-limit\": {\n        \"no-rate-limit\": \"<object>\",\n        \"rate-limit-policy-name\": \"?:^\"\n      },\n      \"ptm\": {\n        \"lower-layer-if\": \"?:\"\n      },\n      \"tm-root\": {\n        \"queue\": [\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          },\n          {\n            \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true\n          }\n        ],\n        \"queue-monitoring\": {\n          \"enable-statistics\": false,\n          \"enable-performance\": false\n        },\n        \"scheduler-node\": [\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          },\n          {\n            \"scheduling-level\": 0,\n            \"name\": \"?:\",\n            \"description\": \"?:\",\n            \"child-scheduler-nodes\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"contains-queues\": true,\n            \"queue\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"shaper-name\": \"?:\"\n          }\n        ],\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:D\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n        \"shaper-name\": \"?:\"\n      },\n      \"port-layer-if\": [\n        \"?:!\"\n      ],\n      \"egress-tm-objects\": {\n        \"root-if-name\": \"?:|\",\n        \"scheduler-node-name\": \"?:J\"\n      },\n      \"speed-monitoring\": {\n        \"enable\": false\n      },\n      \"cpe-reboot\": {},\n      \"cpe-set-operator-id\": {},\n      \"cpe-uni-management\": {\n        \"uni-management\": [\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          },\n          {\n            \"uni-identifier\": -128,\n            \"admin-status\": \"lock\",\n            \"link-parameters\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ingress-qos-policy-profile\": \"?:\",\n            \"egress-qos-policy-profile\": \"?:gK>/L\"\n          }\n        ]\n      },\n      \"mac-learning\": {\n        \"max-number-mac-addresses\": 4294967295,\n        \"number-committed-mac-addresses\": 1,\n        \"mac-learning-enable\": true,\n        \"mac-learning-failure-action\": \"forward\"\n      },\n      \"subscriber-profile\": {\n        \"profile\": \"?:\"\n      },\n      \"ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"enabled\",\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"advertised-flow-control\": \"disabled\",\n          \"forced-flow-control\": \"PAUSE\"\n        },\n        \"manual\": {\n          \"duplex\": \"full\",\n          \"speed\": \"<string>\",\n          \"flow-control\": \"PAUSE\"\n        }\n      },\n      \"ipv4-security\": {\n        \"prevent-ipv4-address-spoofing\": false,\n        \"learn-addresses-from-dhcp\": \"<object>\",\n        \"address\": [\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          },\n          {\n            \"ip\": \"?:29.1.0.10%{}\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:23.1.2.6\"\n          }\n        ],\n        \"max-address\": \"no-limit\"\n      },\n      \"cpe-network-port-management\": {\n        \"ingress-qos-policy-profile\": \"?:F\",\n        \"egress-qos-policy-profile\": \"?:pkOY&]\"\n      },\n      \"ani\": {\n        \"upstream-fec-indicator\": false,\n        \"mgnt-gemport-aes-indicator\": false,\n        \"onu-id\": 0\n      },\n      \"onu-v-enet\": {\n        \"lower-layer-interface\": \"?:\"\n      },\n      \"onu-v-vrefpoint\": {\n        \"related-onu\": \"?:<#!~\"\n      },\n      \"l2-termination-interface\": {\n        \"interface-usage\": \"user-port\",\n        \"termination-port-transmit\": {\n          \"push-tag\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"qos-policy-profile\": \"?:\"\n        },\n        \"termination-port-receive\": {\n          \"pop-tags\": \"0\",\n          \"qos-policy-profile\": \"?:g&>zU\"\n        }\n      },\n      \"ipv4\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          },\n          {\n            \"ip\": \"?:9\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.118.6.143\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          },\n          {\n            \"link-layer-address\": \"?:0b\",\n            \"ip\": \"?:18.\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:\"\n        }\n      },\n      \"ipv6\": {\n        \"enabled\": true,\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:C\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          },\n          {\n            \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n            \"ip\": \"?:\"\n          }\n        ],\n        \"dup-addr-detect-transmits\": 1,\n        \"autoconf\": {\n          \"create-global-addresses\": true,\n          \"create-temporary-addresses\": false,\n          \"temporary-valid-lifetime\": 604800,\n          \"temporary-preferred-lifetime\": 86400\n        },\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": false,\n          \"max-rtr-adv-interval\": 600,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": false,\n          \"other-config-flag\": false,\n          \"link-mtu\": \"0\",\n          \"reachable-time\": \"0\",\n          \"retrans-timer\": \"0\",\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e6856f7-dbdd-4dfe-a95e-b492443e1203"},{"name":"POST - NodeID - ietf-interfaces - l2-dhcpv4-relay","id":"971f7334-8600-47a8-9788-540e3e4c1450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable\": false,\n  \"trusted-port\": false,\n  \"profile-ref\": \"?:x!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay","description":"<p>L2 DHCPv4 Relay Agent configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d94026e3-3f83-468d-b567-bd0e5d20528d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable\": false,\n  \"trusted-port\": false,\n  \"profile-ref\": \"?:x!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"971f7334-8600-47a8-9788-540e3e4c1450"},{"name":"GET - NodeID - ietf-interfaces - l2-dhcpv4-relay","id":"0101636a-8bdb-4189-b9e6-cc11cf7ff8b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay?content=<string>","description":"<p>L2 DHCPv4 Relay Agent configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"335c0185-9f64-401d-8229-e08c86881cfb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"l2-dhcpv4-relay\": {\n    \"profile-ref\": \"?:##|c\",\n    \"enable\": false,\n    \"trusted-port\": false\n  }\n}"}],"_postman_id":"0101636a-8bdb-4189-b9e6-cc11cf7ff8b8"},{"name":"DELETE - NodeID - ietf-interfaces - l2-dhcpv4-relay","id":"6376f626-b82a-4b23-b64b-033c122b3828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay","description":"<p>L2 DHCPv4 Relay Agent configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"44951d0a-3a93-4fda-860b-172a392477ae","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6376f626-b82a-4b23-b64b-033c122b3828"},{"name":"PUT - NodeID - ietf-interfaces - l2-dhcpv4-relay","id":"50af826d-9519-4f49-adfb-e52c8cfed6ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay\": {\n    \"profile-ref\": \"?:x!\",\n    \"enable\": false,\n    \"trusted-port\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay","description":"<p>L2 DHCPv4 Relay Agent configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-dhcpv4-relay:l2-dhcpv4-relay"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"46a6d5a8-1760-4c60-89cf-745a4a6b9cab","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay\": {\n    \"profile-ref\": \"?:x!\",\n    \"enable\": false,\n    \"trusted-port\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fafd81b4-df15-453f-b649-d9e5bcfbc85b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-dhcpv4-relay\": {\n    \"profile-ref\": \"?:x!\",\n    \"enable\": false,\n    \"trusted-port\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-dhcpv4-relay:l2-dhcpv4-relay"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50af826d-9519-4f49-adfb-e52c8cfed6ad"},{"name":"POST - NodeID - ietf-interfaces - interface-to-interface","id":"706ab000-6200-4690-8327-3097fe062351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"reference\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface","description":"<p>Provides the interface with a data node to reference another\ninterface. For example it allows referencing a peer\ninterface of another interface stack.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-adtran-netcomm-interface-to-interface:interface-to-interface"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"671557dc-170b-430b-9e9a-3448c3b8ea05","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"reference\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"706ab000-6200-4690-8327-3097fe062351"},{"name":"GET - NodeID - ietf-interfaces - interface-to-interface","id":"2c489bdd-def5-4304-a41d-13535e7e39f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface?content=<string>","description":"<p>Provides the interface with a data node to reference another\ninterface. For example it allows referencing a peer\ninterface of another interface stack.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-adtran-netcomm-interface-to-interface:interface-to-interface"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cef74ac4-6994-42e6-9c40-d10bb8c06e43","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-adtran-netcomm-interface-to-interface:interface-to-interface"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-to-interface\": {\n    \"reference\": \"?:\"\n  }\n}"}],"_postman_id":"2c489bdd-def5-4304-a41d-13535e7e39f6"},{"name":"DELETE - NodeID - ietf-interfaces - interface-to-interface","id":"3494e853-f850-4e69-ac05-ee889814a080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface","description":"<p>Provides the interface with a data node to reference another\ninterface. For example it allows referencing a peer\ninterface of another interface stack.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-adtran-netcomm-interface-to-interface:interface-to-interface"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f754341b-ae84-43c7-94d9-e80977b9b292","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3494e853-f850-4e69-ac05-ee889814a080"},{"name":"PUT - NodeID - ietf-interfaces - interface-to-interface","id":"c1fabf75-415b-4cb4-9e3c-7f741c568e13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface-to-interface\": {\n    \"reference\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface","description":"<p>Provides the interface with a data node to reference another\ninterface. For example it allows referencing a peer\ninterface of another interface stack.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-adtran-netcomm-interface-to-interface:interface-to-interface"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e24f78c7-ef15-4886-a5e5-fcdd3b024598","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-to-interface\": {\n    \"reference\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9baa2e4f-1aaf-4ed4-a3b7-342bc685b353","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-to-interface\": {\n    \"reference\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1fabf75-415b-4cb4-9e3c-7f741c568e13"},{"name":"POST - NodeID - ietf-interfaces - subif-lower-layer","id":"0cd15f2c-1ef8-4b6d-a2b9-20bb905bcf99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-sub-interfaces:subif-lower-layer","description":"<p>Links the sub-interface to a lower-layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-sub-interfaces:subif-lower-layer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bbe06e1e-4585-4560-99dd-7a7795f25590","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"interface\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-sub-interfaces:subif-lower-layer"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0cd15f2c-1ef8-4b6d-a2b9-20bb905bcf99"},{"name":"GET - NodeID - ietf-interfaces - subif-lower-layer","id":"83ff2dc5-1279-45b0-b8e2-ac7e525d31cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-sub-interfaces:subif-lower-layer?content=<string>","description":"<p>Links the sub-interface to a lower-layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-sub-interfaces:subif-lower-layer"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1ab9fdc2-820f-4439-8338-54c75731e02d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-sub-interfaces:subif-lower-layer?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-sub-interfaces:subif-lower-layer"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subif-lower-layer\": {\n    \"interface\": \"?:j!\"\n  }\n}"}],"_postman_id":"83ff2dc5-1279-45b0-b8e2-ac7e525d31cc"},{"name":"DELETE - NodeID - ietf-interfaces - subif-lower-layer","id":"3bc07a38-0a30-4e1b-a8b0-691985c61a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-sub-interfaces:subif-lower-layer","description":"<p>Links the sub-interface to a lower-layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-sub-interfaces:subif-lower-layer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fec6cc39-4fde-448b-9b0c-78dee3b826b1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-sub-interfaces:subif-lower-layer"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bc07a38-0a30-4e1b-a8b0-691985c61a04"},{"name":"PUT - NodeID - ietf-interfaces - subif-lower-layer","id":"26de3879-9f62-44dd-afd3-af5f6eeeea0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subif-lower-layer\": {\n    \"interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-sub-interfaces:subif-lower-layer","description":"<p>Links the sub-interface to a lower-layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-sub-interfaces:subif-lower-layer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c0b64f23-90ee-4f7e-8d82-57c23ecc7143","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subif-lower-layer\": {\n    \"interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-sub-interfaces:subif-lower-layer"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"be4631bc-82ac-48da-afcd-9375bf98f16e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subif-lower-layer\": {\n    \"interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-sub-interfaces:subif-lower-layer"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26de3879-9f62-44dd-afd3-af5f6eeeea0d"},{"name":"POST - NodeID - ietf-interfaces - interface-usage","id":"7e751fe4-8aeb-4c60-a766-137430650b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface-usage\": \"user-port\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interface-usage:interface-usage","description":"<p>Provides the interface with an interface usage.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interface-usage:interface-usage"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fca6fb70-18f6-4bbc-b998-38fb472f416a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-usage\": \"user-port\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interface-usage:interface-usage"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e751fe4-8aeb-4c60-a766-137430650b33"},{"name":"GET - NodeID - ietf-interfaces - interface-usage","id":"6c9783d0-d3ab-44e7-936d-95ee4cd97801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interface-usage:interface-usage?content=<string>","description":"<p>Provides the interface with an interface usage.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interface-usage:interface-usage"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"808c173e-90c1-4991-93da-542303f9cca4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interface-usage:interface-usage?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interface-usage:interface-usage"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-usage\": {\n    \"interface-usage\": \"user-port\"\n  }\n}"}],"_postman_id":"6c9783d0-d3ab-44e7-936d-95ee4cd97801"},{"name":"DELETE - NodeID - ietf-interfaces - interface-usage","id":"0bc935a0-6a20-4af8-9917-d2e7ae2570b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interface-usage:interface-usage","description":"<p>Provides the interface with an interface usage.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interface-usage:interface-usage"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"84ebfec0-e34d-409c-adc1-60fa50503ac7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interface-usage:interface-usage"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0bc935a0-6a20-4af8-9917-d2e7ae2570b0"},{"name":"PUT - NodeID - ietf-interfaces - interface-usage","id":"67faba25-71fd-431b-8a20-e1b391d1eb6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface-usage\": {\n    \"interface-usage\": \"user-port\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interface-usage:interface-usage","description":"<p>Provides the interface with an interface usage.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interface-usage:interface-usage"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"66d3e9f1-ec21-4837-9bce-de34c0a179dd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-usage\": {\n    \"interface-usage\": \"user-port\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interface-usage:interface-usage"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8688ade6-cf87-4fad-9c70-f2a3f2875d37","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-usage\": {\n    \"interface-usage\": \"user-port\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interface-usage:interface-usage"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67faba25-71fd-431b-8a20-e1b391d1eb6f"},{"name":"POST - NodeID - ietf-interfaces - line","id":"4aac9cda-8bfa-4ec4-86ab-569b71429e1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"configured-mode\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"line\": {\n    \"vect-num-disturbers-to-report\": 10,\n    \"line-fallback-mode\": \"auto\",\n    \"allowed-profiles-mask\": \"all\",\n    \"no-profiles-attached\": \"<object>\",\n    \"channel\": {\n      \"downstream-data-rate-profile\": \"?:sEo\",\n      \"upstream-data-rate-profile\": \"?:7\",\n      \"impulse-noise-protection-delay-profile\": \"?:y)U\"\n    },\n    \"line-spectrum-profile\": \"?:-R4\",\n    \"upstream-power-back-off-profile\": \"?:J'\",\n    \"downstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:B[*6\",\n    \"noise-margin-profile\": \"?:G2z\",\n    \"virtual-noise-profile\": \"?:jQ)Z%\",\n    \"sos-profile\": \"?:~\",\n    \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n    \"re-initialization-policy-profile\": \"?:B~1LO\",\n    \"vectoring-profile\": \"?:\\\\\",\n    \"data-gathering-profile\": \"?:\",\n    \"line-config-vector\": \"?:\",\n    \"threshold-template\": \"?:\",\n    \"test-mode\": {\n      \"power-management-state-forced\": \"4\",\n      \"loop-diagnostics-mode-forced\": \"2\",\n      \"auto-mode-cold-start-forced\": 0\n    },\n    \"xtu-c\": {\n      \"update-test-ne\": \"0\",\n      \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n      \"xlin-disturber-vce-port-index-us\": \"undefined\"\n    },\n    \"xtu-r\": {\n      \"update-test-fe\": \"0\"\n    }\n  },\n  \"ghs\": {\n    \"handshake-profile\": \"?:\"\n  },\n  \"allowed-mode-mask\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line","description":"<p>Line configuration data for FastDSL interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f264ba05-fe3b-4eff-acf7-88939a4b6f87","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"configured-mode\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"line\": {\n    \"vect-num-disturbers-to-report\": 10,\n    \"line-fallback-mode\": \"auto\",\n    \"allowed-profiles-mask\": \"all\",\n    \"no-profiles-attached\": \"<object>\",\n    \"channel\": {\n      \"downstream-data-rate-profile\": \"?:sEo\",\n      \"upstream-data-rate-profile\": \"?:7\",\n      \"impulse-noise-protection-delay-profile\": \"?:y)U\"\n    },\n    \"line-spectrum-profile\": \"?:-R4\",\n    \"upstream-power-back-off-profile\": \"?:J'\",\n    \"downstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:B[*6\",\n    \"noise-margin-profile\": \"?:G2z\",\n    \"virtual-noise-profile\": \"?:jQ)Z%\",\n    \"sos-profile\": \"?:~\",\n    \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n    \"re-initialization-policy-profile\": \"?:B~1LO\",\n    \"vectoring-profile\": \"?:\\\\\",\n    \"data-gathering-profile\": \"?:\",\n    \"line-config-vector\": \"?:\",\n    \"threshold-template\": \"?:\",\n    \"test-mode\": {\n      \"power-management-state-forced\": \"4\",\n      \"loop-diagnostics-mode-forced\": \"2\",\n      \"auto-mode-cold-start-forced\": 0\n    },\n    \"xtu-c\": {\n      \"update-test-ne\": \"0\",\n      \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n      \"xlin-disturber-vce-port-index-us\": \"undefined\"\n    },\n    \"xtu-r\": {\n      \"update-test-fe\": \"0\"\n    }\n  },\n  \"ghs\": {\n    \"handshake-profile\": \"?:\"\n  },\n  \"allowed-mode-mask\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4aac9cda-8bfa-4ec4-86ab-569b71429e1f"},{"name":"GET - NodeID - ietf-interfaces - line","id":"8ae7fa5e-8d3c-4eb5-9f77-245efd05cfad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line?content=<string>","description":"<p>Line configuration data for FastDSL interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2852a34f-6753-4395-9885-df4e79278a25","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line\": {\n    \"supported-mode\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"configured-mode\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"line\": {\n      \"vect-num-disturbers-to-report\": 10,\n      \"line-fallback-mode\": \"auto\",\n      \"allowed-profiles-mask\": \"all\",\n      \"no-profiles-attached\": \"<object>\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:W\",\n        \"upstream-data-rate-profile\": \"?:1\",\n        \"impulse-noise-protection-delay-profile\": \"?:\"\n      },\n      \"line-spectrum-profile\": \"?:5-x\",\n      \"upstream-power-back-off-profile\": \"?:\",\n      \"downstream-power-back-off-profile\": \"?:f^\",\n      \"radio-frequency-interference-profile\": \"?:\\\\5tZ\",\n      \"noise-margin-profile\": \"?:E\",\n      \"virtual-noise-profile\": \"?:Rq*\",\n      \"sos-profile\": \"?:\",\n      \"impulse-noise-monitoring-profile\": \"?:[?\\\"{\",\n      \"re-initialization-policy-profile\": \"?:\",\n      \"vectoring-profile\": \"?:g<\",\n      \"data-gathering-profile\": \"?:'z!^\",\n      \"line-config-vector\": \"?:z\",\n      \"threshold-template\": \"?:\",\n      \"test-mode\": {\n        \"power-management-state-forced\": \"4\",\n        \"loop-diagnostics-mode-forced\": \"2\",\n        \"auto-mode-cold-start-forced\": 0\n      },\n      \"xtu-c\": {\n        \"update-test-ne\": \"0\",\n        \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n        \"xlin-disturber-vce-port-index-us\": \"undefined\"\n      },\n      \"xtu-r\": {\n        \"update-test-fe\": \"0\"\n      }\n    },\n    \"ghs\": {\n      \"handshake-profile\": \"?:\"\n    },\n    \"allowed-mode-mask\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"}],"_postman_id":"8ae7fa5e-8d3c-4eb5-9f77-245efd05cfad"},{"name":"DELETE - NodeID - ietf-interfaces - line","id":"b86d1a1b-be4a-4e2f-a972-878febe18ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line","description":"<p>Line configuration data for FastDSL interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"89889a7a-0e1b-471d-9b20-79cab0f5df58","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b86d1a1b-be4a-4e2f-a972-878febe18ec7"},{"name":"PUT - NodeID - ietf-interfaces - line","id":"d8388f53-4b1c-46fc-a35a-12e67db0915d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line\": {\n    \"configured-mode\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"line\": {\n      \"vect-num-disturbers-to-report\": 10,\n      \"line-fallback-mode\": \"auto\",\n      \"allowed-profiles-mask\": \"all\",\n      \"no-profiles-attached\": \"<object>\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:sEo\",\n        \"upstream-data-rate-profile\": \"?:7\",\n        \"impulse-noise-protection-delay-profile\": \"?:y)U\"\n      },\n      \"line-spectrum-profile\": \"?:-R4\",\n      \"upstream-power-back-off-profile\": \"?:J'\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:B[*6\",\n      \"noise-margin-profile\": \"?:G2z\",\n      \"virtual-noise-profile\": \"?:jQ)Z%\",\n      \"sos-profile\": \"?:~\",\n      \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n      \"re-initialization-policy-profile\": \"?:B~1LO\",\n      \"vectoring-profile\": \"?:\\\\\",\n      \"data-gathering-profile\": \"?:\",\n      \"line-config-vector\": \"?:\",\n      \"threshold-template\": \"?:\",\n      \"test-mode\": {\n        \"power-management-state-forced\": \"4\",\n        \"loop-diagnostics-mode-forced\": \"2\",\n        \"auto-mode-cold-start-forced\": 0\n      },\n      \"xtu-c\": {\n        \"update-test-ne\": \"0\",\n        \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n        \"xlin-disturber-vce-port-index-us\": \"undefined\"\n      },\n      \"xtu-r\": {\n        \"update-test-fe\": \"0\"\n      }\n    },\n    \"ghs\": {\n      \"handshake-profile\": \"?:\"\n    },\n    \"allowed-mode-mask\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line","description":"<p>Line configuration data for FastDSL interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4e82376e-898d-4e44-8eb9-d970d3169bf3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line\": {\n    \"configured-mode\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"line\": {\n      \"vect-num-disturbers-to-report\": 10,\n      \"line-fallback-mode\": \"auto\",\n      \"allowed-profiles-mask\": \"all\",\n      \"no-profiles-attached\": \"<object>\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:sEo\",\n        \"upstream-data-rate-profile\": \"?:7\",\n        \"impulse-noise-protection-delay-profile\": \"?:y)U\"\n      },\n      \"line-spectrum-profile\": \"?:-R4\",\n      \"upstream-power-back-off-profile\": \"?:J'\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:B[*6\",\n      \"noise-margin-profile\": \"?:G2z\",\n      \"virtual-noise-profile\": \"?:jQ)Z%\",\n      \"sos-profile\": \"?:~\",\n      \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n      \"re-initialization-policy-profile\": \"?:B~1LO\",\n      \"vectoring-profile\": \"?:\\\\\",\n      \"data-gathering-profile\": \"?:\",\n      \"line-config-vector\": \"?:\",\n      \"threshold-template\": \"?:\",\n      \"test-mode\": {\n        \"power-management-state-forced\": \"4\",\n        \"loop-diagnostics-mode-forced\": \"2\",\n        \"auto-mode-cold-start-forced\": 0\n      },\n      \"xtu-c\": {\n        \"update-test-ne\": \"0\",\n        \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n        \"xlin-disturber-vce-port-index-us\": \"undefined\"\n      },\n      \"xtu-r\": {\n        \"update-test-fe\": \"0\"\n      }\n    },\n    \"ghs\": {\n      \"handshake-profile\": \"?:\"\n    },\n    \"allowed-mode-mask\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5f370a80-db52-4806-8708-0d18d9a2f416","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line\": {\n    \"configured-mode\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"line\": {\n      \"vect-num-disturbers-to-report\": 10,\n      \"line-fallback-mode\": \"auto\",\n      \"allowed-profiles-mask\": \"all\",\n      \"no-profiles-attached\": \"<object>\",\n      \"channel\": {\n        \"downstream-data-rate-profile\": \"?:sEo\",\n        \"upstream-data-rate-profile\": \"?:7\",\n        \"impulse-noise-protection-delay-profile\": \"?:y)U\"\n      },\n      \"line-spectrum-profile\": \"?:-R4\",\n      \"upstream-power-back-off-profile\": \"?:J'\",\n      \"downstream-power-back-off-profile\": \"?:\",\n      \"radio-frequency-interference-profile\": \"?:B[*6\",\n      \"noise-margin-profile\": \"?:G2z\",\n      \"virtual-noise-profile\": \"?:jQ)Z%\",\n      \"sos-profile\": \"?:~\",\n      \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n      \"re-initialization-policy-profile\": \"?:B~1LO\",\n      \"vectoring-profile\": \"?:\\\\\",\n      \"data-gathering-profile\": \"?:\",\n      \"line-config-vector\": \"?:\",\n      \"threshold-template\": \"?:\",\n      \"test-mode\": {\n        \"power-management-state-forced\": \"4\",\n        \"loop-diagnostics-mode-forced\": \"2\",\n        \"auto-mode-cold-start-forced\": 0\n      },\n      \"xtu-c\": {\n        \"update-test-ne\": \"0\",\n        \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n        \"xlin-disturber-vce-port-index-us\": \"undefined\"\n      },\n      \"xtu-r\": {\n        \"update-test-fe\": \"0\"\n      }\n    },\n    \"ghs\": {\n      \"handshake-profile\": \"?:\"\n    },\n    \"allowed-mode-mask\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8388f53-4b1c-46fc-a35a-12e67db0915d"},{"name":"POST - NodeID - ietf-interfaces - line","id":"8cfec484-4712-4d24-94c6-1f279ab74fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"allowed-profiles-mask\": \"all\",\n  \"vect-num-disturbers-to-report\": 10,\n  \"no-profiles-attached\": \"<object>\",\n  \"time-division-duplexing-profile\": \"?:N\",\n  \"downstream-data-rate-profile\": \"?:}v#\",\n  \"upstream-data-rate-profile\": \"?:Sl>\",\n  \"low-power-data-rate-profile\": \"?:q3\",\n  \"line-spectrum-profile\": \"?:S\",\n  \"upstream-power-back-off-profile\": \"?:\",\n  \"radio-frequency-interference-profile\": \"?:I&oec#\",\n  \"noise-margin-profile\": \"?:Y:^*\",\n  \"fast-rate-adaptation-profile\": \"?:\",\n  \"retransmission-profile\": \"?:J{\",\n  \"fast-retrain-policy-profile\": \"?:\",\n  \"vectoring-profile\": \"?:\",\n  \"line-config-vector\": \"?:,nw\",\n  \"threshold-template\": \"?:0\",\n  \"test-mode\": {\n    \"rtx-tc-test-mode\": false,\n    \"tps-tc-test-mode\": false,\n    \"dra-test-mode\": false\n  },\n  \"update-test\": {\n    \"ftu-o\": {\n      \"update-ne-test\": \"\"\n    },\n    \"ftu-r\": {\n      \"update-fe-test\": \"\"\n    }\n  },\n  \"read-test\": {\n    \"downstream\": {\n      \"xlog-disturber-vce-port-index\": \"undefined\"\n    }\n  },\n  \"link-state\": {\n    \"link-state-forced\": \"no-link-state\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line","description":"<p>Line configuration data for FAST interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"457bec5b-bc62-473b-a914-bb222d642874","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"allowed-profiles-mask\": \"all\",\n  \"vect-num-disturbers-to-report\": 10,\n  \"no-profiles-attached\": \"<object>\",\n  \"time-division-duplexing-profile\": \"?:N\",\n  \"downstream-data-rate-profile\": \"?:}v#\",\n  \"upstream-data-rate-profile\": \"?:Sl>\",\n  \"low-power-data-rate-profile\": \"?:q3\",\n  \"line-spectrum-profile\": \"?:S\",\n  \"upstream-power-back-off-profile\": \"?:\",\n  \"radio-frequency-interference-profile\": \"?:I&oec#\",\n  \"noise-margin-profile\": \"?:Y:^*\",\n  \"fast-rate-adaptation-profile\": \"?:\",\n  \"retransmission-profile\": \"?:J{\",\n  \"fast-retrain-policy-profile\": \"?:\",\n  \"vectoring-profile\": \"?:\",\n  \"line-config-vector\": \"?:,nw\",\n  \"threshold-template\": \"?:0\",\n  \"test-mode\": {\n    \"rtx-tc-test-mode\": false,\n    \"tps-tc-test-mode\": false,\n    \"dra-test-mode\": false\n  },\n  \"update-test\": {\n    \"ftu-o\": {\n      \"update-ne-test\": \"\"\n    },\n    \"ftu-r\": {\n      \"update-fe-test\": \"\"\n    }\n  },\n  \"read-test\": {\n    \"downstream\": {\n      \"xlog-disturber-vce-port-index\": \"undefined\"\n    }\n  },\n  \"link-state\": {\n    \"link-state-forced\": \"no-link-state\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8cfec484-4712-4d24-94c6-1f279ab74fb8"},{"name":"GET - NodeID - ietf-interfaces - line","id":"89a9c825-fe6b-471e-b43d-590b35a436aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line?content=<string>","description":"<p>Line configuration data for FAST interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a062764b-04e2-45d4-9f11-e5689ddf6051","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line\": {\n    \"allowed-profiles-mask\": \"all\",\n    \"vect-num-disturbers-to-report\": 10,\n    \"no-profiles-attached\": \"<object>\",\n    \"time-division-duplexing-profile\": \"?:4z\",\n    \"downstream-data-rate-profile\": \"?:0\",\n    \"upstream-data-rate-profile\": \"?:n5y\",\n    \"low-power-data-rate-profile\": \"?:{\",\n    \"line-spectrum-profile\": \"?:<\",\n    \"upstream-power-back-off-profile\": \"?:j1|%\",\n    \"radio-frequency-interference-profile\": \"?:\",\n    \"noise-margin-profile\": \"?:\",\n    \"fast-rate-adaptation-profile\": \"?:\",\n    \"retransmission-profile\": \"?:\",\n    \"fast-retrain-policy-profile\": \"?:\",\n    \"vectoring-profile\": \"?:n\",\n    \"line-config-vector\": \"?:\",\n    \"threshold-template\": \"?:f\",\n    \"test-mode\": {\n      \"rtx-tc-test-mode\": false,\n      \"tps-tc-test-mode\": false,\n      \"dra-test-mode\": false\n    },\n    \"update-test\": {\n      \"ftu-o\": {\n        \"update-ne-test\": \"\"\n      },\n      \"ftu-r\": {\n        \"update-fe-test\": \"\"\n      }\n    },\n    \"read-test\": {\n      \"downstream\": {\n        \"xlog-disturber-vce-port-index\": \"undefined\"\n      }\n    },\n    \"link-state\": {\n      \"link-state-forced\": \"no-link-state\"\n    }\n  }\n}"}],"_postman_id":"89a9c825-fe6b-471e-b43d-590b35a436aa"},{"name":"DELETE - NodeID - ietf-interfaces - line","id":"83fc3fc5-4ce8-435b-8f82-b361f6214cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line","description":"<p>Line configuration data for FAST interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2caea5d8-95f4-4eb3-8b4a-5154605f4bb3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"83fc3fc5-4ce8-435b-8f82-b361f6214cfb"},{"name":"PUT - NodeID - ietf-interfaces - line","id":"b16eedd8-5f02-488f-b2f2-a24b73f4120e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line\": {\n    \"allowed-profiles-mask\": \"all\",\n    \"vect-num-disturbers-to-report\": 10,\n    \"no-profiles-attached\": \"<object>\",\n    \"time-division-duplexing-profile\": \"?:N\",\n    \"downstream-data-rate-profile\": \"?:}v#\",\n    \"upstream-data-rate-profile\": \"?:Sl>\",\n    \"low-power-data-rate-profile\": \"?:q3\",\n    \"line-spectrum-profile\": \"?:S\",\n    \"upstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:I&oec#\",\n    \"noise-margin-profile\": \"?:Y:^*\",\n    \"fast-rate-adaptation-profile\": \"?:\",\n    \"retransmission-profile\": \"?:J{\",\n    \"fast-retrain-policy-profile\": \"?:\",\n    \"vectoring-profile\": \"?:\",\n    \"line-config-vector\": \"?:,nw\",\n    \"threshold-template\": \"?:0\",\n    \"test-mode\": {\n      \"rtx-tc-test-mode\": false,\n      \"tps-tc-test-mode\": false,\n      \"dra-test-mode\": false\n    },\n    \"update-test\": {\n      \"ftu-o\": {\n        \"update-ne-test\": \"\"\n      },\n      \"ftu-r\": {\n        \"update-fe-test\": \"\"\n      }\n    },\n    \"read-test\": {\n      \"downstream\": {\n        \"xlog-disturber-vce-port-index\": \"undefined\"\n      }\n    },\n    \"link-state\": {\n      \"link-state-forced\": \"no-link-state\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line","description":"<p>Line configuration data for FAST interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b1a5bd70-3e99-4c99-80a8-4a2ea2b5f128","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line\": {\n    \"allowed-profiles-mask\": \"all\",\n    \"vect-num-disturbers-to-report\": 10,\n    \"no-profiles-attached\": \"<object>\",\n    \"time-division-duplexing-profile\": \"?:N\",\n    \"downstream-data-rate-profile\": \"?:}v#\",\n    \"upstream-data-rate-profile\": \"?:Sl>\",\n    \"low-power-data-rate-profile\": \"?:q3\",\n    \"line-spectrum-profile\": \"?:S\",\n    \"upstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:I&oec#\",\n    \"noise-margin-profile\": \"?:Y:^*\",\n    \"fast-rate-adaptation-profile\": \"?:\",\n    \"retransmission-profile\": \"?:J{\",\n    \"fast-retrain-policy-profile\": \"?:\",\n    \"vectoring-profile\": \"?:\",\n    \"line-config-vector\": \"?:,nw\",\n    \"threshold-template\": \"?:0\",\n    \"test-mode\": {\n      \"rtx-tc-test-mode\": false,\n      \"tps-tc-test-mode\": false,\n      \"dra-test-mode\": false\n    },\n    \"update-test\": {\n      \"ftu-o\": {\n        \"update-ne-test\": \"\"\n      },\n      \"ftu-r\": {\n        \"update-fe-test\": \"\"\n      }\n    },\n    \"read-test\": {\n      \"downstream\": {\n        \"xlog-disturber-vce-port-index\": \"undefined\"\n      }\n    },\n    \"link-state\": {\n      \"link-state-forced\": \"no-link-state\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ccd7ad3f-953c-42b2-bf2c-4c3b872e6a4b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line\": {\n    \"allowed-profiles-mask\": \"all\",\n    \"vect-num-disturbers-to-report\": 10,\n    \"no-profiles-attached\": \"<object>\",\n    \"time-division-duplexing-profile\": \"?:N\",\n    \"downstream-data-rate-profile\": \"?:}v#\",\n    \"upstream-data-rate-profile\": \"?:Sl>\",\n    \"low-power-data-rate-profile\": \"?:q3\",\n    \"line-spectrum-profile\": \"?:S\",\n    \"upstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:I&oec#\",\n    \"noise-margin-profile\": \"?:Y:^*\",\n    \"fast-rate-adaptation-profile\": \"?:\",\n    \"retransmission-profile\": \"?:J{\",\n    \"fast-retrain-policy-profile\": \"?:\",\n    \"vectoring-profile\": \"?:\",\n    \"line-config-vector\": \"?:,nw\",\n    \"threshold-template\": \"?:0\",\n    \"test-mode\": {\n      \"rtx-tc-test-mode\": false,\n      \"tps-tc-test-mode\": false,\n      \"dra-test-mode\": false\n    },\n    \"update-test\": {\n      \"ftu-o\": {\n        \"update-ne-test\": \"\"\n      },\n      \"ftu-r\": {\n        \"update-fe-test\": \"\"\n      }\n    },\n    \"read-test\": {\n      \"downstream\": {\n        \"xlog-disturber-vce-port-index\": \"undefined\"\n      }\n    },\n    \"link-state\": {\n      \"link-state-forced\": \"no-link-state\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b16eedd8-5f02-488f-b2f2-a24b73f4120e"},{"name":"POST - NodeID - ietf-interfaces - test-mode","id":"eb19de0a-9f4e-48f1-a533-efe736031e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rtx-tc-test-mode\": false,\n  \"tps-tc-test-mode\": false,\n  \"dra-test-mode\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/test-mode","description":"<p>Test modes associated with a line</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","test-mode"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ae902b3c-a2d8-452d-bc4d-fd62e1e72631","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"rtx-tc-test-mode\": false,\n  \"tps-tc-test-mode\": false,\n  \"dra-test-mode\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/test-mode"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb19de0a-9f4e-48f1-a533-efe736031e78"},{"name":"GET - NodeID - ietf-interfaces - test-mode","id":"6c17d159-9b8a-406c-a504-063bcb6da614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/test-mode?content=<string>","description":"<p>Test modes associated with a line</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","test-mode"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ee5ae26b-bc85-48cd-9f91-b1204a684b3b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/test-mode?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","test-mode"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"test-mode\": {\n    \"rtx-tc-test-mode\": false,\n    \"tps-tc-test-mode\": false,\n    \"dra-test-mode\": false\n  }\n}"}],"_postman_id":"6c17d159-9b8a-406c-a504-063bcb6da614"},{"name":"DELETE - NodeID - ietf-interfaces - test-mode","id":"fad7cbfe-5d48-4007-9120-b29dcc4eed39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/test-mode","description":"<p>Test modes associated with a line</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","test-mode"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f500ac4c-3377-49c0-8c98-ab45e1f0e722","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/test-mode"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fad7cbfe-5d48-4007-9120-b29dcc4eed39"},{"name":"PUT - NodeID - ietf-interfaces - test-mode","id":"5a6ab22c-f536-4f11-b2d0-772cca5d564f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"test-mode\": {\n    \"rtx-tc-test-mode\": false,\n    \"tps-tc-test-mode\": false,\n    \"dra-test-mode\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/test-mode","description":"<p>Test modes associated with a line</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","test-mode"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1fa6e289-345b-4787-8769-f43b28b04a2e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"test-mode\": {\n    \"rtx-tc-test-mode\": false,\n    \"tps-tc-test-mode\": false,\n    \"dra-test-mode\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/test-mode"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4246f7f5-3133-4be7-86c1-114e15b96e2d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"test-mode\": {\n    \"rtx-tc-test-mode\": false,\n    \"tps-tc-test-mode\": false,\n    \"dra-test-mode\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/test-mode"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a6ab22c-f536-4f11-b2d0-772cca5d564f"},{"name":"POST - NodeID - ietf-interfaces - update-test","id":"0d46f960-ee39-4be0-b321-c70ef61185c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ftu-o\": {\n    \"update-ne-test\": \"\"\n  },\n  \"ftu-r\": {\n    \"update-fe-test\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test","description":"<p>Update test parameters for a line</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e08d516f-60ab-4c02-b1cb-df372d1d0e55","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ftu-o\": {\n    \"update-ne-test\": \"\"\n  },\n  \"ftu-r\": {\n    \"update-fe-test\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d46f960-ee39-4be0-b321-c70ef61185c9"},{"name":"GET - NodeID - ietf-interfaces - update-test","id":"b972e9a2-efff-4408-acaa-d5605993608a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test?content=<string>","description":"<p>Update test parameters for a line</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"54ab82c3-cebf-43b7-8924-7679b03a13c9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"update-test\": {\n    \"ftu-o\": {\n      \"update-ne-test\": \"\"\n    },\n    \"ftu-r\": {\n      \"update-fe-test\": \"\"\n    }\n  }\n}"}],"_postman_id":"b972e9a2-efff-4408-acaa-d5605993608a"},{"name":"DELETE - NodeID - ietf-interfaces - update-test","id":"7018e025-19fb-4ce4-94c7-a7c98e71563a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test","description":"<p>Update test parameters for a line</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5d968135-022a-4954-9f70-2c356bcfb3e9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7018e025-19fb-4ce4-94c7-a7c98e71563a"},{"name":"PUT - NodeID - ietf-interfaces - update-test","id":"a7fe5788-329f-426e-bf76-319bb6c10366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"update-test\": {\n    \"ftu-o\": {\n      \"update-ne-test\": \"\"\n    },\n    \"ftu-r\": {\n      \"update-fe-test\": \"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test","description":"<p>Update test parameters for a line</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5584dc06-1f98-47c7-90af-dca6fc71c657","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"update-test\": {\n    \"ftu-o\": {\n      \"update-ne-test\": \"\"\n    },\n    \"ftu-r\": {\n      \"update-fe-test\": \"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"917bf157-b0c3-4a0b-bfd0-6f28a0ec4eb2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"update-test\": {\n    \"ftu-o\": {\n      \"update-ne-test\": \"\"\n    },\n    \"ftu-r\": {\n      \"update-fe-test\": \"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7fe5788-329f-426e-bf76-319bb6c10366"},{"name":"POST - NodeID - ietf-interfaces - ftu-o","id":"7111d3ff-cf2b-4387-b287-289528490bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"update-ne-test\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o","description":"<p>Relative to the Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-o"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0208699d-a116-437d-a2cb-d17309eeabe7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"update-ne-test\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7111d3ff-cf2b-4387-b287-289528490bf5"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"5dd9577e-172e-4466-ae63-699a7ed96251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o?content=<string>","description":"<p>Relative to the Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-o"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f6da8bff-e15e-41c8-a508-4c9ee9cac476","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"update-ne-test\": \"\"\n  }\n}"}],"_postman_id":"5dd9577e-172e-4466-ae63-699a7ed96251"},{"name":"DELETE - NodeID - ietf-interfaces - ftu-o","id":"e6649313-a1a3-4452-b2c4-f5da2e8dd42b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o","description":"<p>Relative to the Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-o"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"962c257e-c30f-4279-b97d-c861d0b943c0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e6649313-a1a3-4452-b2c4-f5da2e8dd42b"},{"name":"PUT - NodeID - ietf-interfaces - ftu-o","id":"8d2f69ba-1823-4208-9aff-ff8f57b1c552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ftu-o\": {\n    \"update-ne-test\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o","description":"<p>Relative to the Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-o"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d093d815-6e56-4ae6-bcd6-bbf095f18bcb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ftu-o\": {\n    \"update-ne-test\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3e6ffa24-c77f-4c32-b611-c3af32a3d067","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ftu-o\": {\n    \"update-ne-test\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d2f69ba-1823-4208-9aff-ff8f57b1c552"},{"name":"POST - NodeID - ietf-interfaces - update-near-end-test","id":"73b5055d-805f-48ce-9660-3e66b728316b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"group\": \"\\\"group1\\\" \\\"group2\\\"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o/update-near-end-test","description":"<p>Forces an update of the test parameters that can be\nupdated during showtime.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-o","update-near-end-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"414409e0-ad14-49b2-838f-1587b7c186a7","name":"RPC update-near-end-test success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"group\": \"\\\"group1\\\" \\\"group2\\\"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-o/update-near-end-test"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"73b5055d-805f-48ce-9660-3e66b728316b"},{"name":"POST - NodeID - ietf-interfaces - ftu-r","id":"103c45bb-e165-4923-9284-491364dd7085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"update-fe-test\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r","description":"<p>Relative to the Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-r"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a78f2868-67cb-4c50-b0fd-36ee050b7574","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"update-fe-test\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"103c45bb-e165-4923-9284-491364dd7085"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"b6a1f8d8-41cd-4e18-83cd-6a12be0eb3ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r?content=<string>","description":"<p>Relative to the Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-r"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ba47a589-1f0d-4e2a-ba75-39e394558966","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"update-fe-test\": \"\"\n  }\n}"}],"_postman_id":"b6a1f8d8-41cd-4e18-83cd-6a12be0eb3ec"},{"name":"DELETE - NodeID - ietf-interfaces - ftu-r","id":"9b5ec09e-e86c-4ada-bd82-e98c3d685ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r","description":"<p>Relative to the Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-r"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d29da913-4943-4ea2-9787-93aa3c9826e8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b5ec09e-e86c-4ada-bd82-e98c3d685ea4"},{"name":"PUT - NodeID - ietf-interfaces - ftu-r","id":"b98b0bcb-431f-4029-9cf0-f688e758aaf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ftu-r\": {\n    \"update-fe-test\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r","description":"<p>Relative to the Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-r"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8df57e9a-4855-46ad-9253-176978869a3e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ftu-r\": {\n    \"update-fe-test\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d3f22bfe-d113-4dd7-b6de-e29374f149ea","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ftu-r\": {\n    \"update-fe-test\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b98b0bcb-431f-4029-9cf0-f688e758aaf3"},{"name":"POST - NodeID - ietf-interfaces - update-far-end-test","id":"8267aa46-32bd-461d-b7af-7b832d19595e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"group\": \"\\\"group1\\\" \\\"group2\\\"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r/update-far-end-test","description":"<p>Forces an update of the test parameters that can be\nupdated during showtime.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","update-test","ftu-r","update-far-end-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a32e4bc3-f4b4-4a02-8be8-3ee331d42743","name":"RPC update-far-end-test success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"group\": \"\\\"group1\\\" \\\"group2\\\"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/update-test/ftu-r/update-far-end-test"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8267aa46-32bd-461d-b7af-7b832d19595e"},{"name":"POST - NodeID - ietf-interfaces - read-test","id":"3fbaa912-5222-4817-a4a1-644a2a59e4cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"xlog-disturber-vce-port-index\": \"undefined\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test","description":"<p>Test parameter configuration for a line associated with\nhow test parameters are read.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ff173de6-e30b-443d-8e60-dc536143c962","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"xlog-disturber-vce-port-index\": \"undefined\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3fbaa912-5222-4817-a4a1-644a2a59e4cd"},{"name":"GET - NodeID - ietf-interfaces - read-test","id":"4cebdf5e-eff6-41ab-a826-996ae4fb5d5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test?content=<string>","description":"<p>Test parameter configuration for a line associated with\nhow test parameters are read.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"883626c0-0815-4916-80f2-4e3843677cc1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"read-test\": {\n    \"downstream\": {\n      \"xlog-disturber-vce-port-index\": \"undefined\"\n    }\n  }\n}"}],"_postman_id":"4cebdf5e-eff6-41ab-a826-996ae4fb5d5f"},{"name":"DELETE - NodeID - ietf-interfaces - read-test","id":"284ef38b-c37e-41a5-9dbf-6c0ee2447580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test","description":"<p>Test parameter configuration for a line associated with\nhow test parameters are read.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"44a01915-313b-49c3-95b5-34dc2a7e8276","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"284ef38b-c37e-41a5-9dbf-6c0ee2447580"},{"name":"PUT - NodeID - ietf-interfaces - read-test","id":"983fdd96-0972-4f17-8738-ef0b32c3c69d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"read-test\": {\n    \"downstream\": {\n      \"xlog-disturber-vce-port-index\": \"undefined\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test","description":"<p>Test parameter configuration for a line associated with\nhow test parameters are read.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"394f2c1e-e4a8-47be-be0d-3a109578818d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"read-test\": {\n    \"downstream\": {\n      \"xlog-disturber-vce-port-index\": \"undefined\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"deab8011-e6f5-4b13-acc7-d25873a22434","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"read-test\": {\n    \"downstream\": {\n      \"xlog-disturber-vce-port-index\": \"undefined\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"983fdd96-0972-4f17-8738-ef0b32c3c69d"},{"name":"POST - NodeID - ietf-interfaces - downstream","id":"ec678bed-7d83-4e81-a537-20ed65369b69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xlog-disturber-vce-port-index\": \"undefined\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test/downstream","description":"<p>Parameters associated with the downstream direction.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"33d588f8-a964-426e-aaae-fa9857b6fa73","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"xlog-disturber-vce-port-index\": \"undefined\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec678bed-7d83-4e81-a537-20ed65369b69"},{"name":"GET - NodeID - ietf-interfaces - downstream","id":"407f9ae7-5d54-40a9-8280-54ecb444b68c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test/downstream?content=<string>","description":"<p>Parameters associated with the downstream direction.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test","downstream"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"773f9029-e25d-4352-8835-1645d7ee2019","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"xlog-disturber-vce-port-index\": \"undefined\"\n  }\n}"}],"_postman_id":"407f9ae7-5d54-40a9-8280-54ecb444b68c"},{"name":"DELETE - NodeID - ietf-interfaces - downstream","id":"52b055a9-072e-4cdf-baf1-759d9a0fd8ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test/downstream","description":"<p>Parameters associated with the downstream direction.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0e1ea294-7288-4abe-9d77-e23b8c175888","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52b055a9-072e-4cdf-baf1-759d9a0fd8ce"},{"name":"PUT - NodeID - ietf-interfaces - downstream","id":"e11b781a-b1f0-4147-97cb-7a51d0d5bcd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"xlog-disturber-vce-port-index\": \"undefined\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test/downstream","description":"<p>Parameters associated with the downstream direction.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","read-test","downstream"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"db970cb5-af58-402e-a46c-dbd8d75546a6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"xlog-disturber-vce-port-index\": \"undefined\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test/downstream"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fe82b2ad-5048-4622-8ad8-ef24a36e2836","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"downstream\": {\n    \"xlog-disturber-vce-port-index\": \"undefined\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/read-test/downstream"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e11b781a-b1f0-4147-97cb-7a51d0d5bcd3"},{"name":"POST - NodeID - ietf-interfaces - link-state","id":"69092ad4-2193-43a9-907a-9c94c51aa627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"link-state-forced\": \"no-link-state\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/link-state","description":"<p>Link state test configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","link-state"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"29a2d8e3-2e09-462c-baaf-cd73e48d3160","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"link-state-forced\": \"no-link-state\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/link-state"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"69092ad4-2193-43a9-907a-9c94c51aa627"},{"name":"GET - NodeID - ietf-interfaces - link-state","id":"2abee348-5dbc-4e3e-ab12-c8db4f137b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/link-state?content=<string>","description":"<p>Link state test configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","link-state"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9645d1e8-181c-415a-9b5a-ae5985b6abd6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/link-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","link-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"link-state\": {\n    \"link-state-forced\": \"no-link-state\"\n  }\n}"}],"_postman_id":"2abee348-5dbc-4e3e-ab12-c8db4f137b63"},{"name":"DELETE - NodeID - ietf-interfaces - link-state","id":"d7a7163d-b342-43af-aca5-f240dedc7baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/link-state","description":"<p>Link state test configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","link-state"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6eafd1ce-dd36-4f3c-86f4-c23c66b4837c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/link-state"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d7a7163d-b342-43af-aca5-f240dedc7baa"},{"name":"PUT - NodeID - ietf-interfaces - link-state","id":"41326532-1351-4cbc-a3ba-10fc49d99e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"link-state\": {\n    \"link-state-forced\": \"no-link-state\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/link-state","description":"<p>Link state test configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-fast:line","link-state"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"263aa5b9-70c1-4d09-8d97-7e24002edbd8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"link-state\": {\n    \"link-state-forced\": \"no-link-state\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/link-state"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ca57e904-1368-4d28-bd5a-6044983e7716","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"link-state\": {\n    \"link-state-forced\": \"no-link-state\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-fast:line/link-state"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41326532-1351-4cbc-a3ba-10fc49d99e34"},{"name":"POST - NodeID - ietf-interfaces - ghs","id":"6c09bdf3-5919-49cc-85cf-aaec725db479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"handshake-profile\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-ghs:ghs","description":"<p>Line configuration data for G.hs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-ghs:ghs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fc0a75b2-6c37-4dd4-999c-ffdc1cb1165e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"handshake-profile\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-ghs:ghs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6c09bdf3-5919-49cc-85cf-aaec725db479"},{"name":"GET - NodeID - ietf-interfaces - ghs","id":"68dfc087-905f-451b-9e3b-cd772f4fa498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-ghs:ghs?content=<string>","description":"<p>Line configuration data for G.hs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-ghs:ghs"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4bf1d706-9cc7-4984-8d72-f51cbdc9f194","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-ghs:ghs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-ghs:ghs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ghs\": {\n    \"handshake-profile\": \"?:\"\n  }\n}"}],"_postman_id":"68dfc087-905f-451b-9e3b-cd772f4fa498"},{"name":"DELETE - NodeID - ietf-interfaces - ghs","id":"def0f0c9-6d7b-4b29-b593-d83be3755658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-ghs:ghs","description":"<p>Line configuration data for G.hs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-ghs:ghs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fd20fec7-b5d3-4535-92d4-6602b1a02c9c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-ghs:ghs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"def0f0c9-6d7b-4b29-b593-d83be3755658"},{"name":"PUT - NodeID - ietf-interfaces - ghs","id":"b93162d8-3448-4b35-bf20-b59629561e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ghs\": {\n    \"handshake-profile\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-ghs:ghs","description":"<p>Line configuration data for G.hs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-ghs:ghs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"88d0b62b-938d-4475-b6bc-2306fb89bdeb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ghs\": {\n    \"handshake-profile\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-ghs:ghs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd63e6ec-4579-427d-b0e9-332a9d37b68f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ghs\": {\n    \"handshake-profile\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-ghs:ghs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b93162d8-3448-4b35-bf20-b59629561e88"},{"name":"POST - NodeID - ietf-interfaces - line","id":"a00fca75-2dc8-46dc-a9ac-c4e0301398a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vect-num-disturbers-to-report\": 10,\n  \"line-fallback-mode\": \"auto\",\n  \"allowed-profiles-mask\": \"all\",\n  \"no-profiles-attached\": \"<object>\",\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:sEo\",\n    \"upstream-data-rate-profile\": \"?:7\",\n    \"impulse-noise-protection-delay-profile\": \"?:y)U\"\n  },\n  \"line-spectrum-profile\": \"?:-R4\",\n  \"upstream-power-back-off-profile\": \"?:J'\",\n  \"downstream-power-back-off-profile\": \"?:\",\n  \"radio-frequency-interference-profile\": \"?:B[*6\",\n  \"noise-margin-profile\": \"?:G2z\",\n  \"virtual-noise-profile\": \"?:jQ)Z%\",\n  \"sos-profile\": \"?:~\",\n  \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n  \"re-initialization-policy-profile\": \"?:B~1LO\",\n  \"vectoring-profile\": \"?:\\\\\",\n  \"data-gathering-profile\": \"?:\",\n  \"line-config-vector\": \"?:\",\n  \"threshold-template\": \"?:\",\n  \"test-mode\": {\n    \"power-management-state-forced\": \"4\",\n    \"loop-diagnostics-mode-forced\": \"2\",\n    \"auto-mode-cold-start-forced\": 0\n  },\n  \"xtu-c\": {\n    \"update-test-ne\": \"0\",\n    \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n    \"xlin-disturber-vce-port-index-us\": \"undefined\"\n  },\n  \"xtu-r\": {\n    \"update-test-fe\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line","description":"<p>xDSL line-specific parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d3184a21-74b7-4903-aa1c-61f59b87077f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vect-num-disturbers-to-report\": 10,\n  \"line-fallback-mode\": \"auto\",\n  \"allowed-profiles-mask\": \"all\",\n  \"no-profiles-attached\": \"<object>\",\n  \"channel\": {\n    \"downstream-data-rate-profile\": \"?:sEo\",\n    \"upstream-data-rate-profile\": \"?:7\",\n    \"impulse-noise-protection-delay-profile\": \"?:y)U\"\n  },\n  \"line-spectrum-profile\": \"?:-R4\",\n  \"upstream-power-back-off-profile\": \"?:J'\",\n  \"downstream-power-back-off-profile\": \"?:\",\n  \"radio-frequency-interference-profile\": \"?:B[*6\",\n  \"noise-margin-profile\": \"?:G2z\",\n  \"virtual-noise-profile\": \"?:jQ)Z%\",\n  \"sos-profile\": \"?:~\",\n  \"impulse-noise-monitoring-profile\": \"?:\\\"\",\n  \"re-initialization-policy-profile\": \"?:B~1LO\",\n  \"vectoring-profile\": \"?:\\\\\",\n  \"data-gathering-profile\": \"?:\",\n  \"line-config-vector\": \"?:\",\n  \"threshold-template\": \"?:\",\n  \"test-mode\": {\n    \"power-management-state-forced\": \"4\",\n    \"loop-diagnostics-mode-forced\": \"2\",\n    \"auto-mode-cold-start-forced\": 0\n  },\n  \"xtu-c\": {\n    \"update-test-ne\": \"0\",\n    \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n    \"xlin-disturber-vce-port-index-us\": \"undefined\"\n  },\n  \"xtu-r\": {\n    \"update-test-fe\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a00fca75-2dc8-46dc-a9ac-c4e0301398a0"},{"name":"GET - NodeID - ietf-interfaces - line","id":"dab4de69-4a70-492d-87da-9fc591d36db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line?content=<string>","description":"<p>xDSL line-specific parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6e3b65a9-c011-4c4a-a448-ffb187c31ad7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line\": {\n    \"vect-num-disturbers-to-report\": 10,\n    \"line-fallback-mode\": \"auto\",\n    \"allowed-profiles-mask\": \"all\",\n    \"no-profiles-attached\": \"<object>\",\n    \"channel\": {\n      \"downstream-data-rate-profile\": \"?:W\",\n      \"upstream-data-rate-profile\": \"?:1\",\n      \"impulse-noise-protection-delay-profile\": \"?:\"\n    },\n    \"line-spectrum-profile\": \"?:5-x\",\n    \"upstream-power-back-off-profile\": \"?:\",\n    \"downstream-power-back-off-profile\": \"?:f^\",\n    \"radio-frequency-interference-profile\": \"?:\\\\5tZ\",\n    \"noise-margin-profile\": \"?:E\",\n    \"virtual-noise-profile\": \"?:Rq*\",\n    \"sos-profile\": \"?:\",\n    \"impulse-noise-monitoring-profile\": \"?:[?\\\"{\",\n    \"re-initialization-policy-profile\": \"?:\",\n    \"vectoring-profile\": \"?:g<\",\n    \"data-gathering-profile\": \"?:'z!^\",\n    \"line-config-vector\": \"?:z\",\n    \"threshold-template\": \"?:\",\n    \"test-mode\": {\n      \"power-management-state-forced\": \"4\",\n      \"loop-diagnostics-mode-forced\": \"2\",\n      \"auto-mode-cold-start-forced\": 0\n    },\n    \"xtu-c\": {\n      \"update-test-ne\": \"0\",\n      \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n      \"xlin-disturber-vce-port-index-us\": \"undefined\"\n    },\n    \"xtu-r\": {\n      \"update-test-fe\": \"0\"\n    }\n  }\n}"}],"_postman_id":"dab4de69-4a70-492d-87da-9fc591d36db5"},{"name":"DELETE - NodeID - ietf-interfaces - line","id":"4e3954bb-9447-47cb-9245-95448eefa080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line","description":"<p>xDSL line-specific parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bded47a2-4eaa-4597-b253-bd89bf09324b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4e3954bb-9447-47cb-9245-95448eefa080"},{"name":"PUT - NodeID - ietf-interfaces - line","id":"964c59f2-3a3a-47d2-87c9-ae4ead15f9af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"line\": {\n    \"allowed-profiles-mask\": \"all\",\n    \"vect-num-disturbers-to-report\": 10,\n    \"no-profiles-attached\": \"<object>\",\n    \"time-division-duplexing-profile\": \"?:N\",\n    \"downstream-data-rate-profile\": \"?:}v#\",\n    \"upstream-data-rate-profile\": \"?:Sl>\",\n    \"low-power-data-rate-profile\": \"?:q3\",\n    \"line-spectrum-profile\": \"?:S\",\n    \"upstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:I&oec#\",\n    \"noise-margin-profile\": \"?:Y:^*\",\n    \"fast-rate-adaptation-profile\": \"?:\",\n    \"retransmission-profile\": \"?:J{\",\n    \"fast-retrain-policy-profile\": \"?:\",\n    \"vectoring-profile\": \"?:\",\n    \"line-config-vector\": \"?:,nw\",\n    \"threshold-template\": \"?:0\",\n    \"test-mode\": {\n      \"rtx-tc-test-mode\": false,\n      \"tps-tc-test-mode\": false,\n      \"dra-test-mode\": false\n    },\n    \"update-test\": {\n      \"ftu-o\": {\n        \"update-ne-test\": \"\"\n      },\n      \"ftu-r\": {\n        \"update-fe-test\": \"\"\n      }\n    },\n    \"read-test\": {\n      \"downstream\": {\n        \"xlog-disturber-vce-port-index\": \"undefined\"\n      }\n    },\n    \"link-state\": {\n      \"link-state-forced\": \"no-link-state\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line","description":"<p>xDSL line-specific parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2451e41c-4a91-46b1-9e17-b216c7ceaf09","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line\": {\n    \"allowed-profiles-mask\": \"all\",\n    \"vect-num-disturbers-to-report\": 10,\n    \"no-profiles-attached\": \"<object>\",\n    \"time-division-duplexing-profile\": \"?:N\",\n    \"downstream-data-rate-profile\": \"?:}v#\",\n    \"upstream-data-rate-profile\": \"?:Sl>\",\n    \"low-power-data-rate-profile\": \"?:q3\",\n    \"line-spectrum-profile\": \"?:S\",\n    \"upstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:I&oec#\",\n    \"noise-margin-profile\": \"?:Y:^*\",\n    \"fast-rate-adaptation-profile\": \"?:\",\n    \"retransmission-profile\": \"?:J{\",\n    \"fast-retrain-policy-profile\": \"?:\",\n    \"vectoring-profile\": \"?:\",\n    \"line-config-vector\": \"?:,nw\",\n    \"threshold-template\": \"?:0\",\n    \"test-mode\": {\n      \"rtx-tc-test-mode\": false,\n      \"tps-tc-test-mode\": false,\n      \"dra-test-mode\": false\n    },\n    \"update-test\": {\n      \"ftu-o\": {\n        \"update-ne-test\": \"\"\n      },\n      \"ftu-r\": {\n        \"update-fe-test\": \"\"\n      }\n    },\n    \"read-test\": {\n      \"downstream\": {\n        \"xlog-disturber-vce-port-index\": \"undefined\"\n      }\n    },\n    \"link-state\": {\n      \"link-state-forced\": \"no-link-state\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8273bd54-0dc4-4cd8-a822-e735fba51afb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"line\": {\n    \"allowed-profiles-mask\": \"all\",\n    \"vect-num-disturbers-to-report\": 10,\n    \"no-profiles-attached\": \"<object>\",\n    \"time-division-duplexing-profile\": \"?:N\",\n    \"downstream-data-rate-profile\": \"?:}v#\",\n    \"upstream-data-rate-profile\": \"?:Sl>\",\n    \"low-power-data-rate-profile\": \"?:q3\",\n    \"line-spectrum-profile\": \"?:S\",\n    \"upstream-power-back-off-profile\": \"?:\",\n    \"radio-frequency-interference-profile\": \"?:I&oec#\",\n    \"noise-margin-profile\": \"?:Y:^*\",\n    \"fast-rate-adaptation-profile\": \"?:\",\n    \"retransmission-profile\": \"?:J{\",\n    \"fast-retrain-policy-profile\": \"?:\",\n    \"vectoring-profile\": \"?:\",\n    \"line-config-vector\": \"?:,nw\",\n    \"threshold-template\": \"?:0\",\n    \"test-mode\": {\n      \"rtx-tc-test-mode\": false,\n      \"tps-tc-test-mode\": false,\n      \"dra-test-mode\": false\n    },\n    \"update-test\": {\n      \"ftu-o\": {\n        \"update-ne-test\": \"\"\n      },\n      \"ftu-r\": {\n        \"update-fe-test\": \"\"\n      }\n    },\n    \"read-test\": {\n      \"downstream\": {\n        \"xlog-disturber-vce-port-index\": \"undefined\"\n      }\n    },\n    \"link-state\": {\n      \"link-state-forced\": \"no-link-state\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"964c59f2-3a3a-47d2-87c9-ae4ead15f9af"},{"name":"POST - NodeID - ietf-interfaces - test-mode","id":"a359cce4-69c7-4025-863d-8f904420c9d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"power-management-state-forced\": \"4\",\n  \"loop-diagnostics-mode-forced\": \"2\",\n  \"auto-mode-cold-start-forced\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/test-mode","description":"<p>update test parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","test-mode"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"79cd13c3-8ca6-4bbb-822a-7172a9a9b9b0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"power-management-state-forced\": \"4\",\n  \"loop-diagnostics-mode-forced\": \"2\",\n  \"auto-mode-cold-start-forced\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/test-mode"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a359cce4-69c7-4025-863d-8f904420c9d1"},{"name":"GET - NodeID - ietf-interfaces - test-mode","id":"4f1d9b22-f7b6-4d9f-bfd4-b7976be2ab89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/test-mode?content=<string>","description":"<p>update test parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","test-mode"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a90b7cc9-6072-4131-b03b-90f53fa4b1fb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/test-mode?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","test-mode"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"test-mode\": {\n    \"power-management-state-forced\": \"4\",\n    \"loop-diagnostics-mode-forced\": \"2\",\n    \"auto-mode-cold-start-forced\": 0\n  }\n}"}],"_postman_id":"4f1d9b22-f7b6-4d9f-bfd4-b7976be2ab89"},{"name":"DELETE - NodeID - ietf-interfaces - test-mode","id":"a3bedf2e-2f3f-447d-8cf5-a5996e1991cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/test-mode","description":"<p>update test parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","test-mode"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6785a45c-2a96-47b6-ab28-f495672b0801","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/test-mode"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3bedf2e-2f3f-447d-8cf5-a5996e1991cc"},{"name":"PUT - NodeID - ietf-interfaces - test-mode","id":"f325f361-facb-4c55-b1e7-c62c6b7b91d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"test-mode\": {\n    \"rtx-tc-test-mode\": false,\n    \"tps-tc-test-mode\": false,\n    \"dra-test-mode\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/test-mode","description":"<p>update test parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","test-mode"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dbc79dfe-b2cc-40fa-9106-d122882e7e23","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"test-mode\": {\n    \"rtx-tc-test-mode\": false,\n    \"tps-tc-test-mode\": false,\n    \"dra-test-mode\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/test-mode"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c032a945-88ac-476b-b157-30ba6e88568d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"test-mode\": {\n    \"rtx-tc-test-mode\": false,\n    \"tps-tc-test-mode\": false,\n    \"dra-test-mode\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/test-mode"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f325f361-facb-4c55-b1e7-c62c6b7b91d5"},{"name":"POST - NodeID - ietf-interfaces - xtu-c","id":"9eea2353-7388-465b-bfbf-d36cf6a3ffe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"update-test-ne\": \"0\",\n  \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n  \"xlin-disturber-vce-port-index-us\": \"undefined\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c","description":"<p>The update-test-ne is performed on the xtu-c.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-c"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f6c3d8c7-a9d8-4b8f-8c19-cb932e464135","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"update-test-ne\": \"0\",\n  \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n  \"xlin-disturber-vce-port-index-us\": \"undefined\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9eea2353-7388-465b-bfbf-d36cf6a3ffe9"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"d4d7c0ae-2786-445a-b20c-9acd642ccab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c?content=<string>","description":"<p>The update-test-ne is performed on the xtu-c.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-c"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7540b977-b30b-4bb3-93a5-6de16baee1c2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"update-test-ne\": \"0\",\n    \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n    \"xlin-disturber-vce-port-index-us\": \"undefined\"\n  }\n}"}],"_postman_id":"d4d7c0ae-2786-445a-b20c-9acd642ccab0"},{"name":"DELETE - NodeID - ietf-interfaces - xtu-c","id":"b229b7de-925f-4f72-8022-5fb69ce1e20e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c","description":"<p>The update-test-ne is performed on the xtu-c.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-c"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"852c1140-0f90-4993-b95d-faaabf0eafc9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b229b7de-925f-4f72-8022-5fb69ce1e20e"},{"name":"PUT - NodeID - ietf-interfaces - xtu-c","id":"25363fd0-a91f-4345-802a-6f91340c6035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xtu-c\": {\n    \"update-test-ne\": \"0\",\n    \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n    \"xlin-disturber-vce-port-index-us\": \"undefined\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c","description":"<p>The update-test-ne is performed on the xtu-c.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-c"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a59c77c6-ea93-4b56-8fe4-3f43a0c70735","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-c\": {\n    \"update-test-ne\": \"0\",\n    \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n    \"xlin-disturber-vce-port-index-us\": \"undefined\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c75b770d-a81e-440e-ab96-54071fabb421","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-c\": {\n    \"update-test-ne\": \"0\",\n    \"xlin-disturber-vce-port-index-ds\": \"undefined\",\n    \"xlin-disturber-vce-port-index-us\": \"undefined\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25363fd0-a91f-4345-802a-6f91340c6035"},{"name":"POST - NodeID - ietf-interfaces - update-near-end-test","id":"1d2481ec-6a73-4914-adf6-210c4795d747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c/update-near-end-test","description":"<p>Forces an update of the test parameters that can be\nupdated during showtime.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-c","update-near-end-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e747e55d-557a-4454-86d4-615af2e28c17","name":"RPC update-near-end-test success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-c/update-near-end-test"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d2481ec-6a73-4914-adf6-210c4795d747"},{"name":"POST - NodeID - ietf-interfaces - xtu-r","id":"fe3fca40-312c-4d64-9211-3af463bbedde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"update-test-fe\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r","description":"<p>The update-test-fe is performed on the xtu-r.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-r"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"10751354-02fe-41e6-a1da-57ce5fd0a8be","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"update-test-fe\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe3fca40-312c-4d64-9211-3af463bbedde"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"445c9205-5dc3-4f50-88c6-887f3e4b722b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r?content=<string>","description":"<p>The update-test-fe is performed on the xtu-r.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-r"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ad24111a-3f6f-4b23-a98d-95627a5687ff","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"update-test-fe\": \"0\"\n  }\n}"}],"_postman_id":"445c9205-5dc3-4f50-88c6-887f3e4b722b"},{"name":"DELETE - NodeID - ietf-interfaces - xtu-r","id":"a17a9bbe-2108-4de8-8c09-5b2a2363a366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r","description":"<p>The update-test-fe is performed on the xtu-r.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-r"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"283d6753-7dd6-4fd2-8418-4ebab4b6180c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a17a9bbe-2108-4de8-8c09-5b2a2363a366"},{"name":"PUT - NodeID - ietf-interfaces - xtu-r","id":"35ae1119-11a8-4075-b96b-204573734c7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xtu-r\": {\n    \"update-test-fe\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r","description":"<p>The update-test-fe is performed on the xtu-r.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-r"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d88c2bb2-fa35-4bdd-a88c-02771b9cbf69","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-r\": {\n    \"update-test-fe\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6570b647-6c44-49a5-aacb-9756c1999cba","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xtu-r\": {\n    \"update-test-fe\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35ae1119-11a8-4075-b96b-204573734c7d"},{"name":"POST - NodeID - ietf-interfaces - update-far-end-test","id":"97b3b349-ccf9-44f8-ac96-8390567a6471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r/update-far-end-test","description":"<p>Forces an update of the test parameters that can be\nupdated during showtime.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","xtu-r","update-far-end-test"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d3d4f6ea-9f32-40c7-8b0f-78e308dabdcd","name":"RPC update-far-end-test success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/xtu-r/update-far-end-test"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"97b3b349-ccf9-44f8-ac96-8390567a6471"},{"name":"POST - NodeID - ietf-interfaces - pae","id":"2ead2466-2b04-4153-821f-73b54b66cc3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pae-system\": \"Some pae-system\",\n  \"port-type\": \"real-port\",\n  \"vp-enable\": false,\n  \"port-capabilities\": {\n    \"supp\": true,\n    \"auth\": true,\n    \"mka\": true,\n    \"macsec\": true,\n    \"announcements\": true,\n    \"listener\": true,\n    \"virtual-ports\": true,\n    \"in-service-upgrades\": true\n  },\n  \"supplicant\": {\n    \"held-period\": 60,\n    \"retry-max\": 2\n  },\n  \"authenticator\": {\n    \"quiet-period\": 60,\n    \"reauth-period\": 3600,\n    \"reauth-enable\": false,\n    \"retry-max\": 2\n  },\n  \"kay\": {\n    \"enable\": false,\n    \"actor\": {\n      \"priority\": 0\n    },\n    \"key-server\": {\n      \"priority\": 0\n    },\n    \"group\": {\n      \"join\": true,\n      \"form\": false,\n      \"new\": false\n    },\n    \"macsec\": {\n      \"capable\": true,\n      \"desired\": true\n    },\n    \"suspend-on-request\": true,\n    \"suspend-for\": \"0\",\n    \"participants\": [\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      },\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      }\n    ]\n  },\n  \"logon-nid\": {\n    \"selected\": \"Some selected\",\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ]\n  },\n  \"announcer\": {\n    \"enable\": false,\n    \"announce\": [\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      },\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      }\n    ]\n  },\n  \"listener\": {\n    \"enable\": false\n  },\n  \"logon-process\": {\n    \"logon\": false\n  },\n  \"ext-authenticator\": {\n    \"initiate-authentication-request\": false,\n    \"tx-period\": 600,\n    \"response-identity-period\": 30,\n    \"response-challenge-period\": 30\n  },\n  \"users\": {\n    \"user\": [\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      },\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae","description":"<p>Contains PAE configuration related nodes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8b6bd277-53a3-4163-b175-4635672911a3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-system\": \"Some pae-system\",\n  \"port-type\": \"real-port\",\n  \"vp-enable\": false,\n  \"port-capabilities\": {\n    \"supp\": true,\n    \"auth\": true,\n    \"mka\": true,\n    \"macsec\": true,\n    \"announcements\": true,\n    \"listener\": true,\n    \"virtual-ports\": true,\n    \"in-service-upgrades\": true\n  },\n  \"supplicant\": {\n    \"held-period\": 60,\n    \"retry-max\": 2\n  },\n  \"authenticator\": {\n    \"quiet-period\": 60,\n    \"reauth-period\": 3600,\n    \"reauth-enable\": false,\n    \"retry-max\": 2\n  },\n  \"kay\": {\n    \"enable\": false,\n    \"actor\": {\n      \"priority\": 0\n    },\n    \"key-server\": {\n      \"priority\": 0\n    },\n    \"group\": {\n      \"join\": true,\n      \"form\": false,\n      \"new\": false\n    },\n    \"macsec\": {\n      \"capable\": true,\n      \"desired\": true\n    },\n    \"suspend-on-request\": true,\n    \"suspend-for\": \"0\",\n    \"participants\": [\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      },\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      }\n    ]\n  },\n  \"logon-nid\": {\n    \"selected\": \"Some selected\",\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ]\n  },\n  \"announcer\": {\n    \"enable\": false,\n    \"announce\": [\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      },\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      }\n    ]\n  },\n  \"listener\": {\n    \"enable\": false\n  },\n  \"logon-process\": {\n    \"logon\": false\n  },\n  \"ext-authenticator\": {\n    \"initiate-authentication-request\": false,\n    \"tx-period\": 600,\n    \"response-identity-period\": 30,\n    \"response-challenge-period\": 30\n  },\n  \"users\": {\n    \"user\": [\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      },\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ead2466-2b04-4153-821f-73b54b66cc3c"},{"name":"GET - NodeID - ietf-interfaces - pae","id":"84b3e988-ee90-469f-bde7-27c0b5065a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae?content=<string>","description":"<p>Contains PAE configuration related nodes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ad2f1128-6855-4bd3-babf-a4bfef353099","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae\": {\n    \"pae-system\": \"Some pae-system\",\n    \"port-type\": \"real-port\",\n    \"vp-enable\": false,\n    \"port-capabilities\": {\n      \"supp\": true,\n      \"auth\": true,\n      \"mka\": true,\n      \"macsec\": true,\n      \"announcements\": true,\n      \"listener\": true,\n      \"virtual-ports\": true,\n      \"in-service-upgrades\": true\n    },\n    \"supplicant\": {\n      \"held-period\": 60,\n      \"retry-max\": 2\n    },\n    \"authenticator\": {\n      \"quiet-period\": 60,\n      \"reauth-period\": 3600,\n      \"reauth-enable\": false,\n      \"retry-max\": 2\n    },\n    \"kay\": {\n      \"enable\": false,\n      \"actor\": {\n        \"priority\": 0\n      },\n      \"key-server\": {\n        \"priority\": 0\n      },\n      \"group\": {\n        \"join\": true,\n        \"form\": false,\n        \"new\": false\n      },\n      \"macsec\": {\n        \"capable\": true,\n        \"desired\": true\n      },\n      \"suspend-on-request\": true,\n      \"suspend-for\": \"0\",\n      \"participants\": [\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        },\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        }\n      ]\n    },\n    \"logon-nid\": {\n      \"selected\": \"Some selected\",\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    \"announcer\": {\n      \"enable\": false,\n      \"announce\": [\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"listener\": {\n      \"enable\": false\n    },\n    \"logon-process\": {\n      \"logon\": false\n    },\n    \"ext-authenticator\": {\n      \"initiate-authentication-request\": false,\n      \"tx-period\": 600,\n      \"response-identity-period\": 30,\n      \"response-challenge-period\": 30\n    },\n    \"users\": {\n      \"user\": [\n        {\n          \"mac-address\": \"?:62:2e:AC:D1:aB:2D\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        },\n        {\n          \"mac-address\": \"?:62:2e:AC:D1:aB:2D\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"84b3e988-ee90-469f-bde7-27c0b5065a38"},{"name":"DELETE - NodeID - ietf-interfaces - pae","id":"9efc96a4-318e-4e5d-a7ff-39ed468b9761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae","description":"<p>Contains PAE configuration related nodes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"babcd816-fd4f-400c-bc1d-3e62033ca5e7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9efc96a4-318e-4e5d-a7ff-39ed468b9761"},{"name":"PUT - NodeID - ietf-interfaces - pae","id":"3164ce40-ad92-4927-b618-509d1272e537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pae\": {\n    \"pae-system\": \"Some pae-system\",\n    \"port-type\": \"real-port\",\n    \"vp-enable\": false,\n    \"port-capabilities\": {\n      \"supp\": true,\n      \"auth\": true,\n      \"mka\": true,\n      \"macsec\": true,\n      \"announcements\": true,\n      \"listener\": true,\n      \"virtual-ports\": true,\n      \"in-service-upgrades\": true\n    },\n    \"supplicant\": {\n      \"held-period\": 60,\n      \"retry-max\": 2\n    },\n    \"authenticator\": {\n      \"quiet-period\": 60,\n      \"reauth-period\": 3600,\n      \"reauth-enable\": false,\n      \"retry-max\": 2\n    },\n    \"kay\": {\n      \"enable\": false,\n      \"actor\": {\n        \"priority\": 0\n      },\n      \"key-server\": {\n        \"priority\": 0\n      },\n      \"group\": {\n        \"join\": true,\n        \"form\": false,\n        \"new\": false\n      },\n      \"macsec\": {\n        \"capable\": true,\n        \"desired\": true\n      },\n      \"suspend-on-request\": true,\n      \"suspend-for\": \"0\",\n      \"participants\": [\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        },\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        }\n      ]\n    },\n    \"logon-nid\": {\n      \"selected\": \"Some selected\",\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    \"announcer\": {\n      \"enable\": false,\n      \"announce\": [\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"listener\": {\n      \"enable\": false\n    },\n    \"logon-process\": {\n      \"logon\": false\n    },\n    \"ext-authenticator\": {\n      \"initiate-authentication-request\": false,\n      \"tx-period\": 600,\n      \"response-identity-period\": 30,\n      \"response-challenge-period\": 30\n    },\n    \"users\": {\n      \"user\": [\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        },\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae","description":"<p>Contains PAE configuration related nodes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c2367bf7-3ded-4846-a633-87d1e11c11b5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae\": {\n    \"pae-system\": \"Some pae-system\",\n    \"port-type\": \"real-port\",\n    \"vp-enable\": false,\n    \"port-capabilities\": {\n      \"supp\": true,\n      \"auth\": true,\n      \"mka\": true,\n      \"macsec\": true,\n      \"announcements\": true,\n      \"listener\": true,\n      \"virtual-ports\": true,\n      \"in-service-upgrades\": true\n    },\n    \"supplicant\": {\n      \"held-period\": 60,\n      \"retry-max\": 2\n    },\n    \"authenticator\": {\n      \"quiet-period\": 60,\n      \"reauth-period\": 3600,\n      \"reauth-enable\": false,\n      \"retry-max\": 2\n    },\n    \"kay\": {\n      \"enable\": false,\n      \"actor\": {\n        \"priority\": 0\n      },\n      \"key-server\": {\n        \"priority\": 0\n      },\n      \"group\": {\n        \"join\": true,\n        \"form\": false,\n        \"new\": false\n      },\n      \"macsec\": {\n        \"capable\": true,\n        \"desired\": true\n      },\n      \"suspend-on-request\": true,\n      \"suspend-for\": \"0\",\n      \"participants\": [\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        },\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        }\n      ]\n    },\n    \"logon-nid\": {\n      \"selected\": \"Some selected\",\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    \"announcer\": {\n      \"enable\": false,\n      \"announce\": [\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"listener\": {\n      \"enable\": false\n    },\n    \"logon-process\": {\n      \"logon\": false\n    },\n    \"ext-authenticator\": {\n      \"initiate-authentication-request\": false,\n      \"tx-period\": 600,\n      \"response-identity-period\": 30,\n      \"response-challenge-period\": 30\n    },\n    \"users\": {\n      \"user\": [\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        },\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"79208a60-e66c-4fb3-b00b-47f14c1a10be","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae\": {\n    \"pae-system\": \"Some pae-system\",\n    \"port-type\": \"real-port\",\n    \"vp-enable\": false,\n    \"port-capabilities\": {\n      \"supp\": true,\n      \"auth\": true,\n      \"mka\": true,\n      \"macsec\": true,\n      \"announcements\": true,\n      \"listener\": true,\n      \"virtual-ports\": true,\n      \"in-service-upgrades\": true\n    },\n    \"supplicant\": {\n      \"held-period\": 60,\n      \"retry-max\": 2\n    },\n    \"authenticator\": {\n      \"quiet-period\": 60,\n      \"reauth-period\": 3600,\n      \"reauth-enable\": false,\n      \"retry-max\": 2\n    },\n    \"kay\": {\n      \"enable\": false,\n      \"actor\": {\n        \"priority\": 0\n      },\n      \"key-server\": {\n        \"priority\": 0\n      },\n      \"group\": {\n        \"join\": true,\n        \"form\": false,\n        \"new\": false\n      },\n      \"macsec\": {\n        \"capable\": true,\n        \"desired\": true\n      },\n      \"suspend-on-request\": true,\n      \"suspend-for\": \"0\",\n      \"participants\": [\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        },\n        {\n          \"participant\": 0,\n          \"cached\": true,\n          \"active\": false,\n          \"retain\": false,\n          \"activate\": \"default\"\n        }\n      ]\n    },\n    \"logon-nid\": {\n      \"selected\": \"Some selected\",\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    \"announcer\": {\n      \"enable\": false,\n      \"announce\": [\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"announces\": 0,\n          \"pae-nid-group\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"listener\": {\n      \"enable\": false\n    },\n    \"logon-process\": {\n      \"logon\": false\n    },\n    \"ext-authenticator\": {\n      \"initiate-authentication-request\": false,\n      \"tx-period\": 600,\n      \"response-identity-period\": 30,\n      \"response-challenge-period\": 30\n    },\n    \"users\": {\n      \"user\": [\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        },\n        {\n          \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n          \"user-id\": \"Some user-id\",\n          \"password\": \"Some password\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3164ce40-ad92-4927-b618-509d1272e537"},{"name":"POST - NodeID - ietf-interfaces - port-capabilities","id":"e95c299a-096b-4cb1-a4ee-1552062f99bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supp\": true,\n  \"auth\": true,\n  \"mka\": true,\n  \"macsec\": true,\n  \"announcements\": true,\n  \"listener\": true,\n  \"virtual-ports\": true,\n  \"in-service-upgrades\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/port-capabilities","description":"<p>Per port PAE feature capabilities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","port-capabilities"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0597f466-eeab-4abd-8b28-ec0dbc0e330a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"supp\": true,\n  \"auth\": true,\n  \"mka\": true,\n  \"macsec\": true,\n  \"announcements\": true,\n  \"listener\": true,\n  \"virtual-ports\": true,\n  \"in-service-upgrades\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/port-capabilities"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e95c299a-096b-4cb1-a4ee-1552062f99bc"},{"name":"GET - NodeID - ietf-interfaces - port-capabilities","id":"c47f29fd-2d8f-4404-82ae-6d31d6e6ae1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/port-capabilities?content=<string>","description":"<p>Per port PAE feature capabilities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","port-capabilities"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"264e6d0d-eb4d-4581-a6a5-9187a7f64be6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/port-capabilities?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","port-capabilities"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port-capabilities\": {\n    \"supp\": true,\n    \"auth\": true,\n    \"mka\": true,\n    \"macsec\": true,\n    \"announcements\": true,\n    \"listener\": true,\n    \"virtual-ports\": true,\n    \"in-service-upgrades\": true\n  }\n}"}],"_postman_id":"c47f29fd-2d8f-4404-82ae-6d31d6e6ae1d"},{"name":"DELETE - NodeID - ietf-interfaces - port-capabilities","id":"e5c13a59-00ab-47e3-8e7b-76e4a64a5b2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/port-capabilities","description":"<p>Per port PAE feature capabilities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","port-capabilities"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"04eadc79-442f-43cd-a753-ebdd092c53c8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/port-capabilities"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e5c13a59-00ab-47e3-8e7b-76e4a64a5b2a"},{"name":"PUT - NodeID - ietf-interfaces - port-capabilities","id":"befe912d-248c-47de-92a4-03a47a4e026e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port-capabilities\": {\n    \"supp\": true,\n    \"auth\": true,\n    \"mka\": true,\n    \"macsec\": true,\n    \"announcements\": true,\n    \"listener\": true,\n    \"virtual-ports\": true,\n    \"in-service-upgrades\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/port-capabilities","description":"<p>Per port PAE feature capabilities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","port-capabilities"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5a27448a-1eb5-440a-a81c-b3cebb2fa9fe","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"port-capabilities\": {\n    \"supp\": true,\n    \"auth\": true,\n    \"mka\": true,\n    \"macsec\": true,\n    \"announcements\": true,\n    \"listener\": true,\n    \"virtual-ports\": true,\n    \"in-service-upgrades\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/port-capabilities"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4ed20417-ddf2-4d0a-a6b4-c9ebdd8eb18d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"port-capabilities\": {\n    \"supp\": true,\n    \"auth\": true,\n    \"mka\": true,\n    \"macsec\": true,\n    \"announcements\": true,\n    \"listener\": true,\n    \"virtual-ports\": true,\n    \"in-service-upgrades\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/port-capabilities"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"befe912d-248c-47de-92a4-03a47a4e026e"},{"name":"POST - NodeID - ietf-interfaces - supplicant","id":"ee6a2931-62b7-4ffa-9d7b-671e7c3ee954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"held-period\": 60,\n  \"retry-max\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/supplicant","description":"<p>Contains the configuration nodes for the Supplicant PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","supplicant"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2f605a35-b53f-41af-ae3b-6fc27b61934e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"held-period\": 60,\n  \"retry-max\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/supplicant"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee6a2931-62b7-4ffa-9d7b-671e7c3ee954"},{"name":"GET - NodeID - ietf-interfaces - supplicant","id":"6731f486-a134-4d88-bce3-ec73aae2db3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/supplicant?content=<string>","description":"<p>Contains the configuration nodes for the Supplicant PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","supplicant"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"46e18ba0-2adc-48b5-afff-5b7b4d97fbf1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/supplicant?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","supplicant"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"supplicant\": {\n    \"held-period\": 60,\n    \"retry-max\": 2\n  }\n}"}],"_postman_id":"6731f486-a134-4d88-bce3-ec73aae2db3e"},{"name":"DELETE - NodeID - ietf-interfaces - supplicant","id":"6428f0ea-b5ea-49a8-9732-63990263dca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/supplicant","description":"<p>Contains the configuration nodes for the Supplicant PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","supplicant"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4d75d17b-f793-4328-bbde-77d0f19a8498","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/supplicant"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6428f0ea-b5ea-49a8-9732-63990263dca3"},{"name":"PUT - NodeID - ietf-interfaces - supplicant","id":"4246b5e8-66a9-4a9c-9785-b88c57ca7f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supplicant\": {\n    \"held-period\": 60,\n    \"retry-max\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/supplicant","description":"<p>Contains the configuration nodes for the Supplicant PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","supplicant"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"23cedc55-6b88-4400-b4d5-d91e93e01a0c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"supplicant\": {\n    \"held-period\": 60,\n    \"retry-max\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/supplicant"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5290559-9eba-4f0a-a0ad-584fd9fe8ac3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"supplicant\": {\n    \"held-period\": 60,\n    \"retry-max\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/supplicant"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4246b5e8-66a9-4a9c-9785-b88c57ca7f08"},{"name":"POST - NodeID - ietf-interfaces - authenticator","id":"ea93f1d3-d3f6-480e-a310-42e6cfe58e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quiet-period\": 60,\n  \"reauth-period\": 3600,\n  \"reauth-enable\": false,\n  \"retry-max\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/authenticator","description":"<p>Contains configuration nodes for the Authenticator PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","authenticator"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a067d197-e136-48bf-93be-f55e76793c3a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"quiet-period\": 60,\n  \"reauth-period\": 3600,\n  \"reauth-enable\": false,\n  \"retry-max\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/authenticator"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea93f1d3-d3f6-480e-a310-42e6cfe58e3e"},{"name":"GET - NodeID - ietf-interfaces - authenticator","id":"0f97d395-edad-4a6e-8a7f-8c9d7e34b96f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/authenticator?content=<string>","description":"<p>Contains configuration nodes for the Authenticator PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","authenticator"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"71b6161b-6af6-4899-9eeb-9718ebae6d2d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/authenticator?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","authenticator"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authenticator\": {\n    \"quiet-period\": 60,\n    \"reauth-period\": 3600,\n    \"reauth-enable\": false,\n    \"retry-max\": 2\n  }\n}"}],"_postman_id":"0f97d395-edad-4a6e-8a7f-8c9d7e34b96f"},{"name":"DELETE - NodeID - ietf-interfaces - authenticator","id":"ff9df5fc-cc50-43e1-852c-d692153e2c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/authenticator","description":"<p>Contains configuration nodes for the Authenticator PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","authenticator"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e87fcdde-6c31-4ab4-96d2-42d0d25dfeb5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/authenticator"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff9df5fc-cc50-43e1-852c-d692153e2c2e"},{"name":"PUT - NodeID - ietf-interfaces - authenticator","id":"76ad8d38-dfcd-44ec-bc90-52a895ac82f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"authenticator\": {\n    \"quiet-period\": 60,\n    \"reauth-period\": 3600,\n    \"reauth-enable\": false,\n    \"retry-max\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/authenticator","description":"<p>Contains configuration nodes for the Authenticator PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","authenticator"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6108ed6d-8274-4715-bfe3-da77533f7840","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authenticator\": {\n    \"quiet-period\": 60,\n    \"reauth-period\": 3600,\n    \"reauth-enable\": false,\n    \"retry-max\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/authenticator"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"76993f2a-1703-43af-993c-0f759a645668","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authenticator\": {\n    \"quiet-period\": 60,\n    \"reauth-period\": 3600,\n    \"reauth-enable\": false,\n    \"retry-max\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/authenticator"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"76ad8d38-dfcd-44ec-bc90-52a895ac82f4"},{"name":"POST - NodeID - ietf-interfaces - kay","id":"b34ae3fc-6453-46e6-aa08-c065de82cd41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable\": false,\n  \"actor\": {\n    \"priority\": 0\n  },\n  \"key-server\": {\n    \"priority\": 0\n  },\n  \"group\": {\n    \"join\": true,\n    \"form\": false,\n    \"new\": false\n  },\n  \"macsec\": {\n    \"capable\": true,\n    \"desired\": true\n  },\n  \"suspend-on-request\": true,\n  \"suspend-for\": \"0\",\n  \"participants\": [\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    },\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay","description":"<p>Contains configuration system level information for each\nInterface supported by the KaY (Key Aggreement Entity).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"75252b99-e904-4ae3-8b11-9b54ee209905","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable\": false,\n  \"actor\": {\n    \"priority\": 0\n  },\n  \"key-server\": {\n    \"priority\": 0\n  },\n  \"group\": {\n    \"join\": true,\n    \"form\": false,\n    \"new\": false\n  },\n  \"macsec\": {\n    \"capable\": true,\n    \"desired\": true\n  },\n  \"suspend-on-request\": true,\n  \"suspend-for\": \"0\",\n  \"participants\": [\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    },\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b34ae3fc-6453-46e6-aa08-c065de82cd41"},{"name":"GET - NodeID - ietf-interfaces - kay","id":"96a4f388-ae03-4e37-ba40-0fd5e4c8780b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay?content=<string>","description":"<p>Contains configuration system level information for each\nInterface supported by the KaY (Key Aggreement Entity).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ce5fea0b-d2a5-4074-b3fc-6e329c3dbef9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kay\": {\n    \"enable\": false,\n    \"actor\": {\n      \"priority\": 0\n    },\n    \"key-server\": {\n      \"priority\": 0\n    },\n    \"group\": {\n      \"join\": true,\n      \"form\": false,\n      \"new\": false\n    },\n    \"macsec\": {\n      \"capable\": true,\n      \"desired\": true\n    },\n    \"suspend-on-request\": true,\n    \"suspend-for\": \"0\",\n    \"participants\": [\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      },\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      }\n    ]\n  }\n}"}],"_postman_id":"96a4f388-ae03-4e37-ba40-0fd5e4c8780b"},{"name":"DELETE - NodeID - ietf-interfaces - kay","id":"d94dd187-3282-4cb1-9e60-d6f9d36bdd56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay","description":"<p>Contains configuration system level information for each\nInterface supported by the KaY (Key Aggreement Entity).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3ba1a96c-1695-42bf-b4bf-3d8e984dab31","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d94dd187-3282-4cb1-9e60-d6f9d36bdd56"},{"name":"PUT - NodeID - ietf-interfaces - kay","id":"2e057731-be47-4101-9398-0bcbfcf536a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kay\": {\n    \"enable\": false,\n    \"actor\": {\n      \"priority\": 0\n    },\n    \"key-server\": {\n      \"priority\": 0\n    },\n    \"group\": {\n      \"join\": true,\n      \"form\": false,\n      \"new\": false\n    },\n    \"macsec\": {\n      \"capable\": true,\n      \"desired\": true\n    },\n    \"suspend-on-request\": true,\n    \"suspend-for\": \"0\",\n    \"participants\": [\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      },\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay","description":"<p>Contains configuration system level information for each\nInterface supported by the KaY (Key Aggreement Entity).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9ba83475-dfff-4642-893a-1588a79cbbce","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kay\": {\n    \"enable\": false,\n    \"actor\": {\n      \"priority\": 0\n    },\n    \"key-server\": {\n      \"priority\": 0\n    },\n    \"group\": {\n      \"join\": true,\n      \"form\": false,\n      \"new\": false\n    },\n    \"macsec\": {\n      \"capable\": true,\n      \"desired\": true\n    },\n    \"suspend-on-request\": true,\n    \"suspend-for\": \"0\",\n    \"participants\": [\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      },\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"58f0e00e-7c35-4698-87e6-b8cd297cb3a9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"kay\": {\n    \"enable\": false,\n    \"actor\": {\n      \"priority\": 0\n    },\n    \"key-server\": {\n      \"priority\": 0\n    },\n    \"group\": {\n      \"join\": true,\n      \"form\": false,\n      \"new\": false\n    },\n    \"macsec\": {\n      \"capable\": true,\n      \"desired\": true\n    },\n    \"suspend-on-request\": true,\n    \"suspend-for\": \"0\",\n    \"participants\": [\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      },\n      {\n        \"participant\": 0,\n        \"cached\": true,\n        \"active\": false,\n        \"retain\": false,\n        \"activate\": \"default\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2e057731-be47-4101-9398-0bcbfcf536a1"},{"name":"POST - NodeID - ietf-interfaces - actor","id":"3d4269d4-0b2f-43d7-bd4e-cba68b19695a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"priority\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/actor","description":"<p>Contains configuration nodes associated with the actor</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","actor"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5a1e007c-70ce-4598-837e-d2f3136c0dc2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"priority\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/actor"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d4269d4-0b2f-43d7-bd4e-cba68b19695a"},{"name":"GET - NodeID - ietf-interfaces - actor","id":"4c42e67a-fffb-40f2-8c09-d7c6e6b1cbf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/actor?content=<string>","description":"<p>Contains configuration nodes associated with the actor</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","actor"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"98e19a84-eaf3-4ee9-82c5-605a7d64fab7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/actor?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","actor"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"actor\": {\n    \"priority\": 0\n  }\n}"}],"_postman_id":"4c42e67a-fffb-40f2-8c09-d7c6e6b1cbf3"},{"name":"DELETE - NodeID - ietf-interfaces - actor","id":"df60771e-9322-4aee-b25b-e8b685b0c008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/actor","description":"<p>Contains configuration nodes associated with the actor</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","actor"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e35d6039-9e0f-478b-a212-0d97b8569e92","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/actor"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df60771e-9322-4aee-b25b-e8b685b0c008"},{"name":"PUT - NodeID - ietf-interfaces - actor","id":"127166f1-d543-4634-94ba-31132474b075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"actor\": {\n    \"priority\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/actor","description":"<p>Contains configuration nodes associated with the actor</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","actor"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"91141418-712a-4ac9-b44a-1262fba6e19d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"actor\": {\n    \"priority\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/actor"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"250c1ba0-2758-417d-a14f-3d789f313553","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"actor\": {\n    \"priority\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/actor"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"127166f1-d543-4634-94ba-31132474b075"},{"name":"POST - NodeID - ietf-interfaces - key-server","id":"e4a662de-d57a-49fb-afdc-b80556a146f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"priority\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/key-server","description":"<p>Contains configuration nodes associated with the key\nserver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","key-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eebe753a-4f66-4bde-bdea-9d6a152a8b9c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"priority\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/key-server"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4a662de-d57a-49fb-afdc-b80556a146f9"},{"name":"GET - NodeID - ietf-interfaces - key-server","id":"5b6cd300-8522-4aec-aa82-ba79eb7533e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/key-server?content=<string>","description":"<p>Contains configuration nodes associated with the key\nserver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","key-server"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"926e46a3-f65d-48f4-96de-b678bfec9e94","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/key-server?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","key-server"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key-server\": {\n    \"priority\": 0\n  }\n}"}],"_postman_id":"5b6cd300-8522-4aec-aa82-ba79eb7533e9"},{"name":"DELETE - NodeID - ietf-interfaces - key-server","id":"ca7692a1-6495-4da8-9044-b7b75b914112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/key-server","description":"<p>Contains configuration nodes associated with the key\nserver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","key-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"987400c2-380a-40bd-8f19-a200482136d6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/key-server"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca7692a1-6495-4da8-9044-b7b75b914112"},{"name":"PUT - NodeID - ietf-interfaces - key-server","id":"93879e37-e6d3-4515-bde4-883520e39bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key-server\": {\n    \"priority\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/key-server","description":"<p>Contains configuration nodes associated with the key\nserver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","key-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d061f5f0-54b0-47ba-aff6-179b47b7e490","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"key-server\": {\n    \"priority\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/key-server"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a1eb51f1-bd5a-459a-b661-89467a8f31ef","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"key-server\": {\n    \"priority\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/key-server"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93879e37-e6d3-4515-bde4-883520e39bad"},{"name":"POST - NodeID - ietf-interfaces - group","id":"e25959f1-1c29-43e9-adfb-e4ae58266300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"join\": true,\n  \"form\": false,\n  \"new\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/group","description":"<p>Contains configuration nodes associated with the\ngroup.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","group"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cea27fda-9266-45e9-90e6-67470507c314","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"join\": true,\n  \"form\": false,\n  \"new\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/group"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e25959f1-1c29-43e9-adfb-e4ae58266300"},{"name":"GET - NodeID - ietf-interfaces - group","id":"1f7d653d-fae4-4d82-9b68-dcdb7fd61a6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/group?content=<string>","description":"<p>Contains configuration nodes associated with the\ngroup.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","group"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cf4f0b5c-2327-4f71-9401-7320c792dc10","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/group?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","group"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"group\": {\n    \"join\": true,\n    \"form\": false,\n    \"new\": false\n  }\n}"}],"_postman_id":"1f7d653d-fae4-4d82-9b68-dcdb7fd61a6a"},{"name":"DELETE - NodeID - ietf-interfaces - group","id":"67ad4909-4986-441c-8e91-cb069f945794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/group","description":"<p>Contains configuration nodes associated with the\ngroup.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","group"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2209e10f-b0f1-4b83-8695-e5fd0a460fff","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/group"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67ad4909-4986-441c-8e91-cb069f945794"},{"name":"PUT - NodeID - ietf-interfaces - group","id":"bf7bc2e2-45c8-422f-84bf-07de26ce546e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group\": {\n    \"join\": true,\n    \"form\": false,\n    \"new\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/group","description":"<p>Contains configuration nodes associated with the\ngroup.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","group"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eea68191-26e8-4f28-9ac9-5ebddaff5cac","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": {\n    \"join\": true,\n    \"form\": false,\n    \"new\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/group"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4f86b16a-9ce8-4a09-822f-9fe6a8caa295","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": {\n    \"join\": true,\n    \"form\": false,\n    \"new\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/group"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf7bc2e2-45c8-422f-84bf-07de26ce546e"},{"name":"POST - NodeID - ietf-interfaces - macsec","id":"0c08cedb-38da-40d4-8214-a19a94cb6222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"capable\": true,\n  \"desired\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/macsec","description":"<p>Contains configuration nodes associated with macsec.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","macsec"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"16b565f8-cf24-4b9f-8017-d3f5d8092bf8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"capable\": true,\n  \"desired\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/macsec"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c08cedb-38da-40d4-8214-a19a94cb6222"},{"name":"GET - NodeID - ietf-interfaces - macsec","id":"e6b75a33-9b90-4997-9cf3-169e2b991a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/macsec?content=<string>","description":"<p>Contains configuration nodes associated with macsec.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","macsec"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7b3e4c2b-13fa-4931-878f-8ef2ee0b35da","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/macsec?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","macsec"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"macsec\": {\n    \"capable\": true,\n    \"desired\": true\n  }\n}"}],"_postman_id":"e6b75a33-9b90-4997-9cf3-169e2b991a9d"},{"name":"DELETE - NodeID - ietf-interfaces - macsec","id":"264a5ea3-8ef3-4852-8373-07e3ddabe4c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/macsec","description":"<p>Contains configuration nodes associated with macsec.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","macsec"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cf818a08-0bd6-4977-8118-ff77517ddf1f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/macsec"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"264a5ea3-8ef3-4852-8373-07e3ddabe4c0"},{"name":"PUT - NodeID - ietf-interfaces - macsec","id":"dd679356-37d0-42e7-8706-c0365fa2ce6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"macsec\": {\n    \"capable\": true,\n    \"desired\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/macsec","description":"<p>Contains configuration nodes associated with macsec.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","macsec"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0f8a8b15-e3cc-41f0-8436-1144cf166c19","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"macsec\": {\n    \"capable\": true,\n    \"desired\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/macsec"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4fc69380-fd03-42e9-9a84-81fc15774eb5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"macsec\": {\n    \"capable\": true,\n    \"desired\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/macsec"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd679356-37d0-42e7-8706-c0365fa2ce6e"},{"name":"POST - NodeID - ietf-interfaces - participants","id":"8dc05744-03e1-41b0-bde0-ea127e611663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cached\": true,\n  \"active\": false,\n  \"retain\": false,\n  \"activate\": \"default\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/participants=<string>","description":"<p>Contains list of configuration nodes for each MKA\nparticipant supported by the KaY MKA entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","participants=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ad6673a4-5b8d-486c-b01e-e50e90f49985","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cached\": true,\n  \"active\": false,\n  \"retain\": false,\n  \"activate\": \"default\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/participants=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8dc05744-03e1-41b0-bde0-ea127e611663"},{"name":"GET - NodeID - ietf-interfaces - participants","id":"89f37bce-467e-4d5c-b94c-b26393ce1a6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/participants=<string>?content=<string>","description":"<p>Contains list of configuration nodes for each MKA\nparticipant supported by the KaY MKA entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","participants=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9038de55-6812-430e-aa8e-982046ef59a7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/participants=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","participants=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"participants\": [\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    },\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    }\n  ]\n}"}],"_postman_id":"89f37bce-467e-4d5c-b94c-b26393ce1a6e"},{"name":"DELETE - NodeID - ietf-interfaces - participants","id":"dcb38cfd-b31b-485e-ab67-eb167d5da837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/participants=<string>","description":"<p>Contains list of configuration nodes for each MKA\nparticipant supported by the KaY MKA entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","participants=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"11aac061-27a2-42ba-a786-d7918ecc5d2e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/participants=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcb38cfd-b31b-485e-ab67-eb167d5da837"},{"name":"PUT - NodeID - ietf-interfaces - participants","id":"0ad69706-f226-4666-9b53-3f36517af70b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"participants\": [\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    },\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/participants=<string>","description":"<p>Contains list of configuration nodes for each MKA\nparticipant supported by the KaY MKA entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","kay","participants=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4401fd13-7957-4449-b488-e05398fb9b41","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"participants\": [\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    },\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/participants=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b32f7e79-195b-4884-8553-d182b1291950","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"participants\": [\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    },\n    {\n      \"participant\": 0,\n      \"cached\": true,\n      \"active\": false,\n      \"retain\": false,\n      \"activate\": \"default\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/kay/participants=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ad69706-f226-4666-9b53-3f36517af70b"},{"name":"POST - NodeID - ietf-interfaces - logon-nid","id":"07aaeada-e624-41f0-992b-821a013b7184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"selected\": \"Some selected\",\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid","description":"<p>Contains the configuration related NID information for the\nLogon Process. The Logon Process may use Network\nIdentifiers (NIDs) to manage its use of authentication\ncredentials, cached CAKs, and announcements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"421e51dc-ab64-4cb7-904f-7f9c41a0c252","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"selected\": \"Some selected\",\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07aaeada-e624-41f0-992b-821a013b7184"},{"name":"GET - NodeID - ietf-interfaces - logon-nid","id":"0c446c64-068f-4d75-8706-183367602eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid?content=<string>","description":"<p>Contains the configuration related NID information for the\nLogon Process. The Logon Process may use Network\nIdentifiers (NIDs) to manage its use of authentication\ncredentials, cached CAKs, and announcements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e05e17e4-00c6-4542-bd41-0e3f296905a9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logon-nid\": {\n    \"selected\": \"Some selected\",\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ]\n  }\n}"}],"_postman_id":"0c446c64-068f-4d75-8706-183367602eef"},{"name":"DELETE - NodeID - ietf-interfaces - logon-nid","id":"1c801f94-3f5a-42ef-968d-10c312c5efbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid","description":"<p>Contains the configuration related NID information for the\nLogon Process. The Logon Process may use Network\nIdentifiers (NIDs) to manage its use of authentication\ncredentials, cached CAKs, and announcements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ad3865a5-161f-42fc-8386-0373596d0654","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c801f94-3f5a-42ef-968d-10c312c5efbc"},{"name":"PUT - NodeID - ietf-interfaces - logon-nid","id":"d964b31e-9a60-4f84-919e-c434e0aab980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logon-nid\": {\n    \"selected\": \"Some selected\",\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid","description":"<p>Contains the configuration related NID information for the\nLogon Process. The Logon Process may use Network\nIdentifiers (NIDs) to manage its use of authentication\ncredentials, cached CAKs, and announcements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"92fecd87-d64c-42e7-a93d-5211405c212a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logon-nid\": {\n    \"selected\": \"Some selected\",\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0c08eb12-dd85-43ee-b829-3cb5c314e38d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logon-nid\": {\n    \"selected\": \"Some selected\",\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d964b31e-9a60-4f84-919e-c434e0aab980"},{"name":"POST - NodeID - ietf-interfaces - pae-nid-group","id":"0f31645f-aba5-4619-8cc2-94d2de5cbd03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"use-eap\": \"immediate\",\n  \"unauth-allowed\": \"immediate\",\n  \"unsecure-allowed\": \"immediate\",\n  \"unauthenticated-access\": \"no-access\",\n  \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9bfe4217-f6c1-445e-9e28-f27037287aad","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"use-eap\": \"immediate\",\n  \"unauth-allowed\": \"immediate\",\n  \"unsecure-allowed\": \"immediate\",\n  \"unauthenticated-access\": \"no-access\",\n  \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f31645f-aba5-4619-8cc2-94d2de5cbd03"},{"name":"GET - NodeID - ietf-interfaces - pae-nid-group","id":"8bd46221-0cd7-4b50-a530-5b3c74631fdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group=<string>?content=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"45fad26b-5480-4870-ab8a-514ed54f40d9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid","pae-nid-group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}"}],"_postman_id":"8bd46221-0cd7-4b50-a530-5b3c74631fdb"},{"name":"DELETE - NodeID - ietf-interfaces - pae-nid-group","id":"b02b0712-5eae-4488-a599-25ea387e415d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b781f71d-df33-4734-bfb7-d95ae69145ac","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b02b0712-5eae-4488-a599-25ea387e415d"},{"name":"PUT - NodeID - ietf-interfaces - pae-nid-group","id":"c7903967-6f18-4ab9-8200-eecb8a2dc4dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-nid","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4505b7f3-36e6-4086-bc84-70c06874e8de","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1d95d70c-0f43-43f7-86e5-0e24c7db1184","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7903967-6f18-4ab9-8200-eecb8a2dc4dc"},{"name":"POST - NodeID - ietf-interfaces - announcer","id":"43c98ffa-998e-4d00-9670-5a857ff65397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable\": false,\n  \"announce\": [\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer","description":"<p>Contains the configuration related Announcer\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"42810311-1386-48c8-9581-2326e9906ec0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable\": false,\n  \"announce\": [\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43c98ffa-998e-4d00-9670-5a857ff65397"},{"name":"GET - NodeID - ietf-interfaces - announcer","id":"199b5365-8c3b-49ca-9458-5d2907ef31aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer?content=<string>","description":"<p>Contains the configuration related Announcer\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"05e7ae78-0675-4e10-bc1f-92a80f1ac92c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"announcer\": {\n    \"enable\": false,\n    \"announce\": [\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      },\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"199b5365-8c3b-49ca-9458-5d2907ef31aa"},{"name":"DELETE - NodeID - ietf-interfaces - announcer","id":"9cf82ac2-424a-4b5f-9016-7d76a21b923c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer","description":"<p>Contains the configuration related Announcer\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5393c703-cb17-435f-94e6-127a411f5224","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9cf82ac2-424a-4b5f-9016-7d76a21b923c"},{"name":"PUT - NodeID - ietf-interfaces - announcer","id":"71a859f3-119c-4e12-9824-090b0fd8c394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"announcer\": {\n    \"enable\": false,\n    \"announce\": [\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      },\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer","description":"<p>Contains the configuration related Announcer\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"05d994ce-05db-4d01-a278-2e84a2f86c6c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"announcer\": {\n    \"enable\": false,\n    \"announce\": [\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      },\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5fbf0d60-1045-4fc9-b8de-fc32c0631230","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"announcer\": {\n    \"enable\": false,\n    \"announce\": [\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      },\n      {\n        \"announces\": 0,\n        \"pae-nid-group\": [\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"use-eap\": \"immediate\",\n            \"unauth-allowed\": \"immediate\",\n            \"unsecure-allowed\": \"immediate\",\n            \"unauthenticated-access\": \"no-access\",\n            \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"71a859f3-119c-4e12-9824-090b0fd8c394"},{"name":"POST - NodeID - ietf-interfaces - announce","id":"7f292466-ba01-40fe-a0b6-b287447bc420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>","description":"<p>Contains the configuration related status information\nthat the Announcers announce in the network announcement\nof the PAE system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6aa9a28d-e628-4d8b-842d-15ad08fdcd91","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f292466-ba01-40fe-a0b6-b287447bc420"},{"name":"GET - NodeID - ietf-interfaces - announce","id":"6b1714e7-2ea9-49fc-b27b-f483662147bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>?content=<string>","description":"<p>Contains the configuration related status information\nthat the Announcers announce in the network announcement\nof the PAE system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0ee08f13-6baa-48e6-be9e-4fb88065c2d4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"announce\": [\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"6b1714e7-2ea9-49fc-b27b-f483662147bc"},{"name":"DELETE - NodeID - ietf-interfaces - announce","id":"517b5f70-66ba-4331-8269-3387e8cd5442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>","description":"<p>Contains the configuration related status information\nthat the Announcers announce in the network announcement\nof the PAE system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c0625d12-df2a-4dbd-8c5c-c8d9d794ea5f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"517b5f70-66ba-4331-8269-3387e8cd5442"},{"name":"PUT - NodeID - ietf-interfaces - announce","id":"4dca9265-a47b-45b3-af0e-c3b80cd57c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"announce\": [\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>","description":"<p>Contains the configuration related status information\nthat the Announcers announce in the network announcement\nof the PAE system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"141b42cb-7240-4ead-b5ad-6035b3a85de8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"announce\": [\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aa674e67-046f-4bb5-bcc4-a488c91ef0ce","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"announce\": [\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    },\n    {\n      \"announces\": 0,\n      \"pae-nid-group\": [\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"use-eap\": \"immediate\",\n          \"unauth-allowed\": \"immediate\",\n          \"unsecure-allowed\": \"immediate\",\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4dca9265-a47b-45b3-af0e-c3b80cd57c9a"},{"name":"POST - NodeID - ietf-interfaces - pae-nid-group","id":"a643d03e-5892-4b68-a3d6-46b67666b357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"use-eap\": \"immediate\",\n  \"unauth-allowed\": \"immediate\",\n  \"unsecure-allowed\": \"immediate\",\n  \"unauthenticated-access\": \"no-access\",\n  \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cdb6c271-d6d1-4670-8cdf-63ac533fa4ca","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"use-eap\": \"immediate\",\n  \"unauth-allowed\": \"immediate\",\n  \"unsecure-allowed\": \"immediate\",\n  \"unauthenticated-access\": \"no-access\",\n  \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a643d03e-5892-4b68-a3d6-46b67666b357"},{"name":"GET - NodeID - ietf-interfaces - pae-nid-group","id":"f61403d2-4990-4dda-9fbc-04a8514d1cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group=<string>?content=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c36e8677-b696-4b4e-a7ea-e6297a528d14","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>","pae-nid-group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}"}],"_postman_id":"f61403d2-4990-4dda-9fbc-04a8514d1cf0"},{"name":"DELETE - NodeID - ietf-interfaces - pae-nid-group","id":"1476148a-ea6a-4265-88f1-a12112f4f90e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"422183be-0a4b-4226-bf6a-c37d588a820f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1476148a-ea6a-4265-88f1-a12112f4f90e"},{"name":"PUT - NodeID - ietf-interfaces - pae-nid-group","id":"7de44dea-b79c-4793-bb2e-84287c300ade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2b8bc103-b662-405a-8a31-ef52db59b45c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cd6dad8d-892f-4559-8812-06de14c5cba5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7de44dea-b79c-4793-bb2e-84287c300ade"},{"name":"POST - NodeID - ietf-interfaces - listener","id":"489b41f6-a874-4c66-9f38-cb9efc43694c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/listener","description":"<p>Contains the configuration Listener node related\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","listener"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4917685a-2d08-45bd-ae87-e8554a83f996","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/listener"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"489b41f6-a874-4c66-9f38-cb9efc43694c"},{"name":"GET - NodeID - ietf-interfaces - listener","id":"5862cf13-18e6-4b4a-af98-a97021e7d77e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/listener?content=<string>","description":"<p>Contains the configuration Listener node related\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","listener"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7b497ba0-ebc0-4247-bd38-80997fd8328e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/listener?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","listener"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listener\": {\n    \"enable\": false\n  }\n}"}],"_postman_id":"5862cf13-18e6-4b4a-af98-a97021e7d77e"},{"name":"DELETE - NodeID - ietf-interfaces - listener","id":"3fe2768b-b8a0-4435-bbea-701cc811354e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/listener","description":"<p>Contains the configuration Listener node related\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","listener"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a7722d5-eb30-4a8f-8e2c-c7d9ed9eb8c9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/listener"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3fe2768b-b8a0-4435-bbea-701cc811354e"},{"name":"PUT - NodeID - ietf-interfaces - listener","id":"ebdc7c7e-e5d2-4260-9c81-77fb865c670d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"listener\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/listener","description":"<p>Contains the configuration Listener node related\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","listener"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7fb5f237-531d-4a52-be1f-2fa3e27521e5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"listener\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/listener"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f3b9eed3-4ac2-45ae-aa91-b299a5778e6b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"listener\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/listener"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ebdc7c7e-e5d2-4260-9c81-77fb865c670d"},{"name":"POST - NodeID - ietf-interfaces - logon-process","id":"6b1d0a1d-6d27-4b2a-8a74-895f47bfd675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logon\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-process","description":"<p>Contains configuration system level information for each\nport to support the Logon Process(es) status information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-process"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a5362874-ad80-479e-8635-92805ea306ad","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"logon\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-process"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b1d0a1d-6d27-4b2a-8a74-895f47bfd675"},{"name":"GET - NodeID - ietf-interfaces - logon-process","id":"db9a5670-0280-4d2e-b436-930fe7307dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-process?content=<string>","description":"<p>Contains configuration system level information for each\nport to support the Logon Process(es) status information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-process"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a1864bf7-b39d-4c8b-a4dc-6ebfbdfa8f53","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-process?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-process"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logon-process\": {\n    \"logon\": false\n  }\n}"}],"_postman_id":"db9a5670-0280-4d2e-b436-930fe7307dc8"},{"name":"DELETE - NodeID - ietf-interfaces - logon-process","id":"d2dfc658-ec14-4d07-9889-7461295ea9b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-process","description":"<p>Contains configuration system level information for each\nport to support the Logon Process(es) status information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-process"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f89df381-f3d5-4ef1-ad47-686c7c5d4878","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-process"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2dfc658-ec14-4d07-9889-7461295ea9b9"},{"name":"PUT - NodeID - ietf-interfaces - logon-process","id":"0afe6087-1475-4e2c-ab6c-e6cb766ae3cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"logon-process\": {\n    \"logon\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-process","description":"<p>Contains configuration system level information for each\nport to support the Logon Process(es) status information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","logon-process"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe422fbc-ca47-41a3-b003-adb22bd8d960","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logon-process\": {\n    \"logon\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-process"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1b0ba3ca-9c9b-4f61-ab50-99efc2a61de3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"logon-process\": {\n    \"logon\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/logon-process"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0afe6087-1475-4e2c-ab6c-e6cb766ae3cd"},{"name":"POST - NodeID - ietf-interfaces - ext-authenticator","id":"da25efab-b55a-458c-b5f9-1a94da338187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"initiate-authentication-request\": false,\n  \"tx-period\": 600,\n  \"response-identity-period\": 30,\n  \"response-challenge-period\": 30\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:ext-authenticator","description":"<p>Contains configuration nodes for the authenticator PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:ext-authenticator"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"09783d6e-5508-4ef7-908c-f02883050f42","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"initiate-authentication-request\": false,\n  \"tx-period\": 600,\n  \"response-identity-period\": 30,\n  \"response-challenge-period\": 30\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:ext-authenticator"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da25efab-b55a-458c-b5f9-1a94da338187"},{"name":"GET - NodeID - ietf-interfaces - ext-authenticator","id":"c4fd9413-77a3-4f59-a83a-7315669a0bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:ext-authenticator?content=<string>","description":"<p>Contains configuration nodes for the authenticator PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:ext-authenticator"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"de068cf4-62cf-4ab2-96e7-05d5d075f51e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:ext-authenticator?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:ext-authenticator"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ext-authenticator\": {\n    \"initiate-authentication-request\": false,\n    \"tx-period\": 600,\n    \"response-identity-period\": 30,\n    \"response-challenge-period\": 30\n  }\n}"}],"_postman_id":"c4fd9413-77a3-4f59-a83a-7315669a0bab"},{"name":"DELETE - NodeID - ietf-interfaces - ext-authenticator","id":"1c6ad5fe-2411-40e8-a821-89c5a3f204b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:ext-authenticator","description":"<p>Contains configuration nodes for the authenticator PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:ext-authenticator"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"54194607-549d-4152-89db-a7b2d96efd1e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:ext-authenticator"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c6ad5fe-2411-40e8-a821-89c5a3f204b9"},{"name":"PUT - NodeID - ietf-interfaces - ext-authenticator","id":"58c614c7-df3c-4179-ba65-bc1b7fada70a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ext-authenticator\": {\n    \"initiate-authentication-request\": false,\n    \"tx-period\": 600,\n    \"response-identity-period\": 30,\n    \"response-challenge-period\": 30\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:ext-authenticator","description":"<p>Contains configuration nodes for the authenticator PAE\nassociated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:ext-authenticator"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2d54d6d2-e3c0-4bfe-ad05-5f925564bfa6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ext-authenticator\": {\n    \"initiate-authentication-request\": false,\n    \"tx-period\": 600,\n    \"response-identity-period\": 30,\n    \"response-challenge-period\": 30\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:ext-authenticator"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"92758ba2-4fd5-4768-9925-a57bb5b87a17","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ext-authenticator\": {\n    \"initiate-authentication-request\": false,\n    \"tx-period\": 600,\n    \"response-identity-period\": 30,\n    \"response-challenge-period\": 30\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:ext-authenticator"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"58c614c7-df3c-4179-ba65-bc1b7fada70a"},{"name":"POST - NodeID - ietf-interfaces - users","id":"35d771bc-51b0-45a3-a3ba-e0e935bceb97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    },\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users","description":"<p>The user authentication data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"84a6be5f-2f9a-4b12-af08-7256587643b6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    },\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35d771bc-51b0-45a3-a3ba-e0e935bceb97"},{"name":"GET - NodeID - ietf-interfaces - users","id":"5e95564d-b0f4-420d-975c-b1e4f6d9695c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users?content=<string>","description":"<p>The user authentication data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fc3bea49-68b1-473a-9a89-c94c9f33b0ee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"users\": {\n    \"user\": [\n      {\n        \"mac-address\": \"?:62:2e:AC:D1:aB:2D\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      },\n      {\n        \"mac-address\": \"?:62:2e:AC:D1:aB:2D\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      }\n    ]\n  }\n}"}],"_postman_id":"5e95564d-b0f4-420d-975c-b1e4f6d9695c"},{"name":"DELETE - NodeID - ietf-interfaces - users","id":"19dcff39-d22d-42d5-a938-a4826d6ecdc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users","description":"<p>The user authentication data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7bf5d7cb-f12a-4dc5-9271-f910190f8e17","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"19dcff39-d22d-42d5-a938-a4826d6ecdc7"},{"name":"PUT - NodeID - ietf-interfaces - users","id":"40d25fa5-2db5-44b9-b628-9746dce64cab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"users\": {\n    \"user\": [\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      },\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users","description":"<p>The user authentication data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"46a0d38b-bf29-4584-bb28-98fd210abb3d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"users\": {\n    \"user\": [\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      },\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9aa10b0d-a704-48c9-8a72-89f065188ef3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"users\": {\n    \"user\": [\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      },\n      {\n        \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n        \"user-id\": \"Some user-id\",\n        \"password\": \"Some password\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40d25fa5-2db5-44b9-b628-9746dce64cab"},{"name":"POST - NodeID - ietf-interfaces - user","id":"c3b0088d-f279-4005-91e6-4c6fc2fdad71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user-id\": \"Some user-id\",\n  \"password\": \"Some password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>","description":"<p>The list of users configured on this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users","user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3f9d8e80-b949-48a5-99b9-3eb1279e2f23","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"user-id\": \"Some user-id\",\n  \"password\": \"Some password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3b0088d-f279-4005-91e6-4c6fc2fdad71"},{"name":"GET - NodeID - ietf-interfaces - user","id":"ac15f4ab-35d7-4430-bf15-980e3a23329b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>?content=<string>","description":"<p>The list of users configured on this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users","user=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0b851225-3b57-4600-a2f8-f195f06d7732","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users","user=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"user\": [\n    {\n      \"mac-address\": \"?:62:2e:AC:D1:aB:2D\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    },\n    {\n      \"mac-address\": \"?:62:2e:AC:D1:aB:2D\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    }\n  ]\n}"}],"_postman_id":"ac15f4ab-35d7-4430-bf15-980e3a23329b"},{"name":"DELETE - NodeID - ietf-interfaces - user","id":"fbe0ae1b-a010-4106-ae36-6c9f286db99c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>","description":"<p>The list of users configured on this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users","user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c812d3d8-fb8f-4421-a785-705af163edf6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fbe0ae1b-a010-4106-ae36-6c9f286db99c"},{"name":"PUT - NodeID - ietf-interfaces - user","id":"b50bc553-ff50-435d-95fe-cd789193e519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    },\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>","description":"<p>The list of users configured on this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users","user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1b22a8b9-d708-4adb-97ec-4361d82d5b23","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    },\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e69e8f9f-9890-4afe-8fdd-e4404f042a50","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    },\n    {\n      \"mac-address\": \"?:11:Cf:6c:4b:B2:6F\",\n      \"user-id\": \"Some user-id\",\n      \"password\": \"Some password\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b50bc553-ff50-435d-95fe-cd789193e519"},{"name":"POST - NodeID - ietf-interfaces - performance","id":"d81e11e5-913d-492b-bd8a-612352382c90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interfaces-performance-management:performance","description":"<p>Performance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interfaces-performance-management:performance"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e5844d4d-da40-417e-9261-db363a520f3b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interfaces-performance-management:performance"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d81e11e5-913d-492b-bd8a-612352382c90"},{"name":"GET - NodeID - ietf-interfaces - performance","id":"353bbbfa-d001-4a93-aba7-c679cbd4400e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interfaces-performance-management:performance?content=<string>","description":"<p>Performance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interfaces-performance-management:performance"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8eee769b-7ac4-45d6-967d-4cb693ed0f45","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interfaces-performance-management:performance?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interfaces-performance-management:performance"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"performance\": {\n    \"enable\": false\n  }\n}"}],"_postman_id":"353bbbfa-d001-4a93-aba7-c679cbd4400e"},{"name":"DELETE - NodeID - ietf-interfaces - performance","id":"021b6eaa-ffb7-4dbc-baf4-e2f3a240fbac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interfaces-performance-management:performance","description":"<p>Performance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interfaces-performance-management:performance"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25d27c98-22c2-406e-b079-d47ae64c06fc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interfaces-performance-management:performance"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"021b6eaa-ffb7-4dbc-baf4-e2f3a240fbac"},{"name":"PUT - NodeID - ietf-interfaces - performance","id":"697b1819-4c11-4dae-86c6-cc28564fec0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"performance\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interfaces-performance-management:performance","description":"<p>Performance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-interfaces-performance-management:performance"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eaa77f88-b7c8-4d19-84f9-aafb4ec350c8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"performance\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interfaces-performance-management:performance"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1ad620f2-f24c-485a-9b27-4a33db87e4d6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"performance\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-interfaces-performance-management:performance"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"697b1819-4c11-4dae-86c6-cc28564fec0a"},{"name":"POST - NodeID - ietf-interfaces - pppoe","id":"de0a16f6-3d99-48ac-96ea-83d252a1ad09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable\": false,\n  \"profile-ref\": \"?:~xR!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-pppoe-intermediate-agent:pppoe","description":"<p>PPPoE Intermediate Agent configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-pppoe-intermediate-agent:pppoe"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"97f809d3-45fa-4927-b851-3637b2974163","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable\": false,\n  \"profile-ref\": \"?:~xR!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-pppoe-intermediate-agent:pppoe"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de0a16f6-3d99-48ac-96ea-83d252a1ad09"},{"name":"GET - NodeID - ietf-interfaces - pppoe","id":"26d43974-ca75-4591-9fe3-4ec0cd5dd1e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-pppoe-intermediate-agent:pppoe?content=<string>","description":"<p>PPPoE Intermediate Agent configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-pppoe-intermediate-agent:pppoe"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e3d2251e-95f0-471d-b410-f465be03188d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-pppoe-intermediate-agent:pppoe?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-pppoe-intermediate-agent:pppoe"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pppoe\": {\n    \"profile-ref\": \"?:t~#\",\n    \"enable\": false\n  }\n}"}],"_postman_id":"26d43974-ca75-4591-9fe3-4ec0cd5dd1e4"},{"name":"DELETE - NodeID - ietf-interfaces - pppoe","id":"5c465af4-fe99-4e35-ba61-538a29f5ed82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-pppoe-intermediate-agent:pppoe","description":"<p>PPPoE Intermediate Agent configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-pppoe-intermediate-agent:pppoe"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"93f88ec5-42d4-42a8-97a4-ef7abd048fb1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-pppoe-intermediate-agent:pppoe"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5c465af4-fe99-4e35-ba61-538a29f5ed82"},{"name":"PUT - NodeID - ietf-interfaces - pppoe","id":"992f8823-7b36-455d-b977-a9098a3c5646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pppoe\": {\n    \"profile-ref\": \"?:~xR!\",\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-pppoe-intermediate-agent:pppoe","description":"<p>PPPoE Intermediate Agent configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-pppoe-intermediate-agent:pppoe"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"811570dd-d8be-4742-bf43-963508b22fe0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe\": {\n    \"profile-ref\": \"?:~xR!\",\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-pppoe-intermediate-agent:pppoe"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"213d4a80-44c5-44a1-9b23-6029ccc6d4e0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pppoe\": {\n    \"profile-ref\": \"?:~xR!\",\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-pppoe-intermediate-agent:pppoe"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"992f8823-7b36-455d-b977-a9098a3c5646"},{"name":"POST - NodeID - ietf-interfaces - ingress-cpu-packets-rate-limit","id":"bc16ba4b-12f1-4b62-9417-6049d02d6a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"no-rate-limit\": \"<object>\",\n  \"rate-limit-policy-name\": \"?:^\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit","description":"<p>A set of rate limit configurations applied on the packets\nto cpu.\nLimiting the rate of traffic to the CPU is executed at\nthe end of ingress processing. It means the policies\ndefined in the ingress qos policy profile are executed\nbefore this one.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"71e496c9-f70a-4468-80a7-a25ad0a43e41","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"no-rate-limit\": \"<object>\",\n  \"rate-limit-policy-name\": \"?:^\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bc16ba4b-12f1-4b62-9417-6049d02d6a8b"},{"name":"GET - NodeID - ietf-interfaces - ingress-cpu-packets-rate-limit","id":"22921963-b1bd-4a9f-913a-95d6f21b3515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit?content=<string>","description":"<p>A set of rate limit configurations applied on the packets\nto cpu.\nLimiting the rate of traffic to the CPU is executed at\nthe end of ingress processing. It means the policies\ndefined in the ingress qos policy profile are executed\nbefore this one.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a6e034f8-0d2d-464a-9bcd-7ddd08a0767f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ingress-cpu-packets-rate-limit\": {\n    \"no-rate-limit\": \"<object>\",\n    \"rate-limit-policy-name\": \"?:,l'\"\n  }\n}"}],"_postman_id":"22921963-b1bd-4a9f-913a-95d6f21b3515"},{"name":"DELETE - NodeID - ietf-interfaces - ingress-cpu-packets-rate-limit","id":"a623aa4b-657f-4ae9-9507-9d4b6aee817e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit","description":"<p>A set of rate limit configurations applied on the packets\nto cpu.\nLimiting the rate of traffic to the CPU is executed at\nthe end of ingress processing. It means the policies\ndefined in the ingress qos policy profile are executed\nbefore this one.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e23659cd-cd3a-4002-a5e4-3fb47213fba3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a623aa4b-657f-4ae9-9507-9d4b6aee817e"},{"name":"PUT - NodeID - ietf-interfaces - ingress-cpu-packets-rate-limit","id":"6446ceba-299a-485b-b298-ccf0808d5443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ingress-cpu-packets-rate-limit\": {\n    \"no-rate-limit\": \"<object>\",\n    \"rate-limit-policy-name\": \"?:^\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit","description":"<p>A set of rate limit configurations applied on the packets\nto cpu.\nLimiting the rate of traffic to the CPU is executed at\nthe end of ingress processing. It means the policies\ndefined in the ingress qos policy profile are executed\nbefore this one.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7dcdf439-0c32-4c32-a991-594c5be279cc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ingress-cpu-packets-rate-limit\": {\n    \"no-rate-limit\": \"<object>\",\n    \"rate-limit-policy-name\": \"?:^\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6880691-f8e4-46ed-8eae-8b1a1040f9f1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ingress-cpu-packets-rate-limit\": {\n    \"no-rate-limit\": \"<object>\",\n    \"rate-limit-policy-name\": \"?:^\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ingress-cpu-packets-rate-limit:ingress-cpu-packets-rate-limit"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6446ceba-299a-485b-b298-ccf0808d5443"},{"name":"POST - NodeID - ietf-interfaces - ptm","id":"0df6b7f4-4e9e-41e0-8cf0-b41bc0d5b3df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"lower-layer-if\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-ptm:ptm","description":"<p>Links the PTM interface to a lower-layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-ptm:ptm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"db437f28-6f50-485c-8d8f-3792c29e3cad","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"lower-layer-if\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-ptm:ptm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0df6b7f4-4e9e-41e0-8cf0-b41bc0d5b3df"},{"name":"GET - NodeID - ietf-interfaces - ptm","id":"ca65387c-9c09-4894-b61b-9266b6e6283a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-ptm:ptm?content=<string>","description":"<p>Links the PTM interface to a lower-layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-ptm:ptm"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"45df7350-aaef-4531-a771-e61761935c7d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-ptm:ptm?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-ptm:ptm"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ptm\": {\n    \"lower-layer-if\": \"?:#\"\n  }\n}"}],"_postman_id":"ca65387c-9c09-4894-b61b-9266b6e6283a"},{"name":"DELETE - NodeID - ietf-interfaces - ptm","id":"d9699620-f62f-41a8-b54f-dd594bc049f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-ptm:ptm","description":"<p>Links the PTM interface to a lower-layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-ptm:ptm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"75ec3b94-4a9c-4df4-be5b-094707e4810f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-ptm:ptm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9699620-f62f-41a8-b54f-dd594bc049f6"},{"name":"PUT - NodeID - ietf-interfaces - ptm","id":"aa213bc6-faba-4eac-8f65-c5910bb9fccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ptm\": {\n    \"lower-layer-if\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-ptm:ptm","description":"<p>Links the PTM interface to a lower-layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-ptm:ptm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"21d8e7f8-efb9-47fb-9889-387c50e150a7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ptm\": {\n    \"lower-layer-if\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-ptm:ptm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"55d65973-2d92-4cfd-9aa1-8d50f25c2834","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ptm\": {\n    \"lower-layer-if\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-ptm:ptm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa213bc6-faba-4eac-8f65-c5910bb9fccc"},{"name":"POST - NodeID - ietf-interfaces - tm-root","id":"ecc3ce2d-a8ab-4e9d-96c7-8092aac00789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"queue\": [\n    {\n      \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n      \"local-queue-id\": 0,\n      \"priority\": 0,\n      \"weight\": 0,\n      \"shaper-name\": \"?:\",\n      \"pre-emption\": true\n    },\n    {\n      \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n      \"local-queue-id\": 0,\n      \"priority\": 0,\n      \"weight\": 0,\n      \"shaper-name\": \"?:\",\n      \"pre-emption\": true\n    }\n  ],\n  \"queue-monitoring\": {\n    \"enable-statistics\": false,\n    \"enable-performance\": false\n  },\n  \"scheduler-node\": [\n    {\n      \"scheduling-level\": 0,\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"child-scheduler-nodes\": [\n        {\n          \"name\": \"?:\",\n          \"priority\": 0,\n          \"weight\": 0\n        },\n        {\n          \"name\": \"?:\",\n          \"priority\": 0,\n          \"weight\": 0\n        }\n      ],\n      \"contains-queues\": true,\n      \"queue\": [\n        {\n          \"local-queue-id\": 0,\n          \"priority\": 0,\n          \"weight\": 0,\n          \"shaper-name\": \"?:j\",\n          \"pre-emption\": true,\n          \"bac-name\": \"?:~\"\n        },\n        {\n          \"local-queue-id\": 0,\n          \"priority\": 0,\n          \"weight\": 0,\n          \"shaper-name\": \"?:j\",\n          \"pre-emption\": true,\n          \"bac-name\": \"?:~\"\n        }\n      ],\n      \"shaper-name\": \"?:\"\n    },\n    {\n      \"scheduling-level\": 0,\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"child-scheduler-nodes\": [\n        {\n          \"name\": \"?:\",\n          \"priority\": 0,\n          \"weight\": 0\n        },\n        {\n          \"name\": \"?:\",\n          \"priority\": 0,\n          \"weight\": 0\n        }\n      ],\n      \"contains-queues\": true,\n      \"queue\": [\n        {\n          \"local-queue-id\": 0,\n          \"priority\": 0,\n          \"weight\": 0,\n          \"shaper-name\": \"?:j\",\n          \"pre-emption\": true,\n          \"bac-name\": \"?:~\"\n        },\n        {\n          \"local-queue-id\": 0,\n          \"priority\": 0,\n          \"weight\": 0,\n          \"shaper-name\": \"?:j\",\n          \"pre-emption\": true,\n          \"bac-name\": \"?:~\"\n        }\n      ],\n      \"shaper-name\": \"?:\"\n    }\n  ],\n  \"child-scheduler-nodes\": [\n    {\n      \"name\": \"?:D\",\n      \"priority\": 0,\n      \"weight\": 0\n    },\n    {\n      \"name\": \"?:D\",\n      \"priority\": 0,\n      \"weight\": 0\n    }\n  ],\n  \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n  \"shaper-name\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-traffic-mngt:tm-root","description":"<p>The attributes of the root in the scheduling tree.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-traffic-mngt:tm-root"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"22a4bc3c-9428-47b4-ae2e-65796a203638","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"queue\": [\n    {\n      \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n      \"local-queue-id\": 0,\n      \"priority\": 0,\n      \"weight\": 0,\n      \"shaper-name\": \"?:\",\n      \"pre-emption\": true\n    },\n    {\n      \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n      \"local-queue-id\": 0,\n      \"priority\": 0,\n      \"weight\": 0,\n      \"shaper-name\": \"?:\",\n      \"pre-emption\": true\n    }\n  ],\n  \"queue-monitoring\": {\n    \"enable-statistics\": false,\n    \"enable-performance\": false\n  },\n  \"scheduler-node\": [\n    {\n      \"scheduling-level\": 0,\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"child-scheduler-nodes\": [\n        {\n          \"name\": \"?:\",\n          \"priority\": 0,\n          \"weight\": 0\n        },\n        {\n          \"name\": \"?:\",\n          \"priority\": 0,\n          \"weight\": 0\n        }\n      ],\n      \"contains-queues\": true,\n      \"queue\": [\n        {\n          \"local-queue-id\": 0,\n          \"priority\": 0,\n          \"weight\": 0,\n          \"shaper-name\": \"?:j\",\n          \"pre-emption\": true,\n          \"bac-name\": \"?:~\"\n        },\n        {\n          \"local-queue-id\": 0,\n          \"priority\": 0,\n          \"weight\": 0,\n          \"shaper-name\": \"?:j\",\n          \"pre-emption\": true,\n          \"bac-name\": \"?:~\"\n        }\n      ],\n      \"shaper-name\": \"?:\"\n    },\n    {\n      \"scheduling-level\": 0,\n      \"name\": \"?:\",\n      \"description\": \"?:\",\n      \"child-scheduler-nodes\": [\n        {\n          \"name\": \"?:\",\n          \"priority\": 0,\n          \"weight\": 0\n        },\n        {\n          \"name\": \"?:\",\n          \"priority\": 0,\n          \"weight\": 0\n        }\n      ],\n      \"contains-queues\": true,\n      \"queue\": [\n        {\n          \"local-queue-id\": 0,\n          \"priority\": 0,\n          \"weight\": 0,\n          \"shaper-name\": \"?:j\",\n          \"pre-emption\": true,\n          \"bac-name\": \"?:~\"\n        },\n        {\n          \"local-queue-id\": 0,\n          \"priority\": 0,\n          \"weight\": 0,\n          \"shaper-name\": \"?:j\",\n          \"pre-emption\": true,\n          \"bac-name\": \"?:~\"\n        }\n      ],\n      \"shaper-name\": \"?:\"\n    }\n  ],\n  \"child-scheduler-nodes\": [\n    {\n      \"name\": \"?:D\",\n      \"priority\": 0,\n      \"weight\": 0\n    },\n    {\n      \"name\": \"?:D\",\n      \"priority\": 0,\n      \"weight\": 0\n    }\n  ],\n  \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n  \"shaper-name\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-traffic-mngt:tm-root"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ecc3ce2d-a8ab-4e9d-96c7-8092aac00789"},{"name":"GET - NodeID - ietf-interfaces - tm-root","id":"8961aef4-9f78-42d8-a4f3-250ee020f5a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-traffic-mngt:tm-root?content=<string>","description":"<p>The attributes of the root in the scheduling tree.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-traffic-mngt:tm-root"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ee8a21c7-3d0a-4607-b714-9a1f05bc6407","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-traffic-mngt:tm-root?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-traffic-mngt:tm-root"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tm-root\": {\n    \"queue\": [\n      {\n        \"bac-name\": \"?:(;\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      },\n      {\n        \"bac-name\": \"?:(;\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      }\n    ],\n    \"queue-monitoring\": {\n      \"enable-statistics\": false,\n      \"enable-performance\": false\n    },\n    \"scheduler-node\": [\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:(\",\n        \"description\": \"?:p6\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:=\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:=\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:pZ&:j8_h\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:pZ&:j8_h\"\n          }\n        ],\n        \"shaper-name\": \"?:Yi\\\"\"\n      },\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:(\",\n        \"description\": \"?:p6\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:=\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:=\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:pZ&:j8_h\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:pZ&:j8_h\"\n          }\n        ],\n        \"shaper-name\": \"?:Yi\\\"\"\n      }\n    ],\n    \"child-scheduler-nodes\": [\n      {\n        \"name\": \"?:);\",\n        \"priority\": 0,\n        \"weight\": 0\n      },\n      {\n        \"name\": \"?:);\",\n        \"priority\": 0,\n        \"weight\": 0\n      }\n    ],\n    \"tc-id-2-queue-id-mapping-profile-name\": \"?:)]@)\",\n    \"shaper-name\": \"?:Y%D6zJD&9=\"\n  }\n}"}],"_postman_id":"8961aef4-9f78-42d8-a4f3-250ee020f5a0"},{"name":"DELETE - NodeID - ietf-interfaces - tm-root","id":"3b4129cc-82ad-4798-9427-ea7569de48cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-traffic-mngt:tm-root","description":"<p>The attributes of the root in the scheduling tree.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-traffic-mngt:tm-root"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8ad7c5ac-e721-4a85-84a4-3e972ec4678b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-traffic-mngt:tm-root"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b4129cc-82ad-4798-9427-ea7569de48cb"},{"name":"PUT - NodeID - ietf-interfaces - tm-root","id":"a971162a-27a7-4f61-afda-a5a90ecad7e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tm-root\": {\n    \"queue\": [\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      },\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      }\n    ],\n    \"queue-monitoring\": {\n      \"enable-statistics\": false,\n      \"enable-performance\": false\n    },\n    \"scheduler-node\": [\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      },\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      }\n    ],\n    \"child-scheduler-nodes\": [\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      },\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      }\n    ],\n    \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n    \"shaper-name\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-traffic-mngt:tm-root","description":"<p>The attributes of the root in the scheduling tree.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-traffic-mngt:tm-root"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f3484c64-0baf-482f-ab6b-408951612cd9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tm-root\": {\n    \"queue\": [\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      },\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      }\n    ],\n    \"queue-monitoring\": {\n      \"enable-statistics\": false,\n      \"enable-performance\": false\n    },\n    \"scheduler-node\": [\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      },\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      }\n    ],\n    \"child-scheduler-nodes\": [\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      },\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      }\n    ],\n    \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n    \"shaper-name\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-traffic-mngt:tm-root"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5114b17-c0a8-4753-9256-cc730ddce389","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tm-root\": {\n    \"queue\": [\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      },\n      {\n        \"bac-name\": \"?:c<m/Z%{ldwA'\\\"#\",\n        \"local-queue-id\": 0,\n        \"priority\": 0,\n        \"weight\": 0,\n        \"shaper-name\": \"?:\",\n        \"pre-emption\": true\n      }\n    ],\n    \"queue-monitoring\": {\n      \"enable-statistics\": false,\n      \"enable-performance\": false\n    },\n    \"scheduler-node\": [\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      },\n      {\n        \"scheduling-level\": 0,\n        \"name\": \"?:\",\n        \"description\": \"?:\",\n        \"child-scheduler-nodes\": [\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          },\n          {\n            \"name\": \"?:\",\n            \"priority\": 0,\n            \"weight\": 0\n          }\n        ],\n        \"contains-queues\": true,\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          },\n          {\n            \"local-queue-id\": 0,\n            \"priority\": 0,\n            \"weight\": 0,\n            \"shaper-name\": \"?:j\",\n            \"pre-emption\": true,\n            \"bac-name\": \"?:~\"\n          }\n        ],\n        \"shaper-name\": \"?:\"\n      }\n    ],\n    \"child-scheduler-nodes\": [\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      },\n      {\n        \"name\": \"?:D\",\n        \"priority\": 0,\n        \"weight\": 0\n      }\n    ],\n    \"tc-id-2-queue-id-mapping-profile-name\": \"?:XLe]k;zI;\",\n    \"shaper-name\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-traffic-mngt:tm-root"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a971162a-27a7-4f61-afda-a5a90ecad7e5"},{"name":"POST - NodeID - ietf-interfaces - egress-tm-objects","id":"e6675261-b5ff-4a5b-9863-4b5ea37479aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"root-if-name\": \"?:|\",\n  \"scheduler-node-name\": \"?:J\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-enhanced-scheduling:egress-tm-objects","description":"<p>Defines the traffic management node(s), to which the\negress traffic of the interface shall be directed to.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-enhanced-scheduling:egress-tm-objects"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"77e95763-dfb3-4812-b532-e915040b059f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"root-if-name\": \"?:|\",\n  \"scheduler-node-name\": \"?:J\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-enhanced-scheduling:egress-tm-objects"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e6675261-b5ff-4a5b-9863-4b5ea37479aa"},{"name":"GET - NodeID - ietf-interfaces - egress-tm-objects","id":"211e5403-930e-42a8-8c7a-f19cd534f6fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-enhanced-scheduling:egress-tm-objects?content=<string>","description":"<p>Defines the traffic management node(s), to which the\negress traffic of the interface shall be directed to.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-enhanced-scheduling:egress-tm-objects"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7b088520-6392-4ea9-8cbf-918b1f611739","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-enhanced-scheduling:egress-tm-objects?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-enhanced-scheduling:egress-tm-objects"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"egress-tm-objects\": {\n    \"root-if-name\": \"?:f~\",\n    \"scheduler-node-name\": \"?:\"\n  }\n}"}],"_postman_id":"211e5403-930e-42a8-8c7a-f19cd534f6fe"},{"name":"DELETE - NodeID - ietf-interfaces - egress-tm-objects","id":"5ccaf917-9fa2-40a5-bb7c-9fbbaca052ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-enhanced-scheduling:egress-tm-objects","description":"<p>Defines the traffic management node(s), to which the\negress traffic of the interface shall be directed to.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-enhanced-scheduling:egress-tm-objects"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a8d8f68b-0b3a-47db-8d86-a786a113c23a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-enhanced-scheduling:egress-tm-objects"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5ccaf917-9fa2-40a5-bb7c-9fbbaca052ec"},{"name":"PUT - NodeID - ietf-interfaces - egress-tm-objects","id":"8ee4c862-9a4e-4b77-8b08-2d51a410dc5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"egress-tm-objects\": {\n    \"root-if-name\": \"?:|\",\n    \"scheduler-node-name\": \"?:J\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-enhanced-scheduling:egress-tm-objects","description":"<p>Defines the traffic management node(s), to which the\negress traffic of the interface shall be directed to.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-qos-enhanced-scheduling:egress-tm-objects"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2c9b8cb0-9abc-44c7-9c52-1f12216bfbbe","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"egress-tm-objects\": {\n    \"root-if-name\": \"?:|\",\n    \"scheduler-node-name\": \"?:J\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-enhanced-scheduling:egress-tm-objects"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e1066976-f3f4-452b-93d0-3f7a1d7217bd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"egress-tm-objects\": {\n    \"root-if-name\": \"?:|\",\n    \"scheduler-node-name\": \"?:J\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-qos-enhanced-scheduling:egress-tm-objects"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ee4c862-9a4e-4b77-8b08-2d51a410dc5a"},{"name":"POST - NodeID - ietf-interfaces - speed-monitoring","id":"3b19c988-0af9-4140-aa94-eea1b6c5d040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring","description":"<p>Time monitoring data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c4f46bfd-6fc0-49a1-a82f-c9e3326eb3e2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b19c988-0af9-4140-aa94-eea1b6c5d040"},{"name":"GET - NodeID - ietf-interfaces - speed-monitoring","id":"a9625081-34bf-4be9-8978-436d10b7e153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring?content=<string>","description":"<p>Time monitoring data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c351f184-2c65-4455-ac10-9c1376316606","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"speed-monitoring\": {\n    \"enable\": false\n  }\n}"}],"_postman_id":"a9625081-34bf-4be9-8978-436d10b7e153"},{"name":"DELETE - NodeID - ietf-interfaces - speed-monitoring","id":"59ccd4c7-f255-4207-be77-acb7f86a5ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring","description":"<p>Time monitoring data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e058d615-3606-4785-abf4-edd263e8ecc8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59ccd4c7-f255-4207-be77-acb7f86a5ab0"},{"name":"PUT - NodeID - ietf-interfaces - speed-monitoring","id":"74ce683a-ce35-48ac-ac1c-ef3976c08a24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"speed-monitoring\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring","description":"<p>Time monitoring data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4bc82c4b-9da8-4cb0-a20b-29ea439c721e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"speed-monitoring\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d00c58f2-e728-4c1f-8712-d8d39fe25ae8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"speed-monitoring\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74ce683a-ce35-48ac-ac1c-ef3976c08a24"},{"name":"POST - NodeID - ietf-interfaces - cpe-reboot","id":"17b69601-7f6f-4f70-9a60-c8ddf4356f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot","description":"<p>Objects associated with the CPE reboot.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-reboot"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"57a84b9c-26b4-4e97-9868-fdb8386491f1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17b69601-7f6f-4f70-9a60-c8ddf4356f89"},{"name":"GET - NodeID - ietf-interfaces - cpe-reboot","id":"ea15b648-8c25-4b36-946b-a9f85260852f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot?content=<string>","description":"<p>Objects associated with the CPE reboot.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-reboot"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"54df4441-66b3-45dd-8733-42013da175c7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-reboot"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cpe-reboot\": {}\n}"}],"_postman_id":"ea15b648-8c25-4b36-946b-a9f85260852f"},{"name":"DELETE - NodeID - ietf-interfaces - cpe-reboot","id":"20360654-04f7-4319-a204-4587ce5bec0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot","description":"<p>Objects associated with the CPE reboot.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-reboot"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"66ba7d10-963b-46f8-8550-19ab0d3d040a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"20360654-04f7-4319-a204-4587ce5bec0d"},{"name":"PUT - NodeID - ietf-interfaces - cpe-reboot","id":"235f9c5b-125d-4f30-bc2b-ce0167d7b598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cpe-reboot\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot","description":"<p>Objects associated with the CPE reboot.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-reboot"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d3d78b56-e052-42cb-b9ca-458f1e0bb885","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-reboot\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dac70042-eb0e-4039-8f02-1eae008fe98d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-reboot\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"235f9c5b-125d-4f30-bc2b-ce0167d7b598"},{"name":"POST - NodeID - ietf-interfaces - reboot-cpe","id":"69f2ab99-bae1-43ae-9529-27db7e1c5695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot/reboot-cpe","description":"<p>To signal the CPE to go for the reboot.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-reboot","reboot-cpe"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"622a35df-6919-4910-8ba2-0d74db8b858c","name":"RPC reboot-cpe success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-reboot/reboot-cpe"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"69f2ab99-bae1-43ae-9529-27db7e1c5695"},{"name":"POST - NodeID - ietf-interfaces - cpe-set-operator-id","id":"114a8dc9-ecc3-41e0-a6f6-04042a8c3c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id","description":"<p>Setting operator ID in CPE </p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-set-operator-id"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"29c3e7c7-ceae-4e11-91bd-1d64ca8f325d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"114a8dc9-ecc3-41e0-a6f6-04042a8c3c99"},{"name":"GET - NodeID - ietf-interfaces - cpe-set-operator-id","id":"f572fded-f87d-49df-988f-43a922e9553f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id?content=<string>","description":"<p>Setting operator ID in CPE </p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-set-operator-id"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"444a2772-e4e1-4be3-93af-f9a271bbdfbb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-set-operator-id"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cpe-set-operator-id\": {}\n}"}],"_postman_id":"f572fded-f87d-49df-988f-43a922e9553f"},{"name":"DELETE - NodeID - ietf-interfaces - cpe-set-operator-id","id":"b2c7e05a-b60d-47c6-b720-acd4092904a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id","description":"<p>Setting operator ID in CPE </p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-set-operator-id"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f20b3524-0389-4cd0-84d2-7af7d8312cfe","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2c7e05a-b60d-47c6-b720-acd4092904a1"},{"name":"PUT - NodeID - ietf-interfaces - cpe-set-operator-id","id":"f0683109-2cc7-45a8-9cff-1ead280b311e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cpe-set-operator-id\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id","description":"<p>Setting operator ID in CPE </p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-set-operator-id"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a50740bc-9d67-4766-8f0b-abc82e45d139","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-set-operator-id\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0f029dfe-580c-48c4-bc1e-0983b6686e9d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-set-operator-id\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0683109-2cc7-45a8-9cff-1ead280b311e"},{"name":"POST - NodeID - ietf-interfaces - set-operator-id-cpe","id":"315240ad-448e-439f-93bb-e9ab5578c725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"operator-id\": \"Some operator-id\",\n    \"reset-flag\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id/set-operator-id-cpe","description":"<p>To signal the CPE to set the operator ID</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-set-operator-id","set-operator-id-cpe"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"61cf7fcf-3ef6-409a-a824-d072d9a7f19c","name":"RPC set-operator-id-cpe success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"operator-id\": \"Some operator-id\",\n    \"reset-flag\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-set-operator-id/set-operator-id-cpe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"failure-reason\": \"<string>\",\n    \"failure-string\": \"Some failure-string\"\n  }\n}"}],"_postman_id":"315240ad-448e-439f-93bb-e9ab5578c725"},{"name":"POST - NodeID - ietf-interfaces - cpe-uni-management","id":"8b245153-1630-4f05-8565-31b7ac78b951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uni-management\": [\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    },\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1b5f542b-86b6-4aa7-969a-fad83dcb643e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uni-management\": [\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    },\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b245153-1630-4f05-8565-31b7ac78b951"},{"name":"GET - NodeID - ietf-interfaces - cpe-uni-management","id":"20184d05-4a98-4bc0-b144-7e38053edc15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b09d73e0-aa6e-45d8-9acd-1e903b22540a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cpe-uni-management\": {\n    \"uni-management\": [\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:V\",\n        \"egress-qos-policy-profile\": \"?:\\\"*E\"\n      },\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:V\",\n        \"egress-qos-policy-profile\": \"?:\\\"*E\"\n      }\n    ]\n  }\n}"}],"_postman_id":"20184d05-4a98-4bc0-b144-7e38053edc15"},{"name":"DELETE - NodeID - ietf-interfaces - cpe-uni-management","id":"a827a313-2ccf-4233-b32c-3b144ca8235f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5b2a94e6-76ce-4e77-a580-526fe7f82b10","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a827a313-2ccf-4233-b32c-3b144ca8235f"},{"name":"PUT - NodeID - ietf-interfaces - cpe-uni-management","id":"150f6069-ed75-4220-956e-1b6516944eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cpe-uni-management\": {\n    \"uni-management\": [\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      },\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ced82889-fd0e-4c71-9f3c-0e485e6cd62d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-uni-management\": {\n    \"uni-management\": [\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      },\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"080332ec-84e6-43f6-ab89-db4ef4fcee68","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-uni-management\": {\n    \"uni-management\": [\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      },\n      {\n        \"uni-identifier\": -128,\n        \"admin-status\": \"lock\",\n        \"link-parameters\": {\n          \"auto-neg\": \"enable\",\n          \"speed\": \"ethernet-10-base-t\",\n          \"duplex\": \"half-duplex\",\n          \"flow-control\": \"full-duplex-on\",\n          \"mode\": \"mdi\"\n        },\n        \"ingress-qos-policy-profile\": \"?:\",\n        \"egress-qos-policy-profile\": \"?:gK>/L\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"150f6069-ed75-4220-956e-1b6516944eac"},{"name":"POST - NodeID - ietf-interfaces - reset-counters","id":"90f370e2-73cf-41b9-8f6e-0df16e568a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"uni-port\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/reset-counters","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","reset-counters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6035d9e9-91f0-446f-811d-4082a44d3607","name":"RPC reset-counters success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"uni-port\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/reset-counters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"failure-reason\": \"<string>\",\n    \"failure-string\": \"Some failure-string\"\n  }\n}"}],"_postman_id":"90f370e2-73cf-41b9-8f6e-0df16e568a39"},{"name":"POST - NodeID - ietf-interfaces - uni-management","id":"740c92be-d5be-4268-bc70-47cff7e8917c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"admin-status\": \"lock\",\n  \"link-parameters\": {\n    \"auto-neg\": \"enable\",\n    \"speed\": \"ethernet-10-base-t\",\n    \"duplex\": \"half-duplex\",\n    \"flow-control\": \"full-duplex-on\",\n    \"mode\": \"mdi\"\n  },\n  \"ingress-qos-policy-profile\": \"?:\",\n  \"egress-qos-policy-profile\": \"?:gK>/L\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>","description":"<p>This list contains RMM UNI management parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"62698ae6-78ca-464f-b414-0b0b274f7a45","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"admin-status\": \"lock\",\n  \"link-parameters\": {\n    \"auto-neg\": \"enable\",\n    \"speed\": \"ethernet-10-base-t\",\n    \"duplex\": \"half-duplex\",\n    \"flow-control\": \"full-duplex-on\",\n    \"mode\": \"mdi\"\n  },\n  \"ingress-qos-policy-profile\": \"?:\",\n  \"egress-qos-policy-profile\": \"?:gK>/L\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"740c92be-d5be-4268-bc70-47cff7e8917c"},{"name":"GET - NodeID - ietf-interfaces - uni-management","id":"988b76cb-5527-4379-9eb5-ad837c68a055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>?content=<string>","description":"<p>This list contains RMM UNI management parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d05caf5e-daf4-4427-aad1-641675e6e5d0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uni-management\": [\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:V\",\n      \"egress-qos-policy-profile\": \"?:\\\"*E\"\n    },\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:V\",\n      \"egress-qos-policy-profile\": \"?:\\\"*E\"\n    }\n  ]\n}"}],"_postman_id":"988b76cb-5527-4379-9eb5-ad837c68a055"},{"name":"DELETE - NodeID - ietf-interfaces - uni-management","id":"774d0980-99af-47c1-9b38-38da3f73419d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>","description":"<p>This list contains RMM UNI management parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"06d21064-0469-48d6-a91d-e33fa6eb7815","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"774d0980-99af-47c1-9b38-38da3f73419d"},{"name":"PUT - NodeID - ietf-interfaces - uni-management","id":"405381db-13b1-4841-adff-dfc1af25d18d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uni-management\": [\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    },\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>","description":"<p>This list contains RMM UNI management parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"196c5062-a5e2-49ff-a5fb-5c2586787db8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uni-management\": [\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    },\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"54335fe4-f358-4341-b023-e4b2f6f02cd8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uni-management\": [\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    },\n    {\n      \"uni-identifier\": -128,\n      \"admin-status\": \"lock\",\n      \"link-parameters\": {\n        \"auto-neg\": \"enable\",\n        \"speed\": \"ethernet-10-base-t\",\n        \"duplex\": \"half-duplex\",\n        \"flow-control\": \"full-duplex-on\",\n        \"mode\": \"mdi\"\n      },\n      \"ingress-qos-policy-profile\": \"?:\",\n      \"egress-qos-policy-profile\": \"?:gK>/L\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"405381db-13b1-4841-adff-dfc1af25d18d"},{"name":"POST - NodeID - ietf-interfaces - link-parameters","id":"fece4d64-00d4-4e6e-bb63-ec5c0fcb01d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auto-neg\": \"enable\",\n  \"speed\": \"ethernet-10-base-t\",\n  \"duplex\": \"half-duplex\",\n  \"flow-control\": \"full-duplex-on\",\n  \"mode\": \"mdi\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>/link-parameters","description":"<p> CPE UNI link parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>","link-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9dc1409f-6249-4fdb-943c-e218950a58d7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"auto-neg\": \"enable\",\n  \"speed\": \"ethernet-10-base-t\",\n  \"duplex\": \"half-duplex\",\n  \"flow-control\": \"full-duplex-on\",\n  \"mode\": \"mdi\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>/link-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fece4d64-00d4-4e6e-bb63-ec5c0fcb01d8"},{"name":"GET - NodeID - ietf-interfaces - link-parameters","id":"5cd951a6-d702-4ac1-8046-c173260d0d65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>/link-parameters?content=<string>","description":"<p> CPE UNI link parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>","link-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3f45bca7-43c5-4758-ac1e-f8d56ecac4c5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>/link-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>","link-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"link-parameters\": {\n    \"auto-neg\": \"enable\",\n    \"speed\": \"ethernet-10-base-t\",\n    \"duplex\": \"half-duplex\",\n    \"flow-control\": \"full-duplex-on\",\n    \"mode\": \"mdi\"\n  }\n}"}],"_postman_id":"5cd951a6-d702-4ac1-8046-c173260d0d65"},{"name":"DELETE - NodeID - ietf-interfaces - link-parameters","id":"c6b2b3a9-e2ac-4edc-8204-1f6e900385c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>/link-parameters","description":"<p> CPE UNI link parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>","link-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"27797787-c53e-4461-9f54-fea410ec597f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>/link-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6b2b3a9-e2ac-4edc-8204-1f6e900385c8"},{"name":"PUT - NodeID - ietf-interfaces - link-parameters","id":"5b0a67f3-c5df-40dd-bb78-fcb6455811b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"link-parameters\": {\n    \"auto-neg\": \"enable\",\n    \"speed\": \"ethernet-10-base-t\",\n    \"duplex\": \"half-duplex\",\n    \"flow-control\": \"full-duplex-on\",\n    \"mode\": \"mdi\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>/link-parameters","description":"<p> CPE UNI link parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-management:cpe-uni-management","uni-management=<string>","link-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bb371257-60b8-4f99-8f19-ceaf6b9e010a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"link-parameters\": {\n    \"auto-neg\": \"enable\",\n    \"speed\": \"ethernet-10-base-t\",\n    \"duplex\": \"half-duplex\",\n    \"flow-control\": \"full-duplex-on\",\n    \"mode\": \"mdi\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>/link-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dbcc2002-a4ec-4ed1-8e64-209e952e7a38","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"link-parameters\": {\n    \"auto-neg\": \"enable\",\n    \"speed\": \"ethernet-10-base-t\",\n    \"duplex\": \"half-duplex\",\n    \"flow-control\": \"full-duplex-on\",\n    \"mode\": \"mdi\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-management:cpe-uni-management/uni-management=<string>/link-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b0a67f3-c5df-40dd-bb78-fcb6455811b6"},{"name":"POST - NodeID - ietf-interfaces - mac-learning","id":"8aad6743-4b0d-4b97-b2f3-6754d883c113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"max-number-mac-addresses\": 4294967295,\n  \"number-committed-mac-addresses\": 1,\n  \"mac-learning-enable\": true,\n  \"mac-learning-failure-action\": \"forward\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-forwarding:mac-learning","description":"<p>Data nodes for MAC learning configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-forwarding:mac-learning"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"baab26cb-1d50-415e-be43-8e44c52080b3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"max-number-mac-addresses\": 4294967295,\n  \"number-committed-mac-addresses\": 1,\n  \"mac-learning-enable\": true,\n  \"mac-learning-failure-action\": \"forward\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-forwarding:mac-learning"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8aad6743-4b0d-4b97-b2f3-6754d883c113"},{"name":"GET - NodeID - ietf-interfaces - mac-learning","id":"f165fd85-a3ce-4f32-9ba7-ba2fc1867a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-forwarding:mac-learning?content=<string>","description":"<p>Data nodes for MAC learning configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-forwarding:mac-learning"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8d952cdf-0445-4088-8f28-8dbaec1a819d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-forwarding:mac-learning?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-forwarding:mac-learning"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mac-learning\": {\n    \"max-number-mac-addresses\": 4294967295,\n    \"number-committed-mac-addresses\": 1,\n    \"mac-learning-enable\": true,\n    \"mac-learning-failure-action\": \"forward\"\n  }\n}"}],"_postman_id":"f165fd85-a3ce-4f32-9ba7-ba2fc1867a5a"},{"name":"DELETE - NodeID - ietf-interfaces - mac-learning","id":"930d00e8-9ab0-4a47-bba5-91538b8b51b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-forwarding:mac-learning","description":"<p>Data nodes for MAC learning configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-forwarding:mac-learning"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ee9b4986-cbfb-445c-b6af-ae7b8f255214","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-forwarding:mac-learning"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"930d00e8-9ab0-4a47-bba5-91538b8b51b8"},{"name":"PUT - NodeID - ietf-interfaces - mac-learning","id":"e8ea0c78-e63f-4388-8452-d34defc85762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mac-learning\": {\n    \"max-number-mac-addresses\": 4294967295,\n    \"number-committed-mac-addresses\": 1,\n    \"mac-learning-enable\": true,\n    \"mac-learning-failure-action\": \"forward\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-forwarding:mac-learning","description":"<p>Data nodes for MAC learning configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-l2-forwarding:mac-learning"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3c91d21c-4714-45b4-b54d-457d7ab4e9bc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning\": {\n    \"max-number-mac-addresses\": 4294967295,\n    \"number-committed-mac-addresses\": 1,\n    \"mac-learning-enable\": true,\n    \"mac-learning-failure-action\": \"forward\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-forwarding:mac-learning"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"37e11806-a069-4dab-b34d-c9caa8575303","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"mac-learning\": {\n    \"max-number-mac-addresses\": 4294967295,\n    \"number-committed-mac-addresses\": 1,\n    \"mac-learning-enable\": true,\n    \"mac-learning-failure-action\": \"forward\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-l2-forwarding:mac-learning"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8ea0c78-e63f-4388-8452-d34defc85762"},{"name":"POST - NodeID - ietf-interfaces - subscriber-profile","id":"11f056ed-5d0b-47ee-971f-12fff7029329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"profile\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-subscriber-profiles:subscriber-profile","description":"<p>Subscriber configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-subscriber-profiles:subscriber-profile"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6200bbd2-bfec-4894-a626-930876780480","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"profile\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-subscriber-profiles:subscriber-profile"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11f056ed-5d0b-47ee-971f-12fff7029329"},{"name":"GET - NodeID - ietf-interfaces - subscriber-profile","id":"99a3c5b0-43fe-409e-b9a7-87b1e160449b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-subscriber-profiles:subscriber-profile?content=<string>","description":"<p>Subscriber configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-subscriber-profiles:subscriber-profile"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"af6bd518-ee97-484c-a45b-dd851b75eb3c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-subscriber-profiles:subscriber-profile?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-subscriber-profiles:subscriber-profile"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subscriber-profile\": {\n    \"profile\": \"?:\"\n  }\n}"}],"_postman_id":"99a3c5b0-43fe-409e-b9a7-87b1e160449b"},{"name":"DELETE - NodeID - ietf-interfaces - subscriber-profile","id":"855294cb-a3f0-48ad-8f87-db575948b264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-subscriber-profiles:subscriber-profile","description":"<p>Subscriber configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-subscriber-profiles:subscriber-profile"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"21bb5c87-2b50-467f-96a4-6bf99e7972b8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-subscriber-profiles:subscriber-profile"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"855294cb-a3f0-48ad-8f87-db575948b264"},{"name":"PUT - NodeID - ietf-interfaces - subscriber-profile","id":"67797017-fee1-438b-b0f2-fa0d68e52d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subscriber-profile\": {\n    \"profile\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-subscriber-profiles:subscriber-profile","description":"<p>Subscriber configuration parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-subscriber-profiles:subscriber-profile"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"324c918f-2836-4815-a228-e53ba489b971","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriber-profile\": {\n    \"profile\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-subscriber-profiles:subscriber-profile"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f39845ee-3d41-4df1-be64-e6899e087d8c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriber-profile\": {\n    \"profile\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-subscriber-profiles:subscriber-profile"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67797017-fee1-438b-b0f2-fa0d68e52d49"},{"name":"POST - NodeID - ietf-interfaces - ethernet","id":"5df1f665-0d91-4d97-97ae-7216dd4bfcab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auto-negotiation\": {\n    \"status\": \"enabled\",\n    \"duplex\": \"full\",\n    \"speed\": \"<string>\",\n    \"advertised-flow-control\": \"disabled\",\n    \"forced-flow-control\": \"PAUSE\"\n  },\n  \"manual\": {\n    \"duplex\": \"full\",\n    \"speed\": \"<string>\",\n    \"flow-control\": \"PAUSE\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ethernet:ethernet","description":"<p>Contains all Ethernet interface related configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ethernet:ethernet"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e9c75296-8446-44ff-b98b-9f80b100768e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"auto-negotiation\": {\n    \"status\": \"enabled\",\n    \"duplex\": \"full\",\n    \"speed\": \"<string>\",\n    \"advertised-flow-control\": \"disabled\",\n    \"forced-flow-control\": \"PAUSE\"\n  },\n  \"manual\": {\n    \"duplex\": \"full\",\n    \"speed\": \"<string>\",\n    \"flow-control\": \"PAUSE\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ethernet:ethernet"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5df1f665-0d91-4d97-97ae-7216dd4bfcab"},{"name":"GET - NodeID - ietf-interfaces - ethernet","id":"eebe7385-a052-4d04-9104-e1ebba77c9b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ethernet:ethernet?content=<string>","description":"<p>Contains all Ethernet interface related configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ethernet:ethernet"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"db861a04-cf3a-4e28-8983-b51e1d6815f2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ethernet:ethernet?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ethernet:ethernet"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ethernet\": {\n    \"auto-negotiation\": {\n      \"status\": \"enabled\",\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"advertised-flow-control\": \"disabled\",\n      \"forced-flow-control\": \"PAUSE\"\n    },\n    \"manual\": {\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"flow-control\": \"PAUSE\"\n    }\n  }\n}"}],"_postman_id":"eebe7385-a052-4d04-9104-e1ebba77c9b7"},{"name":"DELETE - NodeID - ietf-interfaces - ethernet","id":"f50347b3-7f53-49bc-b912-3fdc7a2cf040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ethernet:ethernet","description":"<p>Contains all Ethernet interface related configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ethernet:ethernet"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4b872443-40a9-4fed-8df9-34cde609d830","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ethernet:ethernet"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f50347b3-7f53-49bc-b912-3fdc7a2cf040"},{"name":"PUT - NodeID - ietf-interfaces - ethernet","id":"d81e789d-5f62-4d8b-87fa-5a7efaa8fb0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ethernet\": {\n    \"auto-negotiation\": {\n      \"status\": \"enabled\",\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"advertised-flow-control\": \"disabled\",\n      \"forced-flow-control\": \"PAUSE\"\n    },\n    \"manual\": {\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"flow-control\": \"PAUSE\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ethernet:ethernet","description":"<p>Contains all Ethernet interface related configuration</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ethernet:ethernet"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd38afdc-5f00-48a6-b9c1-7b5d1a2bd88a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ethernet\": {\n    \"auto-negotiation\": {\n      \"status\": \"enabled\",\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"advertised-flow-control\": \"disabled\",\n      \"forced-flow-control\": \"PAUSE\"\n    },\n    \"manual\": {\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"flow-control\": \"PAUSE\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ethernet:ethernet"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"935cd6a6-c208-4449-a21d-4111ff9102f6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ethernet\": {\n    \"auto-negotiation\": {\n      \"status\": \"enabled\",\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"advertised-flow-control\": \"disabled\",\n      \"forced-flow-control\": \"PAUSE\"\n    },\n    \"manual\": {\n      \"duplex\": \"full\",\n      \"speed\": \"<string>\",\n      \"flow-control\": \"PAUSE\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ethernet:ethernet"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d81e789d-5f62-4d8b-87fa-5a7efaa8fb0d"},{"name":"POST - NodeID - ietf-interfaces - ipv4-security","id":"357fc1a3-ab8b-4077-a68f-aa6a0c0b0938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prevent-ipv4-address-spoofing\": false,\n  \"learn-addresses-from-dhcp\": \"<object>\",\n  \"address\": [\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    },\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    }\n  ],\n  \"max-address\": \"no-limit\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security","description":"<p>This container provides configuration data that assures there\nis knowledge on the interface on the IPv4 addresses used by\nthe device connected to the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e02740a5-8002-49a3-b4f7-baaa6723e199","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prevent-ipv4-address-spoofing\": false,\n  \"learn-addresses-from-dhcp\": \"<object>\",\n  \"address\": [\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    },\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    }\n  ],\n  \"max-address\": \"no-limit\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"357fc1a3-ab8b-4077-a68f-aa6a0c0b0938"},{"name":"GET - NodeID - ietf-interfaces - ipv4-security","id":"b7af5e1b-0b29-4c6b-ae07-7f9d569b9a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security?content=<string>","description":"<p>This container provides configuration data that assures there\nis knowledge on the interface on the IPv4 addresses used by\nthe device connected to the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e048c210-fbd4-46ae-a8f4-a2a9725a2460","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4-security\": {\n    \"prevent-ipv4-address-spoofing\": false,\n    \"learn-addresses-from-dhcp\": \"<object>\",\n    \"address\": [\n      {\n        \"ip\": \"?:0.1.2.0%Np\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:7.0.2.0\"\n      },\n      {\n        \"ip\": \"?:0.1.2.0%Np\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:7.0.2.0\"\n      }\n    ],\n    \"max-address\": \"no-limit\"\n  }\n}"}],"_postman_id":"b7af5e1b-0b29-4c6b-ae07-7f9d569b9a88"},{"name":"DELETE - NodeID - ietf-interfaces - ipv4-security","id":"ce5eb818-6562-46c1-92fb-e75ef38bf746","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security","description":"<p>This container provides configuration data that assures there\nis knowledge on the interface on the IPv4 addresses used by\nthe device connected to the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"285c29b1-e61b-4247-acaf-6f9edfcd5b07","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce5eb818-6562-46c1-92fb-e75ef38bf746"},{"name":"PUT - NodeID - ietf-interfaces - ipv4-security","id":"12fec321-41ed-47e7-bda8-ea0a46f0df90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv4-security\": {\n    \"prevent-ipv4-address-spoofing\": false,\n    \"learn-addresses-from-dhcp\": \"<object>\",\n    \"address\": [\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      },\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      }\n    ],\n    \"max-address\": \"no-limit\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security","description":"<p>This container provides configuration data that assures there\nis knowledge on the interface on the IPv4 addresses used by\nthe device connected to the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7d7548ee-363f-4e77-a559-c9ee40a7e84e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4-security\": {\n    \"prevent-ipv4-address-spoofing\": false,\n    \"learn-addresses-from-dhcp\": \"<object>\",\n    \"address\": [\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      },\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      }\n    ],\n    \"max-address\": \"no-limit\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e03d9e46-0783-47e1-bc4e-c07f51e8c301","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4-security\": {\n    \"prevent-ipv4-address-spoofing\": false,\n    \"learn-addresses-from-dhcp\": \"<object>\",\n    \"address\": [\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      },\n      {\n        \"ip\": \"?:29.1.0.10%{}\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:23.1.2.6\"\n      }\n    ],\n    \"max-address\": \"no-limit\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12fec321-41ed-47e7-bda8-ea0a46f0df90"},{"name":"POST - NodeID - ietf-interfaces - address","id":"4064844b-7a89-44d7-a21a-d1bd1d354e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prefix-length\": 0,\n  \"netmask\": \"?:23.1.2.6\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address=<string>","description":"<p>The list of IPv4 addresses statically configured on the\nVLAN sub-interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security","address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ec3cc3dd-2641-46be-84e9-849289adcbff","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prefix-length\": 0,\n  \"netmask\": \"?:23.1.2.6\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4064844b-7a89-44d7-a21a-d1bd1d354e56"},{"name":"GET - NodeID - ietf-interfaces - address","id":"2effb014-d2d4-414b-8505-25a178e4cb49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address=<string>?content=<string>","description":"<p>The list of IPv4 addresses statically configured on the\nVLAN sub-interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security","address=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8d872be1-d334-4ace-b371-7ea2ea1e1ac3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security","address=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": [\n    {\n      \"ip\": \"?:0.1.2.0%Np\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:7.0.2.0\"\n    },\n    {\n      \"ip\": \"?:0.1.2.0%Np\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:7.0.2.0\"\n    }\n  ]\n}"}],"_postman_id":"2effb014-d2d4-414b-8505-25a178e4cb49"},{"name":"DELETE - NodeID - ietf-interfaces - address","id":"c51b8c2a-cbcf-4ed9-aa65-26a70c39caa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address=<string>","description":"<p>The list of IPv4 addresses statically configured on the\nVLAN sub-interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security","address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"91869c83-0d50-46f9-8bbd-e75a16273b96","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c51b8c2a-cbcf-4ed9-aa65-26a70c39caa9"},{"name":"PUT - NodeID - ietf-interfaces - address","id":"7e4fa4de-9ce9-495f-95d1-9cb89e511c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": [\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    },\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address=<string>","description":"<p>The list of IPv4 addresses statically configured on the\nVLAN sub-interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security","address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7b851d51-925c-490b-b598-79fdbffbc2ad","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"address\": [\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    },\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c193beae-09b9-45c2-b2ad-fed5ac882e2b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"address\": [\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    },\n    {\n      \"ip\": \"?:29.1.0.10%{}\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:23.1.2.6\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e4fa4de-9ce9-495f-95d1-9cb89e511c2e"},{"name":"POST - NodeID - ietf-interfaces - cpe-network-port-management","id":"7156313c-5585-49e2-b384-270f859c2238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ingress-qos-policy-profile\": \"?:F\",\n  \"egress-qos-policy-profile\": \"?:pkOY&]\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-qos-management:cpe-network-port-management","description":"<p>QoS configuration in the context of network port of CPE.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-qos-management:cpe-network-port-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"69da3fa8-eb03-4bda-b678-0105564d137f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ingress-qos-policy-profile\": \"?:F\",\n  \"egress-qos-policy-profile\": \"?:pkOY&]\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-qos-management:cpe-network-port-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7156313c-5585-49e2-b384-270f859c2238"},{"name":"GET - NodeID - ietf-interfaces - cpe-network-port-management","id":"56b14e41-ff17-478f-bb00-9163fb366338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-qos-management:cpe-network-port-management?content=<string>","description":"<p>QoS configuration in the context of network port of CPE.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-qos-management:cpe-network-port-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"13e5d1de-001d-4980-a623-43698ce04966","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-qos-management:cpe-network-port-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-qos-management:cpe-network-port-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cpe-network-port-management\": {\n    \"ingress-qos-policy-profile\": \"?:\",\n    \"egress-qos-policy-profile\": \"?:_Y\"\n  }\n}"}],"_postman_id":"56b14e41-ff17-478f-bb00-9163fb366338"},{"name":"DELETE - NodeID - ietf-interfaces - cpe-network-port-management","id":"1aebe653-f1fa-44b7-96bc-d191a2800b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-qos-management:cpe-network-port-management","description":"<p>QoS configuration in the context of network port of CPE.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-qos-management:cpe-network-port-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2ad358c8-41c4-4501-8782-284ec5c91317","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-qos-management:cpe-network-port-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1aebe653-f1fa-44b7-96bc-d191a2800b7e"},{"name":"PUT - NodeID - ietf-interfaces - cpe-network-port-management","id":"fdb3f63f-d1e2-4b45-b98a-02e6e451d54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cpe-network-port-management\": {\n    \"ingress-qos-policy-profile\": \"?:F\",\n    \"egress-qos-policy-profile\": \"?:pkOY&]\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-qos-management:cpe-network-port-management","description":"<p>QoS configuration in the context of network port of CPE.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-cpe-qos-management:cpe-network-port-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9ff13e94-725f-4d79-a03f-4fd34a80399b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-network-port-management\": {\n    \"ingress-qos-policy-profile\": \"?:F\",\n    \"egress-qos-policy-profile\": \"?:pkOY&]\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-qos-management:cpe-network-port-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5e94658-15bb-4e5b-802e-e4ea281a4f83","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-network-port-management\": {\n    \"ingress-qos-policy-profile\": \"?:F\",\n    \"egress-qos-policy-profile\": \"?:pkOY&]\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-cpe-qos-management:cpe-network-port-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fdb3f63f-d1e2-4b45-b98a-02e6e451d54b"},{"name":"POST - NodeID - ietf-interfaces - ani","id":"e73b4dba-815e-4d9f-823a-2586186ef86d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upstream-fec-indicator\": false,\n  \"mgnt-gemport-aes-indicator\": false,\n  \"onu-id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:ani","description":"<p>ANI configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:ani"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"69c9a20b-dc4b-4526-908d-47419c715cb2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"upstream-fec-indicator\": false,\n  \"mgnt-gemport-aes-indicator\": false,\n  \"onu-id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:ani"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e73b4dba-815e-4d9f-823a-2586186ef86d"},{"name":"GET - NodeID - ietf-interfaces - ani","id":"1c00bf07-20c6-49a9-982a-55d0fc3d96a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:ani?content=<string>","description":"<p>ANI configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:ani"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d8f201db-828c-4769-a7b8-4297610da077","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:ani?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:ani"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ani\": {\n    \"upstream-fec-indicator\": false,\n    \"mgnt-gemport-aes-indicator\": false,\n    \"onu-id\": 0\n  }\n}"}],"_postman_id":"1c00bf07-20c6-49a9-982a-55d0fc3d96a8"},{"name":"DELETE - NodeID - ietf-interfaces - ani","id":"096e9fab-d966-4b24-a75c-d3f24a8ae997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:ani","description":"<p>ANI configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:ani"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a288ede7-1328-4af1-bff5-ce6ad0fe294a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:ani"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"096e9fab-d966-4b24-a75c-d3f24a8ae997"},{"name":"PUT - NodeID - ietf-interfaces - ani","id":"5643247f-e861-4d00-8021-f759e3ab20d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ani\": {\n    \"upstream-fec-indicator\": false,\n    \"mgnt-gemport-aes-indicator\": false,\n    \"onu-id\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:ani","description":"<p>ANI configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:ani"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"12830b6c-6962-43f5-bd3d-4a8d225afca7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ani\": {\n    \"upstream-fec-indicator\": false,\n    \"mgnt-gemport-aes-indicator\": false,\n    \"onu-id\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:ani"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8d3beb09-40a2-4852-b814-8846420700db","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ani\": {\n    \"upstream-fec-indicator\": false,\n    \"mgnt-gemport-aes-indicator\": false,\n    \"onu-id\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:ani"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5643247f-e861-4d00-8021-f759e3ab20d5"},{"name":"POST - NodeID - ietf-interfaces - onu-v-enet","id":"56aafd57-d9f4-49af-b6c8-5c4a9f3b518a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"lower-layer-interface\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-enet","description":"<p>ONU-vENET configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-enet"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b902a2dd-1c70-43bb-9fa9-b06c65a21003","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"lower-layer-interface\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-enet"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"56aafd57-d9f4-49af-b6c8-5c4a9f3b518a"},{"name":"GET - NodeID - ietf-interfaces - onu-v-enet","id":"03fad84d-286d-4de9-bbe0-670eb57effec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-enet?content=<string>","description":"<p>ONU-vENET configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-enet"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"681d37f3-7f54-4b2f-a629-623555e4601f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-enet?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-enet"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"onu-v-enet\": {\n    \"lower-layer-interface\": \"?:#~\"\n  }\n}"}],"_postman_id":"03fad84d-286d-4de9-bbe0-670eb57effec"},{"name":"DELETE - NodeID - ietf-interfaces - onu-v-enet","id":"00c5b995-3e9b-40da-b70d-6a12479dcc5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-enet","description":"<p>ONU-vENET configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-enet"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2841b98d-7733-4848-83a8-9e7107d6e031","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-enet"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00c5b995-3e9b-40da-b70d-6a12479dcc5a"},{"name":"PUT - NodeID - ietf-interfaces - onu-v-enet","id":"fac64486-4e5a-4755-aefe-18177b2dd793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"onu-v-enet\": {\n    \"lower-layer-interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-enet","description":"<p>ONU-vENET configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-enet"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c844e2d9-45ac-4b48-b2b0-445477d24d97","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"onu-v-enet\": {\n    \"lower-layer-interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-enet"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e49ee8ab-0e99-4262-830d-d432d8e2c701","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"onu-v-enet\": {\n    \"lower-layer-interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-enet"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fac64486-4e5a-4755-aefe-18177b2dd793"},{"name":"POST - NodeID - ietf-interfaces - onu-v-vrefpoint","id":"fd32400d-a00d-4f53-8c31-6c1336b87f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"related-onu\": \"?:<#!~\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-vrefpoint","description":"<p>Virtual UNI configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-vrefpoint"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b83a5385-8d84-4209-ab31-7e80c7490dec","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"related-onu\": \"?:<#!~\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-vrefpoint"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd32400d-a00d-4f53-8c31-6c1336b87f2c"},{"name":"GET - NodeID - ietf-interfaces - onu-v-vrefpoint","id":"565cce3b-f695-4d70-9271-c81caa9ca115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-vrefpoint?content=<string>","description":"<p>Virtual UNI configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-vrefpoint"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b00be4d7-7536-4ec9-b396-4cd7e236e31b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-vrefpoint?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-vrefpoint"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"onu-v-vrefpoint\": {\n    \"related-onu\": \"?:q\"\n  }\n}"}],"_postman_id":"565cce3b-f695-4d70-9271-c81caa9ca115"},{"name":"DELETE - NodeID - ietf-interfaces - onu-v-vrefpoint","id":"9d94dba9-2f50-4e7a-9576-772c4155f616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-vrefpoint","description":"<p>Virtual UNI configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-vrefpoint"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6c49ca5d-4a75-4da8-85dc-923e87cbeab7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-vrefpoint"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d94dba9-2f50-4e7a-9576-772c4155f616"},{"name":"PUT - NodeID - ietf-interfaces - onu-v-vrefpoint","id":"d5e23fd3-4549-4ce0-b258-be25059737b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"onu-v-vrefpoint\": {\n    \"related-onu\": \"?:<#!~\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-vrefpoint","description":"<p>Virtual UNI configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","bbf-xponani:onu-v-vrefpoint"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ab031224-4f8c-42f5-8733-6627fa34665e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"onu-v-vrefpoint\": {\n    \"related-onu\": \"?:<#!~\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-vrefpoint"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a99b363b-2c13-4ef9-bd8d-8cfec9095073","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"onu-v-vrefpoint\": {\n    \"related-onu\": \"?:<#!~\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/bbf-xponani:onu-v-vrefpoint"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5e23fd3-4549-4ce0-b258-be25059737b3"},{"name":"POST - NodeID - ietf-interfaces - l2-termination-interface","id":"779bb5f8-62aa-476b-a710-348935c40a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface-usage\": \"user-port\",\n  \"termination-port-transmit\": {\n    \"push-tag\": [\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      },\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      }\n    ],\n    \"qos-policy-profile\": \"?:\"\n  },\n  \"termination-port-receive\": {\n    \"pop-tags\": \"0\",\n    \"qos-policy-profile\": \"?:g&>zU\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface","description":"<p>Common data for the layer 2 termination interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eedd0dc7-4ee9-423c-b420-02f16643c2ec","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"interface-usage\": \"user-port\",\n  \"termination-port-transmit\": {\n    \"push-tag\": [\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      },\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      }\n    ],\n    \"qos-policy-profile\": \"?:\"\n  },\n  \"termination-port-receive\": {\n    \"pop-tags\": \"0\",\n    \"qos-policy-profile\": \"?:g&>zU\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"779bb5f8-62aa-476b-a710-348935c40a91"},{"name":"GET - NodeID - ietf-interfaces - l2-termination-interface","id":"2d0b4d92-afe9-46eb-99cc-e3d9abc92186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface?content=<string>","description":"<p>Common data for the layer 2 termination interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"20d4f12a-8e53-4998-9b20-0209cd940d9c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"l2-termination-interface\": {\n    \"interface-usage\": \"user-port\",\n    \"termination-port-transmit\": {\n      \"push-tag\": [\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"qos-policy-profile\": \"?:^\"\n    },\n    \"termination-port-receive\": {\n      \"pop-tags\": \"0\",\n      \"qos-policy-profile\": \"?:Ss\"\n    }\n  }\n}"}],"_postman_id":"2d0b4d92-afe9-46eb-99cc-e3d9abc92186"},{"name":"DELETE - NodeID - ietf-interfaces - l2-termination-interface","id":"95219e35-6c07-4834-87b7-9995b111d0f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface","description":"<p>Common data for the layer 2 termination interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"afe6e6e6-5ca3-4b8e-a656-c47f4eef9444","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95219e35-6c07-4834-87b7-9995b111d0f6"},{"name":"PUT - NodeID - ietf-interfaces - l2-termination-interface","id":"cfaff3ea-ce21-4219-a39b-fba1539f3c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"l2-termination-interface\": {\n    \"interface-usage\": \"user-port\",\n    \"termination-port-transmit\": {\n      \"push-tag\": [\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"qos-policy-profile\": \"?:\"\n    },\n    \"termination-port-receive\": {\n      \"pop-tags\": \"0\",\n      \"qos-policy-profile\": \"?:g&>zU\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface","description":"<p>Common data for the layer 2 termination interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d25fe1fe-cd09-4819-a73a-9e232bc63f50","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-termination-interface\": {\n    \"interface-usage\": \"user-port\",\n    \"termination-port-transmit\": {\n      \"push-tag\": [\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"qos-policy-profile\": \"?:\"\n    },\n    \"termination-port-receive\": {\n      \"pop-tags\": \"0\",\n      \"qos-policy-profile\": \"?:g&>zU\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8af60864-f917-40cd-90a4-4efb82bc735b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"l2-termination-interface\": {\n    \"interface-usage\": \"user-port\",\n    \"termination-port-transmit\": {\n      \"push-tag\": [\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"index\": 0,\n          \"dot1q-tag\": {\n            \"tag-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vlan-id-from-tag-index-or-discard\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-pbit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pbit-marking-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-0\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"dei-from-tag-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-dei-1\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"qos-policy-profile\": \"?:\"\n    },\n    \"termination-port-receive\": {\n      \"pop-tags\": \"0\",\n      \"qos-policy-profile\": \"?:g&>zU\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cfaff3ea-ce21-4219-a39b-fba1539f3c3f"},{"name":"POST - NodeID - ietf-interfaces - termination-port-transmit","id":"b0fcb034-6273-4a63-9e46-d17e6dc8af60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"push-tag\": [\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    },\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    }\n  ],\n  \"qos-policy-profile\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit","description":"<p>Contains data related to the transmission of frames from\nthe l2 termination interface. I.e. the direction from a\nhigher layer interface to the forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"64745764-3638-4f30-a030-0a3b8fc0e6f5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"push-tag\": [\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    },\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    }\n  ],\n  \"qos-policy-profile\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0fcb034-6273-4a63-9e46-d17e6dc8af60"},{"name":"GET - NodeID - ietf-interfaces - termination-port-transmit","id":"2afa0dc3-31e5-40c1-8326-d30a9a1e31f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit?content=<string>","description":"<p>Contains data related to the transmission of frames from\nthe l2 termination interface. I.e. the direction from a\nhigher layer interface to the forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4621ce79-36cc-4f55-a04c-ae527fe8532c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"termination-port-transmit\": {\n    \"push-tag\": [\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      },\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      }\n    ],\n    \"qos-policy-profile\": \"?:^\"\n  }\n}"}],"_postman_id":"2afa0dc3-31e5-40c1-8326-d30a9a1e31f0"},{"name":"DELETE - NodeID - ietf-interfaces - termination-port-transmit","id":"360246be-a24f-49a7-8020-b1f209160f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit","description":"<p>Contains data related to the transmission of frames from\nthe l2 termination interface. I.e. the direction from a\nhigher layer interface to the forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ec3a9676-527e-4275-bffe-d5b1cfe0534a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"360246be-a24f-49a7-8020-b1f209160f2a"},{"name":"PUT - NodeID - ietf-interfaces - termination-port-transmit","id":"11299c19-fcb6-42dc-a3e4-4cb970a99389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"termination-port-transmit\": {\n    \"push-tag\": [\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      },\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      }\n    ],\n    \"qos-policy-profile\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit","description":"<p>Contains data related to the transmission of frames from\nthe l2 termination interface. I.e. the direction from a\nhigher layer interface to the forwarder.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a962df58-ef4a-4341-9328-0c609e5be237","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"termination-port-transmit\": {\n    \"push-tag\": [\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      },\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      }\n    ],\n    \"qos-policy-profile\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4ec1b16-d9bb-48bd-92c4-3ede6e99a2e3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"termination-port-transmit\": {\n    \"push-tag\": [\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      },\n      {\n        \"index\": 0,\n        \"dot1q-tag\": {\n          \"tag-type\": \"<string>\",\n          \"vlan-id\": \"<string>\",\n          \"vlan-id-from-tag-index-or-discard\": 0,\n          \"write-pbit-0\": \"<object>\",\n          \"pbit-from-tag-index\": 0,\n          \"write-pbit\": 0,\n          \"pbit-marking-index\": 0,\n          \"write-dei-0\": \"<object>\",\n          \"dei-from-tag-index\": 0,\n          \"write-dei-1\": \"<object>\"\n        }\n      }\n    ],\n    \"qos-policy-profile\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11299c19-fcb6-42dc-a3e4-4cb970a99389"},{"name":"POST - NodeID - ietf-interfaces - push-tag","id":"7e9e9a8f-2afd-452e-b710-e38f50bed1bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dot1q-tag\": {\n    \"tag-type\": \"<string>\",\n    \"vlan-id\": \"<string>\",\n    \"vlan-id-from-tag-index-or-discard\": 0,\n    \"write-pbit-0\": \"<object>\",\n    \"pbit-from-tag-index\": 0,\n    \"write-pbit\": 0,\n    \"pbit-marking-index\": 0,\n    \"write-dei-0\": \"<object>\",\n    \"dei-from-tag-index\": 0,\n    \"write-dei-1\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>","description":"<p>The number of tags to push.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4e0e7d8f-cde2-4f6b-b803-142b25eef4ac","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dot1q-tag\": {\n    \"tag-type\": \"<string>\",\n    \"vlan-id\": \"<string>\",\n    \"vlan-id-from-tag-index-or-discard\": 0,\n    \"write-pbit-0\": \"<object>\",\n    \"pbit-from-tag-index\": 0,\n    \"write-pbit\": 0,\n    \"pbit-marking-index\": 0,\n    \"write-dei-0\": \"<object>\",\n    \"dei-from-tag-index\": 0,\n    \"write-dei-1\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e9e9a8f-2afd-452e-b710-e38f50bed1bb"},{"name":"GET - NodeID - ietf-interfaces - push-tag","id":"8862b407-7bcb-4d4d-a78c-ce70f4b3f5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>?content=<string>","description":"<p>The number of tags to push.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"47528ab1-4ca8-4d90-8bcd-c70bb24b0de5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"push-tag\": [\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    },\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"8862b407-7bcb-4d4d-a78c-ce70f4b3f5be"},{"name":"DELETE - NodeID - ietf-interfaces - push-tag","id":"e56ed6f2-1dbb-4199-97f6-e7135a3f0ea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>","description":"<p>The number of tags to push.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5de7587c-a005-4f1f-91eb-78aa0560d344","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e56ed6f2-1dbb-4199-97f6-e7135a3f0ea8"},{"name":"PUT - NodeID - ietf-interfaces - push-tag","id":"539e63bc-7eea-4693-b87d-a0d4c3f84e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"push-tag\": [\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    },\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>","description":"<p>The number of tags to push.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"35337ad1-e6da-4fcc-b326-1f62f1dad5be","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"push-tag\": [\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    },\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a2f9889f-8a25-4e50-a87d-5aeaea844335","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"push-tag\": [\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    },\n    {\n      \"index\": 0,\n      \"dot1q-tag\": {\n        \"tag-type\": \"<string>\",\n        \"vlan-id\": \"<string>\",\n        \"vlan-id-from-tag-index-or-discard\": 0,\n        \"write-pbit-0\": \"<object>\",\n        \"pbit-from-tag-index\": 0,\n        \"write-pbit\": 0,\n        \"pbit-marking-index\": 0,\n        \"write-dei-0\": \"<object>\",\n        \"dei-from-tag-index\": 0,\n        \"write-dei-1\": \"<object>\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"539e63bc-7eea-4693-b87d-a0d4c3f84e58"},{"name":"POST - NodeID - ietf-interfaces - dot1q-tag","id":"c9190406-d2e7-4ba3-9365-dc0da1769914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag-type\": \"<string>\",\n  \"vlan-id\": \"<string>\",\n  \"vlan-id-from-tag-index-or-discard\": 0,\n  \"write-pbit-0\": \"<object>\",\n  \"pbit-from-tag-index\": 0,\n  \"write-pbit\": 0,\n  \"pbit-marking-index\": 0,\n  \"write-dei-0\": \"<object>\",\n  \"dei-from-tag-index\": 0,\n  \"write-dei-1\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>/dot1q-tag","description":"<p>Identifies an 802.1Q VLAN tag with an explicit tag-type and\na single VLAN-ID.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>","dot1q-tag"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aa3baae7-157b-4f73-8f57-f45bae2e5af4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"tag-type\": \"<string>\",\n  \"vlan-id\": \"<string>\",\n  \"vlan-id-from-tag-index-or-discard\": 0,\n  \"write-pbit-0\": \"<object>\",\n  \"pbit-from-tag-index\": 0,\n  \"write-pbit\": 0,\n  \"pbit-marking-index\": 0,\n  \"write-dei-0\": \"<object>\",\n  \"dei-from-tag-index\": 0,\n  \"write-dei-1\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>/dot1q-tag"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c9190406-d2e7-4ba3-9365-dc0da1769914"},{"name":"GET - NodeID - ietf-interfaces - dot1q-tag","id":"e3de0e30-1bc2-4b4d-85dc-78a315da9d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>/dot1q-tag?content=<string>","description":"<p>Identifies an 802.1Q VLAN tag with an explicit tag-type and\na single VLAN-ID.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>","dot1q-tag"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"65b58997-11f3-4180-81bf-a3908c054adc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>/dot1q-tag?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>","dot1q-tag"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dot1q-tag\": {\n    \"tag-type\": \"<string>\",\n    \"vlan-id\": \"<string>\",\n    \"vlan-id-from-tag-index-or-discard\": 0,\n    \"write-pbit-0\": \"<object>\",\n    \"pbit-from-tag-index\": 0,\n    \"write-pbit\": 0,\n    \"pbit-marking-index\": 0,\n    \"write-dei-0\": \"<object>\",\n    \"dei-from-tag-index\": 0,\n    \"write-dei-1\": \"<object>\"\n  }\n}"}],"_postman_id":"e3de0e30-1bc2-4b4d-85dc-78a315da9d53"},{"name":"DELETE - NodeID - ietf-interfaces - dot1q-tag","id":"4cae4d65-8c8e-4e71-a893-25db3bc5fe4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>/dot1q-tag","description":"<p>Identifies an 802.1Q VLAN tag with an explicit tag-type and\na single VLAN-ID.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>","dot1q-tag"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c3bfdf0b-7e6c-49e3-b6e3-c52473073399","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>/dot1q-tag"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4cae4d65-8c8e-4e71-a893-25db3bc5fe4b"},{"name":"PUT - NodeID - ietf-interfaces - dot1q-tag","id":"90758c5b-07d6-47cb-946a-7c2b94bedecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dot1q-tag\": {\n    \"tag-type\": \"<string>\",\n    \"vlan-id\": \"<string>\",\n    \"vlan-id-from-tag-index-or-discard\": 0,\n    \"write-pbit-0\": \"<object>\",\n    \"pbit-from-tag-index\": 0,\n    \"write-pbit\": 0,\n    \"pbit-marking-index\": 0,\n    \"write-dei-0\": \"<object>\",\n    \"dei-from-tag-index\": 0,\n    \"write-dei-1\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>/dot1q-tag","description":"<p>Identifies an 802.1Q VLAN tag with an explicit tag-type and\na single VLAN-ID.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-transmit","push-tag=<string>","dot1q-tag"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c0150d91-d659-4fe5-90cf-cf41a04bbf16","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dot1q-tag\": {\n    \"tag-type\": \"<string>\",\n    \"vlan-id\": \"<string>\",\n    \"vlan-id-from-tag-index-or-discard\": 0,\n    \"write-pbit-0\": \"<object>\",\n    \"pbit-from-tag-index\": 0,\n    \"write-pbit\": 0,\n    \"pbit-marking-index\": 0,\n    \"write-dei-0\": \"<object>\",\n    \"dei-from-tag-index\": 0,\n    \"write-dei-1\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>/dot1q-tag"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"172656e3-7a60-4c11-a1c5-2bc74b61a762","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dot1q-tag\": {\n    \"tag-type\": \"<string>\",\n    \"vlan-id\": \"<string>\",\n    \"vlan-id-from-tag-index-or-discard\": 0,\n    \"write-pbit-0\": \"<object>\",\n    \"pbit-from-tag-index\": 0,\n    \"write-pbit\": 0,\n    \"pbit-marking-index\": 0,\n    \"write-dei-0\": \"<object>\",\n    \"dei-from-tag-index\": 0,\n    \"write-dei-1\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-transmit/push-tag=<string>/dot1q-tag"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"90758c5b-07d6-47cb-946a-7c2b94bedecb"},{"name":"POST - NodeID - ietf-interfaces - termination-port-receive","id":"c72df547-4ab9-4cba-bfd3-551bebb1dd7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pop-tags\": \"0\",\n  \"qos-policy-profile\": \"?:g&>zU\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-receive","description":"<p>Contains data related to the reception of frames in the l2\ntermination interface. I.e. the direction from a forwarder\nto a higher layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-receive"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9fb239b7-32c3-4940-8a9e-c22ab235f7ee","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"pop-tags\": \"0\",\n  \"qos-policy-profile\": \"?:g&>zU\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-receive"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c72df547-4ab9-4cba-bfd3-551bebb1dd7b"},{"name":"GET - NodeID - ietf-interfaces - termination-port-receive","id":"a744e383-4bb8-4b82-a3b6-da0eedbf6508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-receive?content=<string>","description":"<p>Contains data related to the reception of frames in the l2\ntermination interface. I.e. the direction from a forwarder\nto a higher layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-receive"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e5fcf5d5-e6df-439a-83b7-4e9962a38792","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-receive?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-receive"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"termination-port-receive\": {\n    \"pop-tags\": \"0\",\n    \"qos-policy-profile\": \"?:Ss\"\n  }\n}"}],"_postman_id":"a744e383-4bb8-4b82-a3b6-da0eedbf6508"},{"name":"DELETE - NodeID - ietf-interfaces - termination-port-receive","id":"2a9939e0-3d47-4047-861a-6c468629c2cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-receive","description":"<p>Contains data related to the reception of frames in the l2\ntermination interface. I.e. the direction from a forwarder\nto a higher layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-receive"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f88b3608-a8d4-48ca-add8-702734fa2692","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-receive"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a9939e0-3d47-4047-861a-6c468629c2cc"},{"name":"PUT - NodeID - ietf-interfaces - termination-port-receive","id":"352e6024-19a4-46f0-bb30-1f62dd255870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"termination-port-receive\": {\n    \"pop-tags\": \"0\",\n    \"qos-policy-profile\": \"?:g&>zU\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-receive","description":"<p>Contains data related to the reception of frames in the l2\ntermination interface. I.e. the direction from a forwarder\nto a higher layer interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","nokia-l2-forwarding-termination-itf:l2-termination-interface","termination-port-receive"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bd57993d-486d-4ec5-83e8-29d9d66efa5e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"termination-port-receive\": {\n    \"pop-tags\": \"0\",\n    \"qos-policy-profile\": \"?:g&>zU\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-receive"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fe0c41d4-b895-417a-803d-fa8481bb5ae3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"termination-port-receive\": {\n    \"pop-tags\": \"0\",\n    \"qos-policy-profile\": \"?:g&>zU\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/nokia-l2-forwarding-termination-itf:l2-termination-interface/termination-port-receive"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"352e6024-19a4-46f0-bb30-1f62dd255870"},{"name":"POST - NodeID - ietf-interfaces - ipv4","id":"7181d52e-7348-48b3-b6f3-b957b2a639d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"forwarding\": false,\n  \"mtu\": 68,\n  \"address\": [\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    },\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    }\n  ],\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    },\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    }\n  ],\n  \"ipif-lower-layer\": {\n    \"sub-interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4","description":"<p>Parameters for the IPv4 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ce83810-55c5-4ba2-80d6-e8bbc98894b2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"forwarding\": false,\n  \"mtu\": 68,\n  \"address\": [\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    },\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    }\n  ],\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    },\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    }\n  ],\n  \"ipif-lower-layer\": {\n    \"sub-interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7181d52e-7348-48b3-b6f3-b957b2a639d5"},{"name":"GET - NodeID - ietf-interfaces - ipv4","id":"3e2f6114-de58-4ba4-97ad-f060dafceb6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4?content=<string>","description":"<p>Parameters for the IPv4 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a1c86f9a-e032-4081-92c1-7527bd6145aa","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 68,\n    \"address\": [\n      {\n        \"ip\": \"?:\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:95.4.213.3\"\n      },\n      {\n        \"ip\": \"?:\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:95.4.213.3\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:\",\n        \"ip\": \"?:\"\n      },\n      {\n        \"link-layer-address\": \"?:\",\n        \"ip\": \"?:\"\n      }\n    ],\n    \"ipif-lower-layer\": {\n      \"sub-interface\": \"?:-\"\n    }\n  }\n}"}],"_postman_id":"3e2f6114-de58-4ba4-97ad-f060dafceb6e"},{"name":"DELETE - NodeID - ietf-interfaces - ipv4","id":"9b0fb30d-d3de-4c7f-8a13-d4dcc5a341d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4","description":"<p>Parameters for the IPv4 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"767933da-084e-4d05-adb3-b3bfdf1153d7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b0fb30d-d3de-4c7f-8a13-d4dcc5a341d2"},{"name":"PUT - NodeID - ietf-interfaces - ipv4","id":"e3356b46-1765-4545-a025-a8d81f1503b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 68,\n    \"address\": [\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      },\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      },\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      }\n    ],\n    \"ipif-lower-layer\": {\n      \"sub-interface\": \"?:\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4","description":"<p>Parameters for the IPv4 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e905262c-11fe-47fe-9cbe-73f3c849271a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 68,\n    \"address\": [\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      },\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      },\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      }\n    ],\n    \"ipif-lower-layer\": {\n      \"sub-interface\": \"?:\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e8b65ef8-f785-489e-a8dc-db0a7921a38a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 68,\n    \"address\": [\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      },\n      {\n        \"ip\": \"?:9\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.118.6.143\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      },\n      {\n        \"link-layer-address\": \"?:0b\",\n        \"ip\": \"?:18.\"\n      }\n    ],\n    \"ipif-lower-layer\": {\n      \"sub-interface\": \"?:\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3356b46-1765-4545-a025-a8d81f1503b1"},{"name":"POST - NodeID - ietf-interfaces - address","id":"fa47fa36-07bc-4cfe-9538-63f7f6486fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prefix-length\": 0,\n  \"netmask\": \"?:1.118.6.143\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/address=<string>","description":"<p>The list of configured IPv4 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ce3c3071-c841-4b43-bb06-4d68951a551d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prefix-length\": 0,\n  \"netmask\": \"?:1.118.6.143\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/address=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa47fa36-07bc-4cfe-9538-63f7f6486fc7"},{"name":"GET - NodeID - ietf-interfaces - address","id":"76d958cc-a48a-45d3-92ca-eb6ee43b6990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/address=<string>?content=<string>","description":"<p>The list of configured IPv4 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","address=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0af76265-5839-4141-af9d-17a056e73bb0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/address=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","address=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": [\n    {\n      \"ip\": \"?:\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:95.4.213.3\"\n    },\n    {\n      \"ip\": \"?:\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:95.4.213.3\"\n    }\n  ]\n}"}],"_postman_id":"76d958cc-a48a-45d3-92ca-eb6ee43b6990"},{"name":"DELETE - NodeID - ietf-interfaces - address","id":"7f436d92-abd6-4f97-a576-38a41bf3395a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/address=<string>","description":"<p>The list of configured IPv4 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bfd1f1a3-7d67-460c-90ac-5f1faad6398c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/address=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f436d92-abd6-4f97-a576-38a41bf3395a"},{"name":"PUT - NodeID - ietf-interfaces - address","id":"1d836274-b9fe-419e-aff8-f77cf8254e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": [\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    },\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/address=<string>","description":"<p>The list of configured IPv4 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"13e7d15e-e23e-4521-bc69-681fb57e35d7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"address\": [\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    },\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/address=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b6e79883-5485-4d42-955e-09622cea935e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"address\": [\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    },\n    {\n      \"ip\": \"?:9\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.118.6.143\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/address=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d836274-b9fe-419e-aff8-f77cf8254e4c"},{"name":"POST - NodeID - ietf-interfaces - neighbor","id":"e77d9f1e-e0c2-4d3c-a6ce-cc5ffe34cf95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"link-layer-address\": \"?:0b\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/neighbor=<string>","description":"<p>A list of mappings from IPv4 addresses to\nlink-layer addresses.\nEntries in this list are used as static entries in the\nARP Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"df651ae3-9a23-4aa4-8132-a6172dea7775","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"link-layer-address\": \"?:0b\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/neighbor=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e77d9f1e-e0c2-4d3c-a6ce-cc5ffe34cf95"},{"name":"GET - NodeID - ietf-interfaces - neighbor","id":"f5ccf8a1-708e-465e-a45e-7f5b80421c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/neighbor=<string>?content=<string>","description":"<p>A list of mappings from IPv4 addresses to\nlink-layer addresses.\nEntries in this list are used as static entries in the\nARP Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8e632461-9d1e-439c-b774-06a3bba8eadb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/neighbor=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","neighbor=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:\",\n      \"ip\": \"?:\"\n    },\n    {\n      \"link-layer-address\": \"?:\",\n      \"ip\": \"?:\"\n    }\n  ]\n}"}],"_postman_id":"f5ccf8a1-708e-465e-a45e-7f5b80421c09"},{"name":"DELETE - NodeID - ietf-interfaces - neighbor","id":"ef5749d9-90c3-476c-a707-b2d7c9a41ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/neighbor=<string>","description":"<p>A list of mappings from IPv4 addresses to\nlink-layer addresses.\nEntries in this list are used as static entries in the\nARP Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ed3441fc-0a27-4331-b90f-0e2be9c54796","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/neighbor=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef5749d9-90c3-476c-a707-b2d7c9a41ab5"},{"name":"PUT - NodeID - ietf-interfaces - neighbor","id":"cdd5f2d9-daf3-4396-a028-ffb39be48dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    },\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/neighbor=<string>","description":"<p>A list of mappings from IPv4 addresses to\nlink-layer addresses.\nEntries in this list are used as static entries in the\nARP Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"11b381d7-8abb-4104-b8da-80a8fbf6227e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    },\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/neighbor=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b86d39a3-7dc6-4e34-a1a9-d5c12051ba8e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    },\n    {\n      \"link-layer-address\": \"?:0b\",\n      \"ip\": \"?:18.\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/neighbor=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cdd5f2d9-daf3-4396-a028-ffb39be48dd8"},{"name":"POST - NodeID - ietf-interfaces - ipif-lower-layer","id":"1398a861-0ff5-482a-a1c6-f6b3705f77e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sub-interface\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer","description":"<p>Link ip interface to a lower layer network-port sub-interface</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","nokia-ip-aug:ipif-lower-layer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7f6d3cf4-a695-490d-8782-e153a5344144","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sub-interface\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1398a861-0ff5-482a-a1c6-f6b3705f77e5"},{"name":"GET - NodeID - ietf-interfaces - ipif-lower-layer","id":"69fd9f66-fdfd-405b-bf1e-e3531caa79bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer?content=<string>","description":"<p>Link ip interface to a lower layer network-port sub-interface</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","nokia-ip-aug:ipif-lower-layer"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bfff59c4-ae4d-4c74-b14b-174b475304b8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","nokia-ip-aug:ipif-lower-layer"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipif-lower-layer\": {\n    \"sub-interface\": \"?:-\"\n  }\n}"}],"_postman_id":"69fd9f66-fdfd-405b-bf1e-e3531caa79bb"},{"name":"DELETE - NodeID - ietf-interfaces - ipif-lower-layer","id":"f8a3a9ae-029c-48b9-be4c-d360a52c0ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer","description":"<p>Link ip interface to a lower layer network-port sub-interface</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","nokia-ip-aug:ipif-lower-layer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe302fce-2d64-40ed-9aca-40801de1561f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8a3a9ae-029c-48b9-be4c-d360a52c0ad5"},{"name":"PUT - NodeID - ietf-interfaces - ipif-lower-layer","id":"13e91727-3be2-49bc-a1d0-6ee8ca24358f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipif-lower-layer\": {\n    \"sub-interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer","description":"<p>Link ip interface to a lower layer network-port sub-interface</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv4","nokia-ip-aug:ipif-lower-layer"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"416dd24f-ceb6-4a80-b955-870452de2d4a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipif-lower-layer\": {\n    \"sub-interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bcdb82bc-ee5d-4fb2-9b43-725196b4abe9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipif-lower-layer\": {\n    \"sub-interface\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13e91727-3be2-49bc-a1d0-6ee8ca24358f"},{"name":"POST - NodeID - ietf-interfaces - ipv6","id":"e4410f90-2ddb-4e3e-b1c2-8e48d8dd7dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"forwarding\": false,\n  \"mtu\": 1280,\n  \"address\": [\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    },\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    }\n  ],\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    },\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    }\n  ],\n  \"dup-addr-detect-transmits\": 1,\n  \"autoconf\": {\n    \"create-global-addresses\": true,\n    \"create-temporary-addresses\": false,\n    \"temporary-valid-lifetime\": 604800,\n    \"temporary-preferred-lifetime\": 86400\n  },\n  \"ipv6-router-advertisements\": {\n    \"send-advertisements\": false,\n    \"max-rtr-adv-interval\": 600,\n    \"min-rtr-adv-interval\": 3,\n    \"managed-flag\": false,\n    \"other-config-flag\": false,\n    \"link-mtu\": \"0\",\n    \"reachable-time\": \"0\",\n    \"retrans-timer\": \"0\",\n    \"cur-hop-limit\": 0,\n    \"default-lifetime\": 0,\n    \"prefix-list\": {\n      \"prefix\": [\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        },\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6","description":"<p>Parameters for the IPv6 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4406caf1-8a71-4e81-926e-340c3965613d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"forwarding\": false,\n  \"mtu\": 1280,\n  \"address\": [\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    },\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    }\n  ],\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    },\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    }\n  ],\n  \"dup-addr-detect-transmits\": 1,\n  \"autoconf\": {\n    \"create-global-addresses\": true,\n    \"create-temporary-addresses\": false,\n    \"temporary-valid-lifetime\": 604800,\n    \"temporary-preferred-lifetime\": 86400\n  },\n  \"ipv6-router-advertisements\": {\n    \"send-advertisements\": false,\n    \"max-rtr-adv-interval\": 600,\n    \"min-rtr-adv-interval\": 3,\n    \"managed-flag\": false,\n    \"other-config-flag\": false,\n    \"link-mtu\": \"0\",\n    \"reachable-time\": \"0\",\n    \"retrans-timer\": \"0\",\n    \"cur-hop-limit\": 0,\n    \"default-lifetime\": 0,\n    \"prefix-list\": {\n      \"prefix\": [\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        },\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4410f90-2ddb-4e3e-b1c2-8e48d8dd7dd9"},{"name":"GET - NodeID - ietf-interfaces - ipv6","id":"1bd5ac1a-2bba-410d-bfce-a4a6743dd49b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6?content=<string>","description":"<p>Parameters for the IPv6 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7fa2f3b0-24a3-4a5c-82ce-9564126ddb6e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv6\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 1280,\n    \"address\": [\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:F\"\n      },\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:F\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:\",\n        \"ip\": \"?:\"\n      },\n      {\n        \"link-layer-address\": \"?:\",\n        \"ip\": \"?:\"\n      }\n    ],\n    \"dup-addr-detect-transmits\": 1,\n    \"autoconf\": {\n      \"create-global-addresses\": true,\n      \"create-temporary-addresses\": false,\n      \"temporary-valid-lifetime\": 604800,\n      \"temporary-preferred-lifetime\": 86400\n    },\n    \"ipv6-router-advertisements\": {\n      \"send-advertisements\": false,\n      \"max-rtr-adv-interval\": 600,\n      \"min-rtr-adv-interval\": 3,\n      \"managed-flag\": false,\n      \"other-config-flag\": false,\n      \"link-mtu\": \"0\",\n      \"reachable-time\": \"0\",\n      \"retrans-timer\": \"0\",\n      \"cur-hop-limit\": 0,\n      \"default-lifetime\": 0,\n      \"prefix-list\": {\n        \"prefix\": [\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"1bd5ac1a-2bba-410d-bfce-a4a6743dd49b"},{"name":"DELETE - NodeID - ietf-interfaces - ipv6","id":"5350df65-5b52-47e5-bea9-1d977843db9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6","description":"<p>Parameters for the IPv6 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1d304289-6ecd-4910-a8a5-518690815ca3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5350df65-5b52-47e5-bea9-1d977843db9b"},{"name":"PUT - NodeID - ietf-interfaces - ipv6","id":"0c7c4cb9-c29e-454f-8c32-a60f5dc697f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv6\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 1280,\n    \"address\": [\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      },\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      },\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      }\n    ],\n    \"dup-addr-detect-transmits\": 1,\n    \"autoconf\": {\n      \"create-global-addresses\": true,\n      \"create-temporary-addresses\": false,\n      \"temporary-valid-lifetime\": 604800,\n      \"temporary-preferred-lifetime\": 86400\n    },\n    \"ipv6-router-advertisements\": {\n      \"send-advertisements\": false,\n      \"max-rtr-adv-interval\": 600,\n      \"min-rtr-adv-interval\": 3,\n      \"managed-flag\": false,\n      \"other-config-flag\": false,\n      \"link-mtu\": \"0\",\n      \"reachable-time\": \"0\",\n      \"retrans-timer\": \"0\",\n      \"cur-hop-limit\": 0,\n      \"default-lifetime\": 0,\n      \"prefix-list\": {\n        \"prefix\": [\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6","description":"<p>Parameters for the IPv6 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"febadd32-20e0-45d7-ac0f-d701d277203e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv6\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 1280,\n    \"address\": [\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      },\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      },\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      }\n    ],\n    \"dup-addr-detect-transmits\": 1,\n    \"autoconf\": {\n      \"create-global-addresses\": true,\n      \"create-temporary-addresses\": false,\n      \"temporary-valid-lifetime\": 604800,\n      \"temporary-preferred-lifetime\": 86400\n    },\n    \"ipv6-router-advertisements\": {\n      \"send-advertisements\": false,\n      \"max-rtr-adv-interval\": 600,\n      \"min-rtr-adv-interval\": 3,\n      \"managed-flag\": false,\n      \"other-config-flag\": false,\n      \"link-mtu\": \"0\",\n      \"reachable-time\": \"0\",\n      \"retrans-timer\": \"0\",\n      \"cur-hop-limit\": 0,\n      \"default-lifetime\": 0,\n      \"prefix-list\": {\n        \"prefix\": [\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8df659ca-7863-421e-8156-d7c2677888d2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv6\": {\n    \"enabled\": true,\n    \"forwarding\": false,\n    \"mtu\": 1280,\n    \"address\": [\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      },\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:C\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      },\n      {\n        \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n        \"ip\": \"?:\"\n      }\n    ],\n    \"dup-addr-detect-transmits\": 1,\n    \"autoconf\": {\n      \"create-global-addresses\": true,\n      \"create-temporary-addresses\": false,\n      \"temporary-valid-lifetime\": 604800,\n      \"temporary-preferred-lifetime\": 86400\n    },\n    \"ipv6-router-advertisements\": {\n      \"send-advertisements\": false,\n      \"max-rtr-adv-interval\": 600,\n      \"min-rtr-adv-interval\": 3,\n      \"managed-flag\": false,\n      \"other-config-flag\": false,\n      \"link-mtu\": \"0\",\n      \"reachable-time\": \"0\",\n      \"retrans-timer\": \"0\",\n      \"cur-hop-limit\": 0,\n      \"default-lifetime\": 0,\n      \"prefix-list\": {\n        \"prefix\": [\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"no-advertise\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c7c4cb9-c29e-454f-8c32-a60f5dc697f7"},{"name":"POST - NodeID - ietf-interfaces - address","id":"2d587db1-2af7-4edc-9a3e-62af78a5f05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prefix-length\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/address=<string>","description":"<p>The list of configured IPv6 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8bb41a9b-ec1c-4784-8c78-4d16b34b642b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prefix-length\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/address=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d587db1-2af7-4edc-9a3e-62af78a5f05d"},{"name":"GET - NodeID - ietf-interfaces - address","id":"6d023056-2484-4490-84a8-a96678870dfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/address=<string>?content=<string>","description":"<p>The list of configured IPv6 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","address=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0c84fc86-2bc6-4ad7-9a64-3b839078f586","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/address=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","address=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": [\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:F\"\n    },\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:F\"\n    }\n  ]\n}"}],"_postman_id":"6d023056-2484-4490-84a8-a96678870dfd"},{"name":"DELETE - NodeID - ietf-interfaces - address","id":"adc2bbab-11d5-4e44-a871-f835d36edecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/address=<string>","description":"<p>The list of configured IPv6 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3f706aff-7b03-46ce-aa96-e8b294a5de17","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/address=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"adc2bbab-11d5-4e44-a871-f835d36edecf"},{"name":"PUT - NodeID - ietf-interfaces - address","id":"c6811867-9418-40a0-888b-656ac09a23b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": [\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    },\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/address=<string>","description":"<p>The list of configured IPv6 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","address=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dad90b11-e597-4c06-8dce-5239a88005b0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"address\": [\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    },\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/address=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"29926d38-1a92-455b-ba9a-c536fda2eb4f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"address\": [\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    },\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:C\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/address=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6811867-9418-40a0-888b-656ac09a23b7"},{"name":"POST - NodeID - ietf-interfaces - neighbor","id":"c0b12878-3f0c-4970-b535-337c15463b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/neighbor=<string>","description":"<p>A list of mappings from IPv6 addresses to\nlink-layer addresses.\nEntries in this list are used as static entries in the\nNeighbor Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a8f91dc6-1d60-4ded-98b0-257451d7ced0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/neighbor=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0b12878-3f0c-4970-b535-337c15463b8b"},{"name":"GET - NodeID - ietf-interfaces - neighbor","id":"97eeb535-5ab5-42fc-abfa-e36d7d2712e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/neighbor=<string>?content=<string>","description":"<p>A list of mappings from IPv6 addresses to\nlink-layer addresses.\nEntries in this list are used as static entries in the\nNeighbor Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fb53cfdb-f2d4-401a-b5e5-bf127f8af75c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/neighbor=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","neighbor=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:\",\n      \"ip\": \"?:\"\n    },\n    {\n      \"link-layer-address\": \"?:\",\n      \"ip\": \"?:\"\n    }\n  ]\n}"}],"_postman_id":"97eeb535-5ab5-42fc-abfa-e36d7d2712e6"},{"name":"DELETE - NodeID - ietf-interfaces - neighbor","id":"f98621f8-c147-4af4-b76a-c880f23432bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/neighbor=<string>","description":"<p>A list of mappings from IPv6 addresses to\nlink-layer addresses.\nEntries in this list are used as static entries in the\nNeighbor Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b0d47a98-0121-40e5-952f-5bf49b2a3811","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/neighbor=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f98621f8-c147-4af4-b76a-c880f23432bf"},{"name":"PUT - NodeID - ietf-interfaces - neighbor","id":"ca8ee266-77f5-421e-ba34-b40d9e28f554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    },\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/neighbor=<string>","description":"<p>A list of mappings from IPv6 addresses to\nlink-layer addresses.\nEntries in this list are used as static entries in the\nNeighbor Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7be9bfa-f3d9-4213-b0b8-0461f9cf299e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    },\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/neighbor=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d3808582-73d3-4279-b7d6-700477de569e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"neighbor\": [\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    },\n    {\n      \"link-layer-address\": \"?:d1:4B:6C:0E:Ad\",\n      \"ip\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/neighbor=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca8ee266-77f5-421e-ba34-b40d9e28f554"},{"name":"POST - NodeID - ietf-interfaces - autoconf","id":"ab36c321-4870-48db-86e4-814b2de04d48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"create-global-addresses\": true,\n  \"create-temporary-addresses\": false,\n  \"temporary-valid-lifetime\": 604800,\n  \"temporary-preferred-lifetime\": 86400\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/autoconf","description":"<p>Parameters to control the autoconfiguration of IPv6\naddresses, as described in RFC 4862.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","autoconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a37a5930-6dc9-4731-9a6a-d001ae330c78","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"create-global-addresses\": true,\n  \"create-temporary-addresses\": false,\n  \"temporary-valid-lifetime\": 604800,\n  \"temporary-preferred-lifetime\": 86400\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/autoconf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab36c321-4870-48db-86e4-814b2de04d48"},{"name":"GET - NodeID - ietf-interfaces - autoconf","id":"567a7ded-a39c-4ec6-a64b-01550375cab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/autoconf?content=<string>","description":"<p>Parameters to control the autoconfiguration of IPv6\naddresses, as described in RFC 4862.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","autoconf"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d84ba149-9a37-4ff8-a2a2-c46745df7ed9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/autoconf?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","autoconf"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"autoconf\": {\n    \"create-global-addresses\": true,\n    \"create-temporary-addresses\": false,\n    \"temporary-valid-lifetime\": 604800,\n    \"temporary-preferred-lifetime\": 86400\n  }\n}"}],"_postman_id":"567a7ded-a39c-4ec6-a64b-01550375cab5"},{"name":"DELETE - NodeID - ietf-interfaces - autoconf","id":"2d16a295-1023-4901-98db-79aab36edc82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/autoconf","description":"<p>Parameters to control the autoconfiguration of IPv6\naddresses, as described in RFC 4862.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","autoconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"41e2ac5d-8133-411f-a0b0-5ba9ee102ad9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/autoconf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d16a295-1023-4901-98db-79aab36edc82"},{"name":"PUT - NodeID - ietf-interfaces - autoconf","id":"965ac976-67a1-4061-abda-97944ddd7c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"autoconf\": {\n    \"create-global-addresses\": true,\n    \"create-temporary-addresses\": false,\n    \"temporary-valid-lifetime\": 604800,\n    \"temporary-preferred-lifetime\": 86400\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/autoconf","description":"<p>Parameters to control the autoconfiguration of IPv6\naddresses, as described in RFC 4862.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","autoconf"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"64007b76-de56-4754-8490-4ffd40a4cc35","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"autoconf\": {\n    \"create-global-addresses\": true,\n    \"create-temporary-addresses\": false,\n    \"temporary-valid-lifetime\": 604800,\n    \"temporary-preferred-lifetime\": 86400\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/autoconf"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"68d1642a-5283-475b-ae80-8dd3c4d981c0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"autoconf\": {\n    \"create-global-addresses\": true,\n    \"create-temporary-addresses\": false,\n    \"temporary-valid-lifetime\": 604800,\n    \"temporary-preferred-lifetime\": 86400\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/autoconf"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"965ac976-67a1-4061-abda-97944ddd7c21"},{"name":"POST - NodeID - ietf-interfaces - ipv6-router-advertisements","id":"13149961-5e34-42db-b0e2-cb0546661ffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"send-advertisements\": false,\n  \"max-rtr-adv-interval\": 600,\n  \"min-rtr-adv-interval\": 3,\n  \"managed-flag\": false,\n  \"other-config-flag\": false,\n  \"link-mtu\": \"0\",\n  \"reachable-time\": \"0\",\n  \"retrans-timer\": \"0\",\n  \"cur-hop-limit\": 0,\n  \"default-lifetime\": 0,\n  \"prefix-list\": {\n    \"prefix\": [\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      },\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements","description":"<p>Configuration of IPv6 Router Advertisements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c0a4c8d7-b1e4-4ca4-8f0d-1fc23eff5c57","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"send-advertisements\": false,\n  \"max-rtr-adv-interval\": 600,\n  \"min-rtr-adv-interval\": 3,\n  \"managed-flag\": false,\n  \"other-config-flag\": false,\n  \"link-mtu\": \"0\",\n  \"reachable-time\": \"0\",\n  \"retrans-timer\": \"0\",\n  \"cur-hop-limit\": 0,\n  \"default-lifetime\": 0,\n  \"prefix-list\": {\n    \"prefix\": [\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      },\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13149961-5e34-42db-b0e2-cb0546661ffd"},{"name":"GET - NodeID - ietf-interfaces - ipv6-router-advertisements","id":"9218b122-367d-4350-a62e-44fc66391d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements?content=<string>","description":"<p>Configuration of IPv6 Router Advertisements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7687e147-b148-481b-9112-9bfaf3de6f16","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv6-router-advertisements\": {\n    \"send-advertisements\": false,\n    \"max-rtr-adv-interval\": 600,\n    \"min-rtr-adv-interval\": 3,\n    \"managed-flag\": false,\n    \"other-config-flag\": false,\n    \"link-mtu\": \"0\",\n    \"reachable-time\": \"0\",\n    \"retrans-timer\": \"0\",\n    \"cur-hop-limit\": 0,\n    \"default-lifetime\": 0,\n    \"prefix-list\": {\n      \"prefix\": [\n        {\n          \"prefix-spec\": \"?:5af::c/0\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        },\n        {\n          \"prefix-spec\": \"?:5af::c/0\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9218b122-367d-4350-a62e-44fc66391d74"},{"name":"DELETE - NodeID - ietf-interfaces - ipv6-router-advertisements","id":"5d3d6d31-5bfb-4a26-bb9c-2c987dd8551a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements","description":"<p>Configuration of IPv6 Router Advertisements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5cccf205-82a6-44fc-9a6a-40fe863394ae","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d3d6d31-5bfb-4a26-bb9c-2c987dd8551a"},{"name":"PUT - NodeID - ietf-interfaces - ipv6-router-advertisements","id":"22f03099-946a-4e7b-b3a8-51fc1bd73c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv6-router-advertisements\": {\n    \"send-advertisements\": false,\n    \"max-rtr-adv-interval\": 600,\n    \"min-rtr-adv-interval\": 3,\n    \"managed-flag\": false,\n    \"other-config-flag\": false,\n    \"link-mtu\": \"0\",\n    \"reachable-time\": \"0\",\n    \"retrans-timer\": \"0\",\n    \"cur-hop-limit\": 0,\n    \"default-lifetime\": 0,\n    \"prefix-list\": {\n      \"prefix\": [\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        },\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements","description":"<p>Configuration of IPv6 Router Advertisements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9a168465-a637-4653-b6b2-1b1191da489c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv6-router-advertisements\": {\n    \"send-advertisements\": false,\n    \"max-rtr-adv-interval\": 600,\n    \"min-rtr-adv-interval\": 3,\n    \"managed-flag\": false,\n    \"other-config-flag\": false,\n    \"link-mtu\": \"0\",\n    \"reachable-time\": \"0\",\n    \"retrans-timer\": \"0\",\n    \"cur-hop-limit\": 0,\n    \"default-lifetime\": 0,\n    \"prefix-list\": {\n      \"prefix\": [\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        },\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"34f0bcf4-f06d-423a-b9fb-2ce3bfeec7c8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv6-router-advertisements\": {\n    \"send-advertisements\": false,\n    \"max-rtr-adv-interval\": 600,\n    \"min-rtr-adv-interval\": 3,\n    \"managed-flag\": false,\n    \"other-config-flag\": false,\n    \"link-mtu\": \"0\",\n    \"reachable-time\": \"0\",\n    \"retrans-timer\": \"0\",\n    \"cur-hop-limit\": 0,\n    \"default-lifetime\": 0,\n    \"prefix-list\": {\n      \"prefix\": [\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        },\n        {\n          \"prefix-spec\": \"?:7:5/08\",\n          \"no-advertise\": \"<object>\",\n          \"valid-lifetime\": 2592000,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 604800,\n          \"autonomous-flag\": true\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22f03099-946a-4e7b-b3a8-51fc1bd73c75"},{"name":"POST - NodeID - ietf-interfaces - prefix-list","id":"0fd30d97-99cb-4df5-8054-d83357102daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prefix\": [\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    },\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list","description":"<p>Configuration of prefixes to be placed in Prefix\nInformation options in Router Advertisement messages sent\nfrom the interface.</p>\n<p>Prefixes that are advertised by default but do not have\ntheir entries in the child 'prefix' list are advertised\nwith the default values of all parameters.</p>\n<p>The link-local prefix SHOULD NOT be included in the list\nof advertised prefixes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4f1e8f3e-176e-48cd-a48b-5c6c2d6bf38d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prefix\": [\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    },\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0fd30d97-99cb-4df5-8054-d83357102daa"},{"name":"GET - NodeID - ietf-interfaces - prefix-list","id":"ed4ac16c-9e34-410a-af3c-ec35cce33438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list?content=<string>","description":"<p>Configuration of prefixes to be placed in Prefix\nInformation options in Router Advertisement messages sent\nfrom the interface.</p>\n<p>Prefixes that are advertised by default but do not have\ntheir entries in the child 'prefix' list are advertised\nwith the default values of all parameters.</p>\n<p>The link-local prefix SHOULD NOT be included in the list\nof advertised prefixes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3a5dc67c-3d8c-49be-a2a5-7d5991317a99","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"prefix-list\": {\n    \"prefix\": [\n      {\n        \"prefix-spec\": \"?:5af::c/0\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      },\n      {\n        \"prefix-spec\": \"?:5af::c/0\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"ed4ac16c-9e34-410a-af3c-ec35cce33438"},{"name":"DELETE - NodeID - ietf-interfaces - prefix-list","id":"8ba32e63-9377-4905-8dc5-f39b74694e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list","description":"<p>Configuration of prefixes to be placed in Prefix\nInformation options in Router Advertisement messages sent\nfrom the interface.</p>\n<p>Prefixes that are advertised by default but do not have\ntheir entries in the child 'prefix' list are advertised\nwith the default values of all parameters.</p>\n<p>The link-local prefix SHOULD NOT be included in the list\nof advertised prefixes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cbb569cd-685c-4fd2-a7fe-25fb3e33d5bc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ba32e63-9377-4905-8dc5-f39b74694e05"},{"name":"PUT - NodeID - ietf-interfaces - prefix-list","id":"c9331d4f-2499-4cf1-812c-fc690530fe43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prefix-list\": {\n    \"prefix\": [\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      },\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list","description":"<p>Configuration of prefixes to be placed in Prefix\nInformation options in Router Advertisement messages sent\nfrom the interface.</p>\n<p>Prefixes that are advertised by default but do not have\ntheir entries in the child 'prefix' list are advertised\nwith the default values of all parameters.</p>\n<p>The link-local prefix SHOULD NOT be included in the list\nof advertised prefixes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"47626742-312a-4d8a-b6ba-69e83673e7fd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"prefix-list\": {\n    \"prefix\": [\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      },\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a9f925db-6f77-45f4-8843-d50e6b365ef8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"prefix-list\": {\n    \"prefix\": [\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      },\n      {\n        \"prefix-spec\": \"?:7:5/08\",\n        \"no-advertise\": \"<object>\",\n        \"valid-lifetime\": 2592000,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 604800,\n        \"autonomous-flag\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c9331d4f-2499-4cf1-812c-fc690530fe43"},{"name":"POST - NodeID - ietf-interfaces - prefix","id":"b817da24-6ec0-4118-bf8c-fd9a07e716db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"no-advertise\": \"<object>\",\n  \"valid-lifetime\": 2592000,\n  \"on-link-flag\": true,\n  \"preferred-lifetime\": 604800,\n  \"autonomous-flag\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>","description":"<p>Configuration of an advertised prefix entry.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list","prefix=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cec30c6a-29bc-4e06-8c38-c0cd94ecd5bc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"no-advertise\": \"<object>\",\n  \"valid-lifetime\": 2592000,\n  \"on-link-flag\": true,\n  \"preferred-lifetime\": 604800,\n  \"autonomous-flag\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b817da24-6ec0-4118-bf8c-fd9a07e716db"},{"name":"GET - NodeID - ietf-interfaces - prefix","id":"dce5f9e4-b7c8-44ea-bd6d-ce818bf3dd9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>?content=<string>","description":"<p>Configuration of an advertised prefix entry.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list","prefix=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2c0c4ff2-9e29-4027-bf5f-5a30077fddb4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list","prefix=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"prefix\": [\n    {\n      \"prefix-spec\": \"?:5af::c/0\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    },\n    {\n      \"prefix-spec\": \"?:5af::c/0\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    }\n  ]\n}"}],"_postman_id":"dce5f9e4-b7c8-44ea-bd6d-ce818bf3dd9a"},{"name":"DELETE - NodeID - ietf-interfaces - prefix","id":"4bed55c5-f465-4f94-9d3e-7a3847c42875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>","description":"<p>Configuration of an advertised prefix entry.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list","prefix=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"376ee430-e837-454c-b1b7-5944c34d1161","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4bed55c5-f465-4f94-9d3e-7a3847c42875"},{"name":"PUT - NodeID - ietf-interfaces - prefix","id":"56ce6ae7-94a9-4a2d-bcfa-82bd924fe573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prefix\": [\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    },\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>","description":"<p>Configuration of an advertised prefix entry.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list","prefix=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1c230e1e-d596-4521-bc51-b58d4a9bf0f0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"prefix\": [\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    },\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"60b1d67c-be92-468e-804d-c0d65f522ee7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"prefix\": [\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    },\n    {\n      \"prefix-spec\": \"?:7:5/08\",\n      \"no-advertise\": \"<object>\",\n      \"valid-lifetime\": 2592000,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 604800,\n      \"autonomous-flag\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"56ce6ae7-94a9-4a2d-bcfa-82bd924fe573"},{"name":"POST - NodeID - ietf-interfaces - ipv4-security-statistics","id":"e7204db3-fdf1-4ab0-b42a-599a70fecd36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","description":"<p>This container provides the configuration data/yang for\nthe IPv4 address security statistics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"512040e8-7dfd-4100-9052-28339bee1512","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7204db3-fdf1-4ab0-b42a-599a70fecd36"},{"name":"GET - NodeID - ietf-interfaces - ipv4-security-statistics","id":"ad1edcc8-6ffd-4b77-964f-20ae58736b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics?content=<string>","description":"<p>This container provides the configuration data/yang for\nthe IPv4 address security statistics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"10edf06d-b5e7-4630-bda2-f5583d6f5c31","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4-security-statistics\": {\n    \"interface\": [\n      {\n        \"name\": \"?:#M#~\"\n      },\n      {\n        \"name\": \"?:#M#~\"\n      }\n    ]\n  }\n}"}],"_postman_id":"ad1edcc8-6ffd-4b77-964f-20ae58736b06"},{"name":"DELETE - NodeID - ietf-interfaces - ipv4-security-statistics","id":"460a4466-d8e7-487e-985e-810a2125269d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","description":"<p>This container provides the configuration data/yang for\nthe IPv4 address security statistics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3bacfc7b-e76a-4186-adcf-bcd3b4dce57f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"460a4466-d8e7-487e-985e-810a2125269d"},{"name":"PUT - NodeID - ietf-interfaces - ipv4-security-statistics","id":"1eab74f3-7e5b-49bd-9eb9-e0f804dd6266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv4-security-statistics\": {\n    \"interface\": [\n      {\n        \"name\": \"?:\"\n      },\n      {\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","description":"<p>This container provides the configuration data/yang for\nthe IPv4 address security statistics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"699b83df-e075-41a1-bbeb-4228fa97f55e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4-security-statistics\": {\n    \"interface\": [\n      {\n        \"name\": \"?:\"\n      },\n      {\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e7da82bf-1029-42a9-8813-dfdfd103e207","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4-security-statistics\": {\n    \"interface\": [\n      {\n        \"name\": \"?:\"\n      },\n      {\n        \"name\": \"?:\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1eab74f3-7e5b-49bd-9eb9-e0f804dd6266"},{"name":"POST - NodeID - ietf-interfaces - interface","id":"872e6c43-4fa1-4f4e-be1a-3e31f6919b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>","description":"<p>The list of interfaces on the device for which IPv4\nsecurity check statistics are collected.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","interface=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2033e29b-9735-4f65-ab52-6546033e9f8c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"872e6c43-4fa1-4f4e-be1a-3e31f6919b00"},{"name":"GET - NodeID - ietf-interfaces - interface","id":"4e0d0215-b43d-4d98-a0e7-58a41f84935b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>?content=<string>","description":"<p>The list of interfaces on the device for which IPv4\nsecurity check statistics are collected.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","interface=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"99b5ab5f-d9f4-4b86-bada-2381e4e527f8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","interface=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"name\": \"?:#M#~\"\n    },\n    {\n      \"name\": \"?:#M#~\"\n    }\n  ]\n}"}],"_postman_id":"4e0d0215-b43d-4d98-a0e7-58a41f84935b"},{"name":"DELETE - NodeID - ietf-interfaces - interface","id":"1de05d3c-46ec-4e25-8264-d72d5e33af87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>","description":"<p>The list of interfaces on the device for which IPv4\nsecurity check statistics are collected.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","interface=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f7e25cb1-d26f-419a-b770-3b19cce6bcc9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1de05d3c-46ec-4e25-8264-d72d5e33af87"},{"name":"PUT - NodeID - ietf-interfaces - interface","id":"f88e9327-3200-4647-8d5c-172ebdfe2fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>","description":"<p>The list of interfaces on the device for which IPv4\nsecurity check statistics are collected.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","interface=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c2dd4f60-5cd7-4bf6-9530-7e3d1fb29f0a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"24290d66-4f5d-454d-8088-a76c77e4b224","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"?:\"\n    },\n    {\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f88e9327-3200-4647-8d5c-172ebdfe2fb3"},{"name":"GET - NodeID - ietf-interfaces - interfaces-state","id":"e728fc3b-9746-4aa5-924f-11e869470d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state?content=<string>","description":"<p>Data nodes for the operational state of interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4865c4fe-6615-4738-8400-3f78da5e1291","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces-state\": {\n    \"interface\": [\n      {\n        \"type\": \"<string>\",\n        \"admin-status\": \"up\",\n        \"oper-status\": \"up\",\n        \"if-index\": 1,\n        \"name\": \"Some name\",\n        \"last-change\": \"?:7367-98-93T73:25:52+60:76\",\n        \"phys-address\": \"?:FA:Ce:70:Fe\",\n        \"higher-layer-if\": [\n          \"Some higher-layer-if\",\n          \"Some higher-layer-if\"\n        ],\n        \"lower-layer-if\": [\n          \"Some lower-layer-if\",\n          \"Some lower-layer-if\"\n        ],\n        \"speed\": 0,\n        \"statistics\": {\n          \"discontinuity-time\": \"?:2371-68-90T34:91:01Z\",\n          \"in-octets\": 0,\n          \"in-unicast-pkts\": 0,\n          \"in-broadcast-pkts\": 0,\n          \"in-multicast-pkts\": 0,\n          \"in-discards\": 0,\n          \"in-errors\": 0,\n          \"in-unknown-protos\": 0,\n          \"out-octets\": 0,\n          \"out-unicast-pkts\": 0,\n          \"out-broadcast-pkts\": 0,\n          \"out-multicast-pkts\": 0,\n          \"out-discards\": 0,\n          \"out-errors\": 0,\n          \"pppoe\": {\n            \"in-error-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-error-packets-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-packets-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-packets-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-packets-to-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vendor-specific-tag-inserted-packets-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vendor-specific-tag-removed-packets-to-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"outgoing-mtu-exceeded-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"dhcpv4\": {\n            \"in-bad-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-bad-packets-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-packets-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-packets-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-packets-to-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"option-82-inserted-packets-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"option-82-removed-packets-to-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"option-82-not-inserted-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:_\"\n        },\n        \"ipif-type\": {\n          \"ipif-type\": \"inband\"\n        },\n        \"line\": {\n          \"operational-mode\": \"<string>\",\n          \"line\": {\n            \"channel\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inventory\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"diagnostics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"availability\": {\n            \"availability-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"issues\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"performance\": {\n          \"intervals-15min\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"intervals-24hr\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"port-layer-if\": [\n          \"?:QT\",\n          \"?:QT\"\n        ],\n        \"speed-monitoring\": {\n          \"data\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"cpe-management\": {\n          \"remote-modem-mgmt\": {\n            \"cpe-inventory-info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operator-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uni-management-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"Ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"duplex\": \"unknown\",\n          \"speed\": 0,\n          \"flow-control\": \"true\",\n          \"rate-control\": \"disabled\",\n          \"macc-extension-control\": true,\n          \"macc-pfc-control\": true,\n          \"macc-pause-control\": \"disabled\",\n          \"macc-control\": \"PAUSE\",\n          \"frame-limit-slow-protocol\": 10\n        },\n        \"ipv4-security\": {\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ani\": {\n          \"onu-id\": 0,\n          \"channel-partition-id\": 0,\n          \"management-tcont-alloc-id\": 0,\n          \"management-gemport-id\": 0\n        },\n        \"pae\": {\n          \"port-name\": \"?:p!#~#c\",\n          \"port-number\": 1,\n          \"controlled-port-name\": \"?:~|~~###\",\n          \"controlled-port-number\": 1,\n          \"uncontrolled-port-name\": \"?:\",\n          \"uncontrolled-port-number\": 1,\n          \"common-port-name\": \"?:#!\",\n          \"common-port-number\": 1,\n          \"port-capabilities\": {\n            \"supp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mka\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"macsec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"announcements\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"listener\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"virtual-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-service-upgrades\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"port-type\": \"real-port\",\n          \"virtual-port\": {\n            \"max\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"start\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"peer-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"supplicant\": {\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticated\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"authenticator\": {\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticated\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"kay\": {\n            \"actor\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"macsec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"suspended-while\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"active\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticated\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"secured\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"association-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"participant\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"logon-nid\": {\n            \"connected\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"requested\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pae-nid-group-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"announcer\": {\n            \"announce\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"listener\": {\n            \"announcement\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"eapol-statistics\": {\n            \"invalid-eapol-frame-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eap-length-error-frames\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-announcements-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-announce-reqs-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-port-unavailable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-start-frames-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-eap-frames-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-logoff-frames-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-mk-no-cfn\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-mk-invalid-frames-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-eapol-frame-source\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-eapol-frame-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-supp-eap-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-logoff-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-announcements-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-announce-reqs-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-start-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-auth-eap-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-mka-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"logon-process\": {\n            \"connect\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-valid\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"session-statistics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"users\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history-authentication-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tm-root\": {\n          \"discontinuity-time\": \"?:5092-11-98T75:62:29.99+99:32\",\n          \"queue\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv4\": {\n          \"forwarding\": true,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ipv6\": {\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-rtr-adv-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"min-rtr-adv-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"managed-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"other-config-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-mtu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reachable-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retrans-timer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cur-hop-limit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"default-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"prefix-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"admin-status\": \"up\",\n        \"oper-status\": \"up\",\n        \"if-index\": 1,\n        \"name\": \"Some name\",\n        \"last-change\": \"?:7367-98-93T73:25:52+60:76\",\n        \"phys-address\": \"?:FA:Ce:70:Fe\",\n        \"higher-layer-if\": [\n          \"Some higher-layer-if\",\n          \"Some higher-layer-if\"\n        ],\n        \"lower-layer-if\": [\n          \"Some lower-layer-if\",\n          \"Some lower-layer-if\"\n        ],\n        \"speed\": 0,\n        \"statistics\": {\n          \"discontinuity-time\": \"?:2371-68-90T34:91:01Z\",\n          \"in-octets\": 0,\n          \"in-unicast-pkts\": 0,\n          \"in-broadcast-pkts\": 0,\n          \"in-multicast-pkts\": 0,\n          \"in-discards\": 0,\n          \"in-errors\": 0,\n          \"in-unknown-protos\": 0,\n          \"out-octets\": 0,\n          \"out-unicast-pkts\": 0,\n          \"out-broadcast-pkts\": 0,\n          \"out-multicast-pkts\": 0,\n          \"out-discards\": 0,\n          \"out-errors\": 0,\n          \"pppoe\": {\n            \"in-error-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-error-packets-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-packets-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-packets-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-packets-to-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vendor-specific-tag-inserted-packets-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vendor-specific-tag-removed-packets-to-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"outgoing-mtu-exceeded-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"dhcpv4\": {\n            \"in-bad-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-bad-packets-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-packets-from-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-packets-from-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-packets-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-packets-to-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"option-82-inserted-packets-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"option-82-removed-packets-to-client\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"option-82-not-inserted-to-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"interface-to-interface\": {\n          \"reference\": \"?:_\"\n        },\n        \"ipif-type\": {\n          \"ipif-type\": \"inband\"\n        },\n        \"line\": {\n          \"operational-mode\": \"<string>\",\n          \"line\": {\n            \"channel\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inventory\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"diagnostics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"availability\": {\n            \"availability-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"issues\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"performance\": {\n          \"intervals-15min\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"intervals-24hr\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"port-layer-if\": [\n          \"?:QT\",\n          \"?:QT\"\n        ],\n        \"speed-monitoring\": {\n          \"data\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"cpe-management\": {\n          \"remote-modem-mgmt\": {\n            \"cpe-inventory-info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"operator-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uni-management-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"Ethernet\": {\n          \"auto-negotiation\": {\n            \"status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"duplex\": \"unknown\",\n          \"speed\": 0,\n          \"flow-control\": \"true\",\n          \"rate-control\": \"disabled\",\n          \"macc-extension-control\": true,\n          \"macc-pfc-control\": true,\n          \"macc-pause-control\": \"disabled\",\n          \"macc-control\": \"PAUSE\",\n          \"frame-limit-slow-protocol\": 10\n        },\n        \"ipv4-security\": {\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ani\": {\n          \"onu-id\": 0,\n          \"channel-partition-id\": 0,\n          \"management-tcont-alloc-id\": 0,\n          \"management-gemport-id\": 0\n        },\n        \"pae\": {\n          \"port-name\": \"?:p!#~#c\",\n          \"port-number\": 1,\n          \"controlled-port-name\": \"?:~|~~###\",\n          \"controlled-port-number\": 1,\n          \"uncontrolled-port-name\": \"?:\",\n          \"uncontrolled-port-number\": 1,\n          \"common-port-name\": \"?:#!\",\n          \"common-port-number\": 1,\n          \"port-capabilities\": {\n            \"supp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mka\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"macsec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"announcements\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"listener\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"virtual-ports\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-service-upgrades\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"port-type\": \"real-port\",\n          \"virtual-port\": {\n            \"max\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"start\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"peer-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"supplicant\": {\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticated\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"authenticator\": {\n            \"enabled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticated\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"kay\": {\n            \"actor\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-server\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"macsec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"suspended-while\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"active\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authenticated\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"secured\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"association-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"participant\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"logon-nid\": {\n            \"connected\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"requested\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pae-nid-group-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"announcer\": {\n            \"announce\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"listener\": {\n            \"announcement\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"eapol-statistics\": {\n            \"invalid-eapol-frame-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eap-length-error-frames\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-announcements-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-announce-reqs-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-port-unavailable\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-start-frames-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-eap-frames-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-logoff-frames-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-mk-no-cfn\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-mk-invalid-frames-rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-eapol-frame-source\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"last-eapol-frame-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-supp-eap-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-logoff-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-announcements-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-announce-reqs-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-start-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-auth-eap-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"eapol-mka-frames-tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"logon-process\": {\n            \"connect\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port-valid\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"session-statistics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"users\": {\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history-authentication-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tm-root\": {\n          \"discontinuity-time\": \"?:5092-11-98T75:62:29.99+99:32\",\n          \"queue\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv4\": {\n          \"forwarding\": true,\n          \"mtu\": 68,\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"ipif-lower-layer\": {\n            \"sub-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"ipv6\": {\n          \"forwarding\": false,\n          \"mtu\": 1280,\n          \"address\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"neighbor\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"ipv6-router-advertisements\": {\n            \"send-advertisements\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-rtr-adv-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"min-rtr-adv-interval\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"managed-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"other-config-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-mtu\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reachable-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retrans-timer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cur-hop-limit\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"default-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"prefix-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ],\n    \"ipv4-security-statistics\": {\n      \"interface\": [\n        {\n          \"name\": \"?:\",\n          \"in-ip-packet-discards\": 0,\n          \"in-arp-srcmac-senderhwaddr-mismatch-discards\": 0,\n          \"in-arp-probe-discards\": 0,\n          \"in-arp-sender-ip-discards\": 0,\n          \"in-arp-mac-mismatch-discards\": 0,\n          \"in-arp-target-ip-discards\": 0,\n          \"in-garp-forwards\": 0,\n          \"out-arp-req-packet-forwards\": 0\n        },\n        {\n          \"name\": \"?:\",\n          \"in-ip-packet-discards\": 0,\n          \"in-arp-srcmac-senderhwaddr-mismatch-discards\": 0,\n          \"in-arp-probe-discards\": 0,\n          \"in-arp-sender-ip-discards\": 0,\n          \"in-arp-mac-mismatch-discards\": 0,\n          \"in-arp-target-ip-discards\": 0,\n          \"in-garp-forwards\": 0,\n          \"out-arp-req-packet-forwards\": 0\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e728fc3b-9746-4aa5-924f-11e869470d80"},{"name":"GET - NodeID - ietf-interfaces - interface","id":"f7b92985-84b7-4218-a084-4cea2bf74c8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>?content=<string>","description":"<p>The list of interfaces on the device.</p>\n<p>System-controlled interfaces created by the system are\nalways present in this list, whether they are configured or\nnot.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8adf1c53-9298-4509-8020-0a8cbdadef22","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"type\": \"<string>\",\n      \"admin-status\": \"up\",\n      \"oper-status\": \"up\",\n      \"if-index\": 1,\n      \"name\": \"Some name\",\n      \"last-change\": \"?:7367-98-93T73:25:52+60:76\",\n      \"phys-address\": \"?:FA:Ce:70:Fe\",\n      \"higher-layer-if\": [\n        \"Some higher-layer-if\",\n        \"Some higher-layer-if\"\n      ],\n      \"lower-layer-if\": [\n        \"Some lower-layer-if\",\n        \"Some lower-layer-if\"\n      ],\n      \"speed\": 0,\n      \"statistics\": {\n        \"discontinuity-time\": \"?:2371-68-90T34:91:01Z\",\n        \"in-octets\": 0,\n        \"in-unicast-pkts\": 0,\n        \"in-broadcast-pkts\": 0,\n        \"in-multicast-pkts\": 0,\n        \"in-discards\": 0,\n        \"in-errors\": 0,\n        \"in-unknown-protos\": 0,\n        \"out-octets\": 0,\n        \"out-unicast-pkts\": 0,\n        \"out-broadcast-pkts\": 0,\n        \"out-multicast-pkts\": 0,\n        \"out-discards\": 0,\n        \"out-errors\": 0,\n        \"pppoe\": {\n          \"in-error-packets-from-client\": 0,\n          \"in-error-packets-from-server\": 0,\n          \"in-packets-from-client\": 0,\n          \"in-packets-from-server\": 0,\n          \"out-packets-to-server\": 0,\n          \"out-packets-to-client\": 0,\n          \"vendor-specific-tag-inserted-packets-to-server\": 0,\n          \"vendor-specific-tag-removed-packets-to-client\": 0,\n          \"outgoing-mtu-exceeded-packets-from-client\": 0\n        },\n        \"dhcpv4\": {\n          \"in-bad-packets-from-client\": 0,\n          \"in-bad-packets-from-server\": 0,\n          \"in-packets-from-client\": 0,\n          \"in-packets-from-server\": 0,\n          \"out-packets-to-server\": 0,\n          \"out-packets-to-client\": 0,\n          \"option-82-inserted-packets-to-server\": 0,\n          \"option-82-removed-packets-to-client\": 0,\n          \"option-82-not-inserted-to-server\": 0\n        }\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:_\"\n      },\n      \"ipif-type\": {\n        \"ipif-type\": \"inband\"\n      },\n      \"line\": {\n        \"operational-mode\": \"<string>\",\n        \"line\": {\n          \"channel\": {\n            \"status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"inventory\": {\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"status\": {\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xdsl-transmission-system\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-power-management-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initialization-success-failure-cause\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"snr-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"limitmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"us0mask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-cyclic-extension\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-aele-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-vector-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-actual-method\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-vect-fallback-active\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vect-failures\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"performance\": {\n            \"intervals-15min\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"intervals-24hr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"diagnostics\": {\n            \"loop-diagnostics-mode-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-results\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"availability\": {\n          \"availability-status\": \"<string>\",\n          \"issues\": {\n            \"issue\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"performance\": {\n        \"intervals-15min\": {\n          \"current\": {\n            \"in-octets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-unicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-broadcast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-multicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-discards\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-errors\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-unknown-protos\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-octets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-unicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-broadcast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-multicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-discards\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-errors\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        },\n        \"intervals-24hr\": {\n          \"current\": {\n            \"in-octets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-unicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-broadcast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-multicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-discards\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-errors\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-unknown-protos\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-octets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-unicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-broadcast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-multicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-discards\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-errors\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        }\n      },\n      \"port-layer-if\": [\n        \"?:QT\",\n        \"?:QT\"\n      ],\n      \"speed-monitoring\": {\n        \"data\": [\n          {\n            \"monitoring-period-length\": \"5-seconds\",\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": 0,\n            \"history\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"monitoring-period-length\": \"5-seconds\",\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": 0,\n            \"history\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"cpe-management\": {\n        \"remote-modem-mgmt\": {\n          \"cpe-inventory-info\": {\n            \"model-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"serial-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"operator-id\": \"Some operator-id\",\n          \"uni-management-state\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"Ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"successful\"\n        },\n        \"duplex\": \"unknown\",\n        \"speed\": 0,\n        \"flow-control\": \"true\",\n        \"rate-control\": \"disabled\",\n        \"macc-extension-control\": true,\n        \"macc-pfc-control\": true,\n        \"macc-pause-control\": \"disabled\",\n        \"macc-control\": \"PAUSE\",\n        \"frame-limit-slow-protocol\": 10\n      },\n      \"ipv4-security\": {\n        \"address\": [\n          {\n            \"ip\": \"?:1.17.28.2\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.25.7.0\",\n            \"ip-address-origin\": \"other\",\n            \"lease-time\": 0,\n            \"ip-address-expiry-time\": \"?:3852-31-47T89:71:49-28:97\",\n            \"chaddr\": \"?:2c:8F:ca:Ab:d0:9d\"\n          },\n          {\n            \"ip\": \"?:1.17.28.2\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.25.7.0\",\n            \"ip-address-origin\": \"other\",\n            \"lease-time\": 0,\n            \"ip-address-expiry-time\": \"?:3852-31-47T89:71:49-28:97\",\n            \"chaddr\": \"?:2c:8F:ca:Ab:d0:9d\"\n          }\n        ]\n      },\n      \"ani\": {\n        \"onu-id\": 0,\n        \"channel-partition-id\": 0,\n        \"management-tcont-alloc-id\": 0,\n        \"management-gemport-id\": 0\n      },\n      \"pae\": {\n        \"port-name\": \"?:p!#~#c\",\n        \"port-number\": 1,\n        \"controlled-port-name\": \"?:~|~~###\",\n        \"controlled-port-number\": 1,\n        \"uncontrolled-port-name\": \"?:\",\n        \"uncontrolled-port-number\": 1,\n        \"common-port-name\": \"?:#!\",\n        \"common-port-number\": 1,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"port-type\": \"real-port\",\n        \"virtual-port\": {\n          \"max\": 0,\n          \"current\": 0,\n          \"start\": 0,\n          \"peer-address\": \"?:A0-ED-CA-eb-bd-dd\"\n        },\n        \"supplicant\": {\n          \"enabled\": true,\n          \"authenticate\": true,\n          \"authenticated\": true,\n          \"failed\": true\n        },\n        \"authenticator\": {\n          \"enabled\": true,\n          \"authenticate\": true,\n          \"authenticated\": true,\n          \"failed\": true\n        },\n        \"kay\": {\n          \"actor\": {\n            \"sci\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"sci\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"protect\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"replay-protect\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspended-while\": 0,\n          \"active\": true,\n          \"authenticated\": true,\n          \"secured\": true,\n          \"failed\": true,\n          \"key-number\": {\n            \"tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"association-number\": {\n            \"tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"participant\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"connected\": \"Some connected\",\n          \"requested\": \"Some requested\",\n          \"pae-nid-group-state\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"announcement\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"eapol-statistics\": {\n          \"invalid-eapol-frame-rx\": 0,\n          \"eap-length-error-frames\": 0,\n          \"eapol-announcements-rx\": 0,\n          \"eapol-announce-reqs-rx\": 0,\n          \"eapol-port-unavailable\": 0,\n          \"eapol-start-frames-rx\": 0,\n          \"eapol-eap-frames-rx\": 0,\n          \"eapol-logoff-frames-rx\": 0,\n          \"eapol-mk-no-cfn\": 0,\n          \"eapol-mk-invalid-frames-rx\": 0,\n          \"last-eapol-frame-source\": \"?:BA-1D-20-bE-Da-a2\",\n          \"last-eapol-frame-version\": 0,\n          \"eapol-supp-eap-frames-tx\": 0,\n          \"eapol-logoff-frames-tx\": 0,\n          \"eapol-announcements-tx\": 0,\n          \"eapol-announce-reqs-tx\": 0,\n          \"eapol-start-frames-tx\": 0,\n          \"eapol-auth-eap-frames-tx\": 0,\n          \"eapol-mka-frames-tx\": 0\n        },\n        \"logon-process\": {\n          \"connect\": \"pending\",\n          \"port-valid\": true,\n          \"session-statistics\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"history-authentication-status\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tm-root\": {\n        \"discontinuity-time\": \"?:5092-11-98T75:62:29.99+99:32\",\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"statistics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"local-queue-id\": 0,\n            \"statistics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"ipv4\": {\n        \"forwarding\": true,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:7.2.0.28\",\n            \"origin\": \"other\"\n          },\n          {\n            \"ip\": \"?:\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:7.2.0.28\",\n            \"origin\": \"other\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"ip\": \"?:\",\n            \"link-layer-address\": \"?:AC\",\n            \"origin\": \"other\"\n          },\n          {\n            \"ip\": \"?:\",\n            \"link-layer-address\": \"?:AC\",\n            \"origin\": \"other\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:|b#Y~\"\n        }\n      },\n      \"ipv6\": {\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:D.\",\n            \"origin\": \"other\",\n            \"status\": \"preferred\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:D.\",\n            \"origin\": \"other\",\n            \"status\": \"preferred\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"ip\": \"?:6\",\n            \"link-layer-address\": \"?:\",\n            \"origin\": \"other\",\n            \"is-router\": \"<object>\",\n            \"state\": \"incomplete\"\n          },\n          {\n            \"ip\": \"?:6\",\n            \"link-layer-address\": \"?:\",\n            \"origin\": \"other\",\n            \"is-router\": \"<object>\",\n            \"state\": \"incomplete\"\n          }\n        ],\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": true,\n          \"max-rtr-adv-interval\": 4,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": true,\n          \"other-config-flag\": true,\n          \"link-mtu\": 0,\n          \"reachable-time\": 0,\n          \"retrans-timer\": 0,\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"admin-status\": \"up\",\n      \"oper-status\": \"up\",\n      \"if-index\": 1,\n      \"name\": \"Some name\",\n      \"last-change\": \"?:7367-98-93T73:25:52+60:76\",\n      \"phys-address\": \"?:FA:Ce:70:Fe\",\n      \"higher-layer-if\": [\n        \"Some higher-layer-if\",\n        \"Some higher-layer-if\"\n      ],\n      \"lower-layer-if\": [\n        \"Some lower-layer-if\",\n        \"Some lower-layer-if\"\n      ],\n      \"speed\": 0,\n      \"statistics\": {\n        \"discontinuity-time\": \"?:2371-68-90T34:91:01Z\",\n        \"in-octets\": 0,\n        \"in-unicast-pkts\": 0,\n        \"in-broadcast-pkts\": 0,\n        \"in-multicast-pkts\": 0,\n        \"in-discards\": 0,\n        \"in-errors\": 0,\n        \"in-unknown-protos\": 0,\n        \"out-octets\": 0,\n        \"out-unicast-pkts\": 0,\n        \"out-broadcast-pkts\": 0,\n        \"out-multicast-pkts\": 0,\n        \"out-discards\": 0,\n        \"out-errors\": 0,\n        \"pppoe\": {\n          \"in-error-packets-from-client\": 0,\n          \"in-error-packets-from-server\": 0,\n          \"in-packets-from-client\": 0,\n          \"in-packets-from-server\": 0,\n          \"out-packets-to-server\": 0,\n          \"out-packets-to-client\": 0,\n          \"vendor-specific-tag-inserted-packets-to-server\": 0,\n          \"vendor-specific-tag-removed-packets-to-client\": 0,\n          \"outgoing-mtu-exceeded-packets-from-client\": 0\n        },\n        \"dhcpv4\": {\n          \"in-bad-packets-from-client\": 0,\n          \"in-bad-packets-from-server\": 0,\n          \"in-packets-from-client\": 0,\n          \"in-packets-from-server\": 0,\n          \"out-packets-to-server\": 0,\n          \"out-packets-to-client\": 0,\n          \"option-82-inserted-packets-to-server\": 0,\n          \"option-82-removed-packets-to-client\": 0,\n          \"option-82-not-inserted-to-server\": 0\n        }\n      },\n      \"interface-to-interface\": {\n        \"reference\": \"?:_\"\n      },\n      \"ipif-type\": {\n        \"ipif-type\": \"inband\"\n      },\n      \"line\": {\n        \"operational-mode\": \"<string>\",\n        \"line\": {\n          \"channel\": {\n            \"status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"inventory\": {\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"status\": {\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xdsl-transmission-system\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-power-management-state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initialization-success-failure-cause\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"snr-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"profile\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"limitmask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"us0mask\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-cyclic-extension\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-aele-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"actual-vector-mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attndr-actual-method\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"line-vect-fallback-active\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"vect-failures\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"performance\": {\n            \"intervals-15min\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"intervals-24hr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"diagnostics\": {\n            \"loop-diagnostics-mode-status\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loop-diagnostics-mode-results\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"availability\": {\n          \"availability-status\": \"<string>\",\n          \"issues\": {\n            \"issue\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"performance\": {\n        \"intervals-15min\": {\n          \"current\": {\n            \"in-octets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-unicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-broadcast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-multicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-discards\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-errors\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-unknown-protos\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-octets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-unicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-broadcast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-multicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-discards\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-errors\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        },\n        \"intervals-24hr\": {\n          \"current\": {\n            \"in-octets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-unicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-broadcast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-multicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-discards\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-errors\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"in-unknown-protos\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-octets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-unicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-broadcast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-multicast-pkts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-discards\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"out-errors\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        }\n      },\n      \"port-layer-if\": [\n        \"?:QT\",\n        \"?:QT\"\n      ],\n      \"speed-monitoring\": {\n        \"data\": [\n          {\n            \"monitoring-period-length\": \"5-seconds\",\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": 0,\n            \"history\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"monitoring-period-length\": \"5-seconds\",\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": 0,\n            \"history\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"cpe-management\": {\n        \"remote-modem-mgmt\": {\n          \"cpe-inventory-info\": {\n            \"model-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"serial-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"operator-id\": \"Some operator-id\",\n          \"uni-management-state\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"Ethernet\": {\n        \"auto-negotiation\": {\n          \"status\": \"successful\"\n        },\n        \"duplex\": \"unknown\",\n        \"speed\": 0,\n        \"flow-control\": \"true\",\n        \"rate-control\": \"disabled\",\n        \"macc-extension-control\": true,\n        \"macc-pfc-control\": true,\n        \"macc-pause-control\": \"disabled\",\n        \"macc-control\": \"PAUSE\",\n        \"frame-limit-slow-protocol\": 10\n      },\n      \"ipv4-security\": {\n        \"address\": [\n          {\n            \"ip\": \"?:1.17.28.2\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.25.7.0\",\n            \"ip-address-origin\": \"other\",\n            \"lease-time\": 0,\n            \"ip-address-expiry-time\": \"?:3852-31-47T89:71:49-28:97\",\n            \"chaddr\": \"?:2c:8F:ca:Ab:d0:9d\"\n          },\n          {\n            \"ip\": \"?:1.17.28.2\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:1.25.7.0\",\n            \"ip-address-origin\": \"other\",\n            \"lease-time\": 0,\n            \"ip-address-expiry-time\": \"?:3852-31-47T89:71:49-28:97\",\n            \"chaddr\": \"?:2c:8F:ca:Ab:d0:9d\"\n          }\n        ]\n      },\n      \"ani\": {\n        \"onu-id\": 0,\n        \"channel-partition-id\": 0,\n        \"management-tcont-alloc-id\": 0,\n        \"management-gemport-id\": 0\n      },\n      \"pae\": {\n        \"port-name\": \"?:p!#~#c\",\n        \"port-number\": 1,\n        \"controlled-port-name\": \"?:~|~~###\",\n        \"controlled-port-number\": 1,\n        \"uncontrolled-port-name\": \"?:\",\n        \"uncontrolled-port-number\": 1,\n        \"common-port-name\": \"?:#!\",\n        \"common-port-number\": 1,\n        \"port-capabilities\": {\n          \"supp\": true,\n          \"auth\": true,\n          \"mka\": true,\n          \"macsec\": true,\n          \"announcements\": true,\n          \"listener\": true,\n          \"virtual-ports\": true,\n          \"in-service-upgrades\": true\n        },\n        \"port-type\": \"real-port\",\n        \"virtual-port\": {\n          \"max\": 0,\n          \"current\": 0,\n          \"start\": 0,\n          \"peer-address\": \"?:A0-ED-CA-eb-bd-dd\"\n        },\n        \"supplicant\": {\n          \"enabled\": true,\n          \"authenticate\": true,\n          \"authenticated\": true,\n          \"failed\": true\n        },\n        \"authenticator\": {\n          \"enabled\": true,\n          \"authenticate\": true,\n          \"authenticated\": true,\n          \"failed\": true\n        },\n        \"kay\": {\n          \"actor\": {\n            \"sci\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-server\": {\n            \"sci\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"macsec\": {\n            \"protect\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"replay-protect\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"suspended-while\": 0,\n          \"active\": true,\n          \"authenticated\": true,\n          \"secured\": true,\n          \"failed\": true,\n          \"key-number\": {\n            \"tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"association-number\": {\n            \"tx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rx\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"participant\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"logon-nid\": {\n          \"connected\": \"Some connected\",\n          \"requested\": \"Some requested\",\n          \"pae-nid-group-state\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"announcer\": {\n          \"announce\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"listener\": {\n          \"announcement\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"eapol-statistics\": {\n          \"invalid-eapol-frame-rx\": 0,\n          \"eap-length-error-frames\": 0,\n          \"eapol-announcements-rx\": 0,\n          \"eapol-announce-reqs-rx\": 0,\n          \"eapol-port-unavailable\": 0,\n          \"eapol-start-frames-rx\": 0,\n          \"eapol-eap-frames-rx\": 0,\n          \"eapol-logoff-frames-rx\": 0,\n          \"eapol-mk-no-cfn\": 0,\n          \"eapol-mk-invalid-frames-rx\": 0,\n          \"last-eapol-frame-source\": \"?:BA-1D-20-bE-Da-a2\",\n          \"last-eapol-frame-version\": 0,\n          \"eapol-supp-eap-frames-tx\": 0,\n          \"eapol-logoff-frames-tx\": 0,\n          \"eapol-announcements-tx\": 0,\n          \"eapol-announce-reqs-tx\": 0,\n          \"eapol-start-frames-tx\": 0,\n          \"eapol-auth-eap-frames-tx\": 0,\n          \"eapol-mka-frames-tx\": 0\n        },\n        \"logon-process\": {\n          \"connect\": \"pending\",\n          \"port-valid\": true,\n          \"session-statistics\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"users\": {\n          \"user\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"history-authentication-status\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tm-root\": {\n        \"discontinuity-time\": \"?:5092-11-98T75:62:29.99+99:32\",\n        \"queue\": [\n          {\n            \"local-queue-id\": 0,\n            \"statistics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"local-queue-id\": 0,\n            \"statistics\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"performance\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"ipv4\": {\n        \"forwarding\": true,\n        \"mtu\": 68,\n        \"address\": [\n          {\n            \"ip\": \"?:\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:7.2.0.28\",\n            \"origin\": \"other\"\n          },\n          {\n            \"ip\": \"?:\",\n            \"prefix-length\": 0,\n            \"netmask\": \"?:7.2.0.28\",\n            \"origin\": \"other\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"ip\": \"?:\",\n            \"link-layer-address\": \"?:AC\",\n            \"origin\": \"other\"\n          },\n          {\n            \"ip\": \"?:\",\n            \"link-layer-address\": \"?:AC\",\n            \"origin\": \"other\"\n          }\n        ],\n        \"ipif-lower-layer\": {\n          \"sub-interface\": \"?:|b#Y~\"\n        }\n      },\n      \"ipv6\": {\n        \"forwarding\": false,\n        \"mtu\": 1280,\n        \"address\": [\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:D.\",\n            \"origin\": \"other\",\n            \"status\": \"preferred\"\n          },\n          {\n            \"prefix-length\": 0,\n            \"ip\": \"?:D.\",\n            \"origin\": \"other\",\n            \"status\": \"preferred\"\n          }\n        ],\n        \"neighbor\": [\n          {\n            \"ip\": \"?:6\",\n            \"link-layer-address\": \"?:\",\n            \"origin\": \"other\",\n            \"is-router\": \"<object>\",\n            \"state\": \"incomplete\"\n          },\n          {\n            \"ip\": \"?:6\",\n            \"link-layer-address\": \"?:\",\n            \"origin\": \"other\",\n            \"is-router\": \"<object>\",\n            \"state\": \"incomplete\"\n          }\n        ],\n        \"ipv6-router-advertisements\": {\n          \"send-advertisements\": true,\n          \"max-rtr-adv-interval\": 4,\n          \"min-rtr-adv-interval\": 3,\n          \"managed-flag\": true,\n          \"other-config-flag\": true,\n          \"link-mtu\": 0,\n          \"reachable-time\": 0,\n          \"retrans-timer\": 0,\n          \"cur-hop-limit\": 0,\n          \"default-lifetime\": 0,\n          \"prefix-list\": {\n            \"prefix\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"f7b92985-84b7-4218-a084-4cea2bf74c8b"},{"name":"POST - NodeID - ietf-interfaces - reset-statistics","id":"7ad88735-9679-4ebf-aecf-36e48723338b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-statistics-management:reset-statistics","description":"<p>When this action is invoked, the counters of this\ninterface which are defined and/or augmented to the\ncontainer interfaces-state/interface/statistics are\ncleared.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-statistics-management:reset-statistics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fe8319a8-db90-4fe7-8d51-59ccd8267195","name":"RPC reset-statistics success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-statistics-management:reset-statistics"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ad88735-9679-4ebf-aecf-36e48723338b"},{"name":"GET - NodeID - ietf-interfaces - statistics","id":"6798cca0-1748-47f7-9e09-0269f91fa40f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/statistics?content=<string>","description":"<p>A collection of interface-related statistics objects.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","statistics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0764dedf-cea2-44a9-9920-e90c2e5f9653","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/statistics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","statistics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statistics\": {\n    \"discontinuity-time\": \"?:2371-68-90T34:91:01Z\",\n    \"in-octets\": 0,\n    \"in-unicast-pkts\": 0,\n    \"in-broadcast-pkts\": 0,\n    \"in-multicast-pkts\": 0,\n    \"in-discards\": 0,\n    \"in-errors\": 0,\n    \"in-unknown-protos\": 0,\n    \"out-octets\": 0,\n    \"out-unicast-pkts\": 0,\n    \"out-broadcast-pkts\": 0,\n    \"out-multicast-pkts\": 0,\n    \"out-discards\": 0,\n    \"out-errors\": 0,\n    \"pppoe\": {\n      \"in-error-packets-from-client\": 0,\n      \"in-error-packets-from-server\": 0,\n      \"in-packets-from-client\": 0,\n      \"in-packets-from-server\": 0,\n      \"out-packets-to-server\": 0,\n      \"out-packets-to-client\": 0,\n      \"vendor-specific-tag-inserted-packets-to-server\": 0,\n      \"vendor-specific-tag-removed-packets-to-client\": 0,\n      \"outgoing-mtu-exceeded-packets-from-client\": 0\n    },\n    \"dhcpv4\": {\n      \"in-bad-packets-from-client\": 0,\n      \"in-bad-packets-from-server\": 0,\n      \"in-packets-from-client\": 0,\n      \"in-packets-from-server\": 0,\n      \"out-packets-to-server\": 0,\n      \"out-packets-to-client\": 0,\n      \"option-82-inserted-packets-to-server\": 0,\n      \"option-82-removed-packets-to-client\": 0,\n      \"option-82-not-inserted-to-server\": 0\n    }\n  }\n}"}],"_postman_id":"6798cca0-1748-47f7-9e09-0269f91fa40f"},{"name":"GET - NodeID - ietf-interfaces - pppoe","id":"bc282375-65a1-4bae-9a4e-0e8819d2b336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/statistics/bbf-pppoe-intermediate-agent:pppoe?content=<string>","description":"<p>Container presents the packet statistics related to the PPPoE\nIntermediate Agent.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","statistics","bbf-pppoe-intermediate-agent:pppoe"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"002353ad-3e35-47a4-91b9-b9f89c08cad9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/statistics/bbf-pppoe-intermediate-agent:pppoe?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","statistics","bbf-pppoe-intermediate-agent:pppoe"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pppoe\": {\n    \"in-error-packets-from-client\": 0,\n    \"in-error-packets-from-server\": 0,\n    \"in-packets-from-client\": 0,\n    \"in-packets-from-server\": 0,\n    \"out-packets-to-server\": 0,\n    \"out-packets-to-client\": 0,\n    \"vendor-specific-tag-inserted-packets-to-server\": 0,\n    \"vendor-specific-tag-removed-packets-to-client\": 0,\n    \"outgoing-mtu-exceeded-packets-from-client\": 0\n  }\n}"}],"_postman_id":"bc282375-65a1-4bae-9a4e-0e8819d2b336"},{"name":"GET - NodeID - ietf-interfaces - dhcpv4","id":"f11502c1-9357-43d0-9776-dce010eabd24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/statistics/bbf-l2-dhcpv4-relay:dhcpv4?content=<string>","description":"<p>Container presents the packet statistics related to the L2\nDHCPv4 Relay Agent.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","statistics","bbf-l2-dhcpv4-relay:dhcpv4"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"51c9b1cf-bd4b-42b6-b4eb-7a6a93111a8b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/statistics/bbf-l2-dhcpv4-relay:dhcpv4?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","statistics","bbf-l2-dhcpv4-relay:dhcpv4"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dhcpv4\": {\n    \"in-bad-packets-from-client\": 0,\n    \"in-bad-packets-from-server\": 0,\n    \"in-packets-from-client\": 0,\n    \"in-packets-from-server\": 0,\n    \"out-packets-to-server\": 0,\n    \"out-packets-to-client\": 0,\n    \"option-82-inserted-packets-to-server\": 0,\n    \"option-82-removed-packets-to-client\": 0,\n    \"option-82-not-inserted-to-server\": 0\n  }\n}"}],"_postman_id":"f11502c1-9357-43d0-9776-dce010eabd24"},{"name":"GET - NodeID - ietf-interfaces - interface-to-interface","id":"845d711f-cbb6-432d-9610-cf64fa5b8d27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface?content=<string>","description":"<p>Provides the interface with a data node to reference another\ninterface. For example it allows referencing a peer\ninterface of another interface stack.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-adtran-netcomm-interface-to-interface:interface-to-interface"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6815e33e-65d6-4481-ab12-60b4f2acb3ec","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-adtran-netcomm-interface-to-interface:interface-to-interface?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-adtran-netcomm-interface-to-interface:interface-to-interface"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-to-interface\": {\n    \"reference\": \"?:_\"\n  }\n}"}],"_postman_id":"845d711f-cbb6-432d-9610-cf64fa5b8d27"},{"name":"GET - NodeID - ietf-interfaces - ipif-type","id":"2fbb30bd-49ea-4846-a36a-b9007943c15a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-ip-aug:ipif-type?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-ip-aug:ipif-type"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4c1d7fb5-d0c9-4a9e-a712-192f32d47207","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-ip-aug:ipif-type?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-ip-aug:ipif-type"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipif-type\": {\n    \"ipif-type\": \"inband\"\n  }\n}"}],"_postman_id":"2fbb30bd-49ea-4846-a36a-b9007943c15a"},{"name":"GET - NodeID - ietf-interfaces - line","id":"aa2a29f3-1f64-478a-b8e4-5736c32fcf19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line?content=<string>","description":"<p>Line state data for FAST interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"51064fde-15a9-4f5c-9160-c5ff58504741","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line\": {\n    \"operational-mode\": \"<string>\",\n    \"line\": {\n      \"channel\": {\n        \"status\": {\n          \"xtu-c\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"xtu-r\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"performance\": {\n          \"intervals-15min\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"intervals-24hr\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      },\n      \"inventory\": {\n        \"xtu-c\": {\n          \"g.994.1-vendor-id\": \"<byte>\",\n          \"system-vendor-id\": \"<byte>\",\n          \"version-number\": \"<byte>\",\n          \"serial-number\": \"<byte>\",\n          \"self-test-result\": 0,\n          \"transmission-system-capabilities\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"vce-id\": \"<string>\",\n          \"vce-port-index\": 0\n        },\n        \"xtu-r\": {\n          \"g.994.1-vendor-id\": \"<byte>\",\n          \"system-vendor-id\": \"<byte>\",\n          \"version-number\": \"<byte>\",\n          \"serial-number\": \"<byte>\",\n          \"self-test-result\": 0,\n          \"transmission-system-capabilities\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"status\": {\n        \"xtu-c\": {\n          \"band-status\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"stamp-test-ne\": \"<string>\",\n          \"failures\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"downstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"upstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"actual-vect-legacy-fext-cancel-method\": \"none\"\n        },\n        \"xtu-r\": {\n          \"band-status\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"stamp-test-fe\": \"<string>\",\n          \"failures\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"downstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"upstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"xdsl-transmission-system\": \"xts1\",\n        \"line-power-management-state\": \"L0\",\n        \"initialization-success-failure-cause\": \"successful\",\n        \"snr-margin\": \"<string>\",\n        \"profile\": \"\\\"profile-8a\\\" \\\"profile-35b\\\"\",\n        \"limitmask\": \"\\\"o1b1\\\" \\\"o9b3\\\"\",\n        \"us0mask\": \"<string>\",\n        \"actual-cyclic-extension\": 2,\n        \"actual-aele-mode\": \"0\",\n        \"actual-vector-mode\": \"0\",\n        \"attndr-actual-method\": 0,\n        \"line-vect-fallback-active\": true,\n        \"vect-failures\": {\n          \"corrupted-or-missing-errorf-samples\": true,\n          \"cpe-vect-capability-mismatch\": true,\n          \"vectoring-not-feasible-failure\": true\n        }\n      },\n      \"performance\": {\n        \"intervals-15min\": {\n          \"current\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        },\n        \"intervals-24hr\": {\n          \"current\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        }\n      },\n      \"diagnostics\": {\n        \"loop-diagnostics-mode-status\": \"inactive\",\n        \"loop-diagnostics-mode-results\": \"no-loop-diagnostics-results-available\",\n        \"xtu-c\": {\n          \"downstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"upstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"data-gathering-report\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"xtu-r\": {\n          \"downstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"upstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"data-gathering-report\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      }\n    },\n    \"availability\": {\n      \"availability-status\": \"<string>\",\n      \"issues\": {\n        \"issue\": [\n          {\n            \"tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"root-cause\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"tag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"root-cause\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"aa2a29f3-1f64-478a-b8e4-5736c32fcf19"},{"name":"GET - NodeID - ietf-interfaces - line","id":"c0296f9c-e759-4d54-841f-e4151fe69fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line?content=<string>","description":"<p>Line state data for FAST interfaces.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"432ad437-89c2-44fe-8386-89232cd939b3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line\": {\n    \"channel\": {\n      \"status\": {\n        \"downstream\": {\n          \"net-data-rate\": \"<string>\",\n          \"net-data-rate-in-l2.1\": \"<string>\",\n          \"net-data-rate-in-l2.2\": \"<string>\",\n          \"expected-throughput\": \"<string>\",\n          \"expected-throughput-in-l2.1\": \"<string>\",\n          \"expected-throughput-in-l2.2\": \"<string>\",\n          \"gamma-data-rate\": \"<string>\",\n          \"attainable-net-data-rate\": \"<string>\",\n          \"attainable-expected-throughput\": \"<string>\",\n          \"attainable-gamma-data-rate\": \"<string>\",\n          \"actual-inp-against-shine\": 0,\n          \"actual-inp-against-rein\": 0,\n          \"dtu-fec-codeword-length\": 32,\n          \"dtu-fec-redundancy\": 2,\n          \"fec-codewords-per-dtu\": 1\n        },\n        \"upstream\": {\n          \"net-data-rate\": \"<string>\",\n          \"net-data-rate-in-l2.1\": \"<string>\",\n          \"net-data-rate-in-l2.2\": \"<string>\",\n          \"expected-throughput\": \"<string>\",\n          \"expected-throughput-in-l2.1\": \"<string>\",\n          \"expected-throughput-in-l2.2\": \"<string>\",\n          \"gamma-data-rate\": \"<string>\",\n          \"attainable-net-data-rate\": \"<string>\",\n          \"attainable-expected-throughput\": \"<string>\",\n          \"attainable-gamma-data-rate\": \"<string>\",\n          \"actual-inp-against-shine\": 0,\n          \"actual-inp-against-rein\": 0,\n          \"dtu-fec-codeword-length\": 32,\n          \"dtu-fec-redundancy\": 2,\n          \"fec-codewords-per-dtu\": 1\n        }\n      },\n      \"performance\": {\n        \"intervals-15min\": {\n          \"current\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        },\n        \"intervals-24hr\": {\n          \"current\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        }\n      }\n    },\n    \"performance\": {\n      \"intervals-15min\": {\n        \"current\": {\n          \"ftu-o\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ftu-r\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      },\n      \"intervals-24hr\": {\n        \"current\": {\n          \"ftu-o\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ftu-r\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      }\n    },\n    \"status\": {\n      \"profile\": \"\\\"g.9701-profile-106a\\\" \\\"g.9701-profile-212c\\\"\",\n      \"link-state\": \"l0-link-state\",\n      \"initialization-success-failure-cause\": \"successful\",\n      \"annex-x-enabled\": true,\n      \"annex-d-enabled\": true,\n      \"idta-enabled\": true,\n      \"cdta-procedure-actual-type\": \"disabled\",\n      \"ftu-o\": {\n        \"update-test\": {\n          \"time-stamp-at-g1-update\": \"<string>\",\n          \"time-stamp-at-g2-update\": \"<string>\",\n          \"link-state-at-g1-update\": \"l0-link-state\"\n        },\n        \"failures\": {\n          \"line-initialization-failure\": true,\n          \"loss-of-signal\": true,\n          \"loss-of-rmc\": true,\n          \"loss-of-margin\": true,\n          \"loss-of-power\": true\n        }\n      },\n      \"ftu-r\": {\n        \"update-test\": {\n          \"time-stamp-at-g1-update\": \"<string>\",\n          \"time-stamp-at-g2-update\": \"<string>\",\n          \"link-state-at-g1-update\": \"l0-link-state\"\n        },\n        \"failures\": {\n          \"loss-of-signal\": true,\n          \"loss-of-rmc\": true,\n          \"loss-of-margin\": true,\n          \"loss-of-power\": true\n        }\n      },\n      \"downstream\": {\n        \"initialization-last-transmitted-signal\": 0,\n        \"time-stamps\": {\n          \"time-stamp-last-successful-tiga\": \"<string>\",\n          \"time-stamp-last-successful-bitswap\": \"<string>\",\n          \"time-stamp-last-successful-autonomous-sra\": \"<string>\",\n          \"time-stamp-last-successful-fra\": \"<string>\",\n          \"time-stamp-last-successful-rpa\": \"<string>\"\n        },\n        \"snr-margin\": \"<string>\",\n        \"snr-margin-in-l2.1\": \"<string>\",\n        \"snr-margin-in-l2.2\": \"<string>\",\n        \"upbo-electrical-length\": 0,\n        \"actual-aggregate-transmit-power\": \"<string>\",\n        \"actual-tx-psd-ps\": \"<byte>\",\n        \"snr\": {\n          \"snr-psd-measurement-time\": 0,\n          \"snr-sub-carrier-group-size\": 1,\n          \"snrps\": \"<byte>\"\n        },\n        \"bitsps\": \"<byte>\",\n        \"robust-management-channel\": {\n          \"snr-margin\": \"<string>\",\n          \"snr-margin-in-l2\": \"<string>\",\n          \"bitsps\": \"<byte>\"\n        },\n        \"signal-attenuation\": \"<string>\",\n        \"qln\": {\n          \"qln-measurement-time\": 0,\n          \"qln-sub-carrier-group-size\": 1,\n          \"qlnps\": \"<byte>\"\n        },\n        \"hlog\": {\n          \"hlog-measurement-time\": 0,\n          \"hlog-sub-carrier-group-size\": 1,\n          \"hlogps\": \"<byte>\"\n        },\n        \"aln\": {\n          \"aln-measurement-time\": 0,\n          \"aln-sub-carrier-group-size\": 1,\n          \"alnps\": \"<byte>\"\n        },\n        \"xlog\": {\n          \"xlogdisturber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"xlogbands\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"xlogps\": \"<byte>\"\n        },\n        \"vect-disturbers\": {\n          \"vect-disturbers-info\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"upstream\": {\n        \"initialization-last-received-signal\": 0,\n        \"time-stamps\": {\n          \"time-stamp-last-successful-bitswap\": \"<string>\",\n          \"time-stamp-last-successful-autonomous-sra\": \"<string>\",\n          \"time-stamp-last-successful-fra\": \"<string>\",\n          \"time-stamp-last-successful-rpa\": \"<string>\"\n        },\n        \"snr-margin\": \"<string>\",\n        \"snr-margin-in-l2.1\": \"<string>\",\n        \"snr-margin-in-l2.2\": \"<string>\",\n        \"upbo-electrical-length\": 0,\n        \"actual-aggregate-transmit-power\": \"<string>\",\n        \"actual-tx-psd-ps\": \"<byte>\",\n        \"snr\": {\n          \"snr-psd-measurement-time\": 0,\n          \"snr-sub-carrier-group-size\": 1,\n          \"snrps\": \"<byte>\"\n        },\n        \"bitsps\": \"<byte>\",\n        \"robust-management-channel\": {\n          \"snr-margin\": \"<string>\",\n          \"snr-margin-in-l2\": \"<string>\",\n          \"bitsps\": \"<byte>\"\n        },\n        \"signal-attenuation\": \"<string>\",\n        \"qln\": {\n          \"qln-measurement-time\": 0,\n          \"qln-sub-carrier-group-size\": 1,\n          \"qlnps\": \"<byte>\"\n        },\n        \"hlog\": {\n          \"hlog-measurement-time\": 0,\n          \"hlog-sub-carrier-group-size\": 1,\n          \"hlogps\": \"<byte>\"\n        },\n        \"vect-disturbers\": {\n          \"vect-disturbers-info\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"vect-failures\": {\n        \"vectoring-not-feasible-failure\": true\n      }\n    },\n    \"inventory\": {\n      \"ftu-o\": {\n        \"g.994.1-vendor-id\": \"<byte>\",\n        \"version-number\": \"<byte>\",\n        \"self-test-result\": \"<byte>\",\n        \"system-vendor-id\": \"<byte>\",\n        \"system-serial-number\": \"<byte>\",\n        \"profiles-supported\": \"\\\"g.9701-profile-106a\\\" \\\"g.9701-profile-212c\\\"\",\n        \"annex-x-supported\": true,\n        \"annex-d-supported\": true,\n        \"vce-id\": \"<string>\",\n        \"vce-port-index\": \"<string>\",\n        \"idta-supported\": true\n      },\n      \"ftu-r\": {\n        \"g.994.1-vendor-id\": \"<byte>\",\n        \"version-number\": \"<byte>\",\n        \"self-test-result\": \"<byte>\",\n        \"system-vendor-id\": \"<byte>\",\n        \"system-serial-number\": \"<byte>\",\n        \"profiles-supported\": \"\\\"g.9701-profile-106a\\\" \\\"g.9701-profile-212c\\\"\",\n        \"annex-x-supported\": true,\n        \"annex-d-supported\": true\n      }\n    }\n  }\n}"}],"_postman_id":"c0296f9c-e759-4d54-841f-e4151fe69fe8"},{"name":"GET - NodeID - ietf-interfaces - channel","id":"38f16f62-38e8-40b3-8cd6-f41916b3f246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel?content=<string>","description":"<p>Bearer channel state data for FAST interfaces</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3a8e7acf-49bb-4109-ac20-774ffd0de1bd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel\": {\n    \"status\": {\n      \"downstream\": {\n        \"net-data-rate\": \"<string>\",\n        \"net-data-rate-in-l2.1\": \"<string>\",\n        \"net-data-rate-in-l2.2\": \"<string>\",\n        \"expected-throughput\": \"<string>\",\n        \"expected-throughput-in-l2.1\": \"<string>\",\n        \"expected-throughput-in-l2.2\": \"<string>\",\n        \"gamma-data-rate\": \"<string>\",\n        \"attainable-net-data-rate\": \"<string>\",\n        \"attainable-expected-throughput\": \"<string>\",\n        \"attainable-gamma-data-rate\": \"<string>\",\n        \"actual-inp-against-shine\": 0,\n        \"actual-inp-against-rein\": 0,\n        \"dtu-fec-codeword-length\": 32,\n        \"dtu-fec-redundancy\": 2,\n        \"fec-codewords-per-dtu\": 1\n      },\n      \"upstream\": {\n        \"net-data-rate\": \"<string>\",\n        \"net-data-rate-in-l2.1\": \"<string>\",\n        \"net-data-rate-in-l2.2\": \"<string>\",\n        \"expected-throughput\": \"<string>\",\n        \"expected-throughput-in-l2.1\": \"<string>\",\n        \"expected-throughput-in-l2.2\": \"<string>\",\n        \"gamma-data-rate\": \"<string>\",\n        \"attainable-net-data-rate\": \"<string>\",\n        \"attainable-expected-throughput\": \"<string>\",\n        \"attainable-gamma-data-rate\": \"<string>\",\n        \"actual-inp-against-shine\": 0,\n        \"actual-inp-against-rein\": 0,\n        \"dtu-fec-codeword-length\": 32,\n        \"dtu-fec-redundancy\": 2,\n        \"fec-codewords-per-dtu\": 1\n      }\n    },\n    \"performance\": {\n      \"intervals-15min\": {\n        \"current\": {\n          \"ftu-o\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ftu-r\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      },\n      \"intervals-24hr\": {\n        \"current\": {\n          \"ftu-o\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ftu-r\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-o\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ftu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      }\n    }\n  }\n}"}],"_postman_id":"38f16f62-38e8-40b3-8cd6-f41916b3f246"},{"name":"GET - NodeID - ietf-interfaces - status","id":"75bfe8b5-3a0c-4ba6-9eca-0af2e510a665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/status?content=<string>","description":"<p>Channel status parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","status"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fc4c2b6b-a793-49b0-9f69-a9654d98ffbc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/status?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","status"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": {\n    \"downstream\": {\n      \"net-data-rate\": \"<string>\",\n      \"net-data-rate-in-l2.1\": \"<string>\",\n      \"net-data-rate-in-l2.2\": \"<string>\",\n      \"expected-throughput\": \"<string>\",\n      \"expected-throughput-in-l2.1\": \"<string>\",\n      \"expected-throughput-in-l2.2\": \"<string>\",\n      \"gamma-data-rate\": \"<string>\",\n      \"attainable-net-data-rate\": \"<string>\",\n      \"attainable-expected-throughput\": \"<string>\",\n      \"attainable-gamma-data-rate\": \"<string>\",\n      \"actual-inp-against-shine\": 0,\n      \"actual-inp-against-rein\": 0,\n      \"dtu-fec-codeword-length\": 32,\n      \"dtu-fec-redundancy\": 2,\n      \"fec-codewords-per-dtu\": 1\n    },\n    \"upstream\": {\n      \"net-data-rate\": \"<string>\",\n      \"net-data-rate-in-l2.1\": \"<string>\",\n      \"net-data-rate-in-l2.2\": \"<string>\",\n      \"expected-throughput\": \"<string>\",\n      \"expected-throughput-in-l2.1\": \"<string>\",\n      \"expected-throughput-in-l2.2\": \"<string>\",\n      \"gamma-data-rate\": \"<string>\",\n      \"attainable-net-data-rate\": \"<string>\",\n      \"attainable-expected-throughput\": \"<string>\",\n      \"attainable-gamma-data-rate\": \"<string>\",\n      \"actual-inp-against-shine\": 0,\n      \"actual-inp-against-rein\": 0,\n      \"dtu-fec-codeword-length\": 32,\n      \"dtu-fec-redundancy\": 2,\n      \"fec-codewords-per-dtu\": 1\n    }\n  }\n}"}],"_postman_id":"75bfe8b5-3a0c-4ba6-9eca-0af2e510a665"},{"name":"GET - NodeID - ietf-interfaces - downstream","id":"542dd14d-63d6-4575-a2bc-7bd75b24b36c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/status/downstream?content=<string>","description":"<p>Downstream channel status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","status","downstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"41c49df5-e126-4d22-b96c-f7bcb9cef4be","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/status/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","status","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"net-data-rate\": \"<string>\",\n    \"net-data-rate-in-l2.1\": \"<string>\",\n    \"net-data-rate-in-l2.2\": \"<string>\",\n    \"expected-throughput\": \"<string>\",\n    \"expected-throughput-in-l2.1\": \"<string>\",\n    \"expected-throughput-in-l2.2\": \"<string>\",\n    \"gamma-data-rate\": \"<string>\",\n    \"attainable-net-data-rate\": \"<string>\",\n    \"attainable-expected-throughput\": \"<string>\",\n    \"attainable-gamma-data-rate\": \"<string>\",\n    \"actual-inp-against-shine\": 0,\n    \"actual-inp-against-rein\": 0,\n    \"dtu-fec-codeword-length\": 32,\n    \"dtu-fec-redundancy\": 2,\n    \"fec-codewords-per-dtu\": 1\n  }\n}"}],"_postman_id":"542dd14d-63d6-4575-a2bc-7bd75b24b36c"},{"name":"GET - NodeID - ietf-interfaces - upstream","id":"67e366a6-f8b0-4f16-9794-bc7bf5b8b797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/status/upstream?content=<string>","description":"<p>Upstream channel status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","status","upstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d1b2c5a6-be1c-4e2c-bbc7-d7b11ddf8e81","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/status/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","status","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"net-data-rate\": \"<string>\",\n    \"net-data-rate-in-l2.1\": \"<string>\",\n    \"net-data-rate-in-l2.2\": \"<string>\",\n    \"expected-throughput\": \"<string>\",\n    \"expected-throughput-in-l2.1\": \"<string>\",\n    \"expected-throughput-in-l2.2\": \"<string>\",\n    \"gamma-data-rate\": \"<string>\",\n    \"attainable-net-data-rate\": \"<string>\",\n    \"attainable-expected-throughput\": \"<string>\",\n    \"attainable-gamma-data-rate\": \"<string>\",\n    \"actual-inp-against-shine\": 0,\n    \"actual-inp-against-rein\": 0,\n    \"dtu-fec-codeword-length\": 32,\n    \"dtu-fec-redundancy\": 2,\n    \"fec-codewords-per-dtu\": 1\n  }\n}"}],"_postman_id":"67e366a6-f8b0-4f16-9794-bc7bf5b8b797"},{"name":"GET - NodeID - ietf-interfaces - performance","id":"60ac0a4a-71a1-4d2e-882f-834ac435351e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance?content=<string>","description":"<p>Performance parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"29408adc-e720-40ac-ad90-cbc37570e3c3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"performance\": {\n    \"intervals-15min\": {\n      \"current\": {\n        \"ftu-o\": {\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"ftu-o\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retransmitted-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-andeftr-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"andeftr-defined-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ftu-r\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retransmitted-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-andeftr-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"andeftr-defined-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"ftu-o\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retransmitted-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-andeftr-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"andeftr-defined-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ftu-r\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retransmitted-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-andeftr-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"andeftr-defined-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    },\n    \"intervals-24hr\": {\n      \"current\": {\n        \"ftu-o\": {\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"ftu-o\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retransmitted-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-andeftr-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"andeftr-defined-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ftu-r\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retransmitted-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-andeftr-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"andeftr-defined-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"ftu-o\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retransmitted-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-andeftr-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"andeftr-defined-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ftu-r\": {\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retransmitted-dtus\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"maximum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sum-andeftr\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"low-andeftr-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"andeftr-defined-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    }\n  }\n}"}],"_postman_id":"60ac0a4a-71a1-4d2e-882f-834ac435351e"},{"name":"GET - NodeID - ietf-interfaces - intervals-15min","id":"034dd518-5ccb-4cf7-8f08-dfef0c612f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min?content=<string>","description":"<p>15 minute interval performance history</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4b2e6980-5a9e-4a35-977f-9319018a2940","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-15min\": {\n    \"current\": {\n      \"ftu-o\": {\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"ftu-o\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7732-61-65T33:84:80Z\",\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:0411-85-64T53:33:35.2Z\",\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"ftu-o\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7732-61-65T33:84:80Z\",\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:0411-85-64T53:33:35.2Z\",\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"034dd518-5ccb-4cf7-8f08-dfef0c612f81"},{"name":"GET - NodeID - ietf-interfaces - current","id":"548463b0-07ab-4d06-9ffe-5642a4606ad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e115364a-2936-4720-a9db-2f12c7236576","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"ftu-o\": {\n      \"measured-time\": 0,\n      \"code-violations\": 0,\n      \"uncorrected-dtus\": 0,\n      \"retransmitted-dtus\": 0,\n      \"minimum-andeftr\": 0,\n      \"maximum-andeftr\": 0,\n      \"sum-andeftr\": 0,\n      \"error-free-bits\": 0,\n      \"minimum-error-free-throughput\": 0,\n      \"low-andeftr-seconds\": 0,\n      \"andeftr-defined-seconds\": 0\n    },\n    \"ftu-r\": {\n      \"measured-time\": 0,\n      \"code-violations\": 0,\n      \"uncorrected-dtus\": 0,\n      \"retransmitted-dtus\": 0,\n      \"minimum-andeftr\": 0,\n      \"maximum-andeftr\": 0,\n      \"sum-andeftr\": 0,\n      \"error-free-bits\": 0,\n      \"minimum-error-free-throughput\": 0,\n      \"low-andeftr-seconds\": 0,\n      \"andeftr-defined-seconds\": 0\n    }\n  }\n}"}],"_postman_id":"548463b0-07ab-4d06-9ffe-5642a4606ad6"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"ef516e94-17e6-4c40-aec6-3271da6c1958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/current/ftu-o?content=<string>","description":"<p>Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","current","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0233c953-d951-4302-8f84-fb7d3fb7b377","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/current/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","current","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"measured-time\": 0,\n    \"code-violations\": 0,\n    \"uncorrected-dtus\": 0,\n    \"retransmitted-dtus\": 0,\n    \"minimum-andeftr\": 0,\n    \"maximum-andeftr\": 0,\n    \"sum-andeftr\": 0,\n    \"error-free-bits\": 0,\n    \"minimum-error-free-throughput\": 0,\n    \"low-andeftr-seconds\": 0,\n    \"andeftr-defined-seconds\": 0\n  }\n}"}],"_postman_id":"ef516e94-17e6-4c40-aec6-3271da6c1958"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"aedc032d-5d23-4f61-b8ec-9736ddf08797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/current/ftu-r?content=<string>","description":"<p>Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","current","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"35e16112-ae93-4265-8d73-2874a60bcfc3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/current/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","current","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"measured-time\": 0,\n    \"code-violations\": 0,\n    \"uncorrected-dtus\": 0,\n    \"retransmitted-dtus\": 0,\n    \"minimum-andeftr\": 0,\n    \"maximum-andeftr\": 0,\n    \"sum-andeftr\": 0,\n    \"error-free-bits\": 0,\n    \"minimum-error-free-throughput\": 0,\n    \"low-andeftr-seconds\": 0,\n    \"andeftr-defined-seconds\": 0\n  }\n}"}],"_postman_id":"aedc032d-5d23-4f61-b8ec-9736ddf08797"},{"name":"GET - NodeID - ietf-interfaces - history","id":"18a46596-c589-449b-85cd-253323833ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/history=<string>?content=<string>","description":"<p>A history of 15 minute intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4224391d-999f-4f58-82fa-7cb83cb4e19d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"ftu-o\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7732-61-65T33:84:80Z\",\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:0411-85-64T53:33:35.2Z\",\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"ftu-o\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7732-61-65T33:84:80Z\",\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:0411-85-64T53:33:35.2Z\",\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"18a46596-c589-449b-85cd-253323833ff2"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"9f59966a-0ced-47c8-8f5b-ec8c53243aae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/history=<string>/ftu-o?content=<string>","description":"<p>Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","history=<string>","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"822a6ca1-75fd-460b-8a12-096de7451a0f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/history=<string>/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","history=<string>","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:7732-61-65T33:84:80Z\",\n    \"measured-time\": 0,\n    \"code-violations\": 0,\n    \"uncorrected-dtus\": 0,\n    \"retransmitted-dtus\": 0,\n    \"minimum-andeftr\": 0,\n    \"maximum-andeftr\": 0,\n    \"sum-andeftr\": 0,\n    \"error-free-bits\": 0,\n    \"minimum-error-free-throughput\": 0,\n    \"low-andeftr-seconds\": 0,\n    \"andeftr-defined-seconds\": 0\n  }\n}"}],"_postman_id":"9f59966a-0ced-47c8-8f5b-ec8c53243aae"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"94be41e7-d14a-4cc9-b537-0a236556dafb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/history=<string>/ftu-r?content=<string>","description":"<p>Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","history=<string>","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4e73b404-6a7d-44b1-b16f-b8c4c00b294a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-15min/history=<string>/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-15min","history=<string>","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:0411-85-64T53:33:35.2Z\",\n    \"measured-time\": 0,\n    \"code-violations\": 0,\n    \"uncorrected-dtus\": 0,\n    \"retransmitted-dtus\": 0,\n    \"minimum-andeftr\": 0,\n    \"maximum-andeftr\": 0,\n    \"sum-andeftr\": 0,\n    \"error-free-bits\": 0,\n    \"minimum-error-free-throughput\": 0,\n    \"low-andeftr-seconds\": 0,\n    \"andeftr-defined-seconds\": 0\n  }\n}"}],"_postman_id":"94be41e7-d14a-4cc9-b537-0a236556dafb"},{"name":"GET - NodeID - ietf-interfaces - intervals-24hr","id":"1c36cde1-1380-43ba-a6ef-baf6f14db686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr?content=<string>","description":"<p>24 hour interval performance history</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c8a395a5-3053-4b19-a875-b152f9086253","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-24hr\": {\n    \"current\": {\n      \"ftu-o\": {\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"ftu-o\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:2742-67-07T57:13:66+54:59\",\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7390-70-00T91:91:02.54-31:66\",\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"ftu-o\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:2742-67-07T57:13:66+54:59\",\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7390-70-00T91:91:02.54-31:66\",\n          \"measured-time\": 0,\n          \"code-violations\": 0,\n          \"uncorrected-dtus\": 0,\n          \"retransmitted-dtus\": 0,\n          \"minimum-andeftr\": 0,\n          \"maximum-andeftr\": 0,\n          \"sum-andeftr\": 0,\n          \"error-free-bits\": 0,\n          \"minimum-error-free-throughput\": 0,\n          \"low-andeftr-seconds\": 0,\n          \"andeftr-defined-seconds\": 0\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"1c36cde1-1380-43ba-a6ef-baf6f14db686"},{"name":"GET - NodeID - ietf-interfaces - current","id":"a5354a89-b3fc-4b59-bdf3-f5e2bb07ebf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f26ea576-f29a-42fc-977d-d9112c7093d9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"ftu-o\": {\n      \"measured-time\": 0,\n      \"code-violations\": 0,\n      \"uncorrected-dtus\": 0,\n      \"retransmitted-dtus\": 0,\n      \"minimum-andeftr\": 0,\n      \"maximum-andeftr\": 0,\n      \"sum-andeftr\": 0,\n      \"error-free-bits\": 0,\n      \"minimum-error-free-throughput\": 0,\n      \"low-andeftr-seconds\": 0,\n      \"andeftr-defined-seconds\": 0\n    },\n    \"ftu-r\": {\n      \"measured-time\": 0,\n      \"code-violations\": 0,\n      \"uncorrected-dtus\": 0,\n      \"retransmitted-dtus\": 0,\n      \"minimum-andeftr\": 0,\n      \"maximum-andeftr\": 0,\n      \"sum-andeftr\": 0,\n      \"error-free-bits\": 0,\n      \"minimum-error-free-throughput\": 0,\n      \"low-andeftr-seconds\": 0,\n      \"andeftr-defined-seconds\": 0\n    }\n  }\n}"}],"_postman_id":"a5354a89-b3fc-4b59-bdf3-f5e2bb07ebf6"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"f5313967-4a10-415e-add4-78414294239e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/current/ftu-o?content=<string>","description":"<p>Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","current","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"767ea1bf-b53f-43cd-a957-d1926195c17f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/current/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","current","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"measured-time\": 0,\n    \"code-violations\": 0,\n    \"uncorrected-dtus\": 0,\n    \"retransmitted-dtus\": 0,\n    \"minimum-andeftr\": 0,\n    \"maximum-andeftr\": 0,\n    \"sum-andeftr\": 0,\n    \"error-free-bits\": 0,\n    \"minimum-error-free-throughput\": 0,\n    \"low-andeftr-seconds\": 0,\n    \"andeftr-defined-seconds\": 0\n  }\n}"}],"_postman_id":"f5313967-4a10-415e-add4-78414294239e"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"115177f8-e6d6-4fcd-8d16-44ca0e703117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/current/ftu-r?content=<string>","description":"<p>Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","current","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"90cd17ec-6432-4a5c-95c4-8878507772db","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/current/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","current","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"measured-time\": 0,\n    \"code-violations\": 0,\n    \"uncorrected-dtus\": 0,\n    \"retransmitted-dtus\": 0,\n    \"minimum-andeftr\": 0,\n    \"maximum-andeftr\": 0,\n    \"sum-andeftr\": 0,\n    \"error-free-bits\": 0,\n    \"minimum-error-free-throughput\": 0,\n    \"low-andeftr-seconds\": 0,\n    \"andeftr-defined-seconds\": 0\n  }\n}"}],"_postman_id":"115177f8-e6d6-4fcd-8d16-44ca0e703117"},{"name":"GET - NodeID - ietf-interfaces - history","id":"83c7cb99-2813-46ad-ba06-7c60b1bed3a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/history=<string>?content=<string>","description":"<p>A history of 24 hour intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7c31ee18-6994-465e-9e48-2aba5b290a05","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"ftu-o\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:2742-67-07T57:13:66+54:59\",\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7390-70-00T91:91:02.54-31:66\",\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"ftu-o\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:2742-67-07T57:13:66+54:59\",\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7390-70-00T91:91:02.54-31:66\",\n        \"measured-time\": 0,\n        \"code-violations\": 0,\n        \"uncorrected-dtus\": 0,\n        \"retransmitted-dtus\": 0,\n        \"minimum-andeftr\": 0,\n        \"maximum-andeftr\": 0,\n        \"sum-andeftr\": 0,\n        \"error-free-bits\": 0,\n        \"minimum-error-free-throughput\": 0,\n        \"low-andeftr-seconds\": 0,\n        \"andeftr-defined-seconds\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"83c7cb99-2813-46ad-ba06-7c60b1bed3a7"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"d5db3c67-c33c-4bb3-beba-c0473d6ba541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/history=<string>/ftu-o?content=<string>","description":"<p>Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","history=<string>","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4ab3eeac-bd0d-4ed1-8bf9-a27c60677041","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/history=<string>/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","history=<string>","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:2742-67-07T57:13:66+54:59\",\n    \"measured-time\": 0,\n    \"code-violations\": 0,\n    \"uncorrected-dtus\": 0,\n    \"retransmitted-dtus\": 0,\n    \"minimum-andeftr\": 0,\n    \"maximum-andeftr\": 0,\n    \"sum-andeftr\": 0,\n    \"error-free-bits\": 0,\n    \"minimum-error-free-throughput\": 0,\n    \"low-andeftr-seconds\": 0,\n    \"andeftr-defined-seconds\": 0\n  }\n}"}],"_postman_id":"d5db3c67-c33c-4bb3-beba-c0473d6ba541"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"b4790a2b-aef4-43ad-92bc-ab1fa5606fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/history=<string>/ftu-r?content=<string>","description":"<p>Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","history=<string>","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d88b6962-4560-4382-98c4-db2aadf8f827","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/channel/performance/intervals-24hr/history=<string>/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","channel","performance","intervals-24hr","history=<string>","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:7390-70-00T91:91:02.54-31:66\",\n    \"measured-time\": 0,\n    \"code-violations\": 0,\n    \"uncorrected-dtus\": 0,\n    \"retransmitted-dtus\": 0,\n    \"minimum-andeftr\": 0,\n    \"maximum-andeftr\": 0,\n    \"sum-andeftr\": 0,\n    \"error-free-bits\": 0,\n    \"minimum-error-free-throughput\": 0,\n    \"low-andeftr-seconds\": 0,\n    \"andeftr-defined-seconds\": 0\n  }\n}"}],"_postman_id":"b4790a2b-aef4-43ad-92bc-ab1fa5606fd3"},{"name":"GET - NodeID - ietf-interfaces - performance","id":"5df6029d-b12d-4278-8c64-4664dc7c0c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance?content=<string>","description":"<p>Performance parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"01a6b17d-2865-41c9-ad11-de009ef9eab3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"performance\": {\n    \"intervals-15min\": {\n      \"current\": {\n        \"ftu-o\": {\n          \"successful-tiga\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"fast-initializations\": 0,\n          \"failed-fast-initializations\": 0,\n          \"loss-of-power-interruptions\": 0,\n          \"host-reinit-interruptions\": 0,\n          \"spontaneous-interruptions\": 0,\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"measured-time\": 0,\n          \"link-state-l2.1n-seconds\": 0,\n          \"link-state-l2.1b-seconds\": 0,\n          \"link-state-l2.2-seconds\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"measured-time\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"ftu-o\": {\n            \"successful-tiga\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fast-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-fast-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"host-reinit-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"spontaneous-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-bit-swaps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-autonomous-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-fra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-rpa\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.1n-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.1b-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.2-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ftu-r\": {\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-bit-swaps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-autonomous-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-fra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-rpa\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"ftu-o\": {\n            \"successful-tiga\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fast-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-fast-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"host-reinit-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"spontaneous-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-bit-swaps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-autonomous-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-fra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-rpa\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.1n-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.1b-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.2-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ftu-r\": {\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-bit-swaps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-autonomous-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-fra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-rpa\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    },\n    \"intervals-24hr\": {\n      \"current\": {\n        \"ftu-o\": {\n          \"successful-tiga\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"fast-initializations\": 0,\n          \"failed-fast-initializations\": 0,\n          \"loss-of-power-interruptions\": 0,\n          \"host-reinit-interruptions\": 0,\n          \"spontaneous-interruptions\": 0,\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"measured-time\": 0,\n          \"link-state-l2.1n-seconds\": 0,\n          \"link-state-l2.1b-seconds\": 0,\n          \"link-state-l2.2-seconds\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"measured-time\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"ftu-o\": {\n            \"successful-tiga\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fast-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-fast-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"host-reinit-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"spontaneous-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-bit-swaps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-autonomous-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-fra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-rpa\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.1n-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.1b-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.2-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ftu-r\": {\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-bit-swaps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-autonomous-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-fra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-rpa\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"ftu-o\": {\n            \"successful-tiga\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fast-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-fast-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"host-reinit-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"spontaneous-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-bit-swaps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-autonomous-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-fra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-rpa\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.1n-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.1b-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"link-state-l2.2-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ftu-r\": {\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-bit-swaps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-autonomous-sra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-fra\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"successful-rpa\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-rmc-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    }\n  }\n}"}],"_postman_id":"5df6029d-b12d-4278-8c64-4664dc7c0c0e"},{"name":"GET - NodeID - ietf-interfaces - intervals-15min","id":"e9546c23-69d1-4b0c-9605-63edf3bfe7df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min?content=<string>","description":"<p>15 minute interval performance history</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6c0334d0-1ba2-4a65-b254-7a86c03e7de7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-15min\": {\n    \"current\": {\n      \"ftu-o\": {\n        \"successful-tiga\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"fast-initializations\": 0,\n        \"failed-fast-initializations\": 0,\n        \"loss-of-power-interruptions\": 0,\n        \"host-reinit-interruptions\": 0,\n        \"spontaneous-interruptions\": 0,\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"measured-time\": 0,\n        \"link-state-l2.1n-seconds\": 0,\n        \"link-state-l2.1b-seconds\": 0,\n        \"link-state-l2.2-seconds\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"measured-time\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"ftu-o\": {\n          \"successful-tiga\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"fast-initializations\": 0,\n          \"failed-fast-initializations\": 0,\n          \"loss-of-power-interruptions\": 0,\n          \"host-reinit-interruptions\": 0,\n          \"spontaneous-interruptions\": 0,\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7458-39-45T96:12:31.4Z\",\n          \"measured-time\": 0,\n          \"link-state-l2.1n-seconds\": 0,\n          \"link-state-l2.1b-seconds\": 0,\n          \"link-state-l2.2-seconds\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:9550-39-13T89:62:40+54:16\",\n          \"measured-time\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"ftu-o\": {\n          \"successful-tiga\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"fast-initializations\": 0,\n          \"failed-fast-initializations\": 0,\n          \"loss-of-power-interruptions\": 0,\n          \"host-reinit-interruptions\": 0,\n          \"spontaneous-interruptions\": 0,\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7458-39-45T96:12:31.4Z\",\n          \"measured-time\": 0,\n          \"link-state-l2.1n-seconds\": 0,\n          \"link-state-l2.1b-seconds\": 0,\n          \"link-state-l2.2-seconds\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:9550-39-13T89:62:40+54:16\",\n          \"measured-time\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"e9546c23-69d1-4b0c-9605-63edf3bfe7df"},{"name":"GET - NodeID - ietf-interfaces - current","id":"9d4c3ef1-aa4f-48f5-bce9-dd36818c65f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"815d2729-3834-436f-8595-3e04aec35415","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"ftu-o\": {\n      \"successful-tiga\": 0,\n      \"full-initializations\": 0,\n      \"failed-full-initializations\": 0,\n      \"fast-initializations\": 0,\n      \"failed-fast-initializations\": 0,\n      \"loss-of-power-interruptions\": 0,\n      \"host-reinit-interruptions\": 0,\n      \"spontaneous-interruptions\": 0,\n      \"loss-of-signal\": 0,\n      \"loss-of-margin\": 0,\n      \"loss-of-rmc\": 0,\n      \"loss-of-power\": 0,\n      \"successful-bit-swaps\": 0,\n      \"successful-autonomous-sra\": 0,\n      \"successful-fra\": 0,\n      \"successful-rpa\": 0,\n      \"measured-time\": 0,\n      \"link-state-l2.1n-seconds\": 0,\n      \"link-state-l2.1b-seconds\": 0,\n      \"link-state-l2.2-seconds\": 0,\n      \"errored-seconds\": 0,\n      \"severely-errored-seconds\": 0,\n      \"loss-of-signal-seconds\": 0,\n      \"loss-of-rmc-seconds\": 0,\n      \"unavailable-seconds\": 0\n    },\n    \"ftu-r\": {\n      \"loss-of-signal\": 0,\n      \"loss-of-margin\": 0,\n      \"loss-of-rmc\": 0,\n      \"loss-of-power\": 0,\n      \"successful-bit-swaps\": 0,\n      \"successful-autonomous-sra\": 0,\n      \"successful-fra\": 0,\n      \"successful-rpa\": 0,\n      \"measured-time\": 0,\n      \"errored-seconds\": 0,\n      \"severely-errored-seconds\": 0,\n      \"loss-of-signal-seconds\": 0,\n      \"loss-of-rmc-seconds\": 0,\n      \"unavailable-seconds\": 0\n    }\n  }\n}"}],"_postman_id":"9d4c3ef1-aa4f-48f5-bce9-dd36818c65f1"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"9af0d510-fca0-49ac-8c39-a64c5c79b977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/current/ftu-o?content=<string>","description":"<p>Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","current","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8e87d093-4c78-4d96-b481-ed7660d61e13","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/current/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","current","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"successful-tiga\": 0,\n    \"full-initializations\": 0,\n    \"failed-full-initializations\": 0,\n    \"fast-initializations\": 0,\n    \"failed-fast-initializations\": 0,\n    \"loss-of-power-interruptions\": 0,\n    \"host-reinit-interruptions\": 0,\n    \"spontaneous-interruptions\": 0,\n    \"loss-of-signal\": 0,\n    \"loss-of-margin\": 0,\n    \"loss-of-rmc\": 0,\n    \"loss-of-power\": 0,\n    \"successful-bit-swaps\": 0,\n    \"successful-autonomous-sra\": 0,\n    \"successful-fra\": 0,\n    \"successful-rpa\": 0,\n    \"measured-time\": 0,\n    \"link-state-l2.1n-seconds\": 0,\n    \"link-state-l2.1b-seconds\": 0,\n    \"link-state-l2.2-seconds\": 0,\n    \"errored-seconds\": 0,\n    \"severely-errored-seconds\": 0,\n    \"loss-of-signal-seconds\": 0,\n    \"loss-of-rmc-seconds\": 0,\n    \"unavailable-seconds\": 0\n  }\n}"}],"_postman_id":"9af0d510-fca0-49ac-8c39-a64c5c79b977"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"fa6f7c4c-5f43-4d97-bca8-82decc9b6d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/current/ftu-r?content=<string>","description":"<p>Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","current","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"51618c2d-0e4f-4f67-b568-f13dd0f98fe0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/current/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","current","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"loss-of-signal\": 0,\n    \"loss-of-margin\": 0,\n    \"loss-of-rmc\": 0,\n    \"loss-of-power\": 0,\n    \"successful-bit-swaps\": 0,\n    \"successful-autonomous-sra\": 0,\n    \"successful-fra\": 0,\n    \"successful-rpa\": 0,\n    \"measured-time\": 0,\n    \"errored-seconds\": 0,\n    \"severely-errored-seconds\": 0,\n    \"loss-of-signal-seconds\": 0,\n    \"loss-of-rmc-seconds\": 0,\n    \"unavailable-seconds\": 0\n  }\n}"}],"_postman_id":"fa6f7c4c-5f43-4d97-bca8-82decc9b6d9d"},{"name":"GET - NodeID - ietf-interfaces - history","id":"aa1e5fdb-26f6-437d-93a6-33c17b9d8886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/history=<string>?content=<string>","description":"<p>A history of 15 minute intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9bcd1c2d-7876-4fd8-afdc-636bd5b71eb1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"ftu-o\": {\n        \"successful-tiga\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"fast-initializations\": 0,\n        \"failed-fast-initializations\": 0,\n        \"loss-of-power-interruptions\": 0,\n        \"host-reinit-interruptions\": 0,\n        \"spontaneous-interruptions\": 0,\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7458-39-45T96:12:31.4Z\",\n        \"measured-time\": 0,\n        \"link-state-l2.1n-seconds\": 0,\n        \"link-state-l2.1b-seconds\": 0,\n        \"link-state-l2.2-seconds\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:9550-39-13T89:62:40+54:16\",\n        \"measured-time\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"ftu-o\": {\n        \"successful-tiga\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"fast-initializations\": 0,\n        \"failed-fast-initializations\": 0,\n        \"loss-of-power-interruptions\": 0,\n        \"host-reinit-interruptions\": 0,\n        \"spontaneous-interruptions\": 0,\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7458-39-45T96:12:31.4Z\",\n        \"measured-time\": 0,\n        \"link-state-l2.1n-seconds\": 0,\n        \"link-state-l2.1b-seconds\": 0,\n        \"link-state-l2.2-seconds\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:9550-39-13T89:62:40+54:16\",\n        \"measured-time\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"aa1e5fdb-26f6-437d-93a6-33c17b9d8886"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"70488e2a-fecf-4406-8d96-ac8fcf15f04d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/history=<string>/ftu-o?content=<string>","description":"<p>Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","history=<string>","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"558f2bdc-f9ea-45e9-b2a1-54a67d8fdea7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/history=<string>/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","history=<string>","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"successful-tiga\": 0,\n    \"full-initializations\": 0,\n    \"failed-full-initializations\": 0,\n    \"fast-initializations\": 0,\n    \"failed-fast-initializations\": 0,\n    \"loss-of-power-interruptions\": 0,\n    \"host-reinit-interruptions\": 0,\n    \"spontaneous-interruptions\": 0,\n    \"loss-of-signal\": 0,\n    \"loss-of-margin\": 0,\n    \"loss-of-rmc\": 0,\n    \"loss-of-power\": 0,\n    \"successful-bit-swaps\": 0,\n    \"successful-autonomous-sra\": 0,\n    \"successful-fra\": 0,\n    \"successful-rpa\": 0,\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:7458-39-45T96:12:31.4Z\",\n    \"measured-time\": 0,\n    \"link-state-l2.1n-seconds\": 0,\n    \"link-state-l2.1b-seconds\": 0,\n    \"link-state-l2.2-seconds\": 0,\n    \"errored-seconds\": 0,\n    \"severely-errored-seconds\": 0,\n    \"loss-of-signal-seconds\": 0,\n    \"loss-of-rmc-seconds\": 0,\n    \"unavailable-seconds\": 0\n  }\n}"}],"_postman_id":"70488e2a-fecf-4406-8d96-ac8fcf15f04d"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"48af6838-bfcf-44a6-949c-1d6100684034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/history=<string>/ftu-r?content=<string>","description":"<p>Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","history=<string>","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"253fee6b-2b42-4bbd-af0d-ac82c22a3055","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-15min/history=<string>/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-15min","history=<string>","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"loss-of-signal\": 0,\n    \"loss-of-margin\": 0,\n    \"loss-of-rmc\": 0,\n    \"loss-of-power\": 0,\n    \"successful-bit-swaps\": 0,\n    \"successful-autonomous-sra\": 0,\n    \"successful-fra\": 0,\n    \"successful-rpa\": 0,\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:9550-39-13T89:62:40+54:16\",\n    \"measured-time\": 0,\n    \"errored-seconds\": 0,\n    \"severely-errored-seconds\": 0,\n    \"loss-of-signal-seconds\": 0,\n    \"loss-of-rmc-seconds\": 0,\n    \"unavailable-seconds\": 0\n  }\n}"}],"_postman_id":"48af6838-bfcf-44a6-949c-1d6100684034"},{"name":"GET - NodeID - ietf-interfaces - intervals-24hr","id":"58abb214-db42-45bf-8505-cb8e33fcee4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr?content=<string>","description":"<p>24 hour interval performance history</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7bf69e7d-ec3b-4cc6-ad10-14f01693b50b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-24hr\": {\n    \"current\": {\n      \"ftu-o\": {\n        \"successful-tiga\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"fast-initializations\": 0,\n        \"failed-fast-initializations\": 0,\n        \"loss-of-power-interruptions\": 0,\n        \"host-reinit-interruptions\": 0,\n        \"spontaneous-interruptions\": 0,\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"measured-time\": 0,\n        \"link-state-l2.1n-seconds\": 0,\n        \"link-state-l2.1b-seconds\": 0,\n        \"link-state-l2.2-seconds\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"measured-time\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"ftu-o\": {\n          \"successful-tiga\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"fast-initializations\": 0,\n          \"failed-fast-initializations\": 0,\n          \"loss-of-power-interruptions\": 0,\n          \"host-reinit-interruptions\": 0,\n          \"spontaneous-interruptions\": 0,\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7279-27-24T88:26:21.5Z\",\n          \"measured-time\": 0,\n          \"link-state-l2.1n-seconds\": 0,\n          \"link-state-l2.1b-seconds\": 0,\n          \"link-state-l2.2-seconds\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7809-58-56T89:30:51-29:83\",\n          \"measured-time\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"ftu-o\": {\n          \"successful-tiga\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"fast-initializations\": 0,\n          \"failed-fast-initializations\": 0,\n          \"loss-of-power-interruptions\": 0,\n          \"host-reinit-interruptions\": 0,\n          \"spontaneous-interruptions\": 0,\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7279-27-24T88:26:21.5Z\",\n          \"measured-time\": 0,\n          \"link-state-l2.1n-seconds\": 0,\n          \"link-state-l2.1b-seconds\": 0,\n          \"link-state-l2.2-seconds\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        },\n        \"ftu-r\": {\n          \"loss-of-signal\": 0,\n          \"loss-of-margin\": 0,\n          \"loss-of-rmc\": 0,\n          \"loss-of-power\": 0,\n          \"successful-bit-swaps\": 0,\n          \"successful-autonomous-sra\": 0,\n          \"successful-fra\": 0,\n          \"successful-rpa\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:7809-58-56T89:30:51-29:83\",\n          \"measured-time\": 0,\n          \"errored-seconds\": 0,\n          \"severely-errored-seconds\": 0,\n          \"loss-of-signal-seconds\": 0,\n          \"loss-of-rmc-seconds\": 0,\n          \"unavailable-seconds\": 0\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"58abb214-db42-45bf-8505-cb8e33fcee4c"},{"name":"GET - NodeID - ietf-interfaces - current","id":"103167fd-e135-4418-a05b-1da59e847c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"55842f68-d6f0-4998-acf7-7b163cfb2b0c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"ftu-o\": {\n      \"successful-tiga\": 0,\n      \"full-initializations\": 0,\n      \"failed-full-initializations\": 0,\n      \"fast-initializations\": 0,\n      \"failed-fast-initializations\": 0,\n      \"loss-of-power-interruptions\": 0,\n      \"host-reinit-interruptions\": 0,\n      \"spontaneous-interruptions\": 0,\n      \"loss-of-signal\": 0,\n      \"loss-of-margin\": 0,\n      \"loss-of-rmc\": 0,\n      \"loss-of-power\": 0,\n      \"successful-bit-swaps\": 0,\n      \"successful-autonomous-sra\": 0,\n      \"successful-fra\": 0,\n      \"successful-rpa\": 0,\n      \"measured-time\": 0,\n      \"link-state-l2.1n-seconds\": 0,\n      \"link-state-l2.1b-seconds\": 0,\n      \"link-state-l2.2-seconds\": 0,\n      \"errored-seconds\": 0,\n      \"severely-errored-seconds\": 0,\n      \"loss-of-signal-seconds\": 0,\n      \"loss-of-rmc-seconds\": 0,\n      \"unavailable-seconds\": 0\n    },\n    \"ftu-r\": {\n      \"loss-of-signal\": 0,\n      \"loss-of-margin\": 0,\n      \"loss-of-rmc\": 0,\n      \"loss-of-power\": 0,\n      \"successful-bit-swaps\": 0,\n      \"successful-autonomous-sra\": 0,\n      \"successful-fra\": 0,\n      \"successful-rpa\": 0,\n      \"measured-time\": 0,\n      \"errored-seconds\": 0,\n      \"severely-errored-seconds\": 0,\n      \"loss-of-signal-seconds\": 0,\n      \"loss-of-rmc-seconds\": 0,\n      \"unavailable-seconds\": 0\n    }\n  }\n}"}],"_postman_id":"103167fd-e135-4418-a05b-1da59e847c8e"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"41a3d40a-bd19-4b70-90b0-f4b20a722ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/current/ftu-o?content=<string>","description":"<p>Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","current","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"37f4441b-d3b4-45fb-bcfc-ba8cd1db81cc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/current/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","current","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"successful-tiga\": 0,\n    \"full-initializations\": 0,\n    \"failed-full-initializations\": 0,\n    \"fast-initializations\": 0,\n    \"failed-fast-initializations\": 0,\n    \"loss-of-power-interruptions\": 0,\n    \"host-reinit-interruptions\": 0,\n    \"spontaneous-interruptions\": 0,\n    \"loss-of-signal\": 0,\n    \"loss-of-margin\": 0,\n    \"loss-of-rmc\": 0,\n    \"loss-of-power\": 0,\n    \"successful-bit-swaps\": 0,\n    \"successful-autonomous-sra\": 0,\n    \"successful-fra\": 0,\n    \"successful-rpa\": 0,\n    \"measured-time\": 0,\n    \"link-state-l2.1n-seconds\": 0,\n    \"link-state-l2.1b-seconds\": 0,\n    \"link-state-l2.2-seconds\": 0,\n    \"errored-seconds\": 0,\n    \"severely-errored-seconds\": 0,\n    \"loss-of-signal-seconds\": 0,\n    \"loss-of-rmc-seconds\": 0,\n    \"unavailable-seconds\": 0\n  }\n}"}],"_postman_id":"41a3d40a-bd19-4b70-90b0-f4b20a722ee1"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"1b2955f5-102a-4f1d-b84a-084d6acea19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/current/ftu-r?content=<string>","description":"<p>Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","current","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8a2ce191-a8fb-4892-962f-ee9cefa3cb88","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/current/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","current","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"loss-of-signal\": 0,\n    \"loss-of-margin\": 0,\n    \"loss-of-rmc\": 0,\n    \"loss-of-power\": 0,\n    \"successful-bit-swaps\": 0,\n    \"successful-autonomous-sra\": 0,\n    \"successful-fra\": 0,\n    \"successful-rpa\": 0,\n    \"measured-time\": 0,\n    \"errored-seconds\": 0,\n    \"severely-errored-seconds\": 0,\n    \"loss-of-signal-seconds\": 0,\n    \"loss-of-rmc-seconds\": 0,\n    \"unavailable-seconds\": 0\n  }\n}"}],"_postman_id":"1b2955f5-102a-4f1d-b84a-084d6acea19e"},{"name":"GET - NodeID - ietf-interfaces - history","id":"885592e7-faaa-413b-b1d3-1d22dc8f4cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/history=<string>?content=<string>","description":"<p>A history of 24 hour intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d95df9bb-7245-4986-be58-776f9dc5f391","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"ftu-o\": {\n        \"successful-tiga\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"fast-initializations\": 0,\n        \"failed-fast-initializations\": 0,\n        \"loss-of-power-interruptions\": 0,\n        \"host-reinit-interruptions\": 0,\n        \"spontaneous-interruptions\": 0,\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7279-27-24T88:26:21.5Z\",\n        \"measured-time\": 0,\n        \"link-state-l2.1n-seconds\": 0,\n        \"link-state-l2.1b-seconds\": 0,\n        \"link-state-l2.2-seconds\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7809-58-56T89:30:51-29:83\",\n        \"measured-time\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"ftu-o\": {\n        \"successful-tiga\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"fast-initializations\": 0,\n        \"failed-fast-initializations\": 0,\n        \"loss-of-power-interruptions\": 0,\n        \"host-reinit-interruptions\": 0,\n        \"spontaneous-interruptions\": 0,\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7279-27-24T88:26:21.5Z\",\n        \"measured-time\": 0,\n        \"link-state-l2.1n-seconds\": 0,\n        \"link-state-l2.1b-seconds\": 0,\n        \"link-state-l2.2-seconds\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      },\n      \"ftu-r\": {\n        \"loss-of-signal\": 0,\n        \"loss-of-margin\": 0,\n        \"loss-of-rmc\": 0,\n        \"loss-of-power\": 0,\n        \"successful-bit-swaps\": 0,\n        \"successful-autonomous-sra\": 0,\n        \"successful-fra\": 0,\n        \"successful-rpa\": 0,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:7809-58-56T89:30:51-29:83\",\n        \"measured-time\": 0,\n        \"errored-seconds\": 0,\n        \"severely-errored-seconds\": 0,\n        \"loss-of-signal-seconds\": 0,\n        \"loss-of-rmc-seconds\": 0,\n        \"unavailable-seconds\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"885592e7-faaa-413b-b1d3-1d22dc8f4cf0"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"4c80f7e6-dd3d-47d1-a3cb-4f315926a308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/history=<string>/ftu-o?content=<string>","description":"<p>Fast Transceiver Unit - central Office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","history=<string>","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8117eb92-efcb-420a-b1ac-6f541ff31e99","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/history=<string>/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","history=<string>","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"successful-tiga\": 0,\n    \"full-initializations\": 0,\n    \"failed-full-initializations\": 0,\n    \"fast-initializations\": 0,\n    \"failed-fast-initializations\": 0,\n    \"loss-of-power-interruptions\": 0,\n    \"host-reinit-interruptions\": 0,\n    \"spontaneous-interruptions\": 0,\n    \"loss-of-signal\": 0,\n    \"loss-of-margin\": 0,\n    \"loss-of-rmc\": 0,\n    \"loss-of-power\": 0,\n    \"successful-bit-swaps\": 0,\n    \"successful-autonomous-sra\": 0,\n    \"successful-fra\": 0,\n    \"successful-rpa\": 0,\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:7279-27-24T88:26:21.5Z\",\n    \"measured-time\": 0,\n    \"link-state-l2.1n-seconds\": 0,\n    \"link-state-l2.1b-seconds\": 0,\n    \"link-state-l2.2-seconds\": 0,\n    \"errored-seconds\": 0,\n    \"severely-errored-seconds\": 0,\n    \"loss-of-signal-seconds\": 0,\n    \"loss-of-rmc-seconds\": 0,\n    \"unavailable-seconds\": 0\n  }\n}"}],"_postman_id":"4c80f7e6-dd3d-47d1-a3cb-4f315926a308"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"28cdd486-ac35-4640-a293-421694b57bdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/history=<string>/ftu-r?content=<string>","description":"<p>Fast Transceiver Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","history=<string>","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"675de04f-1ed9-49fa-b3c6-9b9774f17ca0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/performance/intervals-24hr/history=<string>/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","performance","intervals-24hr","history=<string>","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"loss-of-signal\": 0,\n    \"loss-of-margin\": 0,\n    \"loss-of-rmc\": 0,\n    \"loss-of-power\": 0,\n    \"successful-bit-swaps\": 0,\n    \"successful-autonomous-sra\": 0,\n    \"successful-fra\": 0,\n    \"successful-rpa\": 0,\n    \"invalid-data-flag\": true,\n    \"time-stamp\": \"?:7809-58-56T89:30:51-29:83\",\n    \"measured-time\": 0,\n    \"errored-seconds\": 0,\n    \"severely-errored-seconds\": 0,\n    \"loss-of-signal-seconds\": 0,\n    \"loss-of-rmc-seconds\": 0,\n    \"unavailable-seconds\": 0\n  }\n}"}],"_postman_id":"28cdd486-ac35-4640-a293-421694b57bdd"},{"name":"GET - NodeID - ietf-interfaces - status","id":"a949a481-0265-44db-8aa6-85a531554e9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status?content=<string>","description":"<p>Status parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3f554d62-6951-4c1c-8d0c-65c0e129ab75","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": {\n    \"profile\": \"\\\"g.9701-profile-106a\\\" \\\"g.9701-profile-212c\\\"\",\n    \"link-state\": \"l0-link-state\",\n    \"initialization-success-failure-cause\": \"successful\",\n    \"annex-x-enabled\": true,\n    \"annex-d-enabled\": true,\n    \"idta-enabled\": true,\n    \"cdta-procedure-actual-type\": \"disabled\",\n    \"ftu-o\": {\n      \"update-test\": {\n        \"time-stamp-at-g1-update\": \"<string>\",\n        \"time-stamp-at-g2-update\": \"<string>\",\n        \"link-state-at-g1-update\": \"l0-link-state\"\n      },\n      \"failures\": {\n        \"line-initialization-failure\": true,\n        \"loss-of-signal\": true,\n        \"loss-of-rmc\": true,\n        \"loss-of-margin\": true,\n        \"loss-of-power\": true\n      }\n    },\n    \"ftu-r\": {\n      \"update-test\": {\n        \"time-stamp-at-g1-update\": \"<string>\",\n        \"time-stamp-at-g2-update\": \"<string>\",\n        \"link-state-at-g1-update\": \"l0-link-state\"\n      },\n      \"failures\": {\n        \"loss-of-signal\": true,\n        \"loss-of-rmc\": true,\n        \"loss-of-margin\": true,\n        \"loss-of-power\": true\n      }\n    },\n    \"downstream\": {\n      \"initialization-last-transmitted-signal\": 0,\n      \"time-stamps\": {\n        \"time-stamp-last-successful-tiga\": \"<string>\",\n        \"time-stamp-last-successful-bitswap\": \"<string>\",\n        \"time-stamp-last-successful-autonomous-sra\": \"<string>\",\n        \"time-stamp-last-successful-fra\": \"<string>\",\n        \"time-stamp-last-successful-rpa\": \"<string>\"\n      },\n      \"snr-margin\": \"<string>\",\n      \"snr-margin-in-l2.1\": \"<string>\",\n      \"snr-margin-in-l2.2\": \"<string>\",\n      \"upbo-electrical-length\": 0,\n      \"actual-aggregate-transmit-power\": \"<string>\",\n      \"actual-tx-psd-ps\": \"<byte>\",\n      \"snr\": {\n        \"snr-psd-measurement-time\": 0,\n        \"snr-sub-carrier-group-size\": 1,\n        \"snrps\": \"<byte>\"\n      },\n      \"bitsps\": \"<byte>\",\n      \"robust-management-channel\": {\n        \"snr-margin\": \"<string>\",\n        \"snr-margin-in-l2\": \"<string>\",\n        \"bitsps\": \"<byte>\"\n      },\n      \"signal-attenuation\": \"<string>\",\n      \"qln\": {\n        \"qln-measurement-time\": 0,\n        \"qln-sub-carrier-group-size\": 1,\n        \"qlnps\": \"<byte>\"\n      },\n      \"hlog\": {\n        \"hlog-measurement-time\": 0,\n        \"hlog-sub-carrier-group-size\": 1,\n        \"hlogps\": \"<byte>\"\n      },\n      \"aln\": {\n        \"aln-measurement-time\": 0,\n        \"aln-sub-carrier-group-size\": 1,\n        \"alnps\": \"<byte>\"\n      },\n      \"xlog\": {\n        \"xlogdisturber\": {\n          \"vce-port-index\": \"<string>\"\n        },\n        \"xlogbands\": {\n          \"xlog\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"xlogps\": \"<byte>\"\n      },\n      \"vect-disturbers\": {\n        \"vect-disturbers-info\": [\n          {\n            \"disturber\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"average-magnitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cancelled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"disturber\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"average-magnitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cancelled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"upstream\": {\n      \"initialization-last-received-signal\": 0,\n      \"time-stamps\": {\n        \"time-stamp-last-successful-bitswap\": \"<string>\",\n        \"time-stamp-last-successful-autonomous-sra\": \"<string>\",\n        \"time-stamp-last-successful-fra\": \"<string>\",\n        \"time-stamp-last-successful-rpa\": \"<string>\"\n      },\n      \"snr-margin\": \"<string>\",\n      \"snr-margin-in-l2.1\": \"<string>\",\n      \"snr-margin-in-l2.2\": \"<string>\",\n      \"upbo-electrical-length\": 0,\n      \"actual-aggregate-transmit-power\": \"<string>\",\n      \"actual-tx-psd-ps\": \"<byte>\",\n      \"snr\": {\n        \"snr-psd-measurement-time\": 0,\n        \"snr-sub-carrier-group-size\": 1,\n        \"snrps\": \"<byte>\"\n      },\n      \"bitsps\": \"<byte>\",\n      \"robust-management-channel\": {\n        \"snr-margin\": \"<string>\",\n        \"snr-margin-in-l2\": \"<string>\",\n        \"bitsps\": \"<byte>\"\n      },\n      \"signal-attenuation\": \"<string>\",\n      \"qln\": {\n        \"qln-measurement-time\": 0,\n        \"qln-sub-carrier-group-size\": 1,\n        \"qlnps\": \"<byte>\"\n      },\n      \"hlog\": {\n        \"hlog-measurement-time\": 0,\n        \"hlog-sub-carrier-group-size\": 1,\n        \"hlogps\": \"<byte>\"\n      },\n      \"vect-disturbers\": {\n        \"vect-disturbers-info\": [\n          {\n            \"disturber\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"average-magnitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cancelled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"disturber\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"average-magnitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cancelled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"vect-failures\": {\n      \"vectoring-not-feasible-failure\": true\n    }\n  }\n}"}],"_postman_id":"a949a481-0265-44db-8aa6-85a531554e9c"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"14ad7b5e-dc16-45be-9215-4d507c0f51ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-o?content=<string>","description":"<p>Line status parameters associated with the Fast\nTransceiver Unit - central Office (Near End)</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8f53c833-f155-4a0d-b4a0-dd0a103f7d7f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"update-test\": {\n      \"time-stamp-at-g1-update\": \"<string>\",\n      \"time-stamp-at-g2-update\": \"<string>\",\n      \"link-state-at-g1-update\": \"l0-link-state\"\n    },\n    \"failures\": {\n      \"line-initialization-failure\": true,\n      \"loss-of-signal\": true,\n      \"loss-of-rmc\": true,\n      \"loss-of-margin\": true,\n      \"loss-of-power\": true\n    }\n  }\n}"}],"_postman_id":"14ad7b5e-dc16-45be-9215-4d507c0f51ec"},{"name":"GET - NodeID - ietf-interfaces - update-test","id":"3e479b50-54cd-4a11-9c43-c227528b4551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-o/update-test?content=<string>","description":"<p>Test update parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-o","update-test"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"927a15db-b9e4-47a3-a590-38fd5516148c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-o/update-test?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-o","update-test"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"update-test\": {\n    \"time-stamp-at-g1-update\": \"<string>\",\n    \"time-stamp-at-g2-update\": \"<string>\",\n    \"link-state-at-g1-update\": \"l0-link-state\"\n  }\n}"}],"_postman_id":"3e479b50-54cd-4a11-9c43-c227528b4551"},{"name":"GET - NodeID - ietf-interfaces - failures","id":"5f9fff94-7454-4180-b783-8850605079dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-o/failures?content=<string>","description":"<p>Failure related status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-o","failures"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9feb4197-d816-4564-b559-8e05f5b3437e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-o/failures?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-o","failures"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"failures\": {\n    \"line-initialization-failure\": true,\n    \"loss-of-signal\": true,\n    \"loss-of-rmc\": true,\n    \"loss-of-margin\": true,\n    \"loss-of-power\": true\n  }\n}"}],"_postman_id":"5f9fff94-7454-4180-b783-8850605079dd"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"62d2913a-8441-4029-b368-78db9dc124ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-r?content=<string>","description":"<p>Line status parameters associated with the Fast\nTransceiver Unit - Remote side (Far End)</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0824fb54-8b96-4b4f-a4f5-5614d56e726a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"update-test\": {\n      \"time-stamp-at-g1-update\": \"<string>\",\n      \"time-stamp-at-g2-update\": \"<string>\",\n      \"link-state-at-g1-update\": \"l0-link-state\"\n    },\n    \"failures\": {\n      \"loss-of-signal\": true,\n      \"loss-of-rmc\": true,\n      \"loss-of-margin\": true,\n      \"loss-of-power\": true\n    }\n  }\n}"}],"_postman_id":"62d2913a-8441-4029-b368-78db9dc124ff"},{"name":"GET - NodeID - ietf-interfaces - update-test","id":"db914f6c-06d2-4d38-9679-36968dd1b5a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-r/update-test?content=<string>","description":"<p>Test update parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-r","update-test"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"167d94ea-41d4-49a7-ac6a-82063e0ede80","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-r/update-test?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-r","update-test"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"update-test\": {\n    \"time-stamp-at-g1-update\": \"<string>\",\n    \"time-stamp-at-g2-update\": \"<string>\",\n    \"link-state-at-g1-update\": \"l0-link-state\"\n  }\n}"}],"_postman_id":"db914f6c-06d2-4d38-9679-36968dd1b5a4"},{"name":"GET - NodeID - ietf-interfaces - failures","id":"6a8bc842-ad8f-4683-96d7-d533b7b4da73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-r/failures?content=<string>","description":"<p>Failure related status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-r","failures"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"80a0f401-6843-4101-8333-c10d3534c394","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/ftu-r/failures?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","ftu-r","failures"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"failures\": {\n    \"loss-of-signal\": true,\n    \"loss-of-rmc\": true,\n    \"loss-of-margin\": true,\n    \"loss-of-power\": true\n  }\n}"}],"_postman_id":"6a8bc842-ad8f-4683-96d7-d533b7b4da73"},{"name":"GET - NodeID - ietf-interfaces - downstream","id":"604afde0-1ea6-47a3-989a-d12e5b395ec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream?content=<string>","description":"<p>Line status parameters associated with the downstream\ndirection</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"914d874a-b8b7-41d7-8a99-0cfef94048a7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"initialization-last-transmitted-signal\": 0,\n    \"time-stamps\": {\n      \"time-stamp-last-successful-tiga\": \"<string>\",\n      \"time-stamp-last-successful-bitswap\": \"<string>\",\n      \"time-stamp-last-successful-autonomous-sra\": \"<string>\",\n      \"time-stamp-last-successful-fra\": \"<string>\",\n      \"time-stamp-last-successful-rpa\": \"<string>\"\n    },\n    \"snr-margin\": \"<string>\",\n    \"snr-margin-in-l2.1\": \"<string>\",\n    \"snr-margin-in-l2.2\": \"<string>\",\n    \"upbo-electrical-length\": 0,\n    \"actual-aggregate-transmit-power\": \"<string>\",\n    \"actual-tx-psd-ps\": \"<byte>\",\n    \"snr\": {\n      \"snr-psd-measurement-time\": 0,\n      \"snr-sub-carrier-group-size\": 1,\n      \"snrps\": \"<byte>\"\n    },\n    \"bitsps\": \"<byte>\",\n    \"robust-management-channel\": {\n      \"snr-margin\": \"<string>\",\n      \"snr-margin-in-l2\": \"<string>\",\n      \"bitsps\": \"<byte>\"\n    },\n    \"signal-attenuation\": \"<string>\",\n    \"qln\": {\n      \"qln-measurement-time\": 0,\n      \"qln-sub-carrier-group-size\": 1,\n      \"qlnps\": \"<byte>\"\n    },\n    \"hlog\": {\n      \"hlog-measurement-time\": 0,\n      \"hlog-sub-carrier-group-size\": 1,\n      \"hlogps\": \"<byte>\"\n    },\n    \"aln\": {\n      \"aln-measurement-time\": 0,\n      \"aln-sub-carrier-group-size\": 1,\n      \"alnps\": \"<byte>\"\n    },\n    \"xlog\": {\n      \"xlogdisturber\": {\n        \"vce-port-index\": \"<string>\"\n      },\n      \"xlogbands\": {\n        \"xlog\": [\n          {\n            \"start-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"stop-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"band-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"start-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"stop-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"band-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"group-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"xlogps\": \"<byte>\"\n    },\n    \"vect-disturbers\": {\n      \"vect-disturbers-info\": [\n        {\n          \"disturber\": \"<string>\",\n          \"average-magnitude\": \"<string>\",\n          \"cancelled\": true\n        },\n        {\n          \"disturber\": \"<string>\",\n          \"average-magnitude\": \"<string>\",\n          \"cancelled\": true\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"604afde0-1ea6-47a3-989a-d12e5b395ec2"},{"name":"GET - NodeID - ietf-interfaces - time-stamps","id":"70db8ddd-c389-47f4-9052-15814129ec16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/time-stamps?content=<string>","description":"<p>Time stamps of certain status parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","time-stamps"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"209ce750-8b31-46a2-8394-fe04aa057403","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/time-stamps?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","time-stamps"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"time-stamps\": {\n    \"time-stamp-last-successful-tiga\": \"<string>\",\n    \"time-stamp-last-successful-bitswap\": \"<string>\",\n    \"time-stamp-last-successful-autonomous-sra\": \"<string>\",\n    \"time-stamp-last-successful-fra\": \"<string>\",\n    \"time-stamp-last-successful-rpa\": \"<string>\"\n  }\n}"}],"_postman_id":"70db8ddd-c389-47f4-9052-15814129ec16"},{"name":"GET - NodeID - ietf-interfaces - snr","id":"515a9cc0-03b9-46ea-9d1e-e05c06569ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/snr?content=<string>","description":"<p>State data nodes related to sub-carrier Signal-to-Noise\nRatio values.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","snr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d55bf07e-1dc5-4543-864e-b7b9ff975db3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/snr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","snr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snr\": {\n    \"snr-psd-measurement-time\": 0,\n    \"snr-sub-carrier-group-size\": 1,\n    \"snrps\": \"<byte>\"\n  }\n}"}],"_postman_id":"515a9cc0-03b9-46ea-9d1e-e05c06569ea3"},{"name":"GET - NodeID - ietf-interfaces - robust-management-channel","id":"29a903e3-cb2b-4ac5-834c-e0de1252a843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/robust-management-channel?content=<string>","description":"<p>Managment objects associated with the robust management\nchannel(RMC)</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5e71004e-4f5e-41e7-9494-accf33ba6907","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/robust-management-channel?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","robust-management-channel"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"robust-management-channel\": {\n    \"snr-margin\": \"<string>\",\n    \"snr-margin-in-l2\": \"<string>\",\n    \"bitsps\": \"<byte>\"\n  }\n}"}],"_postman_id":"29a903e3-cb2b-4ac5-834c-e0de1252a843"},{"name":"GET - NodeID - ietf-interfaces - qln","id":"6deea9ad-fe14-4681-a49c-f8bd0e5c79b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/qln?content=<string>","description":"<p>State data nodes related to sub-carrier Quiet Line\nNoise.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","qln"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4038626d-bb2a-4957-8672-c4d70cbf6418","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/qln?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","qln"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"qln\": {\n    \"qln-measurement-time\": 0,\n    \"qln-sub-carrier-group-size\": 1,\n    \"qlnps\": \"<byte>\"\n  }\n}"}],"_postman_id":"6deea9ad-fe14-4681-a49c-f8bd0e5c79b3"},{"name":"GET - NodeID - ietf-interfaces - hlog","id":"1f256417-2416-462b-bce6-2025ff15affc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/hlog?content=<string>","description":"<p>State data nodes related to sub-carrier Hlog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","hlog"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3591277c-1c9a-4c04-a860-eb181dd451b9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/hlog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","hlog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hlog\": {\n    \"hlog-measurement-time\": 0,\n    \"hlog-sub-carrier-group-size\": 1,\n    \"hlogps\": \"<byte>\"\n  }\n}"}],"_postman_id":"1f256417-2416-462b-bce6-2025ff15affc"},{"name":"GET - NodeID - ietf-interfaces - aln","id":"e0a65fe6-7a0e-4b60-a105-a67d65b7b89f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/aln?content=<string>","description":"<p>State data nodes related to sub-carrier ALN.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","aln"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e403238f-e630-4465-a9ed-8073cf73e3b3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/aln?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","aln"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"aln\": {\n    \"aln-measurement-time\": 0,\n    \"aln-sub-carrier-group-size\": 1,\n    \"alnps\": \"<byte>\"\n  }\n}"}],"_postman_id":"e0a65fe6-7a0e-4b60-a105-a67d65b7b89f"},{"name":"GET - NodeID - ietf-interfaces - xlog","id":"7a46c616-576c-44a9-a7f6-f459f8197d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/xlog?content=<string>","description":"<p>State data nodes related to sub-carrier XLOG.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","xlog"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"45ff055a-3111-4e6b-bbcc-8b8656a4b952","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/xlog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","xlog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xlog\": {\n    \"xlogdisturber\": {\n      \"vce-port-index\": \"<string>\"\n    },\n    \"xlogbands\": {\n      \"xlog\": [\n        {\n          \"start-index\": 0,\n          \"stop-index\": 0,\n          \"band-index\": 1,\n          \"group-size\": 1\n        },\n        {\n          \"start-index\": 0,\n          \"stop-index\": 0,\n          \"band-index\": 1,\n          \"group-size\": 1\n        }\n      ]\n    },\n    \"xlogps\": \"<byte>\"\n  }\n}"}],"_postman_id":"7a46c616-576c-44a9-a7f6-f459f8197d76"},{"name":"GET - NodeID - ietf-interfaces - xlogdisturber","id":"b3b1bc87-b895-46e1-810c-98018f3ed519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/xlog/xlogdisturber?content=<string>","description":"<p>Provides information regarding the XLOG disturber to which\nthe XLOG values belong.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","xlog","xlogdisturber"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"71727d9b-bebe-47d5-a350-931cad5a427c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/xlog/xlogdisturber?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","xlog","xlogdisturber"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xlogdisturber\": {\n    \"vce-port-index\": \"<string>\"\n  }\n}"}],"_postman_id":"b3b1bc87-b895-46e1-810c-98018f3ed519"},{"name":"GET - NodeID - ietf-interfaces - xlogbands","id":"1c703693-4b57-4b37-b877-f93aafd6c52f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/xlog/xlogbands?content=<string>","description":"<p>Defines the set of sub-carriers for which XLOGpsds is\nreported. For each band in which XLOGpsds is reported,\nXLOGBANDSds contains a triplet of (start_subcarrier_index,\nstop_subcarrier_index, group size). The XLOGpsds is\nreported for all sub-carriers in the band (start and stop\nsubcarrier inclusive) with index equal to\nstart_subcarrier_index+m*group_size, with m integer. The\nobject is updated only in L0 link state.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","xlog","xlogbands"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6585e83e-6939-4c0b-8673-a892839efac3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/xlog/xlogbands?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","xlog","xlogbands"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xlogbands\": {\n    \"xlog\": [\n      {\n        \"start-index\": 0,\n        \"stop-index\": 0,\n        \"band-index\": 1,\n        \"group-size\": 1\n      },\n      {\n        \"start-index\": 0,\n        \"stop-index\": 0,\n        \"band-index\": 1,\n        \"group-size\": 1\n      }\n    ]\n  }\n}"}],"_postman_id":"1c703693-4b57-4b37-b877-f93aafd6c52f"},{"name":"GET - NodeID - ietf-interfaces - xlog","id":"fb46d7f4-a15a-4883-b4d3-dc45c5798f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/xlog/xlogbands/xlog=<string>?content=<string>","description":"<p>List of XLOG band edges</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","xlog","xlogbands","xlog=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a84e9fa3-c308-4d13-a9e6-4c124d392cf2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/xlog/xlogbands/xlog=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","xlog","xlogbands","xlog=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xlog\": [\n    {\n      \"start-index\": 0,\n      \"stop-index\": 0,\n      \"band-index\": 1,\n      \"group-size\": 1\n    },\n    {\n      \"start-index\": 0,\n      \"stop-index\": 0,\n      \"band-index\": 1,\n      \"group-size\": 1\n    }\n  ]\n}"}],"_postman_id":"fb46d7f4-a15a-4883-b4d3-dc45c5798f80"},{"name":"GET - NodeID - ietf-interfaces - vect-disturbers","id":"ae0a765b-a160-49c4-975c-824ba84482a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/nokia-fast:vect-disturbers?content=<string>","description":"<p>This list contains the list of disturbers. The list is\nsorted with the strongest disturbers first.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","nokia-fast:vect-disturbers"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7d46d933-37b4-4d8b-be6a-43c5b0ee7988","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/nokia-fast:vect-disturbers?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","nokia-fast:vect-disturbers"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-disturbers\": {\n    \"vect-disturbers-info\": [\n      {\n        \"disturber\": \"<string>\",\n        \"average-magnitude\": \"<string>\",\n        \"cancelled\": true\n      },\n      {\n        \"disturber\": \"<string>\",\n        \"average-magnitude\": \"<string>\",\n        \"cancelled\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"ae0a765b-a160-49c4-975c-824ba84482a0"},{"name":"GET - NodeID - ietf-interfaces - vect-disturbers-info","id":"700eaac3-4168-4c2d-aed5-fb42cca34d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/nokia-fast:vect-disturbers/vect-disturbers-info?content=<string>","description":"<p>This list contains the list of disturbers. The list is\nsorted with the strongest disturbers first.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","nokia-fast:vect-disturbers","vect-disturbers-info"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b6bc599b-2cac-46f1-ae99-0996ebc5219c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/downstream/nokia-fast:vect-disturbers/vect-disturbers-info?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","downstream","nokia-fast:vect-disturbers","vect-disturbers-info"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-disturbers-info\": [\n    {\n      \"disturber\": \"<string>\",\n      \"average-magnitude\": \"<string>\",\n      \"cancelled\": true\n    },\n    {\n      \"disturber\": \"<string>\",\n      \"average-magnitude\": \"<string>\",\n      \"cancelled\": true\n    }\n  ]\n}"}],"_postman_id":"700eaac3-4168-4c2d-aed5-fb42cca34d94"},{"name":"GET - NodeID - ietf-interfaces - upstream","id":"5708c73a-0959-4e1b-95c2-0b3a8726dd7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream?content=<string>","description":"<p>Line status parameters associated with the downstream\ndirection</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8a829b26-a138-4ae6-93e7-72b8d50f054d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"initialization-last-received-signal\": 0,\n    \"time-stamps\": {\n      \"time-stamp-last-successful-bitswap\": \"<string>\",\n      \"time-stamp-last-successful-autonomous-sra\": \"<string>\",\n      \"time-stamp-last-successful-fra\": \"<string>\",\n      \"time-stamp-last-successful-rpa\": \"<string>\"\n    },\n    \"snr-margin\": \"<string>\",\n    \"snr-margin-in-l2.1\": \"<string>\",\n    \"snr-margin-in-l2.2\": \"<string>\",\n    \"upbo-electrical-length\": 0,\n    \"actual-aggregate-transmit-power\": \"<string>\",\n    \"actual-tx-psd-ps\": \"<byte>\",\n    \"snr\": {\n      \"snr-psd-measurement-time\": 0,\n      \"snr-sub-carrier-group-size\": 1,\n      \"snrps\": \"<byte>\"\n    },\n    \"bitsps\": \"<byte>\",\n    \"robust-management-channel\": {\n      \"snr-margin\": \"<string>\",\n      \"snr-margin-in-l2\": \"<string>\",\n      \"bitsps\": \"<byte>\"\n    },\n    \"signal-attenuation\": \"<string>\",\n    \"qln\": {\n      \"qln-measurement-time\": 0,\n      \"qln-sub-carrier-group-size\": 1,\n      \"qlnps\": \"<byte>\"\n    },\n    \"hlog\": {\n      \"hlog-measurement-time\": 0,\n      \"hlog-sub-carrier-group-size\": 1,\n      \"hlogps\": \"<byte>\"\n    },\n    \"vect-disturbers\": {\n      \"vect-disturbers-info\": [\n        {\n          \"disturber\": \"<string>\",\n          \"average-magnitude\": \"<string>\",\n          \"cancelled\": true\n        },\n        {\n          \"disturber\": \"<string>\",\n          \"average-magnitude\": \"<string>\",\n          \"cancelled\": true\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"5708c73a-0959-4e1b-95c2-0b3a8726dd7a"},{"name":"GET - NodeID - ietf-interfaces - time-stamps","id":"a8d1ffc6-d49c-48f5-8789-336d53d18a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/time-stamps?content=<string>","description":"<p>Time stamps of certain status parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","time-stamps"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e4866591-ec0d-438f-ac24-e355fa3babb9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/time-stamps?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","time-stamps"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"time-stamps\": {\n    \"time-stamp-last-successful-bitswap\": \"<string>\",\n    \"time-stamp-last-successful-autonomous-sra\": \"<string>\",\n    \"time-stamp-last-successful-fra\": \"<string>\",\n    \"time-stamp-last-successful-rpa\": \"<string>\"\n  }\n}"}],"_postman_id":"a8d1ffc6-d49c-48f5-8789-336d53d18a72"},{"name":"GET - NodeID - ietf-interfaces - snr","id":"e370c305-3cdd-4ee0-a0a6-b47111eb3468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/snr?content=<string>","description":"<p>State data nodes related to sub-carrier Signal-to-Noise\nRatio values.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","snr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"045fbc41-0c28-45ed-9118-7ac81bccffba","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/snr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","snr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snr\": {\n    \"snr-psd-measurement-time\": 0,\n    \"snr-sub-carrier-group-size\": 1,\n    \"snrps\": \"<byte>\"\n  }\n}"}],"_postman_id":"e370c305-3cdd-4ee0-a0a6-b47111eb3468"},{"name":"GET - NodeID - ietf-interfaces - robust-management-channel","id":"d05434d2-6080-4862-8e9a-e6f36456ed4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/robust-management-channel?content=<string>","description":"<p>Managment objects associated with the robust management\nchannel(RMC)</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","robust-management-channel"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"58a764ff-b4fb-4f31-bf4d-97fd08c41abe","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/robust-management-channel?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","robust-management-channel"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"robust-management-channel\": {\n    \"snr-margin\": \"<string>\",\n    \"snr-margin-in-l2\": \"<string>\",\n    \"bitsps\": \"<byte>\"\n  }\n}"}],"_postman_id":"d05434d2-6080-4862-8e9a-e6f36456ed4d"},{"name":"GET - NodeID - ietf-interfaces - qln","id":"95394e5e-12d7-42bc-9ee5-667028c2750e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/qln?content=<string>","description":"<p>State data nodes related to sub-carrier Quiet Line\nNoise.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","qln"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f6a8a1bd-b877-4254-be9d-511fd58a4bdb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/qln?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","qln"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"qln\": {\n    \"qln-measurement-time\": 0,\n    \"qln-sub-carrier-group-size\": 1,\n    \"qlnps\": \"<byte>\"\n  }\n}"}],"_postman_id":"95394e5e-12d7-42bc-9ee5-667028c2750e"},{"name":"GET - NodeID - ietf-interfaces - hlog","id":"75f62604-7f31-4a3f-a1cd-efddb2cc3814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/hlog?content=<string>","description":"<p>State data nodes related to sub-carrier Hlog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","hlog"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dca4ec6d-7215-419a-a6b0-7b61b2265356","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/hlog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","hlog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hlog\": {\n    \"hlog-measurement-time\": 0,\n    \"hlog-sub-carrier-group-size\": 1,\n    \"hlogps\": \"<byte>\"\n  }\n}"}],"_postman_id":"75f62604-7f31-4a3f-a1cd-efddb2cc3814"},{"name":"GET - NodeID - ietf-interfaces - vect-disturbers","id":"5a0aa879-8528-4454-96e2-3547e1756b21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/nokia-fast:vect-disturbers?content=<string>","description":"<p>This list contains the list of disturbers. The list is\nsorted with the strongest disturbers first.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","nokia-fast:vect-disturbers"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ef465f1a-9982-41d1-ac1e-519bb7f2b7c6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/nokia-fast:vect-disturbers?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","nokia-fast:vect-disturbers"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-disturbers\": {\n    \"vect-disturbers-info\": [\n      {\n        \"disturber\": \"<string>\",\n        \"average-magnitude\": \"<string>\",\n        \"cancelled\": true\n      },\n      {\n        \"disturber\": \"<string>\",\n        \"average-magnitude\": \"<string>\",\n        \"cancelled\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"5a0aa879-8528-4454-96e2-3547e1756b21"},{"name":"GET - NodeID - ietf-interfaces - vect-disturbers-info","id":"a2ecfea9-735a-410e-814d-507ce3366164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/nokia-fast:vect-disturbers/vect-disturbers-info?content=<string>","description":"<p>This list contains the list of disturbers. The list is\nsorted with the strongest disturbers first.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","nokia-fast:vect-disturbers","vect-disturbers-info"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4a2a5750-110e-4733-a2e9-ca84436aab29","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/upstream/nokia-fast:vect-disturbers/vect-disturbers-info?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","upstream","nokia-fast:vect-disturbers","vect-disturbers-info"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-disturbers-info\": [\n    {\n      \"disturber\": \"<string>\",\n      \"average-magnitude\": \"<string>\",\n      \"cancelled\": true\n    },\n    {\n      \"disturber\": \"<string>\",\n      \"average-magnitude\": \"<string>\",\n      \"cancelled\": true\n    }\n  ]\n}"}],"_postman_id":"a2ecfea9-735a-410e-814d-507ce3366164"},{"name":"GET - NodeID - ietf-interfaces - vect-failures","id":"1774f0e9-06c5-49cc-9270-472201acd7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/nokia-fast:vect-failures?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","nokia-fast:vect-failures"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1fce2eee-314d-48fb-b33f-bfc2af811663","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/status/nokia-fast:vect-failures?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","status","nokia-fast:vect-failures"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-failures\": {\n    \"vectoring-not-feasible-failure\": true\n  }\n}"}],"_postman_id":"1774f0e9-06c5-49cc-9270-472201acd7d9"},{"name":"GET - NodeID - ietf-interfaces - inventory","id":"d821087e-e196-4cbf-9832-33b57e5e5aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/inventory?content=<string>","description":"<p>Inventory parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","inventory"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ec792d12-c68a-4354-8a0c-c73283d3c384","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/inventory?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","inventory"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inventory\": {\n    \"ftu-o\": {\n      \"g.994.1-vendor-id\": \"<byte>\",\n      \"version-number\": \"<byte>\",\n      \"self-test-result\": \"<byte>\",\n      \"system-vendor-id\": \"<byte>\",\n      \"system-serial-number\": \"<byte>\",\n      \"profiles-supported\": \"\\\"g.9701-profile-106a\\\" \\\"g.9701-profile-212c\\\"\",\n      \"annex-x-supported\": true,\n      \"annex-d-supported\": true,\n      \"vce-id\": \"<string>\",\n      \"vce-port-index\": \"<string>\",\n      \"idta-supported\": true\n    },\n    \"ftu-r\": {\n      \"g.994.1-vendor-id\": \"<byte>\",\n      \"version-number\": \"<byte>\",\n      \"self-test-result\": \"<byte>\",\n      \"system-vendor-id\": \"<byte>\",\n      \"system-serial-number\": \"<byte>\",\n      \"profiles-supported\": \"\\\"g.9701-profile-106a\\\" \\\"g.9701-profile-212c\\\"\",\n      \"annex-x-supported\": true,\n      \"annex-d-supported\": true\n    }\n  }\n}"}],"_postman_id":"d821087e-e196-4cbf-9832-33b57e5e5aa5"},{"name":"GET - NodeID - ietf-interfaces - ftu-o","id":"e7d084a8-c4dd-4563-9418-56c336289b66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/inventory/ftu-o?content=<string>","description":"<p>Inventory parameters reported by the FTU-O.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","inventory","ftu-o"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d8052a98-c32f-42c5-b801-229050f163bc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/inventory/ftu-o?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","inventory","ftu-o"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-o\": {\n    \"g.994.1-vendor-id\": \"<byte>\",\n    \"version-number\": \"<byte>\",\n    \"self-test-result\": \"<byte>\",\n    \"system-vendor-id\": \"<byte>\",\n    \"system-serial-number\": \"<byte>\",\n    \"profiles-supported\": \"\\\"g.9701-profile-106a\\\" \\\"g.9701-profile-212c\\\"\",\n    \"annex-x-supported\": true,\n    \"annex-d-supported\": true,\n    \"vce-id\": \"<string>\",\n    \"vce-port-index\": \"<string>\",\n    \"idta-supported\": true\n  }\n}"}],"_postman_id":"e7d084a8-c4dd-4563-9418-56c336289b66"},{"name":"GET - NodeID - ietf-interfaces - ftu-r","id":"432a0ac0-837a-494f-bc4f-b5418b48b1ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/inventory/ftu-r?content=<string>","description":"<p>Inventory parameters reported by the FTU-R.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","inventory","ftu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"681c5ccb-f06f-4ab0-833b-8888d0a86a06","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:line/inventory/ftu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:line","inventory","ftu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ftu-r\": {\n    \"g.994.1-vendor-id\": \"<byte>\",\n    \"version-number\": \"<byte>\",\n    \"self-test-result\": \"<byte>\",\n    \"system-vendor-id\": \"<byte>\",\n    \"system-serial-number\": \"<byte>\",\n    \"profiles-supported\": \"\\\"g.9701-profile-106a\\\" \\\"g.9701-profile-212c\\\"\",\n    \"annex-x-supported\": true,\n    \"annex-d-supported\": true\n  }\n}"}],"_postman_id":"432a0ac0-837a-494f-bc4f-b5418b48b1ec"},{"name":"GET - NodeID - ietf-interfaces - line","id":"408a403b-0821-4f80-8c23-4349081abbbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line?content=<string>","description":"<p>xDSL line-specific parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"55e1c02c-b200-4ef1-b7b8-b360546e62ee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line\": {\n    \"channel\": {\n      \"status\": {\n        \"xtu-c\": {\n          \"upstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"xtu-r\": {\n          \"downstream\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      },\n      \"performance\": {\n        \"intervals-15min\": {\n          \"current\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        },\n        \"intervals-24hr\": {\n          \"current\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"history\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"number-of-intervals\": 0,\n          \"non-valid-intervals\": 0\n        }\n      }\n    },\n    \"inventory\": {\n      \"xtu-c\": {\n        \"g.994.1-vendor-id\": \"<byte>\",\n        \"system-vendor-id\": \"<byte>\",\n        \"version-number\": \"<byte>\",\n        \"serial-number\": \"<byte>\",\n        \"self-test-result\": 0,\n        \"transmission-system-capabilities\": [\n          \"xts1\",\n          \"xts1\"\n        ],\n        \"vce-id\": \"<string>\",\n        \"vce-port-index\": 0\n      },\n      \"xtu-r\": {\n        \"g.994.1-vendor-id\": \"<byte>\",\n        \"system-vendor-id\": \"<byte>\",\n        \"version-number\": \"<byte>\",\n        \"serial-number\": \"<byte>\",\n        \"self-test-result\": 0,\n        \"transmission-system-capabilities\": [\n          \"xts1\",\n          \"xts1\"\n        ]\n      }\n    },\n    \"status\": {\n      \"xtu-c\": {\n        \"band-status\": {\n          \"line-attenuation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"signal-attenuation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"snr-margin\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"upbo-electrical-length-pbn\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"stamp-test-ne\": \"<string>\",\n        \"failures\": {\n          \"los\": true,\n          \"lof\": true,\n          \"lpr\": true,\n          \"linit\": true,\n          \"loss-of-margin\": true,\n          \"excessive-severe-errors\": true,\n          \"disorderly-leaving-event\": true\n        },\n        \"downstream\": {\n          \"last-transmitted-state\": 0,\n          \"actual-psd\": \"<string>\",\n          \"actual-aggregate-transmit-power\": \"<string>\",\n          \"aggachndr\": \"<string>\"\n        },\n        \"upstream\": {\n          \"actual-snr-mode\": \"1\",\n          \"attainable-net-data-rate\": \"<string>\",\n          \"trellis\": true,\n          \"actual-ra-mode\": \"1\",\n          \"rxthrh\": 36,\n          \"actual-inp-roc\": 0,\n          \"snr-margin-roc\": \"<string>\",\n          \"stamp-olr\": \"<string>\",\n          \"actual-ripolicy\": \"0\",\n          \"rtx-used\": \"1\",\n          \"attndr-actual-inp\": 0,\n          \"attndr-actual-inp-rein\": 0,\n          \"attndr-actual-delay\": 0,\n          \"snr-margin\": \"<string>\"\n        },\n        \"actual-vect-legacy-fext-cancel-method\": \"none\"\n      },\n      \"xtu-r\": {\n        \"band-status\": {\n          \"line-attenuation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"signal-attenuation\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"snr-margin\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"upbo-electrical-length-pbn\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"stamp-test-fe\": \"<string>\",\n        \"failures\": {\n          \"los-fe\": true,\n          \"lof-fe\": true,\n          \"lpr-fe\": true,\n          \"loss-of-margin-fe\": true,\n          \"excessive-severe-errors\": true\n        },\n        \"downstream\": {\n          \"actual-snr-mode\": \"1\",\n          \"attainable-net-data-rate\": \"<string>\",\n          \"trellis\": true,\n          \"actual-ra-mode\": \"1\",\n          \"rxthrh\": 36,\n          \"actual-inp-roc\": 0,\n          \"snr-margin-roc\": \"<string>\",\n          \"stamp-olr\": \"<string>\",\n          \"actual-ripolicy\": \"0\",\n          \"rtx-used\": \"1\",\n          \"attndr-actual-inp\": 0,\n          \"attndr-actual-inp-rein\": 0,\n          \"attndr-actual-delay\": 0,\n          \"snr-margin\": \"<string>\"\n        },\n        \"upstream\": {\n          \"last-transmitted-state\": 0,\n          \"actual-psd\": \"<string>\",\n          \"actual-aggregate-transmit-power\": \"<string>\",\n          \"aggachndr\": \"<string>\"\n        }\n      },\n      \"xdsl-transmission-system\": \"xts1\",\n      \"line-power-management-state\": \"L0\",\n      \"initialization-success-failure-cause\": \"successful\",\n      \"snr-margin\": \"<string>\",\n      \"profile\": \"\\\"profile-8a\\\" \\\"profile-35b\\\"\",\n      \"limitmask\": \"\\\"o1b1\\\" \\\"o9b3\\\"\",\n      \"us0mask\": \"<string>\",\n      \"actual-cyclic-extension\": 2,\n      \"actual-aele-mode\": \"0\",\n      \"actual-vector-mode\": \"0\",\n      \"attndr-actual-method\": 0,\n      \"line-vect-fallback-active\": true,\n      \"vect-failures\": {\n        \"corrupted-or-missing-errorf-samples\": true,\n        \"cpe-vect-capability-mismatch\": true,\n        \"vectoring-not-feasible-failure\": true\n      }\n    },\n    \"performance\": {\n      \"intervals-15min\": {\n        \"current\": {\n          \"xtu-c\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"xtu-r\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      },\n      \"intervals-24hr\": {\n        \"current\": {\n          \"xtu-c\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"xtu-r\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      }\n    },\n    \"diagnostics\": {\n      \"loop-diagnostics-mode-status\": \"inactive\",\n      \"loop-diagnostics-mode-results\": \"no-loop-diagnostics-results-available\",\n      \"xtu-c\": {\n        \"downstream\": {\n          \"tssps\": \"<byte>\",\n          \"mrefpsd\": \"<byte>\",\n          \"xlin\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"vect-disturbers\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"upstream\": {\n          \"hlin\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"hlog\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"qln\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"snr\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"bitsps\": \"<byte>\",\n          \"gainsps\": \"<byte>\",\n          \"xlin\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"vect-disturbers\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"actual-tx-psd-ps\": \"<byte>\"\n        },\n        \"data-gathering-report\": {\n          \"logging-depth\": 0,\n          \"actual-logging-depth-reporting\": 0,\n          \"event-trace-buffer\": \"<byte>\"\n        }\n      },\n      \"xtu-r\": {\n        \"downstream\": {\n          \"hlin\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"hlog\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"qln\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"snr\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"bitsps\": \"<byte>\",\n          \"gainsps\": \"<byte>\",\n          \"actual-tx-psd-ps\": \"<byte>\"\n        },\n        \"upstream\": {\n          \"tssps\": \"<byte>\",\n          \"mrefpsd\": \"<byte>\"\n        },\n        \"data-gathering-report\": {\n          \"logging-depth\": 0,\n          \"actual-logging-depth-reporting\": 0,\n          \"event-trace-buffer\": \"<byte>\"\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"408a403b-0821-4f80-8c23-4349081abbbe"},{"name":"GET - NodeID - ietf-interfaces - channel","id":"a654b539-be64-457e-a6ad-07d51352d68e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel?content=<string>","description":"<p>xDSL channel-specific parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"619e55f2-d313-47d2-b1d1-c18ec6a3aca7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel\": {\n    \"status\": {\n      \"xtu-c\": {\n        \"upstream\": {\n          \"actual-data-rate\": \"<string>\",\n          \"previous-data-rate\": \"<string>\",\n          \"actual-delay\": 0,\n          \"actual-inp\": 0,\n          \"inpreport\": \"0\",\n          \"nfec\": 0,\n          \"rfec\": 0,\n          \"actual-number-of-bits-per-symbol\": 0,\n          \"actual-interleaving-depth\": 1,\n          \"actual-interleaving-block-length\": 4,\n          \"actual-latency-path\": 0,\n          \"fec-codewords-per-dtu\": 1,\n          \"actual-ndr\": \"<string>\",\n          \"actual-inp-against-rein\": 0,\n          \"channel-actual-dtusize\": \"<string>\"\n        }\n      },\n      \"xtu-r\": {\n        \"downstream\": {\n          \"actual-data-rate\": \"<string>\",\n          \"previous-data-rate\": \"<string>\",\n          \"actual-delay\": 0,\n          \"actual-inp\": 0,\n          \"inpreport\": \"0\",\n          \"nfec\": 0,\n          \"rfec\": 0,\n          \"actual-number-of-bits-per-symbol\": 0,\n          \"actual-interleaving-depth\": 1,\n          \"actual-interleaving-block-length\": 4,\n          \"actual-latency-path\": 0,\n          \"fec-codewords-per-dtu\": 1,\n          \"actual-ndr\": \"<string>\",\n          \"actual-inp-against-rein\": 0,\n          \"channel-actual-dtusize\": \"<string>\"\n        }\n      }\n    },\n    \"performance\": {\n      \"intervals-15min\": {\n        \"current\": {\n          \"xtu-c\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"xtu-r\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      },\n      \"intervals-24hr\": {\n        \"current\": {\n          \"xtu-c\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"xtu-r\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"history\": [\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"interval-number\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"xtu-r\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"number-of-intervals\": 0,\n        \"non-valid-intervals\": 0\n      }\n    }\n  }\n}"}],"_postman_id":"a654b539-be64-457e-a6ad-07d51352d68e"},{"name":"GET - NodeID - ietf-interfaces - status","id":"345db21d-9672-4c76-8341-b5333277828f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status?content=<string>","description":"<p>xTU channel status.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"578d8ac1-03d4-4f3e-8e98-d629ddd2d835","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": {\n    \"xtu-c\": {\n      \"upstream\": {\n        \"actual-data-rate\": \"<string>\",\n        \"previous-data-rate\": \"<string>\",\n        \"actual-delay\": 0,\n        \"actual-inp\": 0,\n        \"inpreport\": \"0\",\n        \"nfec\": 0,\n        \"rfec\": 0,\n        \"actual-number-of-bits-per-symbol\": 0,\n        \"actual-interleaving-depth\": 1,\n        \"actual-interleaving-block-length\": 4,\n        \"actual-latency-path\": 0,\n        \"fec-codewords-per-dtu\": 1,\n        \"actual-ndr\": \"<string>\",\n        \"actual-inp-against-rein\": 0,\n        \"channel-actual-dtusize\": \"<string>\"\n      }\n    },\n    \"xtu-r\": {\n      \"downstream\": {\n        \"actual-data-rate\": \"<string>\",\n        \"previous-data-rate\": \"<string>\",\n        \"actual-delay\": 0,\n        \"actual-inp\": 0,\n        \"inpreport\": \"0\",\n        \"nfec\": 0,\n        \"rfec\": 0,\n        \"actual-number-of-bits-per-symbol\": 0,\n        \"actual-interleaving-depth\": 1,\n        \"actual-interleaving-block-length\": 4,\n        \"actual-latency-path\": 0,\n        \"fec-codewords-per-dtu\": 1,\n        \"actual-ndr\": \"<string>\",\n        \"actual-inp-against-rein\": 0,\n        \"channel-actual-dtusize\": \"<string>\"\n      }\n    }\n  }\n}"}],"_postman_id":"345db21d-9672-4c76-8341-b5333277828f"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"dc2bebf6-673d-4935-9fe4-038afaf86107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status/xtu-c?content=<string>","description":"<p>xTU-C channel status. This contains status parameters\nfor transmission in the upstream direction.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"87c52a5c-e6d4-48fa-9a5c-4a7db25dc2ca","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"upstream\": {\n      \"actual-data-rate\": \"<string>\",\n      \"previous-data-rate\": \"<string>\",\n      \"actual-delay\": 0,\n      \"actual-inp\": 0,\n      \"inpreport\": \"0\",\n      \"nfec\": 0,\n      \"rfec\": 0,\n      \"actual-number-of-bits-per-symbol\": 0,\n      \"actual-interleaving-depth\": 1,\n      \"actual-interleaving-block-length\": 4,\n      \"actual-latency-path\": 0,\n      \"fec-codewords-per-dtu\": 1,\n      \"actual-ndr\": \"<string>\",\n      \"actual-inp-against-rein\": 0,\n      \"channel-actual-dtusize\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"dc2bebf6-673d-4935-9fe4-038afaf86107"},{"name":"GET - NodeID - ietf-interfaces - upstream","id":"4af21bd1-4c78-49f0-8b59-ed6902b8043e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status/xtu-c/upstream?content=<string>","description":"<p>These objects apply to the upstream direction of\ntransmission.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status","xtu-c","upstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f01fa410-0ef9-47ce-bde4-3f446aedf266","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status/xtu-c/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status","xtu-c","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"actual-data-rate\": \"<string>\",\n    \"previous-data-rate\": \"<string>\",\n    \"actual-delay\": 0,\n    \"actual-inp\": 0,\n    \"inpreport\": \"0\",\n    \"nfec\": 0,\n    \"rfec\": 0,\n    \"actual-number-of-bits-per-symbol\": 0,\n    \"actual-interleaving-depth\": 1,\n    \"actual-interleaving-block-length\": 4,\n    \"actual-latency-path\": 0,\n    \"fec-codewords-per-dtu\": 1,\n    \"actual-ndr\": \"<string>\",\n    \"actual-inp-against-rein\": 0,\n    \"channel-actual-dtusize\": \"<string>\"\n  }\n}"}],"_postman_id":"4af21bd1-4c78-49f0-8b59-ed6902b8043e"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"0a93075c-4659-4f26-aeb3-c999367fb6dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status/xtu-r?content=<string>","description":"<p>xTU-R channel status. This contains status parameters\nfor transmission in the downstream direction.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"49319007-3650-4c75-b11f-b4117aac580d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"downstream\": {\n      \"actual-data-rate\": \"<string>\",\n      \"previous-data-rate\": \"<string>\",\n      \"actual-delay\": 0,\n      \"actual-inp\": 0,\n      \"inpreport\": \"0\",\n      \"nfec\": 0,\n      \"rfec\": 0,\n      \"actual-number-of-bits-per-symbol\": 0,\n      \"actual-interleaving-depth\": 1,\n      \"actual-interleaving-block-length\": 4,\n      \"actual-latency-path\": 0,\n      \"fec-codewords-per-dtu\": 1,\n      \"actual-ndr\": \"<string>\",\n      \"actual-inp-against-rein\": 0,\n      \"channel-actual-dtusize\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"0a93075c-4659-4f26-aeb3-c999367fb6dc"},{"name":"GET - NodeID - ietf-interfaces - downstream","id":"546a9a92-c0e8-4765-93db-0890bbd33e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status/xtu-r/downstream?content=<string>","description":"<p>These objects apply to the downstream direction of\ntransmission.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status","xtu-r","downstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5aeadf2a-7973-4746-be30-e71578e589e7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/status/xtu-r/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","status","xtu-r","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"actual-data-rate\": \"<string>\",\n    \"previous-data-rate\": \"<string>\",\n    \"actual-delay\": 0,\n    \"actual-inp\": 0,\n    \"inpreport\": \"0\",\n    \"nfec\": 0,\n    \"rfec\": 0,\n    \"actual-number-of-bits-per-symbol\": 0,\n    \"actual-interleaving-depth\": 1,\n    \"actual-interleaving-block-length\": 4,\n    \"actual-latency-path\": 0,\n    \"fec-codewords-per-dtu\": 1,\n    \"actual-ndr\": \"<string>\",\n    \"actual-inp-against-rein\": 0,\n    \"channel-actual-dtusize\": \"<string>\"\n  }\n}"}],"_postman_id":"546a9a92-c0e8-4765-93db-0890bbd33e08"},{"name":"GET - NodeID - ietf-interfaces - performance","id":"090c8122-acf1-4ba7-9f8e-f32bce34b947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance?content=<string>","description":"<p>Performance parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2cc2b747-b323-4176-bdde-cef5f61a3414","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"performance\": {\n    \"intervals-15min\": {\n      \"current\": {\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-c\": 0,\n          \"forward-error-corrections-c\": 0,\n          \"uncorrected-dtu-c\": 0,\n          \"corrected-dtu-c\": 0,\n          \"retrans-dtu-c\": 0\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-cfe\": 0,\n          \"forward-error-corrections-cfe\": 0,\n          \"uncorrected-dtu-cfe\": 0,\n          \"corrected-dtu-cfe\": 0,\n          \"retrans-dtu-cfe\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"xtu-c\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-corrections-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"corrected-dtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retrans-dtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-corrections-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtu-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"corrected-dtu-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retrans-dtu-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"xtu-c\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-corrections-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"corrected-dtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retrans-dtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-corrections-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtu-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"corrected-dtu-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retrans-dtu-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    },\n    \"intervals-24hr\": {\n      \"current\": {\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-c\": 0,\n          \"forward-error-corrections-c\": 0,\n          \"uncorrected-dtu-c\": 0\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-cfe\": 0,\n          \"forward-error-corrections-cfe\": 0,\n          \"uncorrected-dtu-cfe\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"xtu-c\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-corrections-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-corrections-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtu-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"xtu-c\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-corrections-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtu-c\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"code-violations-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-corrections-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"uncorrected-dtu-cfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    }\n  }\n}"}],"_postman_id":"090c8122-acf1-4ba7-9f8e-f32bce34b947"},{"name":"GET - NodeID - ietf-interfaces - intervals-15min","id":"590b5606-bbc4-4381-9015-a5e172718eae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min?content=<string>","description":"<p>15 minute interval performance history</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"733e89ce-f918-4791-b431-fc918a01dbd3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-15min\": {\n    \"current\": {\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-c\": 0,\n        \"forward-error-corrections-c\": 0,\n        \"uncorrected-dtu-c\": 0,\n        \"corrected-dtu-c\": 0,\n        \"retrans-dtu-c\": 0\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-cfe\": 0,\n        \"forward-error-corrections-cfe\": 0,\n        \"uncorrected-dtu-cfe\": 0,\n        \"corrected-dtu-cfe\": 0,\n        \"retrans-dtu-cfe\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-c\": 0,\n          \"forward-error-corrections-c\": 0,\n          \"uncorrected-dtu-c\": 0,\n          \"time-stamp\": \"?:2157-63-68T25:51:67.7-08:84\",\n          \"corrected-dtu-c\": 0,\n          \"retrans-dtu-c\": 0\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-cfe\": 0,\n          \"forward-error-corrections-cfe\": 0,\n          \"uncorrected-dtu-cfe\": 0,\n          \"time-stamp\": \"?:5901-21-10T01:60:73Z\",\n          \"corrected-dtu-cfe\": 0,\n          \"retrans-dtu-cfe\": 0\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-c\": 0,\n          \"forward-error-corrections-c\": 0,\n          \"uncorrected-dtu-c\": 0,\n          \"time-stamp\": \"?:2157-63-68T25:51:67.7-08:84\",\n          \"corrected-dtu-c\": 0,\n          \"retrans-dtu-c\": 0\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-cfe\": 0,\n          \"forward-error-corrections-cfe\": 0,\n          \"uncorrected-dtu-cfe\": 0,\n          \"time-stamp\": \"?:5901-21-10T01:60:73Z\",\n          \"corrected-dtu-cfe\": 0,\n          \"retrans-dtu-cfe\": 0\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"590b5606-bbc4-4381-9015-a5e172718eae"},{"name":"GET - NodeID - ietf-interfaces - current","id":"5239d3c3-7bd3-44b9-99f9-4ba46e4e0819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"55d435d1-5d52-4e6a-9e67-a28c2c8dd81c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"xtu-c\": {\n      \"measured-time\": 0,\n      \"invalid-data-flag\": true,\n      \"code-violations-c\": 0,\n      \"forward-error-corrections-c\": 0,\n      \"uncorrected-dtu-c\": 0,\n      \"corrected-dtu-c\": 0,\n      \"retrans-dtu-c\": 0\n    },\n    \"xtu-r\": {\n      \"measured-time\": 0,\n      \"invalid-data-flag\": true,\n      \"code-violations-cfe\": 0,\n      \"forward-error-corrections-cfe\": 0,\n      \"uncorrected-dtu-cfe\": 0,\n      \"corrected-dtu-cfe\": 0,\n      \"retrans-dtu-cfe\": 0\n    }\n  }\n}"}],"_postman_id":"5239d3c3-7bd3-44b9-99f9-4ba46e4e0819"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"7b2fb57b-724f-4ef4-a5bd-4d507f2ea705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/current/xtu-c?content=<string>","description":"<p>xDSL Transmission Unit - Central office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","current","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5cedbe0c-47af-4d33-80d2-594493603af8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/current/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","current","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"code-violations-c\": 0,\n    \"forward-error-corrections-c\": 0,\n    \"uncorrected-dtu-c\": 0,\n    \"corrected-dtu-c\": 0,\n    \"retrans-dtu-c\": 0\n  }\n}"}],"_postman_id":"7b2fb57b-724f-4ef4-a5bd-4d507f2ea705"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"9e1c9030-b5e5-40c7-9d6d-c325f4bf37a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/current/xtu-r?content=<string>","description":"<p>xDSL Transmission Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","current","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7d99f562-fc5b-4f93-aef7-4f9878dbe483","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/current/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","current","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"code-violations-cfe\": 0,\n    \"forward-error-corrections-cfe\": 0,\n    \"uncorrected-dtu-cfe\": 0,\n    \"corrected-dtu-cfe\": 0,\n    \"retrans-dtu-cfe\": 0\n  }\n}"}],"_postman_id":"9e1c9030-b5e5-40c7-9d6d-c325f4bf37a7"},{"name":"GET - NodeID - ietf-interfaces - history","id":"903a8cfe-541c-4b83-8d19-e3fc9e52dffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/history=<string>?content=<string>","description":"<p>A history of 15 minute intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f271c0e1-0a63-4141-8cea-3884eee499e0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-c\": 0,\n        \"forward-error-corrections-c\": 0,\n        \"uncorrected-dtu-c\": 0,\n        \"time-stamp\": \"?:2157-63-68T25:51:67.7-08:84\",\n        \"corrected-dtu-c\": 0,\n        \"retrans-dtu-c\": 0\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-cfe\": 0,\n        \"forward-error-corrections-cfe\": 0,\n        \"uncorrected-dtu-cfe\": 0,\n        \"time-stamp\": \"?:5901-21-10T01:60:73Z\",\n        \"corrected-dtu-cfe\": 0,\n        \"retrans-dtu-cfe\": 0\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-c\": 0,\n        \"forward-error-corrections-c\": 0,\n        \"uncorrected-dtu-c\": 0,\n        \"time-stamp\": \"?:2157-63-68T25:51:67.7-08:84\",\n        \"corrected-dtu-c\": 0,\n        \"retrans-dtu-c\": 0\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-cfe\": 0,\n        \"forward-error-corrections-cfe\": 0,\n        \"uncorrected-dtu-cfe\": 0,\n        \"time-stamp\": \"?:5901-21-10T01:60:73Z\",\n        \"corrected-dtu-cfe\": 0,\n        \"retrans-dtu-cfe\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"903a8cfe-541c-4b83-8d19-e3fc9e52dffe"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"00c05619-0bb7-4b97-b501-c22e43c9b67b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/history=<string>/xtu-c?content=<string>","description":"<p>xDSL Transmission Unit - Central office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","history=<string>","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"83c01336-1b29-4d39-97f5-045a8659e41e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/history=<string>/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","history=<string>","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"code-violations-c\": 0,\n    \"forward-error-corrections-c\": 0,\n    \"uncorrected-dtu-c\": 0,\n    \"time-stamp\": \"?:2157-63-68T25:51:67.7-08:84\",\n    \"corrected-dtu-c\": 0,\n    \"retrans-dtu-c\": 0\n  }\n}"}],"_postman_id":"00c05619-0bb7-4b97-b501-c22e43c9b67b"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"bfa657a2-425b-4d1c-936f-670d92dd9e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/history=<string>/xtu-r?content=<string>","description":"<p>xDSL Transmission Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","history=<string>","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ed6aca01-7a73-4384-a987-61a3d3f0460d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-15min/history=<string>/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-15min","history=<string>","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"code-violations-cfe\": 0,\n    \"forward-error-corrections-cfe\": 0,\n    \"uncorrected-dtu-cfe\": 0,\n    \"time-stamp\": \"?:5901-21-10T01:60:73Z\",\n    \"corrected-dtu-cfe\": 0,\n    \"retrans-dtu-cfe\": 0\n  }\n}"}],"_postman_id":"bfa657a2-425b-4d1c-936f-670d92dd9e73"},{"name":"GET - NodeID - ietf-interfaces - intervals-24hr","id":"8a6c8a0f-5bba-40fa-9477-b789fe578866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr?content=<string>","description":"<p>24 hour interval performance history</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fb2f4ec8-324b-4dff-97cc-a60b04a21938","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-24hr\": {\n    \"current\": {\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-c\": 0,\n        \"forward-error-corrections-c\": 0,\n        \"uncorrected-dtu-c\": 0\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-cfe\": 0,\n        \"forward-error-corrections-cfe\": 0,\n        \"uncorrected-dtu-cfe\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-c\": 0,\n          \"forward-error-corrections-c\": 0,\n          \"uncorrected-dtu-c\": 0,\n          \"time-stamp\": \"?:8813-03-77T59:23:77.1Z\"\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-cfe\": 0,\n          \"forward-error-corrections-cfe\": 0,\n          \"uncorrected-dtu-cfe\": 0,\n          \"time-stamp\": \"?:0644-73-19T11:39:91Z\"\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-c\": 0,\n          \"forward-error-corrections-c\": 0,\n          \"uncorrected-dtu-c\": 0,\n          \"time-stamp\": \"?:8813-03-77T59:23:77.1Z\"\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"code-violations-cfe\": 0,\n          \"forward-error-corrections-cfe\": 0,\n          \"uncorrected-dtu-cfe\": 0,\n          \"time-stamp\": \"?:0644-73-19T11:39:91Z\"\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"8a6c8a0f-5bba-40fa-9477-b789fe578866"},{"name":"GET - NodeID - ietf-interfaces - current","id":"5350418f-ba70-4ee5-a2fc-0406fc8cd628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"41b2f807-7fb6-47b0-b4a7-9235185fc574","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"xtu-c\": {\n      \"measured-time\": 0,\n      \"invalid-data-flag\": true,\n      \"code-violations-c\": 0,\n      \"forward-error-corrections-c\": 0,\n      \"uncorrected-dtu-c\": 0\n    },\n    \"xtu-r\": {\n      \"measured-time\": 0,\n      \"invalid-data-flag\": true,\n      \"code-violations-cfe\": 0,\n      \"forward-error-corrections-cfe\": 0,\n      \"uncorrected-dtu-cfe\": 0\n    }\n  }\n}"}],"_postman_id":"5350418f-ba70-4ee5-a2fc-0406fc8cd628"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"f8732b22-0998-4c43-8026-c7cd9e746147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/current/xtu-c?content=<string>","description":"<p>xDSL Transmission Unit - Central office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","current","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6e7c2f03-a06e-48e9-b0a1-49019c4979be","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/current/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","current","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"code-violations-c\": 0,\n    \"forward-error-corrections-c\": 0,\n    \"uncorrected-dtu-c\": 0\n  }\n}"}],"_postman_id":"f8732b22-0998-4c43-8026-c7cd9e746147"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"f328f338-3355-4cae-a6b5-c8b08414a7d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/current/xtu-r?content=<string>","description":"<p>xDSL Transmission Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","current","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7aa4dad0-6c15-4f6c-a201-8eae1751566d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/current/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","current","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"code-violations-cfe\": 0,\n    \"forward-error-corrections-cfe\": 0,\n    \"uncorrected-dtu-cfe\": 0\n  }\n}"}],"_postman_id":"f328f338-3355-4cae-a6b5-c8b08414a7d2"},{"name":"GET - NodeID - ietf-interfaces - history","id":"240fa6fb-891f-412e-9131-a8a21d1f0cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/history=<string>?content=<string>","description":"<p>A history of 24 hour intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3ac6ec70-7854-4eda-9ada-69ca41c3fdae","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-c\": 0,\n        \"forward-error-corrections-c\": 0,\n        \"uncorrected-dtu-c\": 0,\n        \"time-stamp\": \"?:8813-03-77T59:23:77.1Z\"\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-cfe\": 0,\n        \"forward-error-corrections-cfe\": 0,\n        \"uncorrected-dtu-cfe\": 0,\n        \"time-stamp\": \"?:0644-73-19T11:39:91Z\"\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-c\": 0,\n        \"forward-error-corrections-c\": 0,\n        \"uncorrected-dtu-c\": 0,\n        \"time-stamp\": \"?:8813-03-77T59:23:77.1Z\"\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"code-violations-cfe\": 0,\n        \"forward-error-corrections-cfe\": 0,\n        \"uncorrected-dtu-cfe\": 0,\n        \"time-stamp\": \"?:0644-73-19T11:39:91Z\"\n      }\n    }\n  ]\n}"}],"_postman_id":"240fa6fb-891f-412e-9131-a8a21d1f0cf0"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"5f61dddd-d864-4717-8ad5-9a093c5b67e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/history=<string>/xtu-c?content=<string>","description":"<p>xDSL Transmission Unit - Central office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","history=<string>","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f4aaaacd-9d63-4165-96c1-183e34be8508","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/history=<string>/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","history=<string>","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"code-violations-c\": 0,\n    \"forward-error-corrections-c\": 0,\n    \"uncorrected-dtu-c\": 0,\n    \"time-stamp\": \"?:8813-03-77T59:23:77.1Z\"\n  }\n}"}],"_postman_id":"5f61dddd-d864-4717-8ad5-9a093c5b67e8"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"0c698542-10ff-422e-abd8-bbee5eb69c5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/history=<string>/xtu-r?content=<string>","description":"<p>xDSL Transmission Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","history=<string>","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3686cba2-298f-4299-abbb-15ff43e67869","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/channel/performance/intervals-24hr/history=<string>/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","channel","performance","intervals-24hr","history=<string>","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"code-violations-cfe\": 0,\n    \"forward-error-corrections-cfe\": 0,\n    \"uncorrected-dtu-cfe\": 0,\n    \"time-stamp\": \"?:0644-73-19T11:39:91Z\"\n  }\n}"}],"_postman_id":"0c698542-10ff-422e-abd8-bbee5eb69c5d"},{"name":"GET - NodeID - ietf-interfaces - inventory","id":"f01e6fcc-b9df-439a-abc7-5d4c4706daac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/inventory?content=<string>","description":"<p>xDSL Termination Unit (xTU) inventory.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","inventory"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b6975b35-e51d-4610-ab99-74e474dd28c2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/inventory?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","inventory"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inventory\": {\n    \"xtu-c\": {\n      \"g.994.1-vendor-id\": \"<byte>\",\n      \"system-vendor-id\": \"<byte>\",\n      \"version-number\": \"<byte>\",\n      \"serial-number\": \"<byte>\",\n      \"self-test-result\": 0,\n      \"transmission-system-capabilities\": [\n        \"xts1\",\n        \"xts1\"\n      ],\n      \"vce-id\": \"<string>\",\n      \"vce-port-index\": 0\n    },\n    \"xtu-r\": {\n      \"g.994.1-vendor-id\": \"<byte>\",\n      \"system-vendor-id\": \"<byte>\",\n      \"version-number\": \"<byte>\",\n      \"serial-number\": \"<byte>\",\n      \"self-test-result\": 0,\n      \"transmission-system-capabilities\": [\n        \"xts1\",\n        \"xts1\"\n      ]\n    }\n  }\n}"}],"_postman_id":"f01e6fcc-b9df-439a-abc7-5d4c4706daac"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"1cfe9883-0ff5-4168-80bf-288dd9ae0073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/inventory/xtu-c?content=<string>","description":"<p>xDSL Termination Unit (xTU-C) inventory.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","inventory","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c4d70f0f-5b04-485c-a2ab-371f82039713","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/inventory/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","inventory","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"g.994.1-vendor-id\": \"<byte>\",\n    \"system-vendor-id\": \"<byte>\",\n    \"version-number\": \"<byte>\",\n    \"serial-number\": \"<byte>\",\n    \"self-test-result\": 0,\n    \"transmission-system-capabilities\": [\n      \"xts1\",\n      \"xts1\"\n    ],\n    \"vce-id\": \"<string>\",\n    \"vce-port-index\": 0\n  }\n}"}],"_postman_id":"1cfe9883-0ff5-4168-80bf-288dd9ae0073"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"7817164b-32df-4f5a-b941-2a3d1ccdb0eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/inventory/xtu-r?content=<string>","description":"<p>xDSL Termination Unit (xTU-R) inventory.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","inventory","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"78a48731-3418-4801-abf2-3590078658e3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/inventory/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","inventory","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"g.994.1-vendor-id\": \"<byte>\",\n    \"system-vendor-id\": \"<byte>\",\n    \"version-number\": \"<byte>\",\n    \"serial-number\": \"<byte>\",\n    \"self-test-result\": 0,\n    \"transmission-system-capabilities\": [\n      \"xts1\",\n      \"xts1\"\n    ]\n  }\n}"}],"_postman_id":"7817164b-32df-4f5a-b941-2a3d1ccdb0eb"},{"name":"GET - NodeID - ietf-interfaces - status","id":"1b72e688-1610-45cc-b967-8d8fa1cff456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status?content=<string>","description":"<p>The xTU Line Status object represents current line status\nand measurements at a particular xTU.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0c08cc98-cf4b-4f98-9c6e-2b4814502e27","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": {\n    \"xtu-c\": {\n      \"band-status\": {\n        \"line-attenuation\": [\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attenuation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attenuation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"signal-attenuation\": [\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attenuation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attenuation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"snr-margin\": [\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"upbo-electrical-length-pbn\": [\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upbo-electrical-length\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upbo-electrical-length\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"stamp-test-ne\": \"<string>\",\n      \"failures\": {\n        \"los\": true,\n        \"lof\": true,\n        \"lpr\": true,\n        \"linit\": true,\n        \"loss-of-margin\": true,\n        \"excessive-severe-errors\": true,\n        \"disorderly-leaving-event\": true\n      },\n      \"downstream\": {\n        \"last-transmitted-state\": 0,\n        \"actual-psd\": \"<string>\",\n        \"actual-aggregate-transmit-power\": \"<string>\",\n        \"aggachndr\": \"<string>\"\n      },\n      \"upstream\": {\n        \"actual-snr-mode\": \"1\",\n        \"attainable-net-data-rate\": \"<string>\",\n        \"trellis\": true,\n        \"actual-ra-mode\": \"1\",\n        \"rxthrh\": 36,\n        \"actual-inp-roc\": 0,\n        \"snr-margin-roc\": \"<string>\",\n        \"stamp-olr\": \"<string>\",\n        \"actual-ripolicy\": \"0\",\n        \"rtx-used\": \"1\",\n        \"attndr-actual-inp\": 0,\n        \"attndr-actual-inp-rein\": 0,\n        \"attndr-actual-delay\": 0,\n        \"snr-margin\": \"<string>\"\n      },\n      \"actual-vect-legacy-fext-cancel-method\": \"none\"\n    },\n    \"xtu-r\": {\n      \"band-status\": {\n        \"line-attenuation\": [\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attenuation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attenuation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"signal-attenuation\": [\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attenuation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attenuation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"snr-margin\": [\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"margin\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"upbo-electrical-length-pbn\": [\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upbo-electrical-length\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"band\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"upbo-electrical-length\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"stamp-test-fe\": \"<string>\",\n      \"failures\": {\n        \"los-fe\": true,\n        \"lof-fe\": true,\n        \"lpr-fe\": true,\n        \"loss-of-margin-fe\": true,\n        \"excessive-severe-errors\": true\n      },\n      \"downstream\": {\n        \"actual-snr-mode\": \"1\",\n        \"attainable-net-data-rate\": \"<string>\",\n        \"trellis\": true,\n        \"actual-ra-mode\": \"1\",\n        \"rxthrh\": 36,\n        \"actual-inp-roc\": 0,\n        \"snr-margin-roc\": \"<string>\",\n        \"stamp-olr\": \"<string>\",\n        \"actual-ripolicy\": \"0\",\n        \"rtx-used\": \"1\",\n        \"attndr-actual-inp\": 0,\n        \"attndr-actual-inp-rein\": 0,\n        \"attndr-actual-delay\": 0,\n        \"snr-margin\": \"<string>\"\n      },\n      \"upstream\": {\n        \"last-transmitted-state\": 0,\n        \"actual-psd\": \"<string>\",\n        \"actual-aggregate-transmit-power\": \"<string>\",\n        \"aggachndr\": \"<string>\"\n      }\n    },\n    \"xdsl-transmission-system\": \"xts1\",\n    \"line-power-management-state\": \"L0\",\n    \"initialization-success-failure-cause\": \"successful\",\n    \"snr-margin\": \"<string>\",\n    \"profile\": \"\\\"profile-8a\\\" \\\"profile-35b\\\"\",\n    \"limitmask\": \"\\\"o1b1\\\" \\\"o9b3\\\"\",\n    \"us0mask\": \"<string>\",\n    \"actual-cyclic-extension\": 2,\n    \"actual-aele-mode\": \"0\",\n    \"actual-vector-mode\": \"0\",\n    \"attndr-actual-method\": 0,\n    \"line-vect-fallback-active\": true,\n    \"vect-failures\": {\n      \"corrupted-or-missing-errorf-samples\": true,\n      \"cpe-vect-capability-mismatch\": true,\n      \"vectoring-not-feasible-failure\": true\n    }\n  }\n}"}],"_postman_id":"1b72e688-1610-45cc-b967-8d8fa1cff456"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"02c6c913-6c9a-408e-ac71-3687143745a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c?content=<string>","description":"<p>xTU-C Line Status.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1ba81436-90ee-4b55-b5c2-01d751b3c36d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"band-status\": {\n      \"line-attenuation\": [\n        {\n          \"band\": 0,\n          \"attenuation\": \"<string>\"\n        },\n        {\n          \"band\": 0,\n          \"attenuation\": \"<string>\"\n        }\n      ],\n      \"signal-attenuation\": [\n        {\n          \"band\": 0,\n          \"attenuation\": \"<string>\"\n        },\n        {\n          \"band\": 0,\n          \"attenuation\": \"<string>\"\n        }\n      ],\n      \"snr-margin\": [\n        {\n          \"band\": 0,\n          \"margin\": \"<string>\"\n        },\n        {\n          \"band\": 0,\n          \"margin\": \"<string>\"\n        }\n      ],\n      \"upbo-electrical-length-pbn\": [\n        {\n          \"band\": 0,\n          \"upbo-electrical-length\": \"<string>\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-electrical-length\": \"<string>\"\n        }\n      ]\n    },\n    \"stamp-test-ne\": \"<string>\",\n    \"failures\": {\n      \"los\": true,\n      \"lof\": true,\n      \"lpr\": true,\n      \"linit\": true,\n      \"loss-of-margin\": true,\n      \"excessive-severe-errors\": true,\n      \"disorderly-leaving-event\": true\n    },\n    \"downstream\": {\n      \"last-transmitted-state\": 0,\n      \"actual-psd\": \"<string>\",\n      \"actual-aggregate-transmit-power\": \"<string>\",\n      \"aggachndr\": \"<string>\"\n    },\n    \"upstream\": {\n      \"actual-snr-mode\": \"1\",\n      \"attainable-net-data-rate\": \"<string>\",\n      \"trellis\": true,\n      \"actual-ra-mode\": \"1\",\n      \"rxthrh\": 36,\n      \"actual-inp-roc\": 0,\n      \"snr-margin-roc\": \"<string>\",\n      \"stamp-olr\": \"<string>\",\n      \"actual-ripolicy\": \"0\",\n      \"rtx-used\": \"1\",\n      \"attndr-actual-inp\": 0,\n      \"attndr-actual-inp-rein\": 0,\n      \"attndr-actual-delay\": 0,\n      \"snr-margin\": \"<string>\"\n    },\n    \"actual-vect-legacy-fext-cancel-method\": \"none\"\n  }\n}"}],"_postman_id":"02c6c913-6c9a-408e-ac71-3687143745a4"},{"name":"GET - NodeID - ietf-interfaces - band-status","id":"11c3ced1-d417-444e-9e5d-492541ff070b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status?content=<string>","description":"<p>Per band status parameters. For ADSL systems,\na single parameter is defined for band = 0.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c55d672c-f191-4f42-bb86-98fabc811e73","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"band-status\": {\n    \"line-attenuation\": [\n      {\n        \"band\": 0,\n        \"attenuation\": \"<string>\"\n      },\n      {\n        \"band\": 0,\n        \"attenuation\": \"<string>\"\n      }\n    ],\n    \"signal-attenuation\": [\n      {\n        \"band\": 0,\n        \"attenuation\": \"<string>\"\n      },\n      {\n        \"band\": 0,\n        \"attenuation\": \"<string>\"\n      }\n    ],\n    \"snr-margin\": [\n      {\n        \"band\": 0,\n        \"margin\": \"<string>\"\n      },\n      {\n        \"band\": 0,\n        \"margin\": \"<string>\"\n      }\n    ],\n    \"upbo-electrical-length-pbn\": [\n      {\n        \"band\": 0,\n        \"upbo-electrical-length\": \"<string>\"\n      },\n      {\n        \"band\": 0,\n        \"upbo-electrical-length\": \"<string>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"11c3ced1-d417-444e-9e5d-492541ff070b"},{"name":"GET - NodeID - ietf-interfaces - line-attenuation","id":"0c0cae08-a56a-4451-80ac-2bf7b31beaaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status/line-attenuation=<string>?content=<string>","description":"<p>Line attenuation (LATN) per band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status","line-attenuation=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c23affb3-7250-4752-91c2-ef0fa42337b4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status/line-attenuation=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status","line-attenuation=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line-attenuation\": [\n    {\n      \"band\": 0,\n      \"attenuation\": \"<string>\"\n    },\n    {\n      \"band\": 0,\n      \"attenuation\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"0c0cae08-a56a-4451-80ac-2bf7b31beaaf"},{"name":"GET - NodeID - ietf-interfaces - signal-attenuation","id":"02063555-f59f-4c07-b844-9bed82934089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status/signal-attenuation=<string>?content=<string>","description":"<p>Signal attenuation (SATN) per band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status","signal-attenuation=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dcdee1d9-1d79-42c3-85d0-eb9a33fd80b8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status/signal-attenuation=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status","signal-attenuation=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"signal-attenuation\": [\n    {\n      \"band\": 0,\n      \"attenuation\": \"<string>\"\n    },\n    {\n      \"band\": 0,\n      \"attenuation\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"02063555-f59f-4c07-b844-9bed82934089"},{"name":"GET - NodeID - ietf-interfaces - snr-margin","id":"05466ea5-2389-4e90-9472-aaab37f4e7a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status/snr-margin=<string>?content=<string>","description":"<p>SNR margin per band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status","snr-margin=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"012a85d0-265c-4d4d-953e-a9739adbf136","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status/snr-margin=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status","snr-margin=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snr-margin\": [\n    {\n      \"band\": 0,\n      \"margin\": \"<string>\"\n    },\n    {\n      \"band\": 0,\n      \"margin\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"05466ea5-2389-4e90-9472-aaab37f4e7a6"},{"name":"GET - NodeID - ietf-interfaces - upbo-electrical-length-pbn","id":"d331413f-1684-439a-bef8-8bf84335b6b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status/upbo-electrical-length-pbn=<string>?content=<string>","description":"<p>Upstream power backoff (UPBO) electrical length\nper band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status","upbo-electrical-length-pbn=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"16a698fd-7e76-47e0-bcd7-0c971bfb3208","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/band-status/upbo-electrical-length-pbn=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","band-status","upbo-electrical-length-pbn=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upbo-electrical-length-pbn\": [\n    {\n      \"band\": 0,\n      \"upbo-electrical-length\": \"<string>\"\n    },\n    {\n      \"band\": 0,\n      \"upbo-electrical-length\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"d331413f-1684-439a-bef8-8bf84335b6b2"},{"name":"GET - NodeID - ietf-interfaces - failures","id":"a66975ff-baaf-4040-b0ca-1555476d3811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/failures?content=<string>","description":"<p>XTU-Central office side line failures.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","failures"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d3f29c6c-da68-498e-b57c-f773acf55c28","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/failures?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","failures"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"failures\": {\n    \"los\": true,\n    \"lof\": true,\n    \"lpr\": true,\n    \"linit\": true,\n    \"loss-of-margin\": true,\n    \"excessive-severe-errors\": true,\n    \"disorderly-leaving-event\": true\n  }\n}"}],"_postman_id":"a66975ff-baaf-4040-b0ca-1555476d3811"},{"name":"GET - NodeID - ietf-interfaces - downstream","id":"e52e2670-ac9c-4c3b-819a-652be6b72d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/downstream?content=<string>","description":"<p>Downstream xTU status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","downstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eaf710f7-48b7-4a8b-86d8-3bcdc4742c50","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"last-transmitted-state\": 0,\n    \"actual-psd\": \"<string>\",\n    \"actual-aggregate-transmit-power\": \"<string>\",\n    \"aggachndr\": \"<string>\"\n  }\n}"}],"_postman_id":"e52e2670-ac9c-4c3b-819a-652be6b72d97"},{"name":"GET - NodeID - ietf-interfaces - upstream","id":"f06db168-800e-4153-b484-ef6447d45d00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/upstream?content=<string>","description":"<p>Upstream xTU status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","upstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ed4e3943-956b-4d0c-8d8c-3066f016f00f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-c/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-c","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"actual-snr-mode\": \"1\",\n    \"attainable-net-data-rate\": \"<string>\",\n    \"trellis\": true,\n    \"actual-ra-mode\": \"1\",\n    \"rxthrh\": 36,\n    \"actual-inp-roc\": 0,\n    \"snr-margin-roc\": \"<string>\",\n    \"stamp-olr\": \"<string>\",\n    \"actual-ripolicy\": \"0\",\n    \"rtx-used\": \"1\",\n    \"attndr-actual-inp\": 0,\n    \"attndr-actual-inp-rein\": 0,\n    \"attndr-actual-delay\": 0,\n    \"snr-margin\": \"<string>\"\n  }\n}"}],"_postman_id":"f06db168-800e-4153-b484-ef6447d45d00"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"79d38f32-e733-4a11-b0e8-3fb369c710ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r?content=<string>","description":"<p>xTU-R Line Status.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b8a79fef-b8d0-46d2-aa07-c86df8237497","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"band-status\": {\n      \"line-attenuation\": [\n        {\n          \"band\": 0,\n          \"attenuation\": \"<string>\"\n        },\n        {\n          \"band\": 0,\n          \"attenuation\": \"<string>\"\n        }\n      ],\n      \"signal-attenuation\": [\n        {\n          \"band\": 0,\n          \"attenuation\": \"<string>\"\n        },\n        {\n          \"band\": 0,\n          \"attenuation\": \"<string>\"\n        }\n      ],\n      \"snr-margin\": [\n        {\n          \"band\": 0,\n          \"margin\": \"<string>\"\n        },\n        {\n          \"band\": 0,\n          \"margin\": \"<string>\"\n        }\n      ],\n      \"upbo-electrical-length-pbn\": [\n        {\n          \"band\": 0,\n          \"upbo-electrical-length\": \"<string>\"\n        },\n        {\n          \"band\": 0,\n          \"upbo-electrical-length\": \"<string>\"\n        }\n      ]\n    },\n    \"stamp-test-fe\": \"<string>\",\n    \"failures\": {\n      \"los-fe\": true,\n      \"lof-fe\": true,\n      \"lpr-fe\": true,\n      \"loss-of-margin-fe\": true,\n      \"excessive-severe-errors\": true\n    },\n    \"downstream\": {\n      \"actual-snr-mode\": \"1\",\n      \"attainable-net-data-rate\": \"<string>\",\n      \"trellis\": true,\n      \"actual-ra-mode\": \"1\",\n      \"rxthrh\": 36,\n      \"actual-inp-roc\": 0,\n      \"snr-margin-roc\": \"<string>\",\n      \"stamp-olr\": \"<string>\",\n      \"actual-ripolicy\": \"0\",\n      \"rtx-used\": \"1\",\n      \"attndr-actual-inp\": 0,\n      \"attndr-actual-inp-rein\": 0,\n      \"attndr-actual-delay\": 0,\n      \"snr-margin\": \"<string>\"\n    },\n    \"upstream\": {\n      \"last-transmitted-state\": 0,\n      \"actual-psd\": \"<string>\",\n      \"actual-aggregate-transmit-power\": \"<string>\",\n      \"aggachndr\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"79d38f32-e733-4a11-b0e8-3fb369c710ec"},{"name":"GET - NodeID - ietf-interfaces - band-status","id":"62844ff9-22a3-427b-830d-41f06dc10c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status?content=<string>","description":"<p>Per band status parameters. For ADSL systems,\na single parameter is defined for band = 0.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"08b83c6b-51e3-4a58-86f4-3079a0368056","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"band-status\": {\n    \"line-attenuation\": [\n      {\n        \"band\": 0,\n        \"attenuation\": \"<string>\"\n      },\n      {\n        \"band\": 0,\n        \"attenuation\": \"<string>\"\n      }\n    ],\n    \"signal-attenuation\": [\n      {\n        \"band\": 0,\n        \"attenuation\": \"<string>\"\n      },\n      {\n        \"band\": 0,\n        \"attenuation\": \"<string>\"\n      }\n    ],\n    \"snr-margin\": [\n      {\n        \"band\": 0,\n        \"margin\": \"<string>\"\n      },\n      {\n        \"band\": 0,\n        \"margin\": \"<string>\"\n      }\n    ],\n    \"upbo-electrical-length-pbn\": [\n      {\n        \"band\": 0,\n        \"upbo-electrical-length\": \"<string>\"\n      },\n      {\n        \"band\": 0,\n        \"upbo-electrical-length\": \"<string>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"62844ff9-22a3-427b-830d-41f06dc10c5a"},{"name":"GET - NodeID - ietf-interfaces - line-attenuation","id":"954fde65-be4d-4931-ac15-5333375a35a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status/line-attenuation=<string>?content=<string>","description":"<p>Line attenuation (LATN) per band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status","line-attenuation=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"95e2f5f9-dd19-4dd6-97d1-d736d58b8a97","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status/line-attenuation=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status","line-attenuation=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"line-attenuation\": [\n    {\n      \"band\": 0,\n      \"attenuation\": \"<string>\"\n    },\n    {\n      \"band\": 0,\n      \"attenuation\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"954fde65-be4d-4931-ac15-5333375a35a9"},{"name":"GET - NodeID - ietf-interfaces - signal-attenuation","id":"3cf3436a-d24d-4c0e-9b61-ad991db910b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status/signal-attenuation=<string>?content=<string>","description":"<p>Signal attenuation (SATN) per band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status","signal-attenuation=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7e8d7f3e-0f8d-4cdf-a3b0-c914fa783517","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status/signal-attenuation=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status","signal-attenuation=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"signal-attenuation\": [\n    {\n      \"band\": 0,\n      \"attenuation\": \"<string>\"\n    },\n    {\n      \"band\": 0,\n      \"attenuation\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"3cf3436a-d24d-4c0e-9b61-ad991db910b0"},{"name":"GET - NodeID - ietf-interfaces - snr-margin","id":"19ce3274-c589-42a7-9395-35bcea16a33f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status/snr-margin=<string>?content=<string>","description":"<p>SNR margin per band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status","snr-margin=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"78bc2049-d1c9-44e5-8e31-4fa2ad5d4cbe","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status/snr-margin=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status","snr-margin=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snr-margin\": [\n    {\n      \"band\": 0,\n      \"margin\": \"<string>\"\n    },\n    {\n      \"band\": 0,\n      \"margin\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"19ce3274-c589-42a7-9395-35bcea16a33f"},{"name":"GET - NodeID - ietf-interfaces - upbo-electrical-length-pbn","id":"51bae367-6d03-4e63-abd7-eb1a91ea2b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status/upbo-electrical-length-pbn=<string>?content=<string>","description":"<p>Upstream power backoff (UPBO) electrical length\nper band.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status","upbo-electrical-length-pbn=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"aa562d99-0b71-4a46-9812-785541e3107a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/band-status/upbo-electrical-length-pbn=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","band-status","upbo-electrical-length-pbn=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upbo-electrical-length-pbn\": [\n    {\n      \"band\": 0,\n      \"upbo-electrical-length\": \"<string>\"\n    },\n    {\n      \"band\": 0,\n      \"upbo-electrical-length\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"51bae367-6d03-4e63-abd7-eb1a91ea2b8f"},{"name":"GET - NodeID - ietf-interfaces - failures","id":"9feb26b5-4ea4-4bdc-a18c-27b8e19a17da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/failures?content=<string>","description":"<p>XTU-Remote side line failures.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","failures"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"91c11b63-e69b-4e01-9017-5a983de0613a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/failures?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","failures"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"failures\": {\n    \"los-fe\": true,\n    \"lof-fe\": true,\n    \"lpr-fe\": true,\n    \"loss-of-margin-fe\": true,\n    \"excessive-severe-errors\": true\n  }\n}"}],"_postman_id":"9feb26b5-4ea4-4bdc-a18c-27b8e19a17da"},{"name":"GET - NodeID - ietf-interfaces - downstream","id":"364f772f-5254-4b90-9dc4-b3ac7c78ba88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/downstream?content=<string>","description":"<p>Downstream xTU status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","downstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4f53790b-8ebd-47c5-933d-97fc1c52eed8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"actual-snr-mode\": \"1\",\n    \"attainable-net-data-rate\": \"<string>\",\n    \"trellis\": true,\n    \"actual-ra-mode\": \"1\",\n    \"rxthrh\": 36,\n    \"actual-inp-roc\": 0,\n    \"snr-margin-roc\": \"<string>\",\n    \"stamp-olr\": \"<string>\",\n    \"actual-ripolicy\": \"0\",\n    \"rtx-used\": \"1\",\n    \"attndr-actual-inp\": 0,\n    \"attndr-actual-inp-rein\": 0,\n    \"attndr-actual-delay\": 0,\n    \"snr-margin\": \"<string>\"\n  }\n}"}],"_postman_id":"364f772f-5254-4b90-9dc4-b3ac7c78ba88"},{"name":"GET - NodeID - ietf-interfaces - upstream","id":"7e151bf4-fc9c-4ea3-88c4-cbe9611a944d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/upstream?content=<string>","description":"<p>Upstream xTU status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","upstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c4833d43-9f2d-4695-9e49-ab47a925a650","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/xtu-r/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","xtu-r","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"last-transmitted-state\": 0,\n    \"actual-psd\": \"<string>\",\n    \"actual-aggregate-transmit-power\": \"<string>\",\n    \"aggachndr\": \"<string>\"\n  }\n}"}],"_postman_id":"7e151bf4-fc9c-4ea3-88c4-cbe9611a944d"},{"name":"GET - NodeID - ietf-interfaces - vect-failures","id":"cd443506-6ae0-4125-8859-f2cff6b688cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/nokia-vdsl:vect-failures?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","nokia-vdsl:vect-failures"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1aeb2163-5364-40b4-803f-86fdfcbd1f43","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/status/nokia-vdsl:vect-failures?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","status","nokia-vdsl:vect-failures"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-failures\": {\n    \"corrupted-or-missing-errorf-samples\": true,\n    \"cpe-vect-capability-mismatch\": true,\n    \"vectoring-not-feasible-failure\": true\n  }\n}"}],"_postman_id":"cd443506-6ae0-4125-8859-f2cff6b688cb"},{"name":"GET - NodeID - ietf-interfaces - performance","id":"198b6038-1b33-4430-9371-14ac659b469b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance?content=<string>","description":"<p>Performance parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6be950af-76e3-4fa8-b493-c85b9f5945df","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"performance\": {\n    \"intervals-15min\": {\n      \"current\": {\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-l\": 0,\n          \"errored-seconds-l\": 0,\n          \"severely-errored-seconds-l\": 0,\n          \"loss-of-signal-seconds-l\": 0,\n          \"unavailable-seconds-l\": 0,\n          \"inminpeq-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-l\": \"<string>\",\n          \"inmiat-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-ne\": \"<string>\",\n          \"leftr-defects-seconds-counter-ne\": 0,\n          \"error-free-bits-counter-ne\": 0,\n          \"minimum-error-free-throughput-ne\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"short-initializations\": \"<string>\",\n          \"failed-short-initializations\": \"<string>\",\n          \"loss-of-power-intrpt\": \"<string>\",\n          \"host-reinit-interruptions\": \"<string>\",\n          \"spontaneous-intrpt\": \"<string>\",\n          \"loss-of-signal\": 0,\n          \"loss-of-frame\": 0,\n          \"loss-of-power\": 0,\n          \"reinitialization-counter\": 0,\n          \"loss-of-margin-counter\": 0,\n          \"excessive-errored-seconds-counter\": 0,\n          \"rate-adaptation-upshift-counter\": 0,\n          \"rate-adaptation-downshift-counter\": 0,\n          \"disorderly-leaving-event-counter\": 0\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-lfe\": 0,\n          \"errored-seconds-lfe\": 0,\n          \"severely-errored-seconds-lfe\": 0,\n          \"loss-of-signal-seconds-lfe\": 0,\n          \"unavailable-seconds-lfe\": 0,\n          \"inminpeq-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-lfe\": \"<string>\",\n          \"inmiat-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-fe\": \"<string>\",\n          \"leftr-defects-seconds-counter-lfe\": 0,\n          \"error-free-bits-counter-lfe\": 0,\n          \"minimum-error-free-throughput-lfe\": 0,\n          \"loss-of-signal-fe\": 0,\n          \"loss-of-frame-fe\": 0,\n          \"loss-of-power-fe\": 0,\n          \"loss-of-margin-counter\": 0,\n          \"excessive-errored-seconds-counter\": 0,\n          \"rate-adaptation-upshift-counter\": 0,\n          \"rate-adaptation-downshift-counter\": 0,\n          \"disorderly-leaving-event-counter\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"xtu-c\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-correction-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmme-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-success-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"leftr-defects-seconds-counter-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits-counter-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"short-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-short-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-intrpt\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"host-reinit-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"spontaneous-intrpt\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-frame\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinitialization-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"excessive-errored-seconds-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-adaptation-upshift-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-adaptation-downshift-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"disorderly-leaving-event-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-correction-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmme-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-success-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"leftr-defects-seconds-counter-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits-counter-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-frame-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"excessive-errored-seconds-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-adaptation-upshift-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-adaptation-downshift-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"disorderly-leaving-event-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"xtu-c\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-correction-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmme-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-success-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"leftr-defects-seconds-counter-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits-counter-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"short-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-short-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-intrpt\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"host-reinit-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"spontaneous-intrpt\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-frame\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reinitialization-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"excessive-errored-seconds-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-adaptation-upshift-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-adaptation-downshift-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"disorderly-leaving-event-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-correction-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmme-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-success-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"leftr-defects-seconds-counter-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits-counter-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-frame-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-margin-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"excessive-errored-seconds-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-adaptation-upshift-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rate-adaptation-downshift-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"disorderly-leaving-event-counter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    },\n    \"intervals-24hr\": {\n      \"current\": {\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-l\": 0,\n          \"errored-seconds-l\": 0,\n          \"severely-errored-seconds-l\": 0,\n          \"loss-of-signal-seconds-l\": 0,\n          \"unavailable-seconds-l\": 0,\n          \"inminpeq-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-l\": \"<string>\",\n          \"inmiat-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-ne\": \"<string>\",\n          \"leftr-defects-seconds-counter-ne\": 0,\n          \"error-free-bits-counter-ne\": 0,\n          \"minimum-error-free-throughput-ne\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"short-initializations\": \"<string>\",\n          \"failed-short-initializations\": \"<string>\",\n          \"loss-of-power-intrpt\": \"<string>\",\n          \"host-reinit-interruptions\": \"<string>\",\n          \"spontaneous-intrpt\": \"<string>\",\n          \"loss-of-signal\": 0,\n          \"loss-of-frame\": 0,\n          \"loss-of-power\": 0\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-lfe\": 0,\n          \"errored-seconds-lfe\": 0,\n          \"severely-errored-seconds-lfe\": 0,\n          \"loss-of-signal-seconds-lfe\": 0,\n          \"unavailable-seconds-lfe\": 0,\n          \"inminpeq-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-lfe\": \"<string>\",\n          \"inmiat-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-fe\": \"<string>\",\n          \"leftr-defects-seconds-counter-lfe\": 0,\n          \"error-free-bits-counter-lfe\": 0,\n          \"minimum-error-free-throughput-lfe\": 0,\n          \"loss-of-signal-fe\": 0,\n          \"loss-of-frame-fe\": 0,\n          \"loss-of-power-fe\": 0\n        }\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"xtu-c\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-correction-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmme-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-success-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"leftr-defects-seconds-counter-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits-counter-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"short-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-short-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-intrpt\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"host-reinit-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"spontaneous-intrpt\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-frame\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-correction-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmme-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-success-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"leftr-defects-seconds-counter-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits-counter-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-frame-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"interval-number\": 1,\n          \"xtu-c\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-correction-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmme-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-success-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"leftr-defects-seconds-counter-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits-counter-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput-ne\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-full-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"short-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"failed-short-initializations\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-intrpt\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"host-reinit-interruptions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"spontaneous-intrpt\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-frame\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"xtu-r\": {\n            \"measured-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"invalid-data-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"forward-error-correction-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"severely-errored-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"unavailable-seconds-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmme-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sos-success-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"leftr-defects-seconds-counter-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error-free-bits-counter-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"minimum-error-free-throughput-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-signal-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-frame-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"loss-of-power-fe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-stamp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    }\n  }\n}"}],"_postman_id":"198b6038-1b33-4430-9371-14ac659b469b"},{"name":"GET - NodeID - ietf-interfaces - intervals-15min","id":"4002a38b-69db-46b8-b47b-31bad7655f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min?content=<string>","description":"<p>15 minute interval line performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"126952b1-5472-4606-b2c7-c83a40aa5caf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-15min\": {\n    \"current\": {\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-l\": 0,\n        \"errored-seconds-l\": 0,\n        \"severely-errored-seconds-l\": 0,\n        \"loss-of-signal-seconds-l\": 0,\n        \"unavailable-seconds-l\": 0,\n        \"inminpeq-l\": [\n          {\n            \"inminpeq-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"inminpeq-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"inmme-l\": \"<string>\",\n        \"inmiat-l\": [\n          {\n            \"inminiat-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"inminiat-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sos-success-ne\": \"<string>\",\n        \"leftr-defects-seconds-counter-ne\": 0,\n        \"error-free-bits-counter-ne\": 0,\n        \"minimum-error-free-throughput-ne\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"short-initializations\": \"<string>\",\n        \"failed-short-initializations\": \"<string>\",\n        \"loss-of-power-intrpt\": \"<string>\",\n        \"host-reinit-interruptions\": \"<string>\",\n        \"spontaneous-intrpt\": \"<string>\",\n        \"loss-of-signal\": 0,\n        \"loss-of-frame\": 0,\n        \"loss-of-power\": 0,\n        \"reinitialization-counter\": 0,\n        \"loss-of-margin-counter\": 0,\n        \"excessive-errored-seconds-counter\": 0,\n        \"rate-adaptation-upshift-counter\": 0,\n        \"rate-adaptation-downshift-counter\": 0,\n        \"disorderly-leaving-event-counter\": 0\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-lfe\": 0,\n        \"errored-seconds-lfe\": 0,\n        \"severely-errored-seconds-lfe\": 0,\n        \"loss-of-signal-seconds-lfe\": 0,\n        \"unavailable-seconds-lfe\": 0,\n        \"inminpeq-lfe\": [\n          {\n            \"inminpeq-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"inminpeq-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"inmme-lfe\": \"<string>\",\n        \"inmiat-lfe\": [\n          {\n            \"inminiat-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"inminiat-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sos-success-fe\": \"<string>\",\n        \"leftr-defects-seconds-counter-lfe\": 0,\n        \"error-free-bits-counter-lfe\": 0,\n        \"minimum-error-free-throughput-lfe\": 0,\n        \"loss-of-signal-fe\": 0,\n        \"loss-of-frame-fe\": 0,\n        \"loss-of-power-fe\": 0,\n        \"loss-of-margin-counter\": 0,\n        \"excessive-errored-seconds-counter\": 0,\n        \"rate-adaptation-upshift-counter\": 0,\n        \"rate-adaptation-downshift-counter\": 0,\n        \"disorderly-leaving-event-counter\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-l\": 0,\n          \"errored-seconds-l\": 0,\n          \"severely-errored-seconds-l\": 0,\n          \"loss-of-signal-seconds-l\": 0,\n          \"unavailable-seconds-l\": 0,\n          \"inminpeq-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-l\": \"<string>\",\n          \"inmiat-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-ne\": \"<string>\",\n          \"leftr-defects-seconds-counter-ne\": 0,\n          \"error-free-bits-counter-ne\": 0,\n          \"minimum-error-free-throughput-ne\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"short-initializations\": \"<string>\",\n          \"failed-short-initializations\": \"<string>\",\n          \"loss-of-power-intrpt\": \"<string>\",\n          \"host-reinit-interruptions\": \"<string>\",\n          \"spontaneous-intrpt\": \"<string>\",\n          \"loss-of-signal\": 0,\n          \"loss-of-frame\": 0,\n          \"loss-of-power\": 0,\n          \"time-stamp\": \"?:4852-90-32T23:48:33-98:61\",\n          \"reinitialization-counter\": 0,\n          \"loss-of-margin-counter\": 0,\n          \"excessive-errored-seconds-counter\": 0,\n          \"rate-adaptation-upshift-counter\": 0,\n          \"rate-adaptation-downshift-counter\": 0,\n          \"disorderly-leaving-event-counter\": 0\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-lfe\": 0,\n          \"errored-seconds-lfe\": 0,\n          \"severely-errored-seconds-lfe\": 0,\n          \"loss-of-signal-seconds-lfe\": 0,\n          \"unavailable-seconds-lfe\": 0,\n          \"inminpeq-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-lfe\": \"<string>\",\n          \"inmiat-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-fe\": \"<string>\",\n          \"leftr-defects-seconds-counter-lfe\": 0,\n          \"error-free-bits-counter-lfe\": 0,\n          \"minimum-error-free-throughput-lfe\": 0,\n          \"loss-of-signal-fe\": 0,\n          \"loss-of-frame-fe\": 0,\n          \"loss-of-power-fe\": 0,\n          \"time-stamp\": \"?:5477-26-92T90:72:27-39:88\",\n          \"loss-of-margin-counter\": 0,\n          \"excessive-errored-seconds-counter\": 0,\n          \"rate-adaptation-upshift-counter\": 0,\n          \"rate-adaptation-downshift-counter\": 0,\n          \"disorderly-leaving-event-counter\": 0\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-l\": 0,\n          \"errored-seconds-l\": 0,\n          \"severely-errored-seconds-l\": 0,\n          \"loss-of-signal-seconds-l\": 0,\n          \"unavailable-seconds-l\": 0,\n          \"inminpeq-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-l\": \"<string>\",\n          \"inmiat-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-ne\": \"<string>\",\n          \"leftr-defects-seconds-counter-ne\": 0,\n          \"error-free-bits-counter-ne\": 0,\n          \"minimum-error-free-throughput-ne\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"short-initializations\": \"<string>\",\n          \"failed-short-initializations\": \"<string>\",\n          \"loss-of-power-intrpt\": \"<string>\",\n          \"host-reinit-interruptions\": \"<string>\",\n          \"spontaneous-intrpt\": \"<string>\",\n          \"loss-of-signal\": 0,\n          \"loss-of-frame\": 0,\n          \"loss-of-power\": 0,\n          \"time-stamp\": \"?:4852-90-32T23:48:33-98:61\",\n          \"reinitialization-counter\": 0,\n          \"loss-of-margin-counter\": 0,\n          \"excessive-errored-seconds-counter\": 0,\n          \"rate-adaptation-upshift-counter\": 0,\n          \"rate-adaptation-downshift-counter\": 0,\n          \"disorderly-leaving-event-counter\": 0\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-lfe\": 0,\n          \"errored-seconds-lfe\": 0,\n          \"severely-errored-seconds-lfe\": 0,\n          \"loss-of-signal-seconds-lfe\": 0,\n          \"unavailable-seconds-lfe\": 0,\n          \"inminpeq-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-lfe\": \"<string>\",\n          \"inmiat-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-fe\": \"<string>\",\n          \"leftr-defects-seconds-counter-lfe\": 0,\n          \"error-free-bits-counter-lfe\": 0,\n          \"minimum-error-free-throughput-lfe\": 0,\n          \"loss-of-signal-fe\": 0,\n          \"loss-of-frame-fe\": 0,\n          \"loss-of-power-fe\": 0,\n          \"time-stamp\": \"?:5477-26-92T90:72:27-39:88\",\n          \"loss-of-margin-counter\": 0,\n          \"excessive-errored-seconds-counter\": 0,\n          \"rate-adaptation-upshift-counter\": 0,\n          \"rate-adaptation-downshift-counter\": 0,\n          \"disorderly-leaving-event-counter\": 0\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"4002a38b-69db-46b8-b47b-31bad7655f98"},{"name":"GET - NodeID - ietf-interfaces - current","id":"c5d4dd64-c2c6-44d5-9a1e-360716b2e6a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9521dfc8-d3d2-4f11-bd3e-021b5634c4e6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"xtu-c\": {\n      \"measured-time\": 0,\n      \"invalid-data-flag\": true,\n      \"forward-error-correction-seconds-l\": 0,\n      \"errored-seconds-l\": 0,\n      \"severely-errored-seconds-l\": 0,\n      \"loss-of-signal-seconds-l\": 0,\n      \"unavailable-seconds-l\": 0,\n      \"inminpeq-l\": [\n        {\n          \"inminpeq-index\": 1,\n          \"inminpeq-l\": \"<string>\"\n        },\n        {\n          \"inminpeq-index\": 1,\n          \"inminpeq-l\": \"<string>\"\n        }\n      ],\n      \"inmme-l\": \"<string>\",\n      \"inmiat-l\": [\n        {\n          \"inminiat-index\": 0,\n          \"inmiat-l\": \"<string>\"\n        },\n        {\n          \"inminiat-index\": 0,\n          \"inmiat-l\": \"<string>\"\n        }\n      ],\n      \"sos-success-ne\": \"<string>\",\n      \"leftr-defects-seconds-counter-ne\": 0,\n      \"error-free-bits-counter-ne\": 0,\n      \"minimum-error-free-throughput-ne\": 0,\n      \"full-initializations\": 0,\n      \"failed-full-initializations\": 0,\n      \"short-initializations\": \"<string>\",\n      \"failed-short-initializations\": \"<string>\",\n      \"loss-of-power-intrpt\": \"<string>\",\n      \"host-reinit-interruptions\": \"<string>\",\n      \"spontaneous-intrpt\": \"<string>\",\n      \"loss-of-signal\": 0,\n      \"loss-of-frame\": 0,\n      \"loss-of-power\": 0,\n      \"reinitialization-counter\": 0,\n      \"loss-of-margin-counter\": 0,\n      \"excessive-errored-seconds-counter\": 0,\n      \"rate-adaptation-upshift-counter\": 0,\n      \"rate-adaptation-downshift-counter\": 0,\n      \"disorderly-leaving-event-counter\": 0\n    },\n    \"xtu-r\": {\n      \"measured-time\": 0,\n      \"invalid-data-flag\": true,\n      \"forward-error-correction-seconds-lfe\": 0,\n      \"errored-seconds-lfe\": 0,\n      \"severely-errored-seconds-lfe\": 0,\n      \"loss-of-signal-seconds-lfe\": 0,\n      \"unavailable-seconds-lfe\": 0,\n      \"inminpeq-lfe\": [\n        {\n          \"inminpeq-index\": 1,\n          \"inminpeq-lfe\": \"<string>\"\n        },\n        {\n          \"inminpeq-index\": 1,\n          \"inminpeq-lfe\": \"<string>\"\n        }\n      ],\n      \"inmme-lfe\": \"<string>\",\n      \"inmiat-lfe\": [\n        {\n          \"inminiat-index\": 0,\n          \"inmiat-lfe\": \"<string>\"\n        },\n        {\n          \"inminiat-index\": 0,\n          \"inmiat-lfe\": \"<string>\"\n        }\n      ],\n      \"sos-success-fe\": \"<string>\",\n      \"leftr-defects-seconds-counter-lfe\": 0,\n      \"error-free-bits-counter-lfe\": 0,\n      \"minimum-error-free-throughput-lfe\": 0,\n      \"loss-of-signal-fe\": 0,\n      \"loss-of-frame-fe\": 0,\n      \"loss-of-power-fe\": 0,\n      \"loss-of-margin-counter\": 0,\n      \"excessive-errored-seconds-counter\": 0,\n      \"rate-adaptation-upshift-counter\": 0,\n      \"rate-adaptation-downshift-counter\": 0,\n      \"disorderly-leaving-event-counter\": 0\n    }\n  }\n}"}],"_postman_id":"c5d4dd64-c2c6-44d5-9a1e-360716b2e6a6"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"26c592ae-f586-4500-86dd-a82407c31d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-c?content=<string>","description":"<p>xDSL Transmission Unit - Central office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"09f6aba3-222e-4593-8473-62f7482c3f11","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"forward-error-correction-seconds-l\": 0,\n    \"errored-seconds-l\": 0,\n    \"severely-errored-seconds-l\": 0,\n    \"loss-of-signal-seconds-l\": 0,\n    \"unavailable-seconds-l\": 0,\n    \"inminpeq-l\": [\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-l\": \"<string>\"\n      },\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-l\": \"<string>\"\n      }\n    ],\n    \"inmme-l\": \"<string>\",\n    \"inmiat-l\": [\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-l\": \"<string>\"\n      },\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-l\": \"<string>\"\n      }\n    ],\n    \"sos-success-ne\": \"<string>\",\n    \"leftr-defects-seconds-counter-ne\": 0,\n    \"error-free-bits-counter-ne\": 0,\n    \"minimum-error-free-throughput-ne\": 0,\n    \"full-initializations\": 0,\n    \"failed-full-initializations\": 0,\n    \"short-initializations\": \"<string>\",\n    \"failed-short-initializations\": \"<string>\",\n    \"loss-of-power-intrpt\": \"<string>\",\n    \"host-reinit-interruptions\": \"<string>\",\n    \"spontaneous-intrpt\": \"<string>\",\n    \"loss-of-signal\": 0,\n    \"loss-of-frame\": 0,\n    \"loss-of-power\": 0,\n    \"reinitialization-counter\": 0,\n    \"loss-of-margin-counter\": 0,\n    \"excessive-errored-seconds-counter\": 0,\n    \"rate-adaptation-upshift-counter\": 0,\n    \"rate-adaptation-downshift-counter\": 0,\n    \"disorderly-leaving-event-counter\": 0\n  }\n}"}],"_postman_id":"26c592ae-f586-4500-86dd-a82407c31d23"},{"name":"GET - NodeID - ietf-interfaces - inminpeq-l","id":"4d3cbfe0-ce09-45be-9304-6da54b601999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-c/inminpeq-l=<string>?content=<string>","description":"<p>This parameter is a count of the near-end INMAINPEQi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n<p>A special value (enum inactive) indicates that this\ncounter is not active on the line. This occurs when the\nfeature 'impulse-noise-monitoring' is not supported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-c","inminpeq-l=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dcf11186-d41c-4423-b173-7434bf450bf9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-c/inminpeq-l=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-c","inminpeq-l=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inminpeq-l\": [\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-l\": \"<string>\"\n    },\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-l\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"4d3cbfe0-ce09-45be-9304-6da54b601999"},{"name":"GET - NodeID - ietf-interfaces - inmiat-l","id":"852e6753-3c4a-46ac-9cdf-84294fcda837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-c/inmiat-l=<string>?content=<string>","description":"<p>This parameter is a count of the near-end INMAIATi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n<p>A special value (enum inactive) indicates that this\ncounter is not active on the line. This occurs when the\nfeature 'impulse-noise-monitoring' is not supported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-c","inmiat-l=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"764c015d-463b-41ec-b52f-e088d72bc30b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-c/inmiat-l=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-c","inmiat-l=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inmiat-l\": [\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-l\": \"<string>\"\n    },\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-l\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"852e6753-3c4a-46ac-9cdf-84294fcda837"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"49f2bb5a-3ba6-4bd9-9dee-7454da0c9cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-r?content=<string>","description":"<p>xDSL Transmission Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a89ef1ad-e6b2-49a9-ae85-02c62eab6f57","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"forward-error-correction-seconds-lfe\": 0,\n    \"errored-seconds-lfe\": 0,\n    \"severely-errored-seconds-lfe\": 0,\n    \"loss-of-signal-seconds-lfe\": 0,\n    \"unavailable-seconds-lfe\": 0,\n    \"inminpeq-lfe\": [\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-lfe\": \"<string>\"\n      },\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-lfe\": \"<string>\"\n      }\n    ],\n    \"inmme-lfe\": \"<string>\",\n    \"inmiat-lfe\": [\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-lfe\": \"<string>\"\n      },\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-lfe\": \"<string>\"\n      }\n    ],\n    \"sos-success-fe\": \"<string>\",\n    \"leftr-defects-seconds-counter-lfe\": 0,\n    \"error-free-bits-counter-lfe\": 0,\n    \"minimum-error-free-throughput-lfe\": 0,\n    \"loss-of-signal-fe\": 0,\n    \"loss-of-frame-fe\": 0,\n    \"loss-of-power-fe\": 0,\n    \"loss-of-margin-counter\": 0,\n    \"excessive-errored-seconds-counter\": 0,\n    \"rate-adaptation-upshift-counter\": 0,\n    \"rate-adaptation-downshift-counter\": 0,\n    \"disorderly-leaving-event-counter\": 0\n  }\n}"}],"_postman_id":"49f2bb5a-3ba6-4bd9-9dee-7454da0c9cb5"},{"name":"GET - NodeID - ietf-interfaces - inminpeq-lfe","id":"9b147a6b-52be-4650-bd47-3aab84ede480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-r/inminpeq-lfe=<string>?content=<string>","description":"<p>This parameter is a count of the far-end INMAINPEQi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-r","inminpeq-lfe=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0c549ef5-f0a7-4f4f-bede-d8be14e715fa","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-r/inminpeq-lfe=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-r","inminpeq-lfe=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inminpeq-lfe\": [\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-lfe\": \"<string>\"\n    },\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-lfe\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"9b147a6b-52be-4650-bd47-3aab84ede480"},{"name":"GET - NodeID - ietf-interfaces - inmiat-lfe","id":"9839459e-ed83-401b-aa1c-0f9098c1a359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-r/inmiat-lfe=<string>?content=<string>","description":"<p>This parameter is a count of the far-end INMAIATi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-r","inmiat-lfe=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"09c8edbc-e348-47ed-bb4c-39c2aa350ec1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/current/xtu-r/inmiat-lfe=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","current","xtu-r","inmiat-lfe=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inmiat-lfe\": [\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-lfe\": \"<string>\"\n    },\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-lfe\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"9839459e-ed83-401b-aa1c-0f9098c1a359"},{"name":"GET - NodeID - ietf-interfaces - history","id":"cee07194-514c-4eb3-84f4-14c1adcb725d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>?content=<string>","description":"<p>A history of 15 minute intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"497cf6f0-cb55-4dcc-9c4e-7ab66a41cefb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-l\": 0,\n        \"errored-seconds-l\": 0,\n        \"severely-errored-seconds-l\": 0,\n        \"loss-of-signal-seconds-l\": 0,\n        \"unavailable-seconds-l\": 0,\n        \"inminpeq-l\": [\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-l\": \"<string>\"\n          },\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-l\": \"<string>\"\n          }\n        ],\n        \"inmme-l\": \"<string>\",\n        \"inmiat-l\": [\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-l\": \"<string>\"\n          },\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-l\": \"<string>\"\n          }\n        ],\n        \"sos-success-ne\": \"<string>\",\n        \"leftr-defects-seconds-counter-ne\": 0,\n        \"error-free-bits-counter-ne\": 0,\n        \"minimum-error-free-throughput-ne\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"short-initializations\": \"<string>\",\n        \"failed-short-initializations\": \"<string>\",\n        \"loss-of-power-intrpt\": \"<string>\",\n        \"host-reinit-interruptions\": \"<string>\",\n        \"spontaneous-intrpt\": \"<string>\",\n        \"loss-of-signal\": 0,\n        \"loss-of-frame\": 0,\n        \"loss-of-power\": 0,\n        \"time-stamp\": \"?:4852-90-32T23:48:33-98:61\",\n        \"reinitialization-counter\": 0,\n        \"loss-of-margin-counter\": 0,\n        \"excessive-errored-seconds-counter\": 0,\n        \"rate-adaptation-upshift-counter\": 0,\n        \"rate-adaptation-downshift-counter\": 0,\n        \"disorderly-leaving-event-counter\": 0\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-lfe\": 0,\n        \"errored-seconds-lfe\": 0,\n        \"severely-errored-seconds-lfe\": 0,\n        \"loss-of-signal-seconds-lfe\": 0,\n        \"unavailable-seconds-lfe\": 0,\n        \"inminpeq-lfe\": [\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-lfe\": \"<string>\"\n          },\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-lfe\": \"<string>\"\n          }\n        ],\n        \"inmme-lfe\": \"<string>\",\n        \"inmiat-lfe\": [\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-lfe\": \"<string>\"\n          },\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-lfe\": \"<string>\"\n          }\n        ],\n        \"sos-success-fe\": \"<string>\",\n        \"leftr-defects-seconds-counter-lfe\": 0,\n        \"error-free-bits-counter-lfe\": 0,\n        \"minimum-error-free-throughput-lfe\": 0,\n        \"loss-of-signal-fe\": 0,\n        \"loss-of-frame-fe\": 0,\n        \"loss-of-power-fe\": 0,\n        \"time-stamp\": \"?:5477-26-92T90:72:27-39:88\",\n        \"loss-of-margin-counter\": 0,\n        \"excessive-errored-seconds-counter\": 0,\n        \"rate-adaptation-upshift-counter\": 0,\n        \"rate-adaptation-downshift-counter\": 0,\n        \"disorderly-leaving-event-counter\": 0\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-l\": 0,\n        \"errored-seconds-l\": 0,\n        \"severely-errored-seconds-l\": 0,\n        \"loss-of-signal-seconds-l\": 0,\n        \"unavailable-seconds-l\": 0,\n        \"inminpeq-l\": [\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-l\": \"<string>\"\n          },\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-l\": \"<string>\"\n          }\n        ],\n        \"inmme-l\": \"<string>\",\n        \"inmiat-l\": [\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-l\": \"<string>\"\n          },\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-l\": \"<string>\"\n          }\n        ],\n        \"sos-success-ne\": \"<string>\",\n        \"leftr-defects-seconds-counter-ne\": 0,\n        \"error-free-bits-counter-ne\": 0,\n        \"minimum-error-free-throughput-ne\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"short-initializations\": \"<string>\",\n        \"failed-short-initializations\": \"<string>\",\n        \"loss-of-power-intrpt\": \"<string>\",\n        \"host-reinit-interruptions\": \"<string>\",\n        \"spontaneous-intrpt\": \"<string>\",\n        \"loss-of-signal\": 0,\n        \"loss-of-frame\": 0,\n        \"loss-of-power\": 0,\n        \"time-stamp\": \"?:4852-90-32T23:48:33-98:61\",\n        \"reinitialization-counter\": 0,\n        \"loss-of-margin-counter\": 0,\n        \"excessive-errored-seconds-counter\": 0,\n        \"rate-adaptation-upshift-counter\": 0,\n        \"rate-adaptation-downshift-counter\": 0,\n        \"disorderly-leaving-event-counter\": 0\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-lfe\": 0,\n        \"errored-seconds-lfe\": 0,\n        \"severely-errored-seconds-lfe\": 0,\n        \"loss-of-signal-seconds-lfe\": 0,\n        \"unavailable-seconds-lfe\": 0,\n        \"inminpeq-lfe\": [\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-lfe\": \"<string>\"\n          },\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-lfe\": \"<string>\"\n          }\n        ],\n        \"inmme-lfe\": \"<string>\",\n        \"inmiat-lfe\": [\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-lfe\": \"<string>\"\n          },\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-lfe\": \"<string>\"\n          }\n        ],\n        \"sos-success-fe\": \"<string>\",\n        \"leftr-defects-seconds-counter-lfe\": 0,\n        \"error-free-bits-counter-lfe\": 0,\n        \"minimum-error-free-throughput-lfe\": 0,\n        \"loss-of-signal-fe\": 0,\n        \"loss-of-frame-fe\": 0,\n        \"loss-of-power-fe\": 0,\n        \"time-stamp\": \"?:5477-26-92T90:72:27-39:88\",\n        \"loss-of-margin-counter\": 0,\n        \"excessive-errored-seconds-counter\": 0,\n        \"rate-adaptation-upshift-counter\": 0,\n        \"rate-adaptation-downshift-counter\": 0,\n        \"disorderly-leaving-event-counter\": 0\n      }\n    }\n  ]\n}"}],"_postman_id":"cee07194-514c-4eb3-84f4-14c1adcb725d"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"e522b394-b7f6-4e8d-ada6-aab2ddeaf7d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-c?content=<string>","description":"<p>xDSL Transmission Unit - Central office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"70aa6973-0bf5-4643-b6c5-b46639f129eb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"forward-error-correction-seconds-l\": 0,\n    \"errored-seconds-l\": 0,\n    \"severely-errored-seconds-l\": 0,\n    \"loss-of-signal-seconds-l\": 0,\n    \"unavailable-seconds-l\": 0,\n    \"inminpeq-l\": [\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-l\": \"<string>\"\n      },\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-l\": \"<string>\"\n      }\n    ],\n    \"inmme-l\": \"<string>\",\n    \"inmiat-l\": [\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-l\": \"<string>\"\n      },\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-l\": \"<string>\"\n      }\n    ],\n    \"sos-success-ne\": \"<string>\",\n    \"leftr-defects-seconds-counter-ne\": 0,\n    \"error-free-bits-counter-ne\": 0,\n    \"minimum-error-free-throughput-ne\": 0,\n    \"full-initializations\": 0,\n    \"failed-full-initializations\": 0,\n    \"short-initializations\": \"<string>\",\n    \"failed-short-initializations\": \"<string>\",\n    \"loss-of-power-intrpt\": \"<string>\",\n    \"host-reinit-interruptions\": \"<string>\",\n    \"spontaneous-intrpt\": \"<string>\",\n    \"loss-of-signal\": 0,\n    \"loss-of-frame\": 0,\n    \"loss-of-power\": 0,\n    \"time-stamp\": \"?:4852-90-32T23:48:33-98:61\",\n    \"reinitialization-counter\": 0,\n    \"loss-of-margin-counter\": 0,\n    \"excessive-errored-seconds-counter\": 0,\n    \"rate-adaptation-upshift-counter\": 0,\n    \"rate-adaptation-downshift-counter\": 0,\n    \"disorderly-leaving-event-counter\": 0\n  }\n}"}],"_postman_id":"e522b394-b7f6-4e8d-ada6-aab2ddeaf7d1"},{"name":"GET - NodeID - ietf-interfaces - inminpeq-l","id":"4b75d99d-f030-456c-b470-6ccedf7b4fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-c/inminpeq-l=<string>?content=<string>","description":"<p>This parameter is a count of the near-end INMAINPEQi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n<p>A special value (enum inactive) indicates that this\ncounter is not active on the line. This occurs when the\nfeature 'impulse-noise-monitoring' is not supported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-c","inminpeq-l=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ee84dc5e-0cb7-4a42-9867-ff51ee8417a1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-c/inminpeq-l=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-c","inminpeq-l=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inminpeq-l\": [\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-l\": \"<string>\"\n    },\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-l\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"4b75d99d-f030-456c-b470-6ccedf7b4fb2"},{"name":"GET - NodeID - ietf-interfaces - inmiat-l","id":"2b882f95-3105-4354-a626-6c880f565b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-c/inmiat-l=<string>?content=<string>","description":"<p>This parameter is a count of the near-end INMAIATi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n<p>A special value (enum inactive) indicates that this\ncounter is not active on the line. This occurs when the\nfeature 'impulse-noise-monitoring' is not supported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-c","inmiat-l=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"83d07fe8-e83e-4b9d-add4-4aa19d3ea45a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-c/inmiat-l=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-c","inmiat-l=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inmiat-l\": [\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-l\": \"<string>\"\n    },\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-l\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"2b882f95-3105-4354-a626-6c880f565b64"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"170cf854-f6ab-4adf-b221-66a5a8204623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-r?content=<string>","description":"<p>xDSL Transmission Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"28034942-fc44-4f55-967c-3eff4ab15df8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"forward-error-correction-seconds-lfe\": 0,\n    \"errored-seconds-lfe\": 0,\n    \"severely-errored-seconds-lfe\": 0,\n    \"loss-of-signal-seconds-lfe\": 0,\n    \"unavailable-seconds-lfe\": 0,\n    \"inminpeq-lfe\": [\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-lfe\": \"<string>\"\n      },\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-lfe\": \"<string>\"\n      }\n    ],\n    \"inmme-lfe\": \"<string>\",\n    \"inmiat-lfe\": [\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-lfe\": \"<string>\"\n      },\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-lfe\": \"<string>\"\n      }\n    ],\n    \"sos-success-fe\": \"<string>\",\n    \"leftr-defects-seconds-counter-lfe\": 0,\n    \"error-free-bits-counter-lfe\": 0,\n    \"minimum-error-free-throughput-lfe\": 0,\n    \"loss-of-signal-fe\": 0,\n    \"loss-of-frame-fe\": 0,\n    \"loss-of-power-fe\": 0,\n    \"time-stamp\": \"?:5477-26-92T90:72:27-39:88\",\n    \"loss-of-margin-counter\": 0,\n    \"excessive-errored-seconds-counter\": 0,\n    \"rate-adaptation-upshift-counter\": 0,\n    \"rate-adaptation-downshift-counter\": 0,\n    \"disorderly-leaving-event-counter\": 0\n  }\n}"}],"_postman_id":"170cf854-f6ab-4adf-b221-66a5a8204623"},{"name":"GET - NodeID - ietf-interfaces - inminpeq-lfe","id":"67f04b15-e294-4cbb-9efe-1e69e9d8f7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-r/inminpeq-lfe=<string>?content=<string>","description":"<p>This parameter is a count of the far-end INMAINPEQi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-r","inminpeq-lfe=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1ea7f783-3329-4977-a619-bcc672648290","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-r/inminpeq-lfe=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-r","inminpeq-lfe=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inminpeq-lfe\": [\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-lfe\": \"<string>\"\n    },\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-lfe\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"67f04b15-e294-4cbb-9efe-1e69e9d8f7f2"},{"name":"GET - NodeID - ietf-interfaces - inmiat-lfe","id":"d6c4e030-40df-4ce5-91ef-b5a3b3647fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-r/inmiat-lfe=<string>?content=<string>","description":"<p>This parameter is a count of the far-end INMAIATi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-r","inmiat-lfe=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"da14c842-2471-4e7d-b9ec-4ae606890881","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-15min/history=<string>/xtu-r/inmiat-lfe=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-15min","history=<string>","xtu-r","inmiat-lfe=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inmiat-lfe\": [\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-lfe\": \"<string>\"\n    },\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-lfe\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"d6c4e030-40df-4ce5-91ef-b5a3b3647fe7"},{"name":"GET - NodeID - ietf-interfaces - intervals-24hr","id":"480fa337-5b85-4699-a0c8-5811f7aa6711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr?content=<string>","description":"<p>24 hour interval line performance counters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9bdb2118-e357-4ceb-8157-5b267f902c05","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-24hr\": {\n    \"current\": {\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-l\": 0,\n        \"errored-seconds-l\": 0,\n        \"severely-errored-seconds-l\": 0,\n        \"loss-of-signal-seconds-l\": 0,\n        \"unavailable-seconds-l\": 0,\n        \"inminpeq-l\": [\n          {\n            \"inminpeq-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"inminpeq-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"inmme-l\": \"<string>\",\n        \"inmiat-l\": [\n          {\n            \"inminiat-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"inminiat-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-l\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sos-success-ne\": \"<string>\",\n        \"leftr-defects-seconds-counter-ne\": 0,\n        \"error-free-bits-counter-ne\": 0,\n        \"minimum-error-free-throughput-ne\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"short-initializations\": \"<string>\",\n        \"failed-short-initializations\": \"<string>\",\n        \"loss-of-power-intrpt\": \"<string>\",\n        \"host-reinit-interruptions\": \"<string>\",\n        \"spontaneous-intrpt\": \"<string>\",\n        \"loss-of-signal\": 0,\n        \"loss-of-frame\": 0,\n        \"loss-of-power\": 0\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-lfe\": 0,\n        \"errored-seconds-lfe\": 0,\n        \"severely-errored-seconds-lfe\": 0,\n        \"loss-of-signal-seconds-lfe\": 0,\n        \"unavailable-seconds-lfe\": 0,\n        \"inminpeq-lfe\": [\n          {\n            \"inminpeq-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"inminpeq-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inminpeq-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"inmme-lfe\": \"<string>\",\n        \"inmiat-lfe\": [\n          {\n            \"inminiat-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"inminiat-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inmiat-lfe\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sos-success-fe\": \"<string>\",\n        \"leftr-defects-seconds-counter-lfe\": 0,\n        \"error-free-bits-counter-lfe\": 0,\n        \"minimum-error-free-throughput-lfe\": 0,\n        \"loss-of-signal-fe\": 0,\n        \"loss-of-frame-fe\": 0,\n        \"loss-of-power-fe\": 0\n      }\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-l\": 0,\n          \"errored-seconds-l\": 0,\n          \"severely-errored-seconds-l\": 0,\n          \"loss-of-signal-seconds-l\": 0,\n          \"unavailable-seconds-l\": 0,\n          \"inminpeq-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-l\": \"<string>\",\n          \"inmiat-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-ne\": \"<string>\",\n          \"leftr-defects-seconds-counter-ne\": 0,\n          \"error-free-bits-counter-ne\": 0,\n          \"minimum-error-free-throughput-ne\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"short-initializations\": \"<string>\",\n          \"failed-short-initializations\": \"<string>\",\n          \"loss-of-power-intrpt\": \"<string>\",\n          \"host-reinit-interruptions\": \"<string>\",\n          \"spontaneous-intrpt\": \"<string>\",\n          \"loss-of-signal\": 0,\n          \"loss-of-frame\": 0,\n          \"loss-of-power\": 0,\n          \"time-stamp\": \"?:2262-61-05T46:07:10.5-63:01\"\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-lfe\": 0,\n          \"errored-seconds-lfe\": 0,\n          \"severely-errored-seconds-lfe\": 0,\n          \"loss-of-signal-seconds-lfe\": 0,\n          \"unavailable-seconds-lfe\": 0,\n          \"inminpeq-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-lfe\": \"<string>\",\n          \"inmiat-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-fe\": \"<string>\",\n          \"leftr-defects-seconds-counter-lfe\": 0,\n          \"error-free-bits-counter-lfe\": 0,\n          \"minimum-error-free-throughput-lfe\": 0,\n          \"loss-of-signal-fe\": 0,\n          \"loss-of-frame-fe\": 0,\n          \"loss-of-power-fe\": 0,\n          \"time-stamp\": \"?:1355-33-02T45:90:77+72:98\"\n        }\n      },\n      {\n        \"interval-number\": 1,\n        \"xtu-c\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-l\": 0,\n          \"errored-seconds-l\": 0,\n          \"severely-errored-seconds-l\": 0,\n          \"loss-of-signal-seconds-l\": 0,\n          \"unavailable-seconds-l\": 0,\n          \"inminpeq-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-l\": \"<string>\",\n          \"inmiat-l\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-ne\": \"<string>\",\n          \"leftr-defects-seconds-counter-ne\": 0,\n          \"error-free-bits-counter-ne\": 0,\n          \"minimum-error-free-throughput-ne\": 0,\n          \"full-initializations\": 0,\n          \"failed-full-initializations\": 0,\n          \"short-initializations\": \"<string>\",\n          \"failed-short-initializations\": \"<string>\",\n          \"loss-of-power-intrpt\": \"<string>\",\n          \"host-reinit-interruptions\": \"<string>\",\n          \"spontaneous-intrpt\": \"<string>\",\n          \"loss-of-signal\": 0,\n          \"loss-of-frame\": 0,\n          \"loss-of-power\": 0,\n          \"time-stamp\": \"?:2262-61-05T46:07:10.5-63:01\"\n        },\n        \"xtu-r\": {\n          \"measured-time\": 0,\n          \"invalid-data-flag\": true,\n          \"forward-error-correction-seconds-lfe\": 0,\n          \"errored-seconds-lfe\": 0,\n          \"severely-errored-seconds-lfe\": 0,\n          \"loss-of-signal-seconds-lfe\": 0,\n          \"unavailable-seconds-lfe\": 0,\n          \"inminpeq-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"inmme-lfe\": \"<string>\",\n          \"inmiat-lfe\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"sos-success-fe\": \"<string>\",\n          \"leftr-defects-seconds-counter-lfe\": 0,\n          \"error-free-bits-counter-lfe\": 0,\n          \"minimum-error-free-throughput-lfe\": 0,\n          \"loss-of-signal-fe\": 0,\n          \"loss-of-frame-fe\": 0,\n          \"loss-of-power-fe\": 0,\n          \"time-stamp\": \"?:1355-33-02T45:90:77+72:98\"\n        }\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"480fa337-5b85-4699-a0c8-5811f7aa6711"},{"name":"GET - NodeID - ietf-interfaces - current","id":"6e93928b-aff5-45f4-aae0-bc5c913b6411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"04d6988b-f9f6-456d-90b5-f87c2b21a3de","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"xtu-c\": {\n      \"measured-time\": 0,\n      \"invalid-data-flag\": true,\n      \"forward-error-correction-seconds-l\": 0,\n      \"errored-seconds-l\": 0,\n      \"severely-errored-seconds-l\": 0,\n      \"loss-of-signal-seconds-l\": 0,\n      \"unavailable-seconds-l\": 0,\n      \"inminpeq-l\": [\n        {\n          \"inminpeq-index\": 1,\n          \"inminpeq-l\": \"<string>\"\n        },\n        {\n          \"inminpeq-index\": 1,\n          \"inminpeq-l\": \"<string>\"\n        }\n      ],\n      \"inmme-l\": \"<string>\",\n      \"inmiat-l\": [\n        {\n          \"inminiat-index\": 0,\n          \"inmiat-l\": \"<string>\"\n        },\n        {\n          \"inminiat-index\": 0,\n          \"inmiat-l\": \"<string>\"\n        }\n      ],\n      \"sos-success-ne\": \"<string>\",\n      \"leftr-defects-seconds-counter-ne\": 0,\n      \"error-free-bits-counter-ne\": 0,\n      \"minimum-error-free-throughput-ne\": 0,\n      \"full-initializations\": 0,\n      \"failed-full-initializations\": 0,\n      \"short-initializations\": \"<string>\",\n      \"failed-short-initializations\": \"<string>\",\n      \"loss-of-power-intrpt\": \"<string>\",\n      \"host-reinit-interruptions\": \"<string>\",\n      \"spontaneous-intrpt\": \"<string>\",\n      \"loss-of-signal\": 0,\n      \"loss-of-frame\": 0,\n      \"loss-of-power\": 0\n    },\n    \"xtu-r\": {\n      \"measured-time\": 0,\n      \"invalid-data-flag\": true,\n      \"forward-error-correction-seconds-lfe\": 0,\n      \"errored-seconds-lfe\": 0,\n      \"severely-errored-seconds-lfe\": 0,\n      \"loss-of-signal-seconds-lfe\": 0,\n      \"unavailable-seconds-lfe\": 0,\n      \"inminpeq-lfe\": [\n        {\n          \"inminpeq-index\": 1,\n          \"inminpeq-lfe\": \"<string>\"\n        },\n        {\n          \"inminpeq-index\": 1,\n          \"inminpeq-lfe\": \"<string>\"\n        }\n      ],\n      \"inmme-lfe\": \"<string>\",\n      \"inmiat-lfe\": [\n        {\n          \"inminiat-index\": 0,\n          \"inmiat-lfe\": \"<string>\"\n        },\n        {\n          \"inminiat-index\": 0,\n          \"inmiat-lfe\": \"<string>\"\n        }\n      ],\n      \"sos-success-fe\": \"<string>\",\n      \"leftr-defects-seconds-counter-lfe\": 0,\n      \"error-free-bits-counter-lfe\": 0,\n      \"minimum-error-free-throughput-lfe\": 0,\n      \"loss-of-signal-fe\": 0,\n      \"loss-of-frame-fe\": 0,\n      \"loss-of-power-fe\": 0\n    }\n  }\n}"}],"_postman_id":"6e93928b-aff5-45f4-aae0-bc5c913b6411"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"11ff1086-fb94-47fe-9156-e14dfcb22c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-c?content=<string>","description":"<p>xDSL Transmission Unit - Central office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"30556dd3-ac07-46b6-91f5-844d84e34726","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"forward-error-correction-seconds-l\": 0,\n    \"errored-seconds-l\": 0,\n    \"severely-errored-seconds-l\": 0,\n    \"loss-of-signal-seconds-l\": 0,\n    \"unavailable-seconds-l\": 0,\n    \"inminpeq-l\": [\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-l\": \"<string>\"\n      },\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-l\": \"<string>\"\n      }\n    ],\n    \"inmme-l\": \"<string>\",\n    \"inmiat-l\": [\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-l\": \"<string>\"\n      },\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-l\": \"<string>\"\n      }\n    ],\n    \"sos-success-ne\": \"<string>\",\n    \"leftr-defects-seconds-counter-ne\": 0,\n    \"error-free-bits-counter-ne\": 0,\n    \"minimum-error-free-throughput-ne\": 0,\n    \"full-initializations\": 0,\n    \"failed-full-initializations\": 0,\n    \"short-initializations\": \"<string>\",\n    \"failed-short-initializations\": \"<string>\",\n    \"loss-of-power-intrpt\": \"<string>\",\n    \"host-reinit-interruptions\": \"<string>\",\n    \"spontaneous-intrpt\": \"<string>\",\n    \"loss-of-signal\": 0,\n    \"loss-of-frame\": 0,\n    \"loss-of-power\": 0\n  }\n}"}],"_postman_id":"11ff1086-fb94-47fe-9156-e14dfcb22c5a"},{"name":"GET - NodeID - ietf-interfaces - inminpeq-l","id":"96375a33-cc70-4bf1-afae-7605732ae2f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-c/inminpeq-l=<string>?content=<string>","description":"<p>This parameter is a count of the near-end INMAINPEQi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n<p>A special value (enum inactive) indicates that this\ncounter is not active on the line. This occurs when the\nfeature 'impulse-noise-monitoring' is not supported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-c","inminpeq-l=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7b597269-d65a-4cd1-9fc2-ecbe08cf735b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-c/inminpeq-l=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-c","inminpeq-l=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inminpeq-l\": [\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-l\": \"<string>\"\n    },\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-l\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"96375a33-cc70-4bf1-afae-7605732ae2f7"},{"name":"GET - NodeID - ietf-interfaces - inmiat-l","id":"77852dd6-534c-46aa-9db9-10b5c29e289c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-c/inmiat-l=<string>?content=<string>","description":"<p>This parameter is a count of the near-end INMAIATi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n<p>A special value (enum inactive) indicates that this\ncounter is not active on the line. This occurs when the\nfeature 'impulse-noise-monitoring' is not supported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-c","inmiat-l=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3e86f18a-b448-4216-9f3e-146d5be3762f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-c/inmiat-l=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-c","inmiat-l=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inmiat-l\": [\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-l\": \"<string>\"\n    },\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-l\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"77852dd6-534c-46aa-9db9-10b5c29e289c"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"8bf1691d-6bec-475b-b25d-6b1d4579b175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-r?content=<string>","description":"<p>xDSL Transmission Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d6b10db5-3170-4150-a67c-391cd5159330","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"forward-error-correction-seconds-lfe\": 0,\n    \"errored-seconds-lfe\": 0,\n    \"severely-errored-seconds-lfe\": 0,\n    \"loss-of-signal-seconds-lfe\": 0,\n    \"unavailable-seconds-lfe\": 0,\n    \"inminpeq-lfe\": [\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-lfe\": \"<string>\"\n      },\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-lfe\": \"<string>\"\n      }\n    ],\n    \"inmme-lfe\": \"<string>\",\n    \"inmiat-lfe\": [\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-lfe\": \"<string>\"\n      },\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-lfe\": \"<string>\"\n      }\n    ],\n    \"sos-success-fe\": \"<string>\",\n    \"leftr-defects-seconds-counter-lfe\": 0,\n    \"error-free-bits-counter-lfe\": 0,\n    \"minimum-error-free-throughput-lfe\": 0,\n    \"loss-of-signal-fe\": 0,\n    \"loss-of-frame-fe\": 0,\n    \"loss-of-power-fe\": 0\n  }\n}"}],"_postman_id":"8bf1691d-6bec-475b-b25d-6b1d4579b175"},{"name":"GET - NodeID - ietf-interfaces - inminpeq-lfe","id":"52ed3737-49f4-4f5c-996c-747bc1d45efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-r/inminpeq-lfe=<string>?content=<string>","description":"<p>This parameter is a count of the far-end INMAINPEQi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-r","inminpeq-lfe=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d4bc1091-cc9b-4642-bbbf-0c19bab31df7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-r/inminpeq-lfe=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-r","inminpeq-lfe=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inminpeq-lfe\": [\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-lfe\": \"<string>\"\n    },\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-lfe\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"52ed3737-49f4-4f5c-996c-747bc1d45efd"},{"name":"GET - NodeID - ietf-interfaces - inmiat-lfe","id":"ee3cb46c-c9d1-4fa0-aa78-efdc078a6e20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-r/inmiat-lfe=<string>?content=<string>","description":"<p>This parameter is a count of the far-end INMAIATi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-r","inmiat-lfe=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4346e217-089d-4673-86a4-e3b921d463af","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/current/xtu-r/inmiat-lfe=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","current","xtu-r","inmiat-lfe=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inmiat-lfe\": [\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-lfe\": \"<string>\"\n    },\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-lfe\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"ee3cb46c-c9d1-4fa0-aa78-efdc078a6e20"},{"name":"GET - NodeID - ietf-interfaces - history","id":"8c0cd5e6-74b5-42d7-8bce-7b3a3b5e8c3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>?content=<string>","description":"<p>A history of 24 hour intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8cb7eb38-ef32-4b24-9dc4-278016f15de2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-l\": 0,\n        \"errored-seconds-l\": 0,\n        \"severely-errored-seconds-l\": 0,\n        \"loss-of-signal-seconds-l\": 0,\n        \"unavailable-seconds-l\": 0,\n        \"inminpeq-l\": [\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-l\": \"<string>\"\n          },\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-l\": \"<string>\"\n          }\n        ],\n        \"inmme-l\": \"<string>\",\n        \"inmiat-l\": [\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-l\": \"<string>\"\n          },\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-l\": \"<string>\"\n          }\n        ],\n        \"sos-success-ne\": \"<string>\",\n        \"leftr-defects-seconds-counter-ne\": 0,\n        \"error-free-bits-counter-ne\": 0,\n        \"minimum-error-free-throughput-ne\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"short-initializations\": \"<string>\",\n        \"failed-short-initializations\": \"<string>\",\n        \"loss-of-power-intrpt\": \"<string>\",\n        \"host-reinit-interruptions\": \"<string>\",\n        \"spontaneous-intrpt\": \"<string>\",\n        \"loss-of-signal\": 0,\n        \"loss-of-frame\": 0,\n        \"loss-of-power\": 0,\n        \"time-stamp\": \"?:2262-61-05T46:07:10.5-63:01\"\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-lfe\": 0,\n        \"errored-seconds-lfe\": 0,\n        \"severely-errored-seconds-lfe\": 0,\n        \"loss-of-signal-seconds-lfe\": 0,\n        \"unavailable-seconds-lfe\": 0,\n        \"inminpeq-lfe\": [\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-lfe\": \"<string>\"\n          },\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-lfe\": \"<string>\"\n          }\n        ],\n        \"inmme-lfe\": \"<string>\",\n        \"inmiat-lfe\": [\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-lfe\": \"<string>\"\n          },\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-lfe\": \"<string>\"\n          }\n        ],\n        \"sos-success-fe\": \"<string>\",\n        \"leftr-defects-seconds-counter-lfe\": 0,\n        \"error-free-bits-counter-lfe\": 0,\n        \"minimum-error-free-throughput-lfe\": 0,\n        \"loss-of-signal-fe\": 0,\n        \"loss-of-frame-fe\": 0,\n        \"loss-of-power-fe\": 0,\n        \"time-stamp\": \"?:1355-33-02T45:90:77+72:98\"\n      }\n    },\n    {\n      \"interval-number\": 1,\n      \"xtu-c\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-l\": 0,\n        \"errored-seconds-l\": 0,\n        \"severely-errored-seconds-l\": 0,\n        \"loss-of-signal-seconds-l\": 0,\n        \"unavailable-seconds-l\": 0,\n        \"inminpeq-l\": [\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-l\": \"<string>\"\n          },\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-l\": \"<string>\"\n          }\n        ],\n        \"inmme-l\": \"<string>\",\n        \"inmiat-l\": [\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-l\": \"<string>\"\n          },\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-l\": \"<string>\"\n          }\n        ],\n        \"sos-success-ne\": \"<string>\",\n        \"leftr-defects-seconds-counter-ne\": 0,\n        \"error-free-bits-counter-ne\": 0,\n        \"minimum-error-free-throughput-ne\": 0,\n        \"full-initializations\": 0,\n        \"failed-full-initializations\": 0,\n        \"short-initializations\": \"<string>\",\n        \"failed-short-initializations\": \"<string>\",\n        \"loss-of-power-intrpt\": \"<string>\",\n        \"host-reinit-interruptions\": \"<string>\",\n        \"spontaneous-intrpt\": \"<string>\",\n        \"loss-of-signal\": 0,\n        \"loss-of-frame\": 0,\n        \"loss-of-power\": 0,\n        \"time-stamp\": \"?:2262-61-05T46:07:10.5-63:01\"\n      },\n      \"xtu-r\": {\n        \"measured-time\": 0,\n        \"invalid-data-flag\": true,\n        \"forward-error-correction-seconds-lfe\": 0,\n        \"errored-seconds-lfe\": 0,\n        \"severely-errored-seconds-lfe\": 0,\n        \"loss-of-signal-seconds-lfe\": 0,\n        \"unavailable-seconds-lfe\": 0,\n        \"inminpeq-lfe\": [\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-lfe\": \"<string>\"\n          },\n          {\n            \"inminpeq-index\": 1,\n            \"inminpeq-lfe\": \"<string>\"\n          }\n        ],\n        \"inmme-lfe\": \"<string>\",\n        \"inmiat-lfe\": [\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-lfe\": \"<string>\"\n          },\n          {\n            \"inminiat-index\": 0,\n            \"inmiat-lfe\": \"<string>\"\n          }\n        ],\n        \"sos-success-fe\": \"<string>\",\n        \"leftr-defects-seconds-counter-lfe\": 0,\n        \"error-free-bits-counter-lfe\": 0,\n        \"minimum-error-free-throughput-lfe\": 0,\n        \"loss-of-signal-fe\": 0,\n        \"loss-of-frame-fe\": 0,\n        \"loss-of-power-fe\": 0,\n        \"time-stamp\": \"?:1355-33-02T45:90:77+72:98\"\n      }\n    }\n  ]\n}"}],"_postman_id":"8c0cd5e6-74b5-42d7-8bce-7b3a3b5e8c3c"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"3b3e4192-d7da-4dd1-8e1f-2b643a9f4734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-c?content=<string>","description":"<p>xDSL Transmission Unit - Central office</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f9af2ad2-0bdf-44a9-8977-dfc35f6e1d25","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"forward-error-correction-seconds-l\": 0,\n    \"errored-seconds-l\": 0,\n    \"severely-errored-seconds-l\": 0,\n    \"loss-of-signal-seconds-l\": 0,\n    \"unavailable-seconds-l\": 0,\n    \"inminpeq-l\": [\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-l\": \"<string>\"\n      },\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-l\": \"<string>\"\n      }\n    ],\n    \"inmme-l\": \"<string>\",\n    \"inmiat-l\": [\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-l\": \"<string>\"\n      },\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-l\": \"<string>\"\n      }\n    ],\n    \"sos-success-ne\": \"<string>\",\n    \"leftr-defects-seconds-counter-ne\": 0,\n    \"error-free-bits-counter-ne\": 0,\n    \"minimum-error-free-throughput-ne\": 0,\n    \"full-initializations\": 0,\n    \"failed-full-initializations\": 0,\n    \"short-initializations\": \"<string>\",\n    \"failed-short-initializations\": \"<string>\",\n    \"loss-of-power-intrpt\": \"<string>\",\n    \"host-reinit-interruptions\": \"<string>\",\n    \"spontaneous-intrpt\": \"<string>\",\n    \"loss-of-signal\": 0,\n    \"loss-of-frame\": 0,\n    \"loss-of-power\": 0,\n    \"time-stamp\": \"?:2262-61-05T46:07:10.5-63:01\"\n  }\n}"}],"_postman_id":"3b3e4192-d7da-4dd1-8e1f-2b643a9f4734"},{"name":"GET - NodeID - ietf-interfaces - inminpeq-l","id":"c6ad31f7-74fe-463b-b477-c88969575cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-c/inminpeq-l=<string>?content=<string>","description":"<p>This parameter is a count of the near-end INMAINPEQi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n<p>A special value (enum inactive) indicates that this\ncounter is not active on the line. This occurs when the\nfeature 'impulse-noise-monitoring' is not supported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-c","inminpeq-l=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8b1be3be-0512-496b-aebd-8caa498b7c54","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-c/inminpeq-l=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-c","inminpeq-l=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inminpeq-l\": [\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-l\": \"<string>\"\n    },\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-l\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"c6ad31f7-74fe-463b-b477-c88969575cfd"},{"name":"GET - NodeID - ietf-interfaces - inmiat-l","id":"95c542c6-6ccb-49b7-b48b-f105c83f8f4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-c/inmiat-l=<string>?content=<string>","description":"<p>This parameter is a count of the near-end INMAIATi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n<p>A special value (enum inactive) indicates that this\ncounter is not active on the line. This occurs when the\nfeature 'impulse-noise-monitoring' is not supported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-c","inmiat-l=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"18c219ce-2460-4d09-b1c0-e014cac80c09","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-c/inmiat-l=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-c","inmiat-l=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inmiat-l\": [\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-l\": \"<string>\"\n    },\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-l\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"95c542c6-6ccb-49b7-b48b-f105c83f8f4f"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"7e6a11c1-9300-4820-993b-8b017891f8ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-r?content=<string>","description":"<p>xDSL Transmission Unit - Remote side</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c4d219be-5e83-4425-a083-88d978c35ad7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"measured-time\": 0,\n    \"invalid-data-flag\": true,\n    \"forward-error-correction-seconds-lfe\": 0,\n    \"errored-seconds-lfe\": 0,\n    \"severely-errored-seconds-lfe\": 0,\n    \"loss-of-signal-seconds-lfe\": 0,\n    \"unavailable-seconds-lfe\": 0,\n    \"inminpeq-lfe\": [\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-lfe\": \"<string>\"\n      },\n      {\n        \"inminpeq-index\": 1,\n        \"inminpeq-lfe\": \"<string>\"\n      }\n    ],\n    \"inmme-lfe\": \"<string>\",\n    \"inmiat-lfe\": [\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-lfe\": \"<string>\"\n      },\n      {\n        \"inminiat-index\": 0,\n        \"inmiat-lfe\": \"<string>\"\n      }\n    ],\n    \"sos-success-fe\": \"<string>\",\n    \"leftr-defects-seconds-counter-lfe\": 0,\n    \"error-free-bits-counter-lfe\": 0,\n    \"minimum-error-free-throughput-lfe\": 0,\n    \"loss-of-signal-fe\": 0,\n    \"loss-of-frame-fe\": 0,\n    \"loss-of-power-fe\": 0,\n    \"time-stamp\": \"?:1355-33-02T45:90:77+72:98\"\n  }\n}"}],"_postman_id":"7e6a11c1-9300-4820-993b-8b017891f8ed"},{"name":"GET - NodeID - ietf-interfaces - inminpeq-lfe","id":"e46f2d0f-4649-4cce-9327-fe53a529cd63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-r/inminpeq-lfe=<string>?content=<string>","description":"<p>This parameter is a count of the far-end INMAINPEQi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-r","inminpeq-lfe=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5f3e7b21-efca-41e9-8731-832873ce3a36","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-r/inminpeq-lfe=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-r","inminpeq-lfe=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inminpeq-lfe\": [\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-lfe\": \"<string>\"\n    },\n    {\n      \"inminpeq-index\": 1,\n      \"inminpeq-lfe\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"e46f2d0f-4649-4cce-9327-fe53a529cd63"},{"name":"GET - NodeID - ietf-interfaces - inmiat-lfe","id":"59d0809d-f7a8-4d7b-abaa-8f6705499e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-r/inmiat-lfe=<string>?content=<string>","description":"<p>This parameter is a count of the far-end INMAIATi\nanomalies occurring on the line during the accumulation\nperiod. This parameter is subject to inhibiting - see\nITU-T G.997.1 clause 7.2.7.13.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-r","inmiat-lfe=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4193bea7-058e-4f6d-be23-72382d6c5863","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/performance/intervals-24hr/history=<string>/xtu-r/inmiat-lfe=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","performance","intervals-24hr","history=<string>","xtu-r","inmiat-lfe=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inmiat-lfe\": [\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-lfe\": \"<string>\"\n    },\n    {\n      \"inminiat-index\": 0,\n      \"inmiat-lfe\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"59d0809d-f7a8-4d7b-abaa-8f6705499e18"},{"name":"GET - NodeID - ietf-interfaces - diagnostics","id":"510cc3b3-4474-428e-95a5-d39e61c33f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics?content=<string>","description":"<p>xDSL Testing / Diagnostics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"afba7aa4-ccd5-4318-b389-e48a13f66569","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"diagnostics\": {\n    \"loop-diagnostics-mode-status\": \"inactive\",\n    \"loop-diagnostics-mode-results\": \"no-loop-diagnostics-results-available\",\n    \"xtu-c\": {\n      \"downstream\": {\n        \"tssps\": \"<byte>\",\n        \"mrefpsd\": \"<byte>\",\n        \"xlin\": {\n          \"xlin-scale\": 0,\n          \"xlin-sub-carrier-group-size\": 1,\n          \"xlin-disturber\": \"<string>\",\n          \"xlinbands\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"xlinps\": \"<byte>\"\n        },\n        \"vect-disturbers\": {\n          \"vect-disturbers-info\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"upstream\": {\n        \"hlin\": {\n          \"hlin-scale\": 1,\n          \"hlin-sub-carrier-group-size\": 1,\n          \"hlinps\": \"<byte>\"\n        },\n        \"hlog\": {\n          \"hlog-measurement-time\": 1,\n          \"hlog-sub-carrier-group-size\": 1,\n          \"hlogps\": \"<byte>\"\n        },\n        \"qln\": {\n          \"qln-measurement-time\": 1,\n          \"qln-sub-carrier-group-size\": 1,\n          \"qlnps\": \"<byte>\"\n        },\n        \"snr\": {\n          \"snr-measurement-time\": 1,\n          \"snr-sub-carrier-group-size\": 1,\n          \"snrps\": \"<byte>\"\n        },\n        \"bitsps\": \"<byte>\",\n        \"gainsps\": \"<byte>\",\n        \"xlin\": {\n          \"xlin-scale\": 0,\n          \"xlin-sub-carrier-group-size\": 1,\n          \"xlin-disturber\": \"<string>\",\n          \"xlinbands\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"xlinps\": \"<byte>\"\n        },\n        \"vect-disturbers\": {\n          \"vect-disturbers-info\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"actual-tx-psd-ps\": \"<byte>\"\n      },\n      \"data-gathering-report\": {\n        \"logging-depth\": 0,\n        \"actual-logging-depth-reporting\": 0,\n        \"event-trace-buffer\": \"<byte>\"\n      }\n    },\n    \"xtu-r\": {\n      \"downstream\": {\n        \"hlin\": {\n          \"hlin-scale\": 1,\n          \"hlin-sub-carrier-group-size\": 1,\n          \"hlinps\": \"<byte>\"\n        },\n        \"hlog\": {\n          \"hlog-measurement-time\": 1,\n          \"hlog-sub-carrier-group-size\": 1,\n          \"hlogps\": \"<byte>\"\n        },\n        \"qln\": {\n          \"qln-measurement-time\": 1,\n          \"qln-sub-carrier-group-size\": 1,\n          \"qlnps\": \"<byte>\"\n        },\n        \"snr\": {\n          \"snr-measurement-time\": 1,\n          \"snr-sub-carrier-group-size\": 1,\n          \"snrps\": \"<byte>\"\n        },\n        \"bitsps\": \"<byte>\",\n        \"gainsps\": \"<byte>\",\n        \"actual-tx-psd-ps\": \"<byte>\"\n      },\n      \"upstream\": {\n        \"tssps\": \"<byte>\",\n        \"mrefpsd\": \"<byte>\"\n      },\n      \"data-gathering-report\": {\n        \"logging-depth\": 0,\n        \"actual-logging-depth-reporting\": 0,\n        \"event-trace-buffer\": \"<byte>\"\n      }\n    }\n  }\n}"}],"_postman_id":"510cc3b3-4474-428e-95a5-d39e61c33f24"},{"name":"GET - NodeID - ietf-interfaces - xtu-c","id":"f161a3fb-aafd-4188-ba4c-7a7929b75a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c?content=<string>","description":"<p>Diagnostics objects for the xDSL transmission unit -\nCentral office.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b8f05c5b-6783-4ac4-b6f9-04f4b58176c0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-c\": {\n    \"downstream\": {\n      \"tssps\": \"<byte>\",\n      \"mrefpsd\": \"<byte>\",\n      \"xlin\": {\n        \"xlin-scale\": 0,\n        \"xlin-sub-carrier-group-size\": 1,\n        \"xlin-disturber\": \"<string>\",\n        \"xlinbands\": [\n          {\n            \"start-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"stop-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"band-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"start-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"stop-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"band-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"xlinps\": \"<byte>\"\n      },\n      \"vect-disturbers\": {\n        \"vect-disturbers-info\": [\n          {\n            \"disturber\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"average-magnitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cancelled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"disturber\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"average-magnitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cancelled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"upstream\": {\n      \"hlin\": {\n        \"hlin-scale\": 1,\n        \"hlin-sub-carrier-group-size\": 1,\n        \"hlinps\": \"<byte>\"\n      },\n      \"hlog\": {\n        \"hlog-measurement-time\": 1,\n        \"hlog-sub-carrier-group-size\": 1,\n        \"hlogps\": \"<byte>\"\n      },\n      \"qln\": {\n        \"qln-measurement-time\": 1,\n        \"qln-sub-carrier-group-size\": 1,\n        \"qlnps\": \"<byte>\"\n      },\n      \"snr\": {\n        \"snr-measurement-time\": 1,\n        \"snr-sub-carrier-group-size\": 1,\n        \"snrps\": \"<byte>\"\n      },\n      \"bitsps\": \"<byte>\",\n      \"gainsps\": \"<byte>\",\n      \"xlin\": {\n        \"xlin-scale\": 0,\n        \"xlin-sub-carrier-group-size\": 1,\n        \"xlin-disturber\": \"<string>\",\n        \"xlinbands\": [\n          {\n            \"start-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"stop-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"band-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"start-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"stop-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"band-index\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"xlinps\": \"<byte>\"\n      },\n      \"vect-disturbers\": {\n        \"vect-disturbers-info\": [\n          {\n            \"disturber\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"average-magnitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cancelled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"disturber\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"average-magnitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cancelled\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"actual-tx-psd-ps\": \"<byte>\"\n    },\n    \"data-gathering-report\": {\n      \"logging-depth\": 0,\n      \"actual-logging-depth-reporting\": 0,\n      \"event-trace-buffer\": \"<byte>\"\n    }\n  }\n}"}],"_postman_id":"f161a3fb-aafd-4188-ba4c-7a7929b75a99"},{"name":"GET - NodeID - ietf-interfaces - downstream","id":"b0951cb7-073f-42ae-8137-8e85ec84a24d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream?content=<string>","description":"<p>Downstream xTU Sub-Carrier status.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"913e1037-7f2a-4bfe-876c-fac391b5e4ae","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"tssps\": \"<byte>\",\n    \"mrefpsd\": \"<byte>\",\n    \"xlin\": {\n      \"xlin-scale\": 0,\n      \"xlin-sub-carrier-group-size\": 1,\n      \"xlin-disturber\": \"<string>\",\n      \"xlinbands\": [\n        {\n          \"start-index\": 0,\n          \"stop-index\": 0,\n          \"band-index\": 0\n        },\n        {\n          \"start-index\": 0,\n          \"stop-index\": 0,\n          \"band-index\": 0\n        }\n      ],\n      \"xlinps\": \"<byte>\"\n    },\n    \"vect-disturbers\": {\n      \"vect-disturbers-info\": [\n        {\n          \"disturber\": \"<string>\",\n          \"average-magnitude\": \"<string>\",\n          \"cancelled\": true\n        },\n        {\n          \"disturber\": \"<string>\",\n          \"average-magnitude\": \"<string>\",\n          \"cancelled\": true\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b0951cb7-073f-42ae-8137-8e85ec84a24d"},{"name":"GET - NodeID - ietf-interfaces - xlin","id":"55e770fb-7c70-40cc-8219-09e5a0285764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream/xlin?content=<string>","description":"<p>State data nodes related to sub-carrier Xlin.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream","xlin"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0f321a26-ea4b-4236-bfd1-e89ac09ffb97","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream/xlin?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream","xlin"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xlin\": {\n    \"xlin-scale\": 0,\n    \"xlin-sub-carrier-group-size\": 1,\n    \"xlin-disturber\": \"<string>\",\n    \"xlinbands\": [\n      {\n        \"start-index\": 0,\n        \"stop-index\": 0,\n        \"band-index\": 0\n      },\n      {\n        \"start-index\": 0,\n        \"stop-index\": 0,\n        \"band-index\": 0\n      }\n    ],\n    \"xlinps\": \"<byte>\"\n  }\n}"}],"_postman_id":"55e770fb-7c70-40cc-8219-09e5a0285764"},{"name":"GET - NodeID - ietf-interfaces - xlinbands","id":"7e7429c6-6d9e-44c1-bf8e-9b63167f963b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream/xlin/xlinbands=<string>?content=<string>","description":"<p>XLINBANDS contains pairs of (start_subcarrier_index,\nstop_subcarrier_index) for every band in which XLINps is\nreported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream","xlin","xlinbands=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"25d7f017-748a-4e9c-8e1c-b2c0f414621a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream/xlin/xlinbands=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream","xlin","xlinbands=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xlinbands\": [\n    {\n      \"start-index\": 0,\n      \"stop-index\": 0,\n      \"band-index\": 0\n    },\n    {\n      \"start-index\": 0,\n      \"stop-index\": 0,\n      \"band-index\": 0\n    }\n  ]\n}"}],"_postman_id":"7e7429c6-6d9e-44c1-bf8e-9b63167f963b"},{"name":"GET - NodeID - ietf-interfaces - vect-disturbers","id":"27617095-6d03-4e83-b29b-6c73841dbc94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream/nokia-vdsl:vect-disturbers?content=<string>","description":"<p>This list contains the list of disturbers. The list is\nsorted with the strongest disturbers first.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream","nokia-vdsl:vect-disturbers"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"086919c8-c3a0-4e87-a0f8-b8a2df88e148","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream/nokia-vdsl:vect-disturbers?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream","nokia-vdsl:vect-disturbers"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-disturbers\": {\n    \"vect-disturbers-info\": [\n      {\n        \"disturber\": \"<string>\",\n        \"average-magnitude\": \"<string>\",\n        \"cancelled\": true\n      },\n      {\n        \"disturber\": \"<string>\",\n        \"average-magnitude\": \"<string>\",\n        \"cancelled\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"27617095-6d03-4e83-b29b-6c73841dbc94"},{"name":"GET - NodeID - ietf-interfaces - vect-disturbers-info","id":"b15527d4-a0aa-443a-b44e-50e92a54c1a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream/nokia-vdsl:vect-disturbers/vect-disturbers-info?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream","nokia-vdsl:vect-disturbers","vect-disturbers-info"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"93bcee50-95c7-4941-8441-8b84b0bedc7e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/downstream/nokia-vdsl:vect-disturbers/vect-disturbers-info?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","downstream","nokia-vdsl:vect-disturbers","vect-disturbers-info"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-disturbers-info\": [\n    {\n      \"disturber\": \"<string>\",\n      \"average-magnitude\": \"<string>\",\n      \"cancelled\": true\n    },\n    {\n      \"disturber\": \"<string>\",\n      \"average-magnitude\": \"<string>\",\n      \"cancelled\": true\n    }\n  ]\n}"}],"_postman_id":"b15527d4-a0aa-443a-b44e-50e92a54c1a1"},{"name":"GET - NodeID - ietf-interfaces - upstream","id":"d9cb8265-36d8-4730-b92e-f52612c6d83c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream?content=<string>","description":"<p>Upstream xTU Sub-Carrier status.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"083d0379-8d69-4ed9-af18-f94dc28eeb77","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"hlin\": {\n      \"hlin-scale\": 1,\n      \"hlin-sub-carrier-group-size\": 1,\n      \"hlinps\": \"<byte>\"\n    },\n    \"hlog\": {\n      \"hlog-measurement-time\": 1,\n      \"hlog-sub-carrier-group-size\": 1,\n      \"hlogps\": \"<byte>\"\n    },\n    \"qln\": {\n      \"qln-measurement-time\": 1,\n      \"qln-sub-carrier-group-size\": 1,\n      \"qlnps\": \"<byte>\"\n    },\n    \"snr\": {\n      \"snr-measurement-time\": 1,\n      \"snr-sub-carrier-group-size\": 1,\n      \"snrps\": \"<byte>\"\n    },\n    \"bitsps\": \"<byte>\",\n    \"gainsps\": \"<byte>\",\n    \"xlin\": {\n      \"xlin-scale\": 0,\n      \"xlin-sub-carrier-group-size\": 1,\n      \"xlin-disturber\": \"<string>\",\n      \"xlinbands\": [\n        {\n          \"start-index\": 0,\n          \"stop-index\": 0,\n          \"band-index\": 0\n        },\n        {\n          \"start-index\": 0,\n          \"stop-index\": 0,\n          \"band-index\": 0\n        }\n      ],\n      \"xlinps\": \"<byte>\"\n    },\n    \"vect-disturbers\": {\n      \"vect-disturbers-info\": [\n        {\n          \"disturber\": \"<string>\",\n          \"average-magnitude\": \"<string>\",\n          \"cancelled\": true\n        },\n        {\n          \"disturber\": \"<string>\",\n          \"average-magnitude\": \"<string>\",\n          \"cancelled\": true\n        }\n      ]\n    },\n    \"actual-tx-psd-ps\": \"<byte>\"\n  }\n}"}],"_postman_id":"d9cb8265-36d8-4730-b92e-f52612c6d83c"},{"name":"GET - NodeID - ietf-interfaces - hlin","id":"60cd59c1-3b5e-4e05-9811-fe8e2b5b2082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/hlin?content=<string>","description":"<p>State data nodes related to sub-carrier Hlin.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","hlin"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5a0bc060-9a38-4a1c-abb5-4a4e349ffcfc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/hlin?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","hlin"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hlin\": {\n    \"hlin-scale\": 1,\n    \"hlin-sub-carrier-group-size\": 1,\n    \"hlinps\": \"<byte>\"\n  }\n}"}],"_postman_id":"60cd59c1-3b5e-4e05-9811-fe8e2b5b2082"},{"name":"GET - NodeID - ietf-interfaces - hlog","id":"306d5ab7-4e30-4695-baa6-fdb87159bacf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/hlog?content=<string>","description":"<p>State data nodes related to sub-carrier Hlog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","hlog"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"88f5c171-9cfc-446b-ae5f-1d5f62291d6e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/hlog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","hlog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hlog\": {\n    \"hlog-measurement-time\": 1,\n    \"hlog-sub-carrier-group-size\": 1,\n    \"hlogps\": \"<byte>\"\n  }\n}"}],"_postman_id":"306d5ab7-4e30-4695-baa6-fdb87159bacf"},{"name":"GET - NodeID - ietf-interfaces - qln","id":"06b78bc8-192b-47fb-bc74-65b6e18e8bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/qln?content=<string>","description":"<p>State data nodes related to sub-carrier Quiet Line\nNoise.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","qln"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6f5209bf-7bc6-4f98-9c30-b20e41f80ae7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/qln?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","qln"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"qln\": {\n    \"qln-measurement-time\": 1,\n    \"qln-sub-carrier-group-size\": 1,\n    \"qlnps\": \"<byte>\"\n  }\n}"}],"_postman_id":"06b78bc8-192b-47fb-bc74-65b6e18e8bd9"},{"name":"GET - NodeID - ietf-interfaces - snr","id":"fae5833a-f607-401b-ae30-b8fcc8fd58f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/snr?content=<string>","description":"<p>State data nodes related to sub-carrier Signal-to-Noise\nRatio values.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","snr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8533f3ff-2b7e-43a8-88be-99badb71e854","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/snr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","snr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snr\": {\n    \"snr-measurement-time\": 1,\n    \"snr-sub-carrier-group-size\": 1,\n    \"snrps\": \"<byte>\"\n  }\n}"}],"_postman_id":"fae5833a-f607-401b-ae30-b8fcc8fd58f3"},{"name":"GET - NodeID - ietf-interfaces - xlin","id":"2f9ea415-8ac4-4a80-b75c-f63bea7def23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/xlin?content=<string>","description":"<p>State data nodes related to sub-carrier Xlin.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","xlin"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2b00a73c-e020-464a-b3d6-3bdc91b5d2e0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/xlin?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","xlin"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xlin\": {\n    \"xlin-scale\": 0,\n    \"xlin-sub-carrier-group-size\": 1,\n    \"xlin-disturber\": \"<string>\",\n    \"xlinbands\": [\n      {\n        \"start-index\": 0,\n        \"stop-index\": 0,\n        \"band-index\": 0\n      },\n      {\n        \"start-index\": 0,\n        \"stop-index\": 0,\n        \"band-index\": 0\n      }\n    ],\n    \"xlinps\": \"<byte>\"\n  }\n}"}],"_postman_id":"2f9ea415-8ac4-4a80-b75c-f63bea7def23"},{"name":"GET - NodeID - ietf-interfaces - xlinbands","id":"5c01ff64-5f92-4a67-8b65-7ca07e3cc6a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/xlin/xlinbands=<string>?content=<string>","description":"<p>XLINBANDS contains pairs of (start_subcarrier_index,\nstop_subcarrier_index) for every band in which XLINps is\nreported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","xlin","xlinbands=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b8491085-dd72-4da9-a1fc-e9fb18518ed2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/xlin/xlinbands=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","xlin","xlinbands=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xlinbands\": [\n    {\n      \"start-index\": 0,\n      \"stop-index\": 0,\n      \"band-index\": 0\n    },\n    {\n      \"start-index\": 0,\n      \"stop-index\": 0,\n      \"band-index\": 0\n    }\n  ]\n}"}],"_postman_id":"5c01ff64-5f92-4a67-8b65-7ca07e3cc6a3"},{"name":"GET - NodeID - ietf-interfaces - vect-disturbers","id":"903b4e9d-4138-4397-8ce0-80d9fe7e728d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/nokia-vdsl:vect-disturbers?content=<string>","description":"<p>This list contains the list of disturbers. The list is\nsorted with the strongest disturbers first.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","nokia-vdsl:vect-disturbers"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8e7e62e7-a99d-40eb-a577-764fdf701a4b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/nokia-vdsl:vect-disturbers?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","nokia-vdsl:vect-disturbers"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-disturbers\": {\n    \"vect-disturbers-info\": [\n      {\n        \"disturber\": \"<string>\",\n        \"average-magnitude\": \"<string>\",\n        \"cancelled\": true\n      },\n      {\n        \"disturber\": \"<string>\",\n        \"average-magnitude\": \"<string>\",\n        \"cancelled\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"903b4e9d-4138-4397-8ce0-80d9fe7e728d"},{"name":"GET - NodeID - ietf-interfaces - vect-disturbers-info","id":"d4fb19f1-e1f0-449b-94c8-46822194f3cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/nokia-vdsl:vect-disturbers/vect-disturbers-info?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","nokia-vdsl:vect-disturbers","vect-disturbers-info"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d246876c-9b15-448c-8eae-ff302c64bc43","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/upstream/nokia-vdsl:vect-disturbers/vect-disturbers-info?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","upstream","nokia-vdsl:vect-disturbers","vect-disturbers-info"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vect-disturbers-info\": [\n    {\n      \"disturber\": \"<string>\",\n      \"average-magnitude\": \"<string>\",\n      \"cancelled\": true\n    },\n    {\n      \"disturber\": \"<string>\",\n      \"average-magnitude\": \"<string>\",\n      \"cancelled\": true\n    }\n  ]\n}"}],"_postman_id":"d4fb19f1-e1f0-449b-94c8-46822194f3cc"},{"name":"GET - NodeID - ietf-interfaces - data-gathering-report","id":"b0554fce-0627-4005-a46e-72df2a773023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/data-gathering-report?content=<string>","description":"<p>Reports data gathered by the receiver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","data-gathering-report"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0f340342-d6e0-4bfe-bd89-4f8de4dc5694","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-c/data-gathering-report?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-c","data-gathering-report"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data-gathering-report\": {\n    \"logging-depth\": 0,\n    \"actual-logging-depth-reporting\": 0,\n    \"event-trace-buffer\": \"<byte>\"\n  }\n}"}],"_postman_id":"b0554fce-0627-4005-a46e-72df2a773023"},{"name":"GET - NodeID - ietf-interfaces - xtu-r","id":"50cbf24a-33b9-4f84-9009-43b6ff229996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r?content=<string>","description":"<p>Diagnostics objects for the xDSL transmission unit -\nRemote side.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0305e9f8-8eeb-4b8c-8f36-cf3256fb760f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xtu-r\": {\n    \"downstream\": {\n      \"hlin\": {\n        \"hlin-scale\": 1,\n        \"hlin-sub-carrier-group-size\": 1,\n        \"hlinps\": \"<byte>\"\n      },\n      \"hlog\": {\n        \"hlog-measurement-time\": 1,\n        \"hlog-sub-carrier-group-size\": 1,\n        \"hlogps\": \"<byte>\"\n      },\n      \"qln\": {\n        \"qln-measurement-time\": 1,\n        \"qln-sub-carrier-group-size\": 1,\n        \"qlnps\": \"<byte>\"\n      },\n      \"snr\": {\n        \"snr-measurement-time\": 1,\n        \"snr-sub-carrier-group-size\": 1,\n        \"snrps\": \"<byte>\"\n      },\n      \"bitsps\": \"<byte>\",\n      \"gainsps\": \"<byte>\",\n      \"actual-tx-psd-ps\": \"<byte>\"\n    },\n    \"upstream\": {\n      \"tssps\": \"<byte>\",\n      \"mrefpsd\": \"<byte>\"\n    },\n    \"data-gathering-report\": {\n      \"logging-depth\": 0,\n      \"actual-logging-depth-reporting\": 0,\n      \"event-trace-buffer\": \"<byte>\"\n    }\n  }\n}"}],"_postman_id":"50cbf24a-33b9-4f84-9009-43b6ff229996"},{"name":"GET - NodeID - ietf-interfaces - downstream","id":"83b1650a-9a55-4b5a-8892-eaa18cdef60e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream?content=<string>","description":"<p>Downstream xTU Sub-Carrier status.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d2a74293-becb-404d-aef3-b84f754c60a4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"downstream\": {\n    \"hlin\": {\n      \"hlin-scale\": 1,\n      \"hlin-sub-carrier-group-size\": 1,\n      \"hlinps\": \"<byte>\"\n    },\n    \"hlog\": {\n      \"hlog-measurement-time\": 1,\n      \"hlog-sub-carrier-group-size\": 1,\n      \"hlogps\": \"<byte>\"\n    },\n    \"qln\": {\n      \"qln-measurement-time\": 1,\n      \"qln-sub-carrier-group-size\": 1,\n      \"qlnps\": \"<byte>\"\n    },\n    \"snr\": {\n      \"snr-measurement-time\": 1,\n      \"snr-sub-carrier-group-size\": 1,\n      \"snrps\": \"<byte>\"\n    },\n    \"bitsps\": \"<byte>\",\n    \"gainsps\": \"<byte>\",\n    \"actual-tx-psd-ps\": \"<byte>\"\n  }\n}"}],"_postman_id":"83b1650a-9a55-4b5a-8892-eaa18cdef60e"},{"name":"GET - NodeID - ietf-interfaces - hlin","id":"1cd624b6-ac4f-4fd4-8df7-acf0c6995231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream/hlin?content=<string>","description":"<p>State data nodes related to sub-carrier Hlin.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream","hlin"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3908085b-3340-43db-8bd0-fd07e34c70d7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream/hlin?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream","hlin"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hlin\": {\n    \"hlin-scale\": 1,\n    \"hlin-sub-carrier-group-size\": 1,\n    \"hlinps\": \"<byte>\"\n  }\n}"}],"_postman_id":"1cd624b6-ac4f-4fd4-8df7-acf0c6995231"},{"name":"GET - NodeID - ietf-interfaces - hlog","id":"ae620ab5-4cba-44a6-863b-005c2fd04521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream/hlog?content=<string>","description":"<p>State data nodes related to sub-carrier Hlog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream","hlog"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cc3cb06b-9cf1-490e-8e56-bbc5add602bf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream/hlog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream","hlog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hlog\": {\n    \"hlog-measurement-time\": 1,\n    \"hlog-sub-carrier-group-size\": 1,\n    \"hlogps\": \"<byte>\"\n  }\n}"}],"_postman_id":"ae620ab5-4cba-44a6-863b-005c2fd04521"},{"name":"GET - NodeID - ietf-interfaces - qln","id":"b7e38c9b-7a37-4829-bb60-57efb23dffb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream/qln?content=<string>","description":"<p>State data nodes related to sub-carrier Quiet Line\nNoise.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream","qln"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1f7030db-ab85-4d88-91f6-bc5cc0beefaa","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream/qln?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream","qln"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"qln\": {\n    \"qln-measurement-time\": 1,\n    \"qln-sub-carrier-group-size\": 1,\n    \"qlnps\": \"<byte>\"\n  }\n}"}],"_postman_id":"b7e38c9b-7a37-4829-bb60-57efb23dffb7"},{"name":"GET - NodeID - ietf-interfaces - snr","id":"d8a07b9a-19ce-467d-ac6e-599349f586a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream/snr?content=<string>","description":"<p>State data nodes related to sub-carrier Signal-to-Noise\nRatio values.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream","snr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4bfa9d00-a961-4a81-9bc4-fb9cf6e1633e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/downstream/snr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","downstream","snr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snr\": {\n    \"snr-measurement-time\": 1,\n    \"snr-sub-carrier-group-size\": 1,\n    \"snrps\": \"<byte>\"\n  }\n}"}],"_postman_id":"d8a07b9a-19ce-467d-ac6e-599349f586a4"},{"name":"GET - NodeID - ietf-interfaces - upstream","id":"9537c788-8aa8-4318-b497-906ec88dfb7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/upstream?content=<string>","description":"<p>Upstream xTU Sub-Carrier status.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","upstream"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5c241453-6e73-44b3-937e-8b593870d127","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/upstream?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","upstream"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"upstream\": {\n    \"tssps\": \"<byte>\",\n    \"mrefpsd\": \"<byte>\"\n  }\n}"}],"_postman_id":"9537c788-8aa8-4318-b497-906ec88dfb7e"},{"name":"GET - NodeID - ietf-interfaces - data-gathering-report","id":"f2935433-02d6-469c-b667-51231979b6ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/data-gathering-report?content=<string>","description":"<p>Reports data gathered by the receiver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","data-gathering-report"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"33a6f4e4-b781-4038-94f6-413aa233aab2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:line/diagnostics/xtu-r/data-gathering-report?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:line","diagnostics","xtu-r","data-gathering-report"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data-gathering-report\": {\n    \"logging-depth\": 0,\n    \"actual-logging-depth-reporting\": 0,\n    \"event-trace-buffer\": \"<byte>\"\n  }\n}"}],"_postman_id":"f2935433-02d6-469c-b667-51231979b6ca"},{"name":"GET - NodeID - ietf-interfaces - availability","id":"a7073edc-504b-4196-a62b-3e715d8a3b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:availability?content=<string>","description":"<p>Operational status defining the availability of a VDSL\nline.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:availability"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f8d3a3ac-58a6-4f29-911a-d90dfac68a8e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:availability?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:availability"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"availability\": {\n    \"availability-status\": \"<string>\",\n    \"issues\": {\n      \"issue\": [\n        {\n          \"tag\": \"<string>\",\n          \"code\": 0,\n          \"message\": \"Some message\",\n          \"root-cause\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"tag\": \"<string>\",\n          \"code\": 0,\n          \"message\": \"Some message\",\n          \"root-cause\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"a7073edc-504b-4196-a62b-3e715d8a3b1b"},{"name":"GET - NodeID - ietf-interfaces - issues","id":"9b66e0b0-786b-4505-9b32-41963149a70f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:availability/issues?content=<string>","description":"<p>Issues that have been identified by the instrumentation\nthat are affecting the availability status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:availability","issues"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f8370476-71ad-4688-abd2-375e595f1266","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:availability/issues?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:availability","issues"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"issues\": {\n    \"issue\": [\n      {\n        \"tag\": \"<string>\",\n        \"code\": 0,\n        \"message\": \"Some message\",\n        \"root-cause\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"tag\": \"<string>\",\n        \"code\": 0,\n        \"message\": \"Some message\",\n        \"root-cause\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"9b66e0b0-786b-4505-9b32-41963149a70f"},{"name":"GET - NodeID - ietf-interfaces - issue","id":"0008ffe4-107d-4eaa-a38a-e3f601b4ca7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:availability/issues/issue=<string>,<string>?content=<string>","description":"<p>An issue affecting the availability status.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:availability","issues","issue=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e43e9eea-16df-47ca-a8e5-46011570c4da","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-vdsl:availability/issues/issue=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-vdsl:availability","issues","issue=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"issue\": [\n    {\n      \"tag\": \"<string>\",\n      \"code\": 0,\n      \"message\": \"Some message\",\n      \"root-cause\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"tag\": \"<string>\",\n      \"code\": 0,\n      \"message\": \"Some message\",\n      \"root-cause\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"0008ffe4-107d-4eaa-a38a-e3f601b4ca7e"},{"name":"GET - NodeID - ietf-interfaces - availability","id":"98a2aa9b-3602-4afb-9e90-160a0fdda1b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:availability?content=<string>","description":"<p>Operational status defining the availability of a FAST\nline.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:availability"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"40399d4c-4b3b-4ab8-813b-98e2f71e3607","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:availability?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:availability"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"availability\": {\n    \"availability-status\": \"<string>\",\n    \"issues\": {\n      \"issue\": [\n        {\n          \"tag\": \"<string>\",\n          \"code\": 0,\n          \"message\": \"Some message\",\n          \"root-cause\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"tag\": \"<string>\",\n          \"code\": 0,\n          \"message\": \"Some message\",\n          \"root-cause\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"98a2aa9b-3602-4afb-9e90-160a0fdda1b7"},{"name":"GET - NodeID - ietf-interfaces - issues","id":"ea158032-9085-421d-9d38-2081435bfa39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:availability/issues?content=<string>","description":"<p>Issues that have been identified by the instrumentation\nthat are affecting the availability status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:availability","issues"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5cbf94c2-e82f-443f-912e-7d9c8babd40f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:availability/issues?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:availability","issues"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"issues\": {\n    \"issue\": [\n      {\n        \"tag\": \"<string>\",\n        \"code\": 0,\n        \"message\": \"Some message\",\n        \"root-cause\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"tag\": \"<string>\",\n        \"code\": 0,\n        \"message\": \"Some message\",\n        \"root-cause\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"ea158032-9085-421d-9d38-2081435bfa39"},{"name":"GET - NodeID - ietf-interfaces - issue","id":"34e471d6-8425-4d7c-93cd-0a8f422ed9f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:availability/issues/issue=<string>,<string>?content=<string>","description":"<p>An issue affecting the availability status.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:availability","issues","issue=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"de5b6254-3622-4925-b61b-8a7d196dfdc0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-fastdsl:line/bbf-fast:availability/issues/issue=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-fastdsl:line","bbf-fast:availability","issues","issue=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"issue\": [\n    {\n      \"tag\": \"<string>\",\n      \"code\": 0,\n      \"message\": \"Some message\",\n      \"root-cause\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"tag\": \"<string>\",\n      \"code\": 0,\n      \"message\": \"Some message\",\n      \"root-cause\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"34e471d6-8425-4d7c-93cd-0a8f422ed9f2"},{"name":"GET - NodeID - ietf-interfaces - performance","id":"59170c73-1175-43c7-b9e3-927775a7c571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance?content=<string>","description":"<p>Performance parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b248c9d9-42e5-40c5-b774-fce8024c6279","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"performance\": {\n    \"intervals-15min\": {\n      \"current\": {\n        \"in-octets\": 0,\n        \"in-unicast-pkts\": 0,\n        \"in-broadcast-pkts\": 0,\n        \"in-multicast-pkts\": 0,\n        \"in-discards\": 0,\n        \"in-errors\": 0,\n        \"in-unknown-protos\": 0,\n        \"out-octets\": 0,\n        \"out-unicast-pkts\": 0,\n        \"out-broadcast-pkts\": 0,\n        \"out-multicast-pkts\": 0,\n        \"out-discards\": 0,\n        \"out-errors\": 0\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:3586-24-58T04:60:38Z\",\n          \"measured-time\": 0,\n          \"in-octets\": 0,\n          \"in-unicast-pkts\": 0,\n          \"in-broadcast-pkts\": 0,\n          \"in-multicast-pkts\": 0,\n          \"in-discards\": 0,\n          \"in-errors\": 0,\n          \"in-unknown-protos\": 0,\n          \"out-octets\": 0,\n          \"out-unicast-pkts\": 0,\n          \"out-broadcast-pkts\": 0,\n          \"out-multicast-pkts\": 0,\n          \"out-discards\": 0,\n          \"out-errors\": 0\n        },\n        {\n          \"interval-number\": 1,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:3586-24-58T04:60:38Z\",\n          \"measured-time\": 0,\n          \"in-octets\": 0,\n          \"in-unicast-pkts\": 0,\n          \"in-broadcast-pkts\": 0,\n          \"in-multicast-pkts\": 0,\n          \"in-discards\": 0,\n          \"in-errors\": 0,\n          \"in-unknown-protos\": 0,\n          \"out-octets\": 0,\n          \"out-unicast-pkts\": 0,\n          \"out-broadcast-pkts\": 0,\n          \"out-multicast-pkts\": 0,\n          \"out-discards\": 0,\n          \"out-errors\": 0\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    },\n    \"intervals-24hr\": {\n      \"current\": {\n        \"in-octets\": 0,\n        \"in-unicast-pkts\": 0,\n        \"in-broadcast-pkts\": 0,\n        \"in-multicast-pkts\": 0,\n        \"in-discards\": 0,\n        \"in-errors\": 0,\n        \"in-unknown-protos\": 0,\n        \"out-octets\": 0,\n        \"out-unicast-pkts\": 0,\n        \"out-broadcast-pkts\": 0,\n        \"out-multicast-pkts\": 0,\n        \"out-discards\": 0,\n        \"out-errors\": 0\n      },\n      \"history\": [\n        {\n          \"interval-number\": 1,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:5051-26-46T86:21:65Z\",\n          \"measured-time\": 0,\n          \"in-octets\": 0,\n          \"in-unicast-pkts\": 0,\n          \"in-broadcast-pkts\": 0,\n          \"in-multicast-pkts\": 0,\n          \"in-discards\": 0,\n          \"in-errors\": 0,\n          \"in-unknown-protos\": 0,\n          \"out-octets\": 0,\n          \"out-unicast-pkts\": 0,\n          \"out-broadcast-pkts\": 0,\n          \"out-multicast-pkts\": 0,\n          \"out-discards\": 0,\n          \"out-errors\": 0\n        },\n        {\n          \"interval-number\": 1,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:5051-26-46T86:21:65Z\",\n          \"measured-time\": 0,\n          \"in-octets\": 0,\n          \"in-unicast-pkts\": 0,\n          \"in-broadcast-pkts\": 0,\n          \"in-multicast-pkts\": 0,\n          \"in-discards\": 0,\n          \"in-errors\": 0,\n          \"in-unknown-protos\": 0,\n          \"out-octets\": 0,\n          \"out-unicast-pkts\": 0,\n          \"out-broadcast-pkts\": 0,\n          \"out-multicast-pkts\": 0,\n          \"out-discards\": 0,\n          \"out-errors\": 0\n        }\n      ],\n      \"number-of-intervals\": 0,\n      \"non-valid-intervals\": 0\n    }\n  }\n}"}],"_postman_id":"59170c73-1175-43c7-b9e3-927775a7c571"},{"name":"GET - NodeID - ietf-interfaces - intervals-15min","id":"e73938d9-e0ef-4995-8427-d1b8b8d17f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-15min?content=<string>","description":"<p>15 minute interval performance history.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-15min"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"154a9753-2bfb-477f-bd3f-d2f078a714f5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-15min?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-15min"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-15min\": {\n    \"current\": {\n      \"in-octets\": 0,\n      \"in-unicast-pkts\": 0,\n      \"in-broadcast-pkts\": 0,\n      \"in-multicast-pkts\": 0,\n      \"in-discards\": 0,\n      \"in-errors\": 0,\n      \"in-unknown-protos\": 0,\n      \"out-octets\": 0,\n      \"out-unicast-pkts\": 0,\n      \"out-broadcast-pkts\": 0,\n      \"out-multicast-pkts\": 0,\n      \"out-discards\": 0,\n      \"out-errors\": 0\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:3586-24-58T04:60:38Z\",\n        \"measured-time\": 0,\n        \"in-octets\": 0,\n        \"in-unicast-pkts\": 0,\n        \"in-broadcast-pkts\": 0,\n        \"in-multicast-pkts\": 0,\n        \"in-discards\": 0,\n        \"in-errors\": 0,\n        \"in-unknown-protos\": 0,\n        \"out-octets\": 0,\n        \"out-unicast-pkts\": 0,\n        \"out-broadcast-pkts\": 0,\n        \"out-multicast-pkts\": 0,\n        \"out-discards\": 0,\n        \"out-errors\": 0\n      },\n      {\n        \"interval-number\": 1,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:3586-24-58T04:60:38Z\",\n        \"measured-time\": 0,\n        \"in-octets\": 0,\n        \"in-unicast-pkts\": 0,\n        \"in-broadcast-pkts\": 0,\n        \"in-multicast-pkts\": 0,\n        \"in-discards\": 0,\n        \"in-errors\": 0,\n        \"in-unknown-protos\": 0,\n        \"out-octets\": 0,\n        \"out-unicast-pkts\": 0,\n        \"out-broadcast-pkts\": 0,\n        \"out-multicast-pkts\": 0,\n        \"out-discards\": 0,\n        \"out-errors\": 0\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"e73938d9-e0ef-4995-8427-d1b8b8d17f10"},{"name":"GET - NodeID - ietf-interfaces - current","id":"8edd40e8-cd2b-46ca-873d-df50d9cf5b35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-15min/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-15min","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"45a4ec83-fc85-4ee4-8efb-142a3d08adab","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-15min/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-15min","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"in-octets\": 0,\n    \"in-unicast-pkts\": 0,\n    \"in-broadcast-pkts\": 0,\n    \"in-multicast-pkts\": 0,\n    \"in-discards\": 0,\n    \"in-errors\": 0,\n    \"in-unknown-protos\": 0,\n    \"out-octets\": 0,\n    \"out-unicast-pkts\": 0,\n    \"out-broadcast-pkts\": 0,\n    \"out-multicast-pkts\": 0,\n    \"out-discards\": 0,\n    \"out-errors\": 0\n  }\n}"}],"_postman_id":"8edd40e8-cd2b-46ca-873d-df50d9cf5b35"},{"name":"GET - NodeID - ietf-interfaces - history","id":"77f88a82-60e1-4ea9-b4cd-4a1a5ab17e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-15min/history=<string>?content=<string>","description":"<p>A history of 15 minute intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-15min","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"30b89cc2-1bc5-4d40-91ed-3ae73e17cccb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-15min/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-15min","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"invalid-data-flag\": true,\n      \"time-stamp\": \"?:3586-24-58T04:60:38Z\",\n      \"measured-time\": 0,\n      \"in-octets\": 0,\n      \"in-unicast-pkts\": 0,\n      \"in-broadcast-pkts\": 0,\n      \"in-multicast-pkts\": 0,\n      \"in-discards\": 0,\n      \"in-errors\": 0,\n      \"in-unknown-protos\": 0,\n      \"out-octets\": 0,\n      \"out-unicast-pkts\": 0,\n      \"out-broadcast-pkts\": 0,\n      \"out-multicast-pkts\": 0,\n      \"out-discards\": 0,\n      \"out-errors\": 0\n    },\n    {\n      \"interval-number\": 1,\n      \"invalid-data-flag\": true,\n      \"time-stamp\": \"?:3586-24-58T04:60:38Z\",\n      \"measured-time\": 0,\n      \"in-octets\": 0,\n      \"in-unicast-pkts\": 0,\n      \"in-broadcast-pkts\": 0,\n      \"in-multicast-pkts\": 0,\n      \"in-discards\": 0,\n      \"in-errors\": 0,\n      \"in-unknown-protos\": 0,\n      \"out-octets\": 0,\n      \"out-unicast-pkts\": 0,\n      \"out-broadcast-pkts\": 0,\n      \"out-multicast-pkts\": 0,\n      \"out-discards\": 0,\n      \"out-errors\": 0\n    }\n  ]\n}"}],"_postman_id":"77f88a82-60e1-4ea9-b4cd-4a1a5ab17e71"},{"name":"GET - NodeID - ietf-interfaces - intervals-24hr","id":"5b12799a-976e-4510-9ea1-2c6bd2c17cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-24hr?content=<string>","description":"<p>24 hour interval performance history.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-24hr"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a36dcc1e-e3cc-4857-b505-c5214a19c3cf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-24hr?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-24hr"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"intervals-24hr\": {\n    \"current\": {\n      \"in-octets\": 0,\n      \"in-unicast-pkts\": 0,\n      \"in-broadcast-pkts\": 0,\n      \"in-multicast-pkts\": 0,\n      \"in-discards\": 0,\n      \"in-errors\": 0,\n      \"in-unknown-protos\": 0,\n      \"out-octets\": 0,\n      \"out-unicast-pkts\": 0,\n      \"out-broadcast-pkts\": 0,\n      \"out-multicast-pkts\": 0,\n      \"out-discards\": 0,\n      \"out-errors\": 0\n    },\n    \"history\": [\n      {\n        \"interval-number\": 1,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:5051-26-46T86:21:65Z\",\n        \"measured-time\": 0,\n        \"in-octets\": 0,\n        \"in-unicast-pkts\": 0,\n        \"in-broadcast-pkts\": 0,\n        \"in-multicast-pkts\": 0,\n        \"in-discards\": 0,\n        \"in-errors\": 0,\n        \"in-unknown-protos\": 0,\n        \"out-octets\": 0,\n        \"out-unicast-pkts\": 0,\n        \"out-broadcast-pkts\": 0,\n        \"out-multicast-pkts\": 0,\n        \"out-discards\": 0,\n        \"out-errors\": 0\n      },\n      {\n        \"interval-number\": 1,\n        \"invalid-data-flag\": true,\n        \"time-stamp\": \"?:5051-26-46T86:21:65Z\",\n        \"measured-time\": 0,\n        \"in-octets\": 0,\n        \"in-unicast-pkts\": 0,\n        \"in-broadcast-pkts\": 0,\n        \"in-multicast-pkts\": 0,\n        \"in-discards\": 0,\n        \"in-errors\": 0,\n        \"in-unknown-protos\": 0,\n        \"out-octets\": 0,\n        \"out-unicast-pkts\": 0,\n        \"out-broadcast-pkts\": 0,\n        \"out-multicast-pkts\": 0,\n        \"out-discards\": 0,\n        \"out-errors\": 0\n      }\n    ],\n    \"number-of-intervals\": 0,\n    \"non-valid-intervals\": 0\n  }\n}"}],"_postman_id":"5b12799a-976e-4510-9ea1-2c6bd2c17cc9"},{"name":"GET - NodeID - ietf-interfaces - current","id":"77c6868c-de27-4eda-8054-37af2f3b41b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-24hr/current?content=<string>","description":"<p>Contains the counts that are currently accumulating.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-24hr","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f8a402bb-6d67-4b9a-9c7e-bc3302756c7c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-24hr/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-24hr","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"in-octets\": 0,\n    \"in-unicast-pkts\": 0,\n    \"in-broadcast-pkts\": 0,\n    \"in-multicast-pkts\": 0,\n    \"in-discards\": 0,\n    \"in-errors\": 0,\n    \"in-unknown-protos\": 0,\n    \"out-octets\": 0,\n    \"out-unicast-pkts\": 0,\n    \"out-broadcast-pkts\": 0,\n    \"out-multicast-pkts\": 0,\n    \"out-discards\": 0,\n    \"out-errors\": 0\n  }\n}"}],"_postman_id":"77c6868c-de27-4eda-8054-37af2f3b41b8"},{"name":"GET - NodeID - ietf-interfaces - history","id":"334cd5af-5ef4-4c88-a0bc-3d1a83dff82c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-24hr/history=<string>?content=<string>","description":"<p>A history of 24 hour intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-24hr","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"90a24e1c-4c25-4578-85fa-4651bc1ae360","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-interfaces-performance-management:performance/intervals-24hr/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-interfaces-performance-management:performance","intervals-24hr","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 1,\n      \"invalid-data-flag\": true,\n      \"time-stamp\": \"?:5051-26-46T86:21:65Z\",\n      \"measured-time\": 0,\n      \"in-octets\": 0,\n      \"in-unicast-pkts\": 0,\n      \"in-broadcast-pkts\": 0,\n      \"in-multicast-pkts\": 0,\n      \"in-discards\": 0,\n      \"in-errors\": 0,\n      \"in-unknown-protos\": 0,\n      \"out-octets\": 0,\n      \"out-unicast-pkts\": 0,\n      \"out-broadcast-pkts\": 0,\n      \"out-multicast-pkts\": 0,\n      \"out-discards\": 0,\n      \"out-errors\": 0\n    },\n    {\n      \"interval-number\": 1,\n      \"invalid-data-flag\": true,\n      \"time-stamp\": \"?:5051-26-46T86:21:65Z\",\n      \"measured-time\": 0,\n      \"in-octets\": 0,\n      \"in-unicast-pkts\": 0,\n      \"in-broadcast-pkts\": 0,\n      \"in-multicast-pkts\": 0,\n      \"in-discards\": 0,\n      \"in-errors\": 0,\n      \"in-unknown-protos\": 0,\n      \"out-octets\": 0,\n      \"out-unicast-pkts\": 0,\n      \"out-broadcast-pkts\": 0,\n      \"out-multicast-pkts\": 0,\n      \"out-discards\": 0,\n      \"out-errors\": 0\n    }\n  ]\n}"}],"_postman_id":"334cd5af-5ef4-4c88-a0bc-3d1a83dff82c"},{"name":"GET - NodeID - ietf-interfaces - speed-monitoring","id":"4aa93333-7e6b-4c99-9c64-c17a2e043494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring?content=<string>","description":"<p>Time monitoring data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"27500d95-b4b0-4e72-993b-cb6ad80e5831","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"speed-monitoring\": {\n    \"data\": [\n      {\n        \"monitoring-period-length\": \"5-seconds\",\n        \"current\": {\n          \"receive-datarate\": \"<string>\",\n          \"transmit-datarate\": \"<string>\"\n        },\n        \"number-of-intervals\": 0,\n        \"history\": [\n          {\n            \"interval-number\": 0,\n            \"invalid-data-flag\": true,\n            \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n            \"measured-time\": 0,\n            \"receive-datarate\": \"<string>\",\n            \"transmit-datarate\": \"<string>\"\n          },\n          {\n            \"interval-number\": 0,\n            \"invalid-data-flag\": true,\n            \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n            \"measured-time\": 0,\n            \"receive-datarate\": \"<string>\",\n            \"transmit-datarate\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"monitoring-period-length\": \"5-seconds\",\n        \"current\": {\n          \"receive-datarate\": \"<string>\",\n          \"transmit-datarate\": \"<string>\"\n        },\n        \"number-of-intervals\": 0,\n        \"history\": [\n          {\n            \"interval-number\": 0,\n            \"invalid-data-flag\": true,\n            \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n            \"measured-time\": 0,\n            \"receive-datarate\": \"<string>\",\n            \"transmit-datarate\": \"<string>\"\n          },\n          {\n            \"interval-number\": 0,\n            \"invalid-data-flag\": true,\n            \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n            \"measured-time\": 0,\n            \"receive-datarate\": \"<string>\",\n            \"transmit-datarate\": \"<string>\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"4aa93333-7e6b-4c99-9c64-c17a2e043494"},{"name":"GET - NodeID - ietf-interfaces - data","id":"a5b03497-3528-4166-b974-4cded780198e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring/data=<string>?content=<string>","description":"<p>A list for each monitored period.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring","data=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d6629935-afbc-4742-9d73-3b3897118963","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring/data=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring","data=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"monitoring-period-length\": \"5-seconds\",\n      \"current\": {\n        \"receive-datarate\": \"<string>\",\n        \"transmit-datarate\": \"<string>\"\n      },\n      \"number-of-intervals\": 0,\n      \"history\": [\n        {\n          \"interval-number\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n          \"measured-time\": 0,\n          \"receive-datarate\": \"<string>\",\n          \"transmit-datarate\": \"<string>\"\n        },\n        {\n          \"interval-number\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n          \"measured-time\": 0,\n          \"receive-datarate\": \"<string>\",\n          \"transmit-datarate\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"monitoring-period-length\": \"5-seconds\",\n      \"current\": {\n        \"receive-datarate\": \"<string>\",\n        \"transmit-datarate\": \"<string>\"\n      },\n      \"number-of-intervals\": 0,\n      \"history\": [\n        {\n          \"interval-number\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n          \"measured-time\": 0,\n          \"receive-datarate\": \"<string>\",\n          \"transmit-datarate\": \"<string>\"\n        },\n        {\n          \"interval-number\": 0,\n          \"invalid-data-flag\": true,\n          \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n          \"measured-time\": 0,\n          \"receive-datarate\": \"<string>\",\n          \"transmit-datarate\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"a5b03497-3528-4166-b974-4cded780198e"},{"name":"GET - NodeID - ietf-interfaces - current","id":"0abe0e98-9171-4417-8460-475089eb0cdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring/data=<string>/current?content=<string>","description":"<p>Contains the data as currently accumulated for the\nongoing period.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring","data=<string>","current"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4a58f99f-4995-4e28-a2ca-843249e9b06a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring/data=<string>/current?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring","data=<string>","current"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current\": {\n    \"receive-datarate\": \"<string>\",\n    \"transmit-datarate\": \"<string>\"\n  }\n}"}],"_postman_id":"0abe0e98-9171-4417-8460-475089eb0cdf"},{"name":"GET - NodeID - ietf-interfaces - history","id":"8bbee758-bf5f-483b-bae3-cb1ceb400a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring/data=<string>/history=<string>?content=<string>","description":"<p>A history of time monitoring intervals.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring","data=<string>","history=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e433a814-394e-495a-814d-3ce19e3cf41b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-interface-speed-monitoring:speed-monitoring/data=<string>/history=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-interface-speed-monitoring:speed-monitoring","data=<string>","history=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": [\n    {\n      \"interval-number\": 0,\n      \"invalid-data-flag\": true,\n      \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n      \"measured-time\": 0,\n      \"receive-datarate\": \"<string>\",\n      \"transmit-datarate\": \"<string>\"\n    },\n    {\n      \"interval-number\": 0,\n      \"invalid-data-flag\": true,\n      \"time-stamp\": \"?:8486-83-81T60:45:75+26:33\",\n      \"measured-time\": 0,\n      \"receive-datarate\": \"<string>\",\n      \"transmit-datarate\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"8bbee758-bf5f-483b-bae3-cb1ceb400a73"},{"name":"GET - NodeID - ietf-interfaces - cpe-management","id":"820c14b8-8c18-4c69-ad0e-b97793553844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management?content=<string>","description":"<p>State data,ACTION's associated with CPE Management.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f2814d3e-a4e1-458a-982b-fbd0e65873e1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cpe-management\": {\n    \"remote-modem-mgmt\": {\n      \"cpe-inventory-info\": {\n        \"model-number\": \"Some model-number\",\n        \"serial-number\": \"Some serial-number\"\n      },\n      \"operator-id\": \"Some operator-id\",\n      \"uni-management-state\": [\n        {\n          \"uni_identifier_state\": -128,\n          \"l2-loopback-status\": \"loop-cleared\",\n          \"link-state\": \"link-down\",\n          \"trafficcounters\": {\n            \"sent-packets-unicast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sent-packets-broadcast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sent-packets-multicast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"received-packets-unicast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"received-packets-broadcast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"received-packets-multicast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sent-bytes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"received-bytes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-packets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discarded-packets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link-parameters\": {\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duplex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flow-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"uni_identifier_state\": -128,\n          \"l2-loopback-status\": \"loop-cleared\",\n          \"link-state\": \"link-down\",\n          \"trafficcounters\": {\n            \"sent-packets-unicast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sent-packets-broadcast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sent-packets-multicast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"received-packets-unicast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"received-packets-broadcast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"received-packets-multicast\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sent-bytes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"received-bytes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"errored-packets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"discarded-packets\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link-parameters\": {\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duplex\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"flow-control\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"820c14b8-8c18-4c69-ad0e-b97793553844"},{"name":"GET - NodeID - ietf-interfaces - remote-modem-mgmt","id":"0c770abf-2ded-4e7e-abf1-aa6a0096f92e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt?content=<string>","description":"<p>State data, ACTION's associated with Remote Modem Management.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"26815854-eb5f-48a0-a59f-d59e83ab4944","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"remote-modem-mgmt\": {\n    \"cpe-inventory-info\": {\n      \"model-number\": \"Some model-number\",\n      \"serial-number\": \"Some serial-number\"\n    },\n    \"operator-id\": \"Some operator-id\",\n    \"uni-management-state\": [\n      {\n        \"uni_identifier_state\": -128,\n        \"l2-loopback-status\": \"loop-cleared\",\n        \"link-state\": \"link-down\",\n        \"trafficcounters\": {\n          \"sent-packets-unicast\": 0,\n          \"sent-packets-broadcast\": 0,\n          \"sent-packets-multicast\": 0,\n          \"received-packets-unicast\": 0,\n          \"received-packets-broadcast\": 0,\n          \"received-packets-multicast\": 0,\n          \"sent-bytes\": 0,\n          \"received-bytes\": 0,\n          \"errored-packets\": 0,\n          \"discarded-packets\": 0\n        },\n        \"link-parameters\": {\n          \"speed\": \"no-value\",\n          \"duplex\": \"no-value\",\n          \"flow-control\": \"no-value\",\n          \"mode\": \"no-value\"\n        }\n      },\n      {\n        \"uni_identifier_state\": -128,\n        \"l2-loopback-status\": \"loop-cleared\",\n        \"link-state\": \"link-down\",\n        \"trafficcounters\": {\n          \"sent-packets-unicast\": 0,\n          \"sent-packets-broadcast\": 0,\n          \"sent-packets-multicast\": 0,\n          \"received-packets-unicast\": 0,\n          \"received-packets-broadcast\": 0,\n          \"received-packets-multicast\": 0,\n          \"sent-bytes\": 0,\n          \"received-bytes\": 0,\n          \"errored-packets\": 0,\n          \"discarded-packets\": 0\n        },\n        \"link-parameters\": {\n          \"speed\": \"no-value\",\n          \"duplex\": \"no-value\",\n          \"flow-control\": \"no-value\",\n          \"mode\": \"no-value\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"0c770abf-2ded-4e7e-abf1-aa6a0096f92e"},{"name":"GET - NodeID - ietf-interfaces - cpe-inventory-info","id":"7a6bdd97-739e-45c1-89b8-364e3dbeeace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt/cpe-inventory-info?content=<string>","description":"<p>Management objects for RMM CPE Inventory</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt","cpe-inventory-info"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"75495913-d57c-4a23-bd22-c12a73f302d8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt/cpe-inventory-info?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt","cpe-inventory-info"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cpe-inventory-info\": {\n    \"model-number\": \"Some model-number\",\n    \"serial-number\": \"Some serial-number\"\n  }\n}"}],"_postman_id":"7a6bdd97-739e-45c1-89b8-364e3dbeeace"},{"name":"GET - NodeID - ietf-interfaces - uni-management-state","id":"c3ab652c-b7fd-40a9-b247-987645226c28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt/uni-management-state=<string>?content=<string>","description":"<p>This list contains RMM UNI management parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt","uni-management-state=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e4abe60f-d681-474c-b8bc-0c690d84655f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt/uni-management-state=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt","uni-management-state=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uni-management-state\": [\n    {\n      \"uni_identifier_state\": -128,\n      \"l2-loopback-status\": \"loop-cleared\",\n      \"link-state\": \"link-down\",\n      \"trafficcounters\": {\n        \"sent-packets-unicast\": 0,\n        \"sent-packets-broadcast\": 0,\n        \"sent-packets-multicast\": 0,\n        \"received-packets-unicast\": 0,\n        \"received-packets-broadcast\": 0,\n        \"received-packets-multicast\": 0,\n        \"sent-bytes\": 0,\n        \"received-bytes\": 0,\n        \"errored-packets\": 0,\n        \"discarded-packets\": 0\n      },\n      \"link-parameters\": {\n        \"speed\": \"no-value\",\n        \"duplex\": \"no-value\",\n        \"flow-control\": \"no-value\",\n        \"mode\": \"no-value\"\n      }\n    },\n    {\n      \"uni_identifier_state\": -128,\n      \"l2-loopback-status\": \"loop-cleared\",\n      \"link-state\": \"link-down\",\n      \"trafficcounters\": {\n        \"sent-packets-unicast\": 0,\n        \"sent-packets-broadcast\": 0,\n        \"sent-packets-multicast\": 0,\n        \"received-packets-unicast\": 0,\n        \"received-packets-broadcast\": 0,\n        \"received-packets-multicast\": 0,\n        \"sent-bytes\": 0,\n        \"received-bytes\": 0,\n        \"errored-packets\": 0,\n        \"discarded-packets\": 0\n      },\n      \"link-parameters\": {\n        \"speed\": \"no-value\",\n        \"duplex\": \"no-value\",\n        \"flow-control\": \"no-value\",\n        \"mode\": \"no-value\"\n      }\n    }\n  ]\n}"}],"_postman_id":"c3ab652c-b7fd-40a9-b247-987645226c28"},{"name":"GET - NodeID - ietf-interfaces - trafficcounters","id":"1f4f91ab-f110-4335-a1e2-ece9f1a1df33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt/uni-management-state=<string>/trafficcounters?content=<string>","description":"<p> CPE xth UNI traffic counters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt","uni-management-state=<string>","trafficcounters"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"773638d0-32be-48e5-b1de-84e39d7e1672","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt/uni-management-state=<string>/trafficcounters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt","uni-management-state=<string>","trafficcounters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"trafficcounters\": {\n    \"sent-packets-unicast\": 0,\n    \"sent-packets-broadcast\": 0,\n    \"sent-packets-multicast\": 0,\n    \"received-packets-unicast\": 0,\n    \"received-packets-broadcast\": 0,\n    \"received-packets-multicast\": 0,\n    \"sent-bytes\": 0,\n    \"received-bytes\": 0,\n    \"errored-packets\": 0,\n    \"discarded-packets\": 0\n  }\n}"}],"_postman_id":"1f4f91ab-f110-4335-a1e2-ece9f1a1df33"},{"name":"GET - NodeID - ietf-interfaces - link-parameters","id":"a7c2a4b9-6bb8-40d8-8e7c-5421bd021d5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt/uni-management-state=<string>/link-parameters?content=<string>","description":"<p> CPE UNI link parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt","uni-management-state=<string>","link-parameters"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cc6ec858-20da-4491-b73d-86c6c4a1ebf2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-cpe-management:cpe-management/remote-modem-mgmt/uni-management-state=<string>/link-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-cpe-management:cpe-management","remote-modem-mgmt","uni-management-state=<string>","link-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"link-parameters\": {\n    \"speed\": \"no-value\",\n    \"duplex\": \"no-value\",\n    \"flow-control\": \"no-value\",\n    \"mode\": \"no-value\"\n  }\n}"}],"_postman_id":"a7c2a4b9-6bb8-40d8-8e7c-5421bd021d5e"},{"name":"GET - NodeID - ietf-interfaces - Ethernet","id":"edeedf00-bb41-4981-ae0e-6f3d430d0118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ethernet:Ethernet?content=<string>","description":"<p>Contains operational state for Ethernet interfaces</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ethernet:Ethernet"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"78180273-7750-46d8-bd97-d32e4432d85b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ethernet:Ethernet?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ethernet:Ethernet"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Ethernet\": {\n    \"auto-negotiation\": {\n      \"status\": \"successful\"\n    },\n    \"duplex\": \"unknown\",\n    \"speed\": 0,\n    \"flow-control\": \"true\",\n    \"rate-control\": \"disabled\",\n    \"macc-extension-control\": true,\n    \"macc-pfc-control\": true,\n    \"macc-pause-control\": \"disabled\",\n    \"macc-control\": \"PAUSE\",\n    \"frame-limit-slow-protocol\": 10\n  }\n}"}],"_postman_id":"edeedf00-bb41-4981-ae0e-6f3d430d0118"},{"name":"GET - NodeID - ietf-interfaces - auto-negotiation","id":"b6302f55-d0b8-45f7-926e-4685566cc2d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ethernet:Ethernet/auto-negotiation?content=<string>","description":"<p>Contains auto-negotiation status</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ethernet:Ethernet","auto-negotiation"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"16dfadda-c802-4dd8-a432-3076c038a2d7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ethernet:Ethernet/auto-negotiation?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ethernet:Ethernet","auto-negotiation"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"auto-negotiation\": {\n    \"status\": \"successful\"\n  }\n}"}],"_postman_id":"b6302f55-d0b8-45f7-926e-4685566cc2d9"},{"name":"GET - NodeID - ietf-interfaces - ipv4-security","id":"1cde67e4-239a-4885-ae73-36e307ac1246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security?content=<string>","description":"<p>This container provides state data for IPv4 address assigned\nto VLAN sub-interfaces. Addresses can be assigned\ndynamically, by learning from inspected DHCP messages, or\nthey can be statically configured.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f9e02e8f-964d-4536-b989-a3542c0614d1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4-security\": {\n    \"address\": [\n      {\n        \"ip\": \"?:1.17.28.2\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.25.7.0\",\n        \"ip-address-origin\": \"other\",\n        \"lease-time\": 0,\n        \"ip-address-expiry-time\": \"?:3852-31-47T89:71:49-28:97\",\n        \"chaddr\": \"?:2c:8F:ca:Ab:d0:9d\"\n      },\n      {\n        \"ip\": \"?:1.17.28.2\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:1.25.7.0\",\n        \"ip-address-origin\": \"other\",\n        \"lease-time\": 0,\n        \"ip-address-expiry-time\": \"?:3852-31-47T89:71:49-28:97\",\n        \"chaddr\": \"?:2c:8F:ca:Ab:d0:9d\"\n      }\n    ]\n  }\n}"}],"_postman_id":"1cde67e4-239a-4885-ae73-36e307ac1246"},{"name":"POST - NodeID - ietf-interfaces - remove-dhcp-learned-ip-addresses","id":"896c3d9a-4998-4312-9575-90cfcd34c131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/remove-dhcp-learned-ip-addresses","description":"<p>When the action is received, the system will remove all the\nIP addresses learned dynamically from DHCP on this\ninterface.\nIP addresses or subnets statically assigned to a particular\ninterface must be removed by deleting the static\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security","remove-dhcp-learned-ip-addresses"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e5780f1a-5a50-4364-b87d-f684c88538f4","name":"RPC remove-dhcp-learned-ip-addresses success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/remove-dhcp-learned-ip-addresses"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"896c3d9a-4998-4312-9575-90cfcd34c131"},{"name":"GET - NodeID - ietf-interfaces - address","id":"2af0e11f-5527-4614-a6a6-3e1e7db35f29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address?content=<string>","description":"<p>The list of IPv4 addresses assigned to the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security","address"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"db302718-3daa-48bf-8cdd-8d19b9326cd0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-ipv4-address-spoofing-prevention:ipv4-security/address?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-ipv4-address-spoofing-prevention:ipv4-security","address"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": [\n    {\n      \"ip\": \"?:1.17.28.2\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.25.7.0\",\n      \"ip-address-origin\": \"other\",\n      \"lease-time\": 0,\n      \"ip-address-expiry-time\": \"?:3852-31-47T89:71:49-28:97\",\n      \"chaddr\": \"?:2c:8F:ca:Ab:d0:9d\"\n    },\n    {\n      \"ip\": \"?:1.17.28.2\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:1.25.7.0\",\n      \"ip-address-origin\": \"other\",\n      \"lease-time\": 0,\n      \"ip-address-expiry-time\": \"?:3852-31-47T89:71:49-28:97\",\n      \"chaddr\": \"?:2c:8F:ca:Ab:d0:9d\"\n    }\n  ]\n}"}],"_postman_id":"2af0e11f-5527-4614-a6a6-3e1e7db35f29"},{"name":"GET - NodeID - ietf-interfaces - ani","id":"9f268ee2-f7ce-4513-819d-c4aa47661d65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-xponani:ani?content=<string>","description":"<p>State data for ANI interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-xponani:ani"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"001cc2ec-d05b-4c84-8a66-58741fcce569","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/bbf-xponani:ani?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","bbf-xponani:ani"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ani\": {\n    \"onu-id\": 0,\n    \"channel-partition-id\": 0,\n    \"management-tcont-alloc-id\": 0,\n    \"management-gemport-id\": 0\n  }\n}"}],"_postman_id":"9f268ee2-f7ce-4513-819d-c4aa47661d65"},{"name":"GET - NodeID - ietf-interfaces - pae","id":"314d94ae-375c-4715-9b88-178b041a5c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae?content=<string>","description":"<p>Contains PAE operational state related nodes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fe94d07c-c878-492c-938c-265b4a4fb244","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae\": {\n    \"port-name\": \"?:p!#~#c\",\n    \"port-number\": 1,\n    \"controlled-port-name\": \"?:~|~~###\",\n    \"controlled-port-number\": 1,\n    \"uncontrolled-port-name\": \"?:\",\n    \"uncontrolled-port-number\": 1,\n    \"common-port-name\": \"?:#!\",\n    \"common-port-number\": 1,\n    \"port-capabilities\": {\n      \"supp\": true,\n      \"auth\": true,\n      \"mka\": true,\n      \"macsec\": true,\n      \"announcements\": true,\n      \"listener\": true,\n      \"virtual-ports\": true,\n      \"in-service-upgrades\": true\n    },\n    \"port-type\": \"real-port\",\n    \"virtual-port\": {\n      \"max\": 0,\n      \"current\": 0,\n      \"start\": 0,\n      \"peer-address\": \"?:A0-ED-CA-eb-bd-dd\"\n    },\n    \"supplicant\": {\n      \"enabled\": true,\n      \"authenticate\": true,\n      \"authenticated\": true,\n      \"failed\": true\n    },\n    \"authenticator\": {\n      \"enabled\": true,\n      \"authenticate\": true,\n      \"authenticated\": true,\n      \"failed\": true\n    },\n    \"kay\": {\n      \"actor\": {\n        \"sci\": \"Some sci\"\n      },\n      \"key-server\": {\n        \"sci\": \"Some sci\"\n      },\n      \"macsec\": {\n        \"protect\": true,\n        \"validate\": true,\n        \"replay-protect\": true\n      },\n      \"suspended-while\": 0,\n      \"active\": true,\n      \"authenticated\": true,\n      \"secured\": true,\n      \"failed\": true,\n      \"key-number\": {\n        \"tx\": 0,\n        \"rx\": 0\n      },\n      \"association-number\": {\n        \"tx\": 0,\n        \"rx\": 0\n      },\n      \"participant\": [\n        {\n          \"participants\": 0,\n          \"peers\": {\n            \"live\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"potential\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ckn\": \"Some ckn\",\n          \"kmd\": \"Some kmd\",\n          \"nid\": \"Some nid\",\n          \"auth-data\": \"Some auth-data\",\n          \"principal\": true,\n          \"dist-ckn\": \"Some dist-ckn\"\n        },\n        {\n          \"participants\": 0,\n          \"peers\": {\n            \"live\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"potential\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ckn\": \"Some ckn\",\n          \"kmd\": \"Some kmd\",\n          \"nid\": \"Some nid\",\n          \"auth-data\": \"Some auth-data\",\n          \"principal\": true,\n          \"dist-ckn\": \"Some dist-ckn\"\n        }\n      ]\n    },\n    \"logon-nid\": {\n      \"connected\": \"Some connected\",\n      \"requested\": \"Some requested\",\n      \"pae-nid-group-state\": [\n        {\n          \"nid\": \"Some nid\",\n          \"kmd\": \"Some kmd\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"kmd\": \"Some kmd\"\n        }\n      ]\n    },\n    \"announcer\": {\n      \"announce\": [\n        {\n          \"announces\": 0,\n          \"nid\": \"Some nid\",\n          \"access-status\": \"no-access\",\n          \"pae-nid-group-state\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"announces\": 0,\n          \"nid\": \"Some nid\",\n          \"access-status\": \"no-access\",\n          \"pae-nid-group-state\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"listener\": {\n      \"announcement\": [\n        {\n          \"announcements\": 0,\n          \"nid\": \"Some nid\",\n          \"kmd\": \"Some kmd\",\n          \"specific\": true,\n          \"access-status\": \"no-access\",\n          \"requested-nid\": true,\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\",\n          \"cipher-suites\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"announcements\": 0,\n          \"nid\": \"Some nid\",\n          \"kmd\": \"Some kmd\",\n          \"specific\": true,\n          \"access-status\": \"no-access\",\n          \"requested-nid\": true,\n          \"unauthenticated-access\": \"no-access\",\n          \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\",\n          \"cipher-suites\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"eapol-statistics\": {\n      \"invalid-eapol-frame-rx\": 0,\n      \"eap-length-error-frames\": 0,\n      \"eapol-announcements-rx\": 0,\n      \"eapol-announce-reqs-rx\": 0,\n      \"eapol-port-unavailable\": 0,\n      \"eapol-start-frames-rx\": 0,\n      \"eapol-eap-frames-rx\": 0,\n      \"eapol-logoff-frames-rx\": 0,\n      \"eapol-mk-no-cfn\": 0,\n      \"eapol-mk-invalid-frames-rx\": 0,\n      \"last-eapol-frame-source\": \"?:BA-1D-20-bE-Da-a2\",\n      \"last-eapol-frame-version\": 0,\n      \"eapol-supp-eap-frames-tx\": 0,\n      \"eapol-logoff-frames-tx\": 0,\n      \"eapol-announcements-tx\": 0,\n      \"eapol-announce-reqs-tx\": 0,\n      \"eapol-start-frames-tx\": 0,\n      \"eapol-auth-eap-frames-tx\": 0,\n      \"eapol-mka-frames-tx\": 0\n    },\n    \"logon-process\": {\n      \"connect\": \"pending\",\n      \"port-valid\": true,\n      \"session-statistics\": [\n        {\n          \"session-id\": \"Some session-id\",\n          \"user-name\": \"Some user-name\",\n          \"octets-rx\": 0,\n          \"octets-tx\": 0,\n          \"frames-rx\": 0,\n          \"frames-tx\": 0,\n          \"time\": 0,\n          \"terminate-cause\": \"common_port_MAC_operatonal_false\"\n        },\n        {\n          \"session-id\": \"Some session-id\",\n          \"user-name\": \"Some user-name\",\n          \"octets-rx\": 0,\n          \"octets-tx\": 0,\n          \"frames-rx\": 0,\n          \"frames-tx\": 0,\n          \"time\": 0,\n          \"terminate-cause\": \"common_port_MAC_operatonal_false\"\n        }\n      ]\n    },\n    \"users\": {\n      \"user\": [\n        {\n          \"mac-address\": \"?:eF:5D:05:FB:09:CE\",\n          \"user-id\": \"Some user-id\",\n          \"last-authentication-start-timestamp\": \"?:0460-58-05T35:81:51Z\",\n          \"authentication-status\": \"initialize\",\n          \"terminate-cause\": \"supplicant-logoff\"\n        },\n        {\n          \"mac-address\": \"?:eF:5D:05:FB:09:CE\",\n          \"user-id\": \"Some user-id\",\n          \"last-authentication-start-timestamp\": \"?:0460-58-05T35:81:51Z\",\n          \"authentication-status\": \"initialize\",\n          \"terminate-cause\": \"supplicant-logoff\"\n        }\n      ],\n      \"history-authentication-status\": [\n        {\n          \"index\": -32768,\n          \"mac-address\": \"?:B4:9c:6f:ff:Fd:78\",\n          \"user-id\": \"Some user-id\",\n          \"authentication-start-timestamp\": \"?:3441-87-25T61:34:83+72:45\",\n          \"authentication-state\": \"success\",\n          \"terminate-cause\": \"supplicant-logoff\"\n        },\n        {\n          \"index\": -32768,\n          \"mac-address\": \"?:B4:9c:6f:ff:Fd:78\",\n          \"user-id\": \"Some user-id\",\n          \"authentication-start-timestamp\": \"?:3441-87-25T61:34:83+72:45\",\n          \"authentication-state\": \"success\",\n          \"terminate-cause\": \"supplicant-logoff\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"314d94ae-375c-4715-9b88-178b041a5c99"},{"name":"GET - NodeID - ietf-interfaces - port-capabilities","id":"375fe985-9ca3-4a40-8d6e-f1475192f705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/port-capabilities?content=<string>","description":"<p>Per port PAE feature capabilities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","port-capabilities"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8a7039f4-e760-45a3-88cb-bd7bc05a5d49","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/port-capabilities?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","port-capabilities"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port-capabilities\": {\n    \"supp\": true,\n    \"auth\": true,\n    \"mka\": true,\n    \"macsec\": true,\n    \"announcements\": true,\n    \"listener\": true,\n    \"virtual-ports\": true,\n    \"in-service-upgrades\": true\n  }\n}"}],"_postman_id":"375fe985-9ca3-4a40-8d6e-f1475192f705"},{"name":"GET - NodeID - ietf-interfaces - virtual-port","id":"d40a566a-b691-4a6c-8940-0f009aca6301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/virtual-port?content=<string>","description":"<p>Contains Virtual Port operational state information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","virtual-port"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"43300834-b150-4bf2-8cf2-1980a892273e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/virtual-port?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","virtual-port"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"virtual-port\": {\n    \"max\": 0,\n    \"current\": 0,\n    \"start\": 0,\n    \"peer-address\": \"?:A0-ED-CA-eb-bd-dd\"\n  }\n}"}],"_postman_id":"d40a566a-b691-4a6c-8940-0f009aca6301"},{"name":"GET - NodeID - ietf-interfaces - supplicant","id":"51a65cc3-6f8a-4e91-a006-8d2ee678a764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/supplicant?content=<string>","description":"<p>Contains the operational state nodes for the Supplicant\nPAE associated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","supplicant"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"59d12aa2-d2de-441f-9914-806f8bf72ecd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/supplicant?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","supplicant"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"supplicant\": {\n    \"enabled\": true,\n    \"authenticate\": true,\n    \"authenticated\": true,\n    \"failed\": true\n  }\n}"}],"_postman_id":"51a65cc3-6f8a-4e91-a006-8d2ee678a764"},{"name":"GET - NodeID - ietf-interfaces - authenticator","id":"fa64c088-152c-4edc-918f-85d516207078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/authenticator?content=<string>","description":"<p>Contains operational state nodes for the Authenticator\nPAE associated with each port.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","authenticator"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9ff42c6c-63d3-4a90-bc6b-2cef6beb5f50","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/authenticator?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","authenticator"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authenticator\": {\n    \"enabled\": true,\n    \"authenticate\": true,\n    \"authenticated\": true,\n    \"failed\": true\n  }\n}"}],"_postman_id":"fa64c088-152c-4edc-918f-85d516207078"},{"name":"GET - NodeID - ietf-interfaces - kay","id":"294e8902-7548-4a53-9d91-4ff1a88a0275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay?content=<string>","description":"<p>Contains operational state system level information for\neach Interface supported by the KaY (Key Aggreement\nEntity).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b0a9e86c-5174-4a4a-871b-b705958c17ea","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"kay\": {\n    \"actor\": {\n      \"sci\": \"Some sci\"\n    },\n    \"key-server\": {\n      \"sci\": \"Some sci\"\n    },\n    \"macsec\": {\n      \"protect\": true,\n      \"validate\": true,\n      \"replay-protect\": true\n    },\n    \"suspended-while\": 0,\n    \"active\": true,\n    \"authenticated\": true,\n    \"secured\": true,\n    \"failed\": true,\n    \"key-number\": {\n      \"tx\": 0,\n      \"rx\": 0\n    },\n    \"association-number\": {\n      \"tx\": 0,\n      \"rx\": 0\n    },\n    \"participant\": [\n      {\n        \"participants\": 0,\n        \"peers\": {\n          \"live\": [\n            \"Some live\",\n            \"Some live\"\n          ],\n          \"potential\": [\n            \"Some potential\",\n            \"Some potential\"\n          ]\n        },\n        \"ckn\": \"Some ckn\",\n        \"kmd\": \"Some kmd\",\n        \"nid\": \"Some nid\",\n        \"auth-data\": \"Some auth-data\",\n        \"principal\": true,\n        \"dist-ckn\": \"Some dist-ckn\"\n      },\n      {\n        \"participants\": 0,\n        \"peers\": {\n          \"live\": [\n            \"Some live\",\n            \"Some live\"\n          ],\n          \"potential\": [\n            \"Some potential\",\n            \"Some potential\"\n          ]\n        },\n        \"ckn\": \"Some ckn\",\n        \"kmd\": \"Some kmd\",\n        \"nid\": \"Some nid\",\n        \"auth-data\": \"Some auth-data\",\n        \"principal\": true,\n        \"dist-ckn\": \"Some dist-ckn\"\n      }\n    ]\n  }\n}"}],"_postman_id":"294e8902-7548-4a53-9d91-4ff1a88a0275"},{"name":"GET - NodeID - ietf-interfaces - actor","id":"8b06f655-ca99-423e-b3ca-7a2d202b344c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/actor?content=<string>","description":"<p>Contains operational state nodes associated with the\nactor</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","actor"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"03c032a4-7ffc-4249-8104-00e6018aa731","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/actor?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","actor"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"actor\": {\n    \"sci\": \"Some sci\"\n  }\n}"}],"_postman_id":"8b06f655-ca99-423e-b3ca-7a2d202b344c"},{"name":"GET - NodeID - ietf-interfaces - key-server","id":"dde26433-d489-455b-bb19-8e2c08b0028e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/key-server?content=<string>","description":"<p>Contains operational state nodes associated with the\nkey server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","key-server"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"464e2abc-ccc4-432a-9730-339d80cb8843","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/key-server?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","key-server"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key-server\": {\n    \"sci\": \"Some sci\"\n  }\n}"}],"_postman_id":"dde26433-d489-455b-bb19-8e2c08b0028e"},{"name":"GET - NodeID - ietf-interfaces - macsec","id":"a5db448c-532a-4071-b73b-68bcc11f0d9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/macsec?content=<string>","description":"<p>Contains operational state nodes associated with\nmacsec.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","macsec"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3c721d43-40a3-497b-9750-40eec6f6da72","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/macsec?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","macsec"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"macsec\": {\n    \"protect\": true,\n    \"validate\": true,\n    \"replay-protect\": true\n  }\n}"}],"_postman_id":"a5db448c-532a-4071-b73b-68bcc11f0d9f"},{"name":"GET - NodeID - ietf-interfaces - key-number","id":"ee8234f5-8736-4bbf-a12c-4106998ea68b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/key-number?content=<string>","description":"<p>Contains operation state nodes for Key Numbers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","key-number"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6ce452b1-2cfa-430f-807a-b3f9246c5b63","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/key-number?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","key-number"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key-number\": {\n    \"tx\": 0,\n    \"rx\": 0\n  }\n}"}],"_postman_id":"ee8234f5-8736-4bbf-a12c-4106998ea68b"},{"name":"GET - NodeID - ietf-interfaces - association-number","id":"2c0e1017-7f20-4c34-aa95-5faa2155acdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/association-number?content=<string>","description":"<p>Contains operation state nodes for Association\nNumbers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","association-number"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f704f8c9-1b5e-464d-9331-bc321262fadc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/association-number?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","association-number"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"association-number\": {\n    \"tx\": 0,\n    \"rx\": 0\n  }\n}"}],"_postman_id":"2c0e1017-7f20-4c34-aa95-5faa2155acdb"},{"name":"GET - NodeID - ietf-interfaces - participant","id":"a29648b8-bf7f-456a-b952-4375730ac7d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/participant=<string>?content=<string>","description":"<p>Contains list of operational state nodes for each MKA\nparticipant supported by the KaY MKA entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","participant=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7cb6aa23-214c-4b59-b843-453a990f50cf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/participant=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","participant=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"participant\": [\n    {\n      \"participants\": 0,\n      \"peers\": {\n        \"live\": [\n          \"Some live\",\n          \"Some live\"\n        ],\n        \"potential\": [\n          \"Some potential\",\n          \"Some potential\"\n        ]\n      },\n      \"ckn\": \"Some ckn\",\n      \"kmd\": \"Some kmd\",\n      \"nid\": \"Some nid\",\n      \"auth-data\": \"Some auth-data\",\n      \"principal\": true,\n      \"dist-ckn\": \"Some dist-ckn\"\n    },\n    {\n      \"participants\": 0,\n      \"peers\": {\n        \"live\": [\n          \"Some live\",\n          \"Some live\"\n        ],\n        \"potential\": [\n          \"Some potential\",\n          \"Some potential\"\n        ]\n      },\n      \"ckn\": \"Some ckn\",\n      \"kmd\": \"Some kmd\",\n      \"nid\": \"Some nid\",\n      \"auth-data\": \"Some auth-data\",\n      \"principal\": true,\n      \"dist-ckn\": \"Some dist-ckn\"\n    }\n  ]\n}"}],"_postman_id":"a29648b8-bf7f-456a-b952-4375730ac7d6"},{"name":"GET - NodeID - ietf-interfaces - peers","id":"37a455db-ad68-4499-afcf-26262b26778b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/participant=<string>/peers?content=<string>","description":"<p>Contains operational state nodes associated with the\nPeers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","participant=<string>","peers"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9ccaa2c7-b158-4208-a13d-30b692322e2f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/kay/participant=<string>/peers?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","kay","participant=<string>","peers"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"peers\": {\n    \"live\": [\n      \"Some live\",\n      \"Some live\"\n    ],\n    \"potential\": [\n      \"Some potential\",\n      \"Some potential\"\n    ]\n  }\n}"}],"_postman_id":"37a455db-ad68-4499-afcf-26262b26778b"},{"name":"GET - NodeID - ietf-interfaces - logon-nid","id":"0da40cc0-9786-496d-b93c-a97ade065d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/logon-nid?content=<string>","description":"<p>Contains the operation state related NID information for\nthe Logon Process. The Logon Process may use Network\nIdentifiers (NIDs) to manage its use of authentication\ncredentials, cached CAKs, and announcements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","logon-nid"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ff2207aa-bed8-4dea-bd89-7634f02b1898","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/logon-nid?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","logon-nid"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logon-nid\": {\n    \"connected\": \"Some connected\",\n    \"requested\": \"Some requested\",\n    \"pae-nid-group-state\": [\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      }\n    ]\n  }\n}"}],"_postman_id":"0da40cc0-9786-496d-b93c-a97ade065d90"},{"name":"GET - NodeID - ietf-interfaces - pae-nid-group-state","id":"8b715b5c-db61-48ce-8c9f-b728037f1fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group-state=<string>?content=<string>","description":"<p>A list that contains the operational state nodes for the\nnetwork announcement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","logon-nid","pae-nid-group-state=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"12acb7f1-a9df-4e83-afc2-69eb88b4215e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/logon-nid/pae-nid-group-state=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","logon-nid","pae-nid-group-state=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae-nid-group-state\": [\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    }\n  ]\n}"}],"_postman_id":"8b715b5c-db61-48ce-8c9f-b728037f1fe4"},{"name":"GET - NodeID - ietf-interfaces - announcer","id":"bcd65475-574c-455e-8951-4db07af1ef4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/announcer?content=<string>","description":"<p>Contains the operational state related Announcer\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","announcer"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"912f86f1-b86e-4f1b-811b-406ad366f5f2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/announcer?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","announcer"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"announcer\": {\n    \"announce\": [\n      {\n        \"announces\": 0,\n        \"nid\": \"Some nid\",\n        \"access-status\": \"no-access\",\n        \"pae-nid-group-state\": [\n          {\n            \"nid\": \"Some nid\",\n            \"kmd\": \"Some kmd\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"kmd\": \"Some kmd\"\n          }\n        ]\n      },\n      {\n        \"announces\": 0,\n        \"nid\": \"Some nid\",\n        \"access-status\": \"no-access\",\n        \"pae-nid-group-state\": [\n          {\n            \"nid\": \"Some nid\",\n            \"kmd\": \"Some kmd\"\n          },\n          {\n            \"nid\": \"Some nid\",\n            \"kmd\": \"Some kmd\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"bcd65475-574c-455e-8951-4db07af1ef4c"},{"name":"GET - NodeID - ietf-interfaces - announce","id":"9ffb1181-b42e-47a0-a0f3-e6727b5e3ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>?content=<string>","description":"<p>Contains the operational state related status\ninformation that the Announcers announce in the network\nannouncement of the PAE system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"334b18cb-ec3a-4906-aba8-1334b5524235","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"announce\": [\n    {\n      \"announces\": 0,\n      \"nid\": \"Some nid\",\n      \"access-status\": \"no-access\",\n      \"pae-nid-group-state\": [\n        {\n          \"nid\": \"Some nid\",\n          \"kmd\": \"Some kmd\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"kmd\": \"Some kmd\"\n        }\n      ]\n    },\n    {\n      \"announces\": 0,\n      \"nid\": \"Some nid\",\n      \"access-status\": \"no-access\",\n      \"pae-nid-group-state\": [\n        {\n          \"nid\": \"Some nid\",\n          \"kmd\": \"Some kmd\"\n        },\n        {\n          \"nid\": \"Some nid\",\n          \"kmd\": \"Some kmd\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"9ffb1181-b42e-47a0-a0f3-e6727b5e3ec7"},{"name":"GET - NodeID - ietf-interfaces - pae-nid-group-state","id":"3f21721a-c1b3-473b-a1b3-54d147d4befa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group-state=<string>?content=<string>","description":"<p>A list that contains the operational state nodes for the\nnetwork announcement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>","pae-nid-group-state=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d27daa0e-9241-485e-9685-e186ec338493","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/announcer/announce=<string>/pae-nid-group-state=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","announcer","announce=<string>","pae-nid-group-state=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae-nid-group-state\": [\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    }\n  ]\n}"}],"_postman_id":"3f21721a-c1b3-473b-a1b3-54d147d4befa"},{"name":"GET - NodeID - ietf-interfaces - listener","id":"b6daee60-9a7b-48e0-a870-655d19bd9ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/listener?content=<string>","description":"<p>Contains the operational state Listener node related\ninformation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","listener"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"da114765-e08b-448c-9560-00ff3c89d318","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/listener?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","listener"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listener\": {\n    \"announcement\": [\n      {\n        \"announcements\": 0,\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\",\n        \"specific\": true,\n        \"access-status\": \"no-access\",\n        \"requested-nid\": true,\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\",\n        \"cipher-suites\": [\n          {\n            \"index\": 0,\n            \"cipherSuite\": \"Some cipherSuite\",\n            \"cipherSuiteCapability\": 0\n          },\n          {\n            \"index\": 0,\n            \"cipherSuite\": \"Some cipherSuite\",\n            \"cipherSuiteCapability\": 0\n          }\n        ]\n      },\n      {\n        \"announcements\": 0,\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\",\n        \"specific\": true,\n        \"access-status\": \"no-access\",\n        \"requested-nid\": true,\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\",\n        \"cipher-suites\": [\n          {\n            \"index\": 0,\n            \"cipherSuite\": \"Some cipherSuite\",\n            \"cipherSuiteCapability\": 0\n          },\n          {\n            \"index\": 0,\n            \"cipherSuite\": \"Some cipherSuite\",\n            \"cipherSuiteCapability\": 0\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"b6daee60-9a7b-48e0-a870-655d19bd9ef3"},{"name":"GET - NodeID - ietf-interfaces - announcement","id":"36e27453-3a52-492d-b54d-b33cbf397cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/listener/announcement=<string>?content=<string>","description":"<p>A list containing the operational status information\nthat the Listeners receive in the network announcement of\nthe PAE system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","listener","announcement=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"79b12b2f-fcaf-47d5-9460-e3de77e47af0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/listener/announcement=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","listener","announcement=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"announcement\": [\n    {\n      \"announcements\": 0,\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\",\n      \"specific\": true,\n      \"access-status\": \"no-access\",\n      \"requested-nid\": true,\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\",\n      \"cipher-suites\": [\n        {\n          \"index\": 0,\n          \"cipherSuite\": \"Some cipherSuite\",\n          \"cipherSuiteCapability\": 0\n        },\n        {\n          \"index\": 0,\n          \"cipherSuite\": \"Some cipherSuite\",\n          \"cipherSuiteCapability\": 0\n        }\n      ]\n    },\n    {\n      \"announcements\": 0,\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\",\n      \"specific\": true,\n      \"access-status\": \"no-access\",\n      \"requested-nid\": true,\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\",\n      \"cipher-suites\": [\n        {\n          \"index\": 0,\n          \"cipherSuite\": \"Some cipherSuite\",\n          \"cipherSuiteCapability\": 0\n        },\n        {\n          \"index\": 0,\n          \"cipherSuite\": \"Some cipherSuite\",\n          \"cipherSuiteCapability\": 0\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"36e27453-3a52-492d-b54d-b33cbf397cce"},{"name":"GET - NodeID - ietf-interfaces - cipher-suites","id":"6c8524dc-afd3-414b-969d-f55ef0a91896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/listener/announcement=<string>/cipher-suites=<string>?content=<string>","description":"<p>A table contains the Cipher Suites information that\nthe Listeners receive in the network announcement of\nthe PAE system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","listener","announcement=<string>","cipher-suites=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"021b1692-02f3-48a4-8ce3-794c9bcc12e1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/listener/announcement=<string>/cipher-suites=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","listener","announcement=<string>","cipher-suites=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cipher-suites\": [\n    {\n      \"index\": 0,\n      \"cipherSuite\": \"Some cipherSuite\",\n      \"cipherSuiteCapability\": 0\n    },\n    {\n      \"index\": 0,\n      \"cipherSuite\": \"Some cipherSuite\",\n      \"cipherSuiteCapability\": 0\n    }\n  ]\n}"}],"_postman_id":"6c8524dc-afd3-414b-969d-f55ef0a91896"},{"name":"GET - NodeID - ietf-interfaces - eapol-statistics","id":"5056618d-63bb-4e2a-9896-6681a6565e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/eapol-statistics?content=<string>","description":"<p>Contains operational EAPOL statics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","eapol-statistics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6c2bc3d1-5e47-4cfe-89a8-ad077746e8fe","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/eapol-statistics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","eapol-statistics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"eapol-statistics\": {\n    \"invalid-eapol-frame-rx\": 0,\n    \"eap-length-error-frames\": 0,\n    \"eapol-announcements-rx\": 0,\n    \"eapol-announce-reqs-rx\": 0,\n    \"eapol-port-unavailable\": 0,\n    \"eapol-start-frames-rx\": 0,\n    \"eapol-eap-frames-rx\": 0,\n    \"eapol-logoff-frames-rx\": 0,\n    \"eapol-mk-no-cfn\": 0,\n    \"eapol-mk-invalid-frames-rx\": 0,\n    \"last-eapol-frame-source\": \"?:BA-1D-20-bE-Da-a2\",\n    \"last-eapol-frame-version\": 0,\n    \"eapol-supp-eap-frames-tx\": 0,\n    \"eapol-logoff-frames-tx\": 0,\n    \"eapol-announcements-tx\": 0,\n    \"eapol-announce-reqs-tx\": 0,\n    \"eapol-start-frames-tx\": 0,\n    \"eapol-auth-eap-frames-tx\": 0,\n    \"eapol-mka-frames-tx\": 0\n  }\n}"}],"_postman_id":"5056618d-63bb-4e2a-9896-6681a6565e63"},{"name":"GET - NodeID - ietf-interfaces - logon-process","id":"f86d90ae-19a8-4722-9693-daa9a538268e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/logon-process?content=<string>","description":"<p>Contains operational system level information for each\nport to support the Logon Process(es) status information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","logon-process"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9f4184c7-1696-4651-93a9-b4cc4107d400","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/logon-process?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","logon-process"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logon-process\": {\n    \"connect\": \"pending\",\n    \"port-valid\": true,\n    \"session-statistics\": [\n      {\n        \"session-id\": \"Some session-id\",\n        \"user-name\": \"Some user-name\",\n        \"octets-rx\": 0,\n        \"octets-tx\": 0,\n        \"frames-rx\": 0,\n        \"frames-tx\": 0,\n        \"time\": 0,\n        \"terminate-cause\": \"common_port_MAC_operatonal_false\"\n      },\n      {\n        \"session-id\": \"Some session-id\",\n        \"user-name\": \"Some user-name\",\n        \"octets-rx\": 0,\n        \"octets-tx\": 0,\n        \"frames-rx\": 0,\n        \"frames-tx\": 0,\n        \"time\": 0,\n        \"terminate-cause\": \"common_port_MAC_operatonal_false\"\n      }\n    ]\n  }\n}"}],"_postman_id":"f86d90ae-19a8-4722-9693-daa9a538268e"},{"name":"GET - NodeID - ietf-interfaces - session-statistics","id":"f6595ccd-1e68-45af-941b-86dcfa594501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/logon-process/session-statistics=<string>?content=<string>","description":"<p>Contains operational state nodes associated with the\nsession statistics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","logon-process","session-statistics=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c6e4c61d-ea02-4abe-a346-69ddc26128c7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/logon-process/session-statistics=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","logon-process","session-statistics=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"session-statistics\": [\n    {\n      \"session-id\": \"Some session-id\",\n      \"user-name\": \"Some user-name\",\n      \"octets-rx\": 0,\n      \"octets-tx\": 0,\n      \"frames-rx\": 0,\n      \"frames-tx\": 0,\n      \"time\": 0,\n      \"terminate-cause\": \"common_port_MAC_operatonal_false\"\n    },\n    {\n      \"session-id\": \"Some session-id\",\n      \"user-name\": \"Some user-name\",\n      \"octets-rx\": 0,\n      \"octets-tx\": 0,\n      \"frames-rx\": 0,\n      \"frames-tx\": 0,\n      \"time\": 0,\n      \"terminate-cause\": \"common_port_MAC_operatonal_false\"\n    }\n  ]\n}"}],"_postman_id":"f6595ccd-1e68-45af-941b-86dcfa594501"},{"name":"GET - NodeID - ietf-interfaces - users","id":"df6304cd-617d-4e4e-9999-a662c3e35225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users?content=<string>","description":"<p>The users state data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"42526e71-6383-4ff1-8234-f16bac320486","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"users\": {\n    \"user\": [\n      {\n        \"mac-address\": \"?:eF:5D:05:FB:09:CE\",\n        \"user-id\": \"Some user-id\",\n        \"last-authentication-start-timestamp\": \"?:0460-58-05T35:81:51Z\",\n        \"authentication-status\": \"initialize\",\n        \"terminate-cause\": \"supplicant-logoff\"\n      },\n      {\n        \"mac-address\": \"?:eF:5D:05:FB:09:CE\",\n        \"user-id\": \"Some user-id\",\n        \"last-authentication-start-timestamp\": \"?:0460-58-05T35:81:51Z\",\n        \"authentication-status\": \"initialize\",\n        \"terminate-cause\": \"supplicant-logoff\"\n      }\n    ],\n    \"history-authentication-status\": [\n      {\n        \"index\": -32768,\n        \"mac-address\": \"?:B4:9c:6f:ff:Fd:78\",\n        \"user-id\": \"Some user-id\",\n        \"authentication-start-timestamp\": \"?:3441-87-25T61:34:83+72:45\",\n        \"authentication-state\": \"success\",\n        \"terminate-cause\": \"supplicant-logoff\"\n      },\n      {\n        \"index\": -32768,\n        \"mac-address\": \"?:B4:9c:6f:ff:Fd:78\",\n        \"user-id\": \"Some user-id\",\n        \"authentication-start-timestamp\": \"?:3441-87-25T61:34:83+72:45\",\n        \"authentication-state\": \"success\",\n        \"terminate-cause\": \"supplicant-logoff\"\n      }\n    ]\n  }\n}"}],"_postman_id":"df6304cd-617d-4e4e-9999-a662c3e35225"},{"name":"GET - NodeID - ietf-interfaces - user","id":"19b27df1-8ca9-45a7-8299-e1381fda7286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>?content=<string>","description":"<p>List providing the current authentication status of the\nusers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users","user=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9a6f62c4-2b74-4ee7-82ba-d33677333c56","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/user=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users","user=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"user\": [\n    {\n      \"mac-address\": \"?:eF:5D:05:FB:09:CE\",\n      \"user-id\": \"Some user-id\",\n      \"last-authentication-start-timestamp\": \"?:0460-58-05T35:81:51Z\",\n      \"authentication-status\": \"initialize\",\n      \"terminate-cause\": \"supplicant-logoff\"\n    },\n    {\n      \"mac-address\": \"?:eF:5D:05:FB:09:CE\",\n      \"user-id\": \"Some user-id\",\n      \"last-authentication-start-timestamp\": \"?:0460-58-05T35:81:51Z\",\n      \"authentication-status\": \"initialize\",\n      \"terminate-cause\": \"supplicant-logoff\"\n    }\n  ]\n}"}],"_postman_id":"19b27df1-8ca9-45a7-8299-e1381fda7286"},{"name":"GET - NodeID - ietf-interfaces - history-authentication-status","id":"537f9ff8-f34a-4722-b86f-9f5d0b38dcab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/history-authentication-status=<string>?content=<string>","description":"<p>List of operational state nodes associated with the session\nstatistics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users","history-authentication-status=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c0ad84ec-2672-4b78-b441-3c91200a1b4c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-802-dot1x:pae/nokia-802-dot1x-ext:users/history-authentication-status=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-802-dot1x:pae","nokia-802-dot1x-ext:users","history-authentication-status=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history-authentication-status\": [\n    {\n      \"index\": -32768,\n      \"mac-address\": \"?:B4:9c:6f:ff:Fd:78\",\n      \"user-id\": \"Some user-id\",\n      \"authentication-start-timestamp\": \"?:3441-87-25T61:34:83+72:45\",\n      \"authentication-state\": \"success\",\n      \"terminate-cause\": \"supplicant-logoff\"\n    },\n    {\n      \"index\": -32768,\n      \"mac-address\": \"?:B4:9c:6f:ff:Fd:78\",\n      \"user-id\": \"Some user-id\",\n      \"authentication-start-timestamp\": \"?:3441-87-25T61:34:83+72:45\",\n      \"authentication-state\": \"success\",\n      \"terminate-cause\": \"supplicant-logoff\"\n    }\n  ]\n}"}],"_postman_id":"537f9ff8-f34a-4722-b86f-9f5d0b38dcab"},{"name":"GET - NodeID - ietf-interfaces - tm-root","id":"460128ec-f7f6-4dee-a886-5f87a83941f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-qos-queue-monitoring:tm-root?content=<string>","description":"<p>The attributes of the root in the tree.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-qos-queue-monitoring:tm-root"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d8c6fae1-4f17-4321-8dd3-d72d9f057ffc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-qos-queue-monitoring:tm-root?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-qos-queue-monitoring:tm-root"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tm-root\": {\n    \"discontinuity-time\": \"?:5092-11-98T75:62:29.99+99:32\",\n    \"queue\": [\n      {\n        \"local-queue-id\": 0,\n        \"statistics\": {\n          \"color\": {\n            \"green\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"yellow\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"red\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"out-pkts\": 0,\n          \"out-octets\": 0,\n          \"drop-pkts\": 0,\n          \"drop-octets\": 0\n        },\n        \"performance\": {\n          \"intervals-15min\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"intervals-24hr\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"local-queue-id\": 0,\n        \"statistics\": {\n          \"color\": {\n            \"green\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"yellow\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"red\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"out-pkts\": 0,\n          \"out-octets\": 0,\n          \"drop-pkts\": 0,\n          \"drop-octets\": 0\n        },\n        \"performance\": {\n          \"intervals-15min\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"intervals-24hr\": {\n            \"current\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"history\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"number-of-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"non-valid-intervals\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"460128ec-f7f6-4dee-a886-5f87a83941f2"},{"name":"POST - NodeID - ietf-interfaces - clear-statistics","id":"750d50d3-4582-4d60-9748-47b0d872b9d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-qos-queue-monitoring:tm-root/clear-statistics","description":"<p>When the action is received, the statistics within the\ntraffic management root are cleared.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","nokia-qos-queue-monitoring:tm-root","clear-statistics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0f792f2a-9ca4-4a7d-bc88-c6ce9527adc6","name":"RPC clear-statistics success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/nokia-qos-queue-monitoring:tm-root/clear-statistics"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"750d50d3-4582-4d60-9748-47b0d872b9d6"},{"name":"GET - NodeID - ietf-interfaces - ipv4","id":"d931d101-912f-487b-9cde-a7b7f3f21945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv4?content=<string>","description":"<p>Interface-specific parameters for the IPv4 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv4"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8fda94fe-6a2d-4a95-ae7a-746e23eb954a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv4?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv4"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4\": {\n    \"forwarding\": true,\n    \"mtu\": 68,\n    \"address\": [\n      {\n        \"ip\": \"?:\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:7.2.0.28\",\n        \"origin\": \"other\"\n      },\n      {\n        \"ip\": \"?:\",\n        \"prefix-length\": 0,\n        \"netmask\": \"?:7.2.0.28\",\n        \"origin\": \"other\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"ip\": \"?:\",\n        \"link-layer-address\": \"?:AC\",\n        \"origin\": \"other\"\n      },\n      {\n        \"ip\": \"?:\",\n        \"link-layer-address\": \"?:AC\",\n        \"origin\": \"other\"\n      }\n    ],\n    \"ipif-lower-layer\": {\n      \"sub-interface\": \"?:|b#Y~\"\n    }\n  }\n}"}],"_postman_id":"d931d101-912f-487b-9cde-a7b7f3f21945"},{"name":"GET - NodeID - ietf-interfaces - address","id":"ba7bee5d-5f87-4b70-805c-98c6d6a09005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv4/address=<string>?content=<string>","description":"<p>The list of IPv4 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv4","address=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"32feec5f-3e2a-4daf-ad54-9fe26562e307","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv4/address=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv4","address=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": [\n    {\n      \"ip\": \"?:\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:7.2.0.28\",\n      \"origin\": \"other\"\n    },\n    {\n      \"ip\": \"?:\",\n      \"prefix-length\": 0,\n      \"netmask\": \"?:7.2.0.28\",\n      \"origin\": \"other\"\n    }\n  ]\n}"}],"_postman_id":"ba7bee5d-5f87-4b70-805c-98c6d6a09005"},{"name":"GET - NodeID - ietf-interfaces - neighbor","id":"6c04f83a-b0b0-411b-a9c7-0aafbb89457c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv4/neighbor=<string>?content=<string>","description":"<p>A list of mappings from IPv4 addresses to\nlink-layer addresses.\nThis list represents the ARP Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv4","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a080bf86-e8a4-4b0a-b697-31b117d85160","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv4/neighbor=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv4","neighbor=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"neighbor\": [\n    {\n      \"ip\": \"?:\",\n      \"link-layer-address\": \"?:AC\",\n      \"origin\": \"other\"\n    },\n    {\n      \"ip\": \"?:\",\n      \"link-layer-address\": \"?:AC\",\n      \"origin\": \"other\"\n    }\n  ]\n}"}],"_postman_id":"6c04f83a-b0b0-411b-a9c7-0aafbb89457c"},{"name":"GET - NodeID - ietf-interfaces - ipif-lower-layer","id":"e9bf4401-8bb6-4268-9ffb-01a0ddd20204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer?content=<string>","description":"<p>Link ip interface to a lower layer network-port sub-interface</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv4","nokia-ip-aug:ipif-lower-layer"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"68f6ecf1-d901-4a57-afc1-a7b7ff9f8da2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv4/nokia-ip-aug:ipif-lower-layer?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv4","nokia-ip-aug:ipif-lower-layer"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipif-lower-layer\": {\n    \"sub-interface\": \"?:|b#Y~\"\n  }\n}"}],"_postman_id":"e9bf4401-8bb6-4268-9ffb-01a0ddd20204"},{"name":"GET - NodeID - ietf-interfaces - ipv6","id":"8060843f-687e-4b05-b396-2ca5c6daf3b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6?content=<string>","description":"<p>Parameters for the IPv6 address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"86db9e6b-ae9b-4dc1-a845-7e078e8df48f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv6\": {\n    \"forwarding\": false,\n    \"mtu\": 1280,\n    \"address\": [\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:D.\",\n        \"origin\": \"other\",\n        \"status\": \"preferred\"\n      },\n      {\n        \"prefix-length\": 0,\n        \"ip\": \"?:D.\",\n        \"origin\": \"other\",\n        \"status\": \"preferred\"\n      }\n    ],\n    \"neighbor\": [\n      {\n        \"ip\": \"?:6\",\n        \"link-layer-address\": \"?:\",\n        \"origin\": \"other\",\n        \"is-router\": \"<object>\",\n        \"state\": \"incomplete\"\n      },\n      {\n        \"ip\": \"?:6\",\n        \"link-layer-address\": \"?:\",\n        \"origin\": \"other\",\n        \"is-router\": \"<object>\",\n        \"state\": \"incomplete\"\n      }\n    ],\n    \"ipv6-router-advertisements\": {\n      \"send-advertisements\": true,\n      \"max-rtr-adv-interval\": 4,\n      \"min-rtr-adv-interval\": 3,\n      \"managed-flag\": true,\n      \"other-config-flag\": true,\n      \"link-mtu\": 0,\n      \"reachable-time\": 0,\n      \"retrans-timer\": 0,\n      \"cur-hop-limit\": 0,\n      \"default-lifetime\": 0,\n      \"prefix-list\": {\n        \"prefix\": [\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"prefix-spec\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"valid-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"on-link-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"preferred-lifetime\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"autonomous-flag\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8060843f-687e-4b05-b396-2ca5c6daf3b1"},{"name":"GET - NodeID - ietf-interfaces - address","id":"756866f0-f2f4-4f87-83e6-abd8dd66b886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/address=<string>?content=<string>","description":"<p>The list of IPv6 addresses on the interface.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","address=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b921b266-43c4-491f-b67c-bcc609c87517","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/address=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","address=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": [\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:D.\",\n      \"origin\": \"other\",\n      \"status\": \"preferred\"\n    },\n    {\n      \"prefix-length\": 0,\n      \"ip\": \"?:D.\",\n      \"origin\": \"other\",\n      \"status\": \"preferred\"\n    }\n  ]\n}"}],"_postman_id":"756866f0-f2f4-4f87-83e6-abd8dd66b886"},{"name":"GET - NodeID - ietf-interfaces - neighbor","id":"4380d2fc-0db8-4128-87b0-b19376f353cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/neighbor=<string>?content=<string>","description":"<p>A list of mappings from IPv6 addresses to\nlink-layer addresses.\nThis list represents the Neighbor Cache.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","neighbor=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"785b6239-10b2-4abd-8753-05502e28aa1f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/neighbor=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","neighbor=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"neighbor\": [\n    {\n      \"ip\": \"?:6\",\n      \"link-layer-address\": \"?:\",\n      \"origin\": \"other\",\n      \"is-router\": \"<object>\",\n      \"state\": \"incomplete\"\n    },\n    {\n      \"ip\": \"?:6\",\n      \"link-layer-address\": \"?:\",\n      \"origin\": \"other\",\n      \"is-router\": \"<object>\",\n      \"state\": \"incomplete\"\n    }\n  ]\n}"}],"_postman_id":"4380d2fc-0db8-4128-87b0-b19376f353cb"},{"name":"GET - NodeID - ietf-interfaces - ipv6-router-advertisements","id":"d7aaa16d-6370-46e4-b73d-3b9c2a4500ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements?content=<string>","description":"<p>Parameters of IPv6 Router Advertisements.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2cfe7c72-1f29-4b71-b775-77515c917e4f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv6-router-advertisements\": {\n    \"send-advertisements\": true,\n    \"max-rtr-adv-interval\": 4,\n    \"min-rtr-adv-interval\": 3,\n    \"managed-flag\": true,\n    \"other-config-flag\": true,\n    \"link-mtu\": 0,\n    \"reachable-time\": 0,\n    \"retrans-timer\": 0,\n    \"cur-hop-limit\": 0,\n    \"default-lifetime\": 0,\n    \"prefix-list\": {\n      \"prefix\": [\n        {\n          \"prefix-spec\": \"?:eedE:D/07\",\n          \"valid-lifetime\": 0,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 0,\n          \"autonomous-flag\": true\n        },\n        {\n          \"prefix-spec\": \"?:eedE:D/07\",\n          \"valid-lifetime\": 0,\n          \"on-link-flag\": true,\n          \"preferred-lifetime\": 0,\n          \"autonomous-flag\": true\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d7aaa16d-6370-46e4-b73d-3b9c2a4500ac"},{"name":"GET - NodeID - ietf-interfaces - prefix-list","id":"f5420f2a-db07-4e1b-ae28-3ea04e8b8a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list?content=<string>","description":"<p>A list of prefixes that are placed in Prefix Information\noptions in Router Advertisement messages sent from the\ninterface.</p>\n<p>By default, these are all prefixes that the router\nadvertises via routing protocols as being on-link for the\ninterface from which the advertisement is sent.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a4429520-b76f-4ece-bc78-b52a5bdf5a21","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"prefix-list\": {\n    \"prefix\": [\n      {\n        \"prefix-spec\": \"?:eedE:D/07\",\n        \"valid-lifetime\": 0,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 0,\n        \"autonomous-flag\": true\n      },\n      {\n        \"prefix-spec\": \"?:eedE:D/07\",\n        \"valid-lifetime\": 0,\n        \"on-link-flag\": true,\n        \"preferred-lifetime\": 0,\n        \"autonomous-flag\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"f5420f2a-db07-4e1b-ae28-3ea04e8b8a34"},{"name":"GET - NodeID - ietf-interfaces - prefix","id":"9b3e1c25-4d05-4500-862b-e74d4861f483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>?content=<string>","description":"<p>Advertised prefix entry and its parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list","prefix=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0f05dfdc-5221-41d7-ad36-47fb7ae381cc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>/ietf-ip:ipv6/ietf-ipv6-unicast-routing:ipv6-router-advertisements/prefix-list/prefix=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>","ietf-ip:ipv6","ietf-ipv6-unicast-routing:ipv6-router-advertisements","prefix-list","prefix=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"prefix\": [\n    {\n      \"prefix-spec\": \"?:eedE:D/07\",\n      \"valid-lifetime\": 0,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 0,\n      \"autonomous-flag\": true\n    },\n    {\n      \"prefix-spec\": \"?:eedE:D/07\",\n      \"valid-lifetime\": 0,\n      \"on-link-flag\": true,\n      \"preferred-lifetime\": 0,\n      \"autonomous-flag\": true\n    }\n  ]\n}"}],"_postman_id":"9b3e1c25-4d05-4500-862b-e74d4861f483"},{"name":"GET - NodeID - ietf-interfaces - ipv4-security-statistics","id":"21242ba1-daa1-419d-8105-ad3b6d6ec362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics?content=<string>","description":"<p>This container provides the state data\nfor the IPv4 address security statistics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b91a3994-4d4c-47d7-83e8-6e58727be84b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4-security-statistics\": {\n    \"interface\": [\n      {\n        \"name\": \"?:\",\n        \"in-ip-packet-discards\": 0,\n        \"in-arp-srcmac-senderhwaddr-mismatch-discards\": 0,\n        \"in-arp-probe-discards\": 0,\n        \"in-arp-sender-ip-discards\": 0,\n        \"in-arp-mac-mismatch-discards\": 0,\n        \"in-arp-target-ip-discards\": 0,\n        \"in-garp-forwards\": 0,\n        \"out-arp-req-packet-forwards\": 0\n      },\n      {\n        \"name\": \"?:\",\n        \"in-ip-packet-discards\": 0,\n        \"in-arp-srcmac-senderhwaddr-mismatch-discards\": 0,\n        \"in-arp-probe-discards\": 0,\n        \"in-arp-sender-ip-discards\": 0,\n        \"in-arp-mac-mismatch-discards\": 0,\n        \"in-arp-target-ip-discards\": 0,\n        \"in-garp-forwards\": 0,\n        \"out-arp-req-packet-forwards\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"21242ba1-daa1-419d-8105-ad3b6d6ec362"},{"name":"GET - NodeID - ietf-interfaces - interface","id":"43cff875-fa49-4419-80e5-c9b8654fd15c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>?content=<string>","description":"<p>The list of interfaces on the device for which IPv4\nsecurity check statistics are collected.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","interface=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e29b6549-3553-44ba-a39f-f6cbf0be0f5d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","interface=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"name\": \"?:\",\n      \"in-ip-packet-discards\": 0,\n      \"in-arp-srcmac-senderhwaddr-mismatch-discards\": 0,\n      \"in-arp-probe-discards\": 0,\n      \"in-arp-sender-ip-discards\": 0,\n      \"in-arp-mac-mismatch-discards\": 0,\n      \"in-arp-target-ip-discards\": 0,\n      \"in-garp-forwards\": 0,\n      \"out-arp-req-packet-forwards\": 0\n    },\n    {\n      \"name\": \"?:\",\n      \"in-ip-packet-discards\": 0,\n      \"in-arp-srcmac-senderhwaddr-mismatch-discards\": 0,\n      \"in-arp-probe-discards\": 0,\n      \"in-arp-sender-ip-discards\": 0,\n      \"in-arp-mac-mismatch-discards\": 0,\n      \"in-arp-target-ip-discards\": 0,\n      \"in-garp-forwards\": 0,\n      \"out-arp-req-packet-forwards\": 0\n    }\n  ]\n}"}],"_postman_id":"43cff875-fa49-4419-80e5-c9b8654fd15c"},{"name":"POST - NodeID - ietf-interfaces - reset","id":"17acdfd3-fb91-4fe8-8986-8ee6ec8e9567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>/reset","description":"<p>Resets the IPv4 address security statistics.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-interfaces:interfaces-state","nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics","interface=<string>","reset"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"47dcb123-9a6a-489f-9c5c-5323f66534fd","name":"RPC reset success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-interfaces:interfaces-state/nokia-ipv4-address-spoofing-prevention:ipv4-security-statistics/interface=<string>/reset"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17acdfd3-fb91-4fe8-8986-8ee6ec8e9567"}],"id":"350de89d-d036-423a-b55d-c828d8506098","_postman_id":"350de89d-d036-423a-b55d-c828d8506098","description":""},{"name":"mounted NodeID ietf-ipfix-psamp","item":[{"name":"POST - NodeID - ietf-ipfix-psamp - ipfix","id":"aaf2c70b-998e-4976-bbc7-0b9f2f31f690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collectingProcess\": [\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    },\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    }\n  ],\n  \"observationPoint\": [\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    }\n  ],\n  \"selectionProcess\": [\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    },\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    }\n  ],\n  \"cache\": [\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    }\n  ],\n  \"exportingProcess\": [\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    }\n  ],\n  \"ipfix-exporting-enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix","description":"<p>Top-level node of the IPFIX/PSAMP configuration\ndata model.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4aa6e585-400a-4ba9-95f7-ddba7b9443d7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"collectingProcess\": [\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    },\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    }\n  ],\n  \"observationPoint\": [\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    }\n  ],\n  \"selectionProcess\": [\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    },\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    }\n  ],\n  \"cache\": [\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    }\n  ],\n  \"exportingProcess\": [\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    }\n  ],\n  \"ipfix-exporting-enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aaf2c70b-998e-4976-bbc7-0b9f2f31f690"},{"name":"GET - NodeID - ietf-ipfix-psamp - ipfix","id":"3e80f060-173d-4ebc-8258-29d7a8246781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix?content=<string>","description":"<p>Top-level node of the IPFIX/PSAMP configuration\ndata model.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"307170fa-eeda-498f-b92b-7169253eb291","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipfix\": {\n    \"collectingProcess\": [\n      {\n        \"name\": \"?:\\u0000郜\",\n        \"sctpCollector\": [\n          {\n            \"name\": \"?:\\u000b\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:\\u000b\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"udpCollector\": [\n          {\n            \"name\": \"?:\\u0010\\u001b\\u0005\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:\\u0010\\u001b\\u0005\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"tcpCollector\": [\n          {\n            \"name\": \"?:\\u0001\\u0011 \\u0001\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:\\u0001\\u0011 \\u0001\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"fileReader\": [\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n            \"bytes\": 0,\n            \"messages\": 0,\n            \"records\": 0,\n            \"templates\": 0,\n            \"optionsTemplates\": 0,\n            \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n            \"template\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n            \"bytes\": 0,\n            \"messages\": 0,\n            \"records\": 0,\n            \"templates\": 0,\n            \"optionsTemplates\": 0,\n            \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n            \"template\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ]\n      },\n      {\n        \"name\": \"?:\\u0000郜\",\n        \"sctpCollector\": [\n          {\n            \"name\": \"?:\\u000b\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:\\u000b\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"udpCollector\": [\n          {\n            \"name\": \"?:\\u0010\\u001b\\u0005\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:\\u0010\\u001b\\u0005\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"tcpCollector\": [\n          {\n            \"name\": \"?:\\u0001\\u0011 \\u0001\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"?:\\u0001\\u0011 \\u0001\",\n            \"localIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"fileReader\": [\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n            \"bytes\": 0,\n            \"messages\": 0,\n            \"records\": 0,\n            \"templates\": 0,\n            \"optionsTemplates\": 0,\n            \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n            \"template\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n            \"bytes\": 0,\n            \"messages\": 0,\n            \"records\": 0,\n            \"templates\": 0,\n            \"optionsTemplates\": 0,\n            \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n            \"template\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ]\n      }\n    ],\n    \"observationPoint\": [\n      {\n        \"observationDomainId\": 0,\n        \"name\": \"?:\\u0002\\u000e\",\n        \"observationPointId\": 0,\n        \"ifName\": [\n          \"Some ifName\",\n          \"Some ifName\"\n        ],\n        \"ifIndex\": [\n          0,\n          0\n        ],\n        \"entPhysicalName\": [\n          \"Some entPhysicalName\",\n          \"Some entPhysicalName\"\n        ],\n        \"entPhysicalIndex\": [\n          0,\n          0\n        ],\n        \"direction\": \"both\",\n        \"selectionProcess\": [\n          \"?:\\u0003\",\n          \"?:\\u0003\"\n        ]\n      },\n      {\n        \"observationDomainId\": 0,\n        \"name\": \"?:\\u0002\\u000e\",\n        \"observationPointId\": 0,\n        \"ifName\": [\n          \"Some ifName\",\n          \"Some ifName\"\n        ],\n        \"ifIndex\": [\n          0,\n          0\n        ],\n        \"entPhysicalName\": [\n          \"Some entPhysicalName\",\n          \"Some entPhysicalName\"\n        ],\n        \"entPhysicalIndex\": [\n          0,\n          0\n        ],\n        \"direction\": \"both\",\n        \"selectionProcess\": [\n          \"?:\\u0003\",\n          \"?:\\u0003\"\n        ]\n      }\n    ],\n    \"selectionProcess\": [\n      {\n        \"name\": \"?:\\u000b\\r\\u001a潂\\u0004 \\t \\f\\u0015\",\n        \"selector\": [\n          {\n            \"name\": \"?:\\u000b \\u000b\\b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampTimeBased\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampRandOutOfN\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampUniProb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filterMatch\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filterHash\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"packetsObserved\": 0,\n            \"packetsDropped\": 0,\n            \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n          },\n          {\n            \"name\": \"?:\\u000b \\u000b\\b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampTimeBased\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampRandOutOfN\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampUniProb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filterMatch\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filterHash\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"packetsObserved\": 0,\n            \"packetsDropped\": 0,\n            \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n          }\n        ],\n        \"selectionSequence\": [\n          {\n            \"observationDomainId\": 0,\n            \"selectionSequenceId\": 0\n          },\n          {\n            \"observationDomainId\": 0,\n            \"selectionSequenceId\": 0\n          }\n        ],\n        \"cache\": \"Some cache\"\n      },\n      {\n        \"name\": \"?:\\u000b\\r\\u001a潂\\u0004 \\t \\f\\u0015\",\n        \"selector\": [\n          {\n            \"name\": \"?:\\u000b \\u000b\\b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampTimeBased\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampRandOutOfN\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampUniProb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filterMatch\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filterHash\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"packetsObserved\": 0,\n            \"packetsDropped\": 0,\n            \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n          },\n          {\n            \"name\": \"?:\\u000b \\u000b\\b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampTimeBased\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampRandOutOfN\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sampUniProb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filterMatch\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filterHash\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"packetsObserved\": 0,\n            \"packetsDropped\": 0,\n            \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n          }\n        ],\n        \"selectionSequence\": [\n          {\n            \"observationDomainId\": 0,\n            \"selectionSequenceId\": 0\n          },\n          {\n            \"observationDomainId\": 0,\n            \"selectionSequenceId\": 0\n          }\n        ],\n        \"cache\": \"Some cache\"\n      }\n    ],\n    \"cache\": [\n      {\n        \"name\": \"Some name\",\n        \"meteringProcessId\": 0,\n        \"dataRecords\": 0,\n        \"cacheDiscontinuityTime\": \"?:5353-56-32T84:43:72Z\",\n        \"immediateCache\": {\n          \"cacheLayout\": {\n            \"cacheField\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"timeoutCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"activeFlows\": 0,\n          \"unusedCacheEntries\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"naturalCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"activeFlows\": 0,\n          \"unusedCacheEntries\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"permanentCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 900,\n          \"activeFlows\": 0,\n          \"unusedCacheEntries\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ],\n        \"reporting-enable\": false,\n        \"template-id\": 256\n      },\n      {\n        \"name\": \"Some name\",\n        \"meteringProcessId\": 0,\n        \"dataRecords\": 0,\n        \"cacheDiscontinuityTime\": \"?:5353-56-32T84:43:72Z\",\n        \"immediateCache\": {\n          \"cacheLayout\": {\n            \"cacheField\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"timeoutCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"activeFlows\": 0,\n          \"unusedCacheEntries\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"naturalCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"activeFlows\": 0,\n          \"unusedCacheEntries\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"permanentCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 900,\n          \"activeFlows\": 0,\n          \"unusedCacheEntries\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ],\n        \"reporting-enable\": false,\n        \"template-id\": 256\n      }\n    ],\n    \"exportingProcess\": [\n      {\n        \"name\": \"Some name\",\n        \"exportingProcessId\": 0,\n        \"exportMode\": \"<string>\",\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"udpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fileWriter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"priority\": 1\n          },\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"udpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fileWriter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"priority\": 1\n          }\n        ],\n        \"options\": [\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\",\n            \"optionsTimeout\": 0\n          },\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\",\n            \"optionsTimeout\": 0\n          }\n        ],\n        \"re-transmission-timeout\": 60,\n        \"session-persistency\": \"on-demand\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"exportingProcessId\": 0,\n        \"exportMode\": \"<string>\",\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"udpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fileWriter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"priority\": 1\n          },\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"udpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcpExporter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"fileWriter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"priority\": 1\n          }\n        ],\n        \"options\": [\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\",\n            \"optionsTimeout\": 0\n          },\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\",\n            \"optionsTimeout\": 0\n          }\n        ],\n        \"re-transmission-timeout\": 60,\n        \"session-persistency\": \"on-demand\"\n      }\n    ],\n    \"ipfix-exporting-enable\": false\n  }\n}"}],"_postman_id":"3e80f060-173d-4ebc-8258-29d7a8246781"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - ipfix","id":"3b73301a-48ce-4f8b-87ec-8b82080b87ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix","description":"<p>Top-level node of the IPFIX/PSAMP configuration\ndata model.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"645a57e1-68d5-42dd-a799-b7c9dcb0f787","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b73301a-48ce-4f8b-87ec-8b82080b87ab"},{"name":"PUT - NodeID - ietf-ipfix-psamp - ipfix","id":"e8f28089-1d7c-4c33-9a34-c8109c89f6c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipfix\": {\n    \"collectingProcess\": [\n      {\n        \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n        \"sctpCollector\": [\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"udpCollector\": [\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"tcpCollector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"fileReader\": [\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          },\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          }\n        ],\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ]\n      },\n      {\n        \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n        \"sctpCollector\": [\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"udpCollector\": [\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"tcpCollector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"fileReader\": [\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          },\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          }\n        ],\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ]\n      }\n    ],\n    \"observationPoint\": [\n      {\n        \"observationDomainId\": 0,\n        \"name\": \"?:㰷\\u0007\",\n        \"ifName\": [\n          \"Some ifName\",\n          \"Some ifName\"\n        ],\n        \"ifIndex\": [\n          0,\n          0\n        ],\n        \"entPhysicalName\": [\n          \"Some entPhysicalName\",\n          \"Some entPhysicalName\"\n        ],\n        \"entPhysicalIndex\": [\n          0,\n          0\n        ],\n        \"direction\": \"both\",\n        \"selectionProcess\": [\n          \"?:\\u001b\",\n          \"?:\\u001b\"\n        ]\n      },\n      {\n        \"observationDomainId\": 0,\n        \"name\": \"?:㰷\\u0007\",\n        \"ifName\": [\n          \"Some ifName\",\n          \"Some ifName\"\n        ],\n        \"ifIndex\": [\n          0,\n          0\n        ],\n        \"entPhysicalName\": [\n          \"Some entPhysicalName\",\n          \"Some entPhysicalName\"\n        ],\n        \"entPhysicalIndex\": [\n          0,\n          0\n        ],\n        \"direction\": \"both\",\n        \"selectionProcess\": [\n          \"?:\\u001b\",\n          \"?:\\u001b\"\n        ]\n      }\n    ],\n    \"selectionProcess\": [\n      {\n        \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n        \"selector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"cache\": \"Some cache\"\n      },\n      {\n        \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n        \"selector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"cache\": \"Some cache\"\n      }\n    ],\n    \"cache\": [\n      {\n        \"name\": \"Some name\",\n        \"immediateCache\": {\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"timeoutCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"naturalCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"permanentCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 900,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ],\n        \"reporting-enable\": false\n      },\n      {\n        \"name\": \"Some name\",\n        \"immediateCache\": {\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"timeoutCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"naturalCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"permanentCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 900,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ],\n        \"reporting-enable\": false\n      }\n    ],\n    \"exportingProcess\": [\n      {\n        \"name\": \"Some name\",\n        \"exportMode\": \"<string>\",\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          },\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          }\n        ],\n        \"options\": [\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          },\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          }\n        ],\n        \"re-transmission-timeout\": 60,\n        \"session-persistency\": \"on-demand\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"exportMode\": \"<string>\",\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          },\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          }\n        ],\n        \"options\": [\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          },\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          }\n        ],\n        \"re-transmission-timeout\": 60,\n        \"session-persistency\": \"on-demand\"\n      }\n    ],\n    \"ipfix-exporting-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix","description":"<p>Top-level node of the IPFIX/PSAMP configuration\ndata model.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5293f983-39fa-4ad0-83fa-07367d631a73","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipfix\": {\n    \"collectingProcess\": [\n      {\n        \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n        \"sctpCollector\": [\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"udpCollector\": [\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"tcpCollector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"fileReader\": [\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          },\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          }\n        ],\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ]\n      },\n      {\n        \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n        \"sctpCollector\": [\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"udpCollector\": [\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"tcpCollector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"fileReader\": [\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          },\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          }\n        ],\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ]\n      }\n    ],\n    \"observationPoint\": [\n      {\n        \"observationDomainId\": 0,\n        \"name\": \"?:㰷\\u0007\",\n        \"ifName\": [\n          \"Some ifName\",\n          \"Some ifName\"\n        ],\n        \"ifIndex\": [\n          0,\n          0\n        ],\n        \"entPhysicalName\": [\n          \"Some entPhysicalName\",\n          \"Some entPhysicalName\"\n        ],\n        \"entPhysicalIndex\": [\n          0,\n          0\n        ],\n        \"direction\": \"both\",\n        \"selectionProcess\": [\n          \"?:\\u001b\",\n          \"?:\\u001b\"\n        ]\n      },\n      {\n        \"observationDomainId\": 0,\n        \"name\": \"?:㰷\\u0007\",\n        \"ifName\": [\n          \"Some ifName\",\n          \"Some ifName\"\n        ],\n        \"ifIndex\": [\n          0,\n          0\n        ],\n        \"entPhysicalName\": [\n          \"Some entPhysicalName\",\n          \"Some entPhysicalName\"\n        ],\n        \"entPhysicalIndex\": [\n          0,\n          0\n        ],\n        \"direction\": \"both\",\n        \"selectionProcess\": [\n          \"?:\\u001b\",\n          \"?:\\u001b\"\n        ]\n      }\n    ],\n    \"selectionProcess\": [\n      {\n        \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n        \"selector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"cache\": \"Some cache\"\n      },\n      {\n        \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n        \"selector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"cache\": \"Some cache\"\n      }\n    ],\n    \"cache\": [\n      {\n        \"name\": \"Some name\",\n        \"immediateCache\": {\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"timeoutCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"naturalCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"permanentCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 900,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ],\n        \"reporting-enable\": false\n      },\n      {\n        \"name\": \"Some name\",\n        \"immediateCache\": {\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"timeoutCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"naturalCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"permanentCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 900,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ],\n        \"reporting-enable\": false\n      }\n    ],\n    \"exportingProcess\": [\n      {\n        \"name\": \"Some name\",\n        \"exportMode\": \"<string>\",\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          },\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          }\n        ],\n        \"options\": [\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          },\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          }\n        ],\n        \"re-transmission-timeout\": 60,\n        \"session-persistency\": \"on-demand\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"exportMode\": \"<string>\",\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          },\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          }\n        ],\n        \"options\": [\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          },\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          }\n        ],\n        \"re-transmission-timeout\": 60,\n        \"session-persistency\": \"on-demand\"\n      }\n    ],\n    \"ipfix-exporting-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7da163c4-392b-4158-a41f-c62cfd72b0c4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipfix\": {\n    \"collectingProcess\": [\n      {\n        \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n        \"sctpCollector\": [\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"udpCollector\": [\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"tcpCollector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"fileReader\": [\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          },\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          }\n        ],\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ]\n      },\n      {\n        \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n        \"sctpCollector\": [\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0002\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"udpCollector\": [\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u0017\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"templateLifeTime\": 1800,\n            \"optionsTemplateLifeTime\": 1800,\n            \"templateLifePacket\": 0,\n            \"optionsTemplateLifePacket\": 0,\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"tcpCollector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n            \"localIPAddress\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"localPort\": 0,\n            \"transportLayerSecurity\": {\n              \"localCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"localSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteCertificationAuthorityDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"remoteSubjectFQDN\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"fileReader\": [\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          },\n          {\n            \"file\": \"Some file\",\n            \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n          }\n        ],\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ]\n      }\n    ],\n    \"observationPoint\": [\n      {\n        \"observationDomainId\": 0,\n        \"name\": \"?:㰷\\u0007\",\n        \"ifName\": [\n          \"Some ifName\",\n          \"Some ifName\"\n        ],\n        \"ifIndex\": [\n          0,\n          0\n        ],\n        \"entPhysicalName\": [\n          \"Some entPhysicalName\",\n          \"Some entPhysicalName\"\n        ],\n        \"entPhysicalIndex\": [\n          0,\n          0\n        ],\n        \"direction\": \"both\",\n        \"selectionProcess\": [\n          \"?:\\u001b\",\n          \"?:\\u001b\"\n        ]\n      },\n      {\n        \"observationDomainId\": 0,\n        \"name\": \"?:㰷\\u0007\",\n        \"ifName\": [\n          \"Some ifName\",\n          \"Some ifName\"\n        ],\n        \"ifIndex\": [\n          0,\n          0\n        ],\n        \"entPhysicalName\": [\n          \"Some entPhysicalName\",\n          \"Some entPhysicalName\"\n        ],\n        \"entPhysicalIndex\": [\n          0,\n          0\n        ],\n        \"direction\": \"both\",\n        \"selectionProcess\": [\n          \"?:\\u001b\",\n          \"?:\\u001b\"\n        ]\n      }\n    ],\n    \"selectionProcess\": [\n      {\n        \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n        \"selector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"cache\": \"Some cache\"\n      },\n      {\n        \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n        \"selector\": [\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          },\n          {\n            \"name\": \"?:\\u000b\\u000b\",\n            \"selectAll\": \"<object>\",\n            \"sampCountBased\": {\n              \"packetInterval\": 0,\n              \"packetSpace\": 0\n            },\n            \"sampTimeBased\": {\n              \"timeInterval\": 0,\n              \"timeSpace\": 0\n            },\n            \"sampRandOutOfN\": {\n              \"size\": 0,\n              \"population\": 0\n            },\n            \"sampUniProb\": {\n              \"probability\": 0\n            },\n            \"filterMatch\": {\n              \"value\": \"Some value\",\n              \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n              \"ieId\": 1,\n              \"ieEnterpriseNumber\": \"0\"\n            },\n            \"filterHash\": {\n              \"hashFunction\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"initializerValue\": 0,\n              \"ipPayloadOffset\": 0,\n              \"ipPayloadSize\": 8,\n              \"digestOutput\": false,\n              \"selectedRange\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          }\n        ],\n        \"cache\": \"Some cache\"\n      }\n    ],\n    \"cache\": [\n      {\n        \"name\": \"Some name\",\n        \"immediateCache\": {\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"timeoutCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"naturalCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"permanentCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 900,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ],\n        \"reporting-enable\": false\n      },\n      {\n        \"name\": \"Some name\",\n        \"immediateCache\": {\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"timeoutCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"naturalCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 0,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"permanentCache\": {\n          \"maxFlows\": 0,\n          \"activeTimeout\": 0,\n          \"idleTimeout\": 0,\n          \"exportInterval\": 900,\n          \"cacheLayout\": {\n            \"cacheField\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        \"exportingProcess\": [\n          \"Some exportingProcess\",\n          \"Some exportingProcess\"\n        ],\n        \"reporting-enable\": false\n      }\n    ],\n    \"exportingProcess\": [\n      {\n        \"name\": \"Some name\",\n        \"exportMode\": \"<string>\",\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          },\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          }\n        ],\n        \"options\": [\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          },\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          }\n        ],\n        \"re-transmission-timeout\": 60,\n        \"session-persistency\": \"on-demand\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"exportMode\": \"<string>\",\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          },\n          {\n            \"name\": \"Some name\",\n            \"sctpExporter\": {\n              \"sourceIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"destinationIPAddress\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ],\n              \"timedReliability\": \"0\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"udpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"maxPacketSize\": 0,\n              \"templateRefreshTimeout\": 600,\n              \"optionsTemplateRefreshTimeout\": 600,\n              \"templateRefreshPacket\": 0,\n              \"optionsTemplateRefreshPacket\": 0,\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 0,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tcpExporter\": {\n              \"destinationIPAddress\": \"<string>\",\n              \"sourceIPAddress\": \"<string>\",\n              \"ipfixVersion\": 10,\n              \"destinationPort\": 4739,\n              \"ifIndex\": 0,\n              \"ifName\": \"Some ifName\",\n              \"sendBufferSize\": 0,\n              \"rateLimit\": 0,\n              \"transportLayerSecurity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"username\": \"Some username\",\n              \"password\": \"?:$0$ᕷ\",\n              \"session-randomisation-window\": \"0\"\n            },\n            \"fileWriter\": {\n              \"file\": \"Some file\",\n              \"ipfixVersion\": 10\n            },\n            \"priority\": 1\n          }\n        ],\n        \"options\": [\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          },\n          {\n            \"optionsType\": \"<string>\",\n            \"name\": \"?:\\u000b\",\n            \"optionsTimeout\": 0\n          }\n        ],\n        \"re-transmission-timeout\": 60,\n        \"session-persistency\": \"on-demand\"\n      }\n    ],\n    \"ipfix-exporting-enable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8f28089-1d7c-4c33-9a34-c8109c89f6c7"},{"name":"POST - NodeID - ietf-ipfix-psamp - collectingProcess","id":"536403cb-c2fc-4aab-89c1-ef6f24b7300f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sctpCollector\": [\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ],\n  \"udpCollector\": [\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ],\n  \"tcpCollector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    }\n  ],\n  \"fileReader\": [\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    },\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    }\n  ],\n  \"exportingProcess\": [\n    \"Some exportingProcess\",\n    \"Some exportingProcess\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>","description":"<p>Collecting Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"63bc42bd-6458-4e57-b895-3ed155dc7404","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sctpCollector\": [\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ],\n  \"udpCollector\": [\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ],\n  \"tcpCollector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    }\n  ],\n  \"fileReader\": [\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    },\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    }\n  ],\n  \"exportingProcess\": [\n    \"Some exportingProcess\",\n    \"Some exportingProcess\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"536403cb-c2fc-4aab-89c1-ef6f24b7300f"},{"name":"GET - NodeID - ietf-ipfix-psamp - collectingProcess","id":"eb6e8205-d150-4135-8af6-159d0442ea3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>?content=<string>","description":"<p>Collecting Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"418ee731-926f-4059-a3ee-17ee7c7bb92c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"collectingProcess\": [\n    {\n      \"name\": \"?:\\u0000郜\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u000b\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\\u000b\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0010\\u001b\\u0005\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\\u0010\\u001b\\u0005\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u0001\\u0011 \\u0001\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\\u0001\\u0011 \\u0001\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    },\n    {\n      \"name\": \"?:\\u0000郜\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u000b\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\\u000b\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0010\\u001b\\u0005\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\\u0010\\u001b\\u0005\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u0001\\u0011 \\u0001\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"name\": \"?:\\u0001\\u0011 \\u0001\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"transportSession\": [\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ipfixVersion\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourceAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationAddress\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sourcePort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"destinationPort\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"sctpAssocId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"status\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rate\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"bytes\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"messages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"discardedMessages\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"records\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"optionsTemplates\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionStartTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"transportSessionDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"template\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"eb6e8205-d150-4135-8af6-159d0442ea3c"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - collectingProcess","id":"47c0667d-b4bf-4706-ae5b-4bcdb8b2c49e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>","description":"<p>Collecting Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f12a1305-76d4-40cc-8ded-b052904ad704","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"47c0667d-b4bf-4706-ae5b-4bcdb8b2c49e"},{"name":"PUT - NodeID - ietf-ipfix-psamp - collectingProcess","id":"d95940ef-a882-4e9f-98b1-a403da00b1c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collectingProcess\": [\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    },\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>","description":"<p>Collecting Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f357ea4e-605c-42f9-a86c-7be1a6ac550b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"collectingProcess\": [\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    },\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5488b412-da0e-4c35-84b9-2e98632fa5a7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"collectingProcess\": [\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    },\n    {\n      \"name\": \"?:\\u0010\\f\\n\\r\\u0007\",\n      \"sctpCollector\": [\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0002\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"udpCollector\": [\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u0017\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"templateLifeTime\": 1800,\n          \"optionsTemplateLifeTime\": 1800,\n          \"templateLifePacket\": 0,\n          \"optionsTemplateLifePacket\": 0,\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"tcpCollector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n          \"localIPAddress\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"localPort\": 0,\n          \"transportLayerSecurity\": {\n            \"localCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"localSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteCertificationAuthorityDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"remoteSubjectFQDN\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"fileReader\": [\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        },\n        {\n          \"file\": \"Some file\",\n          \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n        }\n      ],\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d95940ef-a882-4e9f-98b1-a403da00b1c4"},{"name":"POST - NodeID - ietf-ipfix-psamp - sctpCollector","id":"f8d30a6a-4133-48ec-9a2e-aa4adfe246d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"localIPAddress\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"localPort\": 0,\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>","description":"<p>List of SCTP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ab988cf-0885-48eb-b052-3581e881d511","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"localIPAddress\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"localPort\": 0,\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8d30a6a-4133-48ec-9a2e-aa4adfe246d7"},{"name":"GET - NodeID - ietf-ipfix-psamp - sctpCollector","id":"a077eed9-2a78-4258-b1cd-918b01c41d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>?content=<string>","description":"<p>List of SCTP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d51604cb-7e4e-403f-b7cd-5f157889e5cd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sctpCollector\": [\n    {\n      \"name\": \"?:\\u000b\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \"?:f\",\n          \"?:f\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:k-P0--3\",\n          \"?:k-P0--3\"\n        ]\n      },\n      \"transportSession\": [\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:1504-46-19T92:94:92.3-61:05\",\n          \"transportSessionDiscontinuityTime\": \"?:4456-99-87T50:48:91+17:25\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:1504-46-19T92:94:92.3-61:05\",\n          \"transportSessionDiscontinuityTime\": \"?:4456-99-87T50:48:91+17:25\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\\u000b\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \"?:f\",\n          \"?:f\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:k-P0--3\",\n          \"?:k-P0--3\"\n        ]\n      },\n      \"transportSession\": [\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:1504-46-19T92:94:92.3-61:05\",\n          \"transportSessionDiscontinuityTime\": \"?:4456-99-87T50:48:91+17:25\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:1504-46-19T92:94:92.3-61:05\",\n          \"transportSessionDiscontinuityTime\": \"?:4456-99-87T50:48:91+17:25\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"a077eed9-2a78-4258-b1cd-918b01c41d4a"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - sctpCollector","id":"113142fc-f05d-4277-9150-ba09c2110725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>","description":"<p>List of SCTP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"320762e6-0748-4d7c-a057-f3f61a30f6c5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"113142fc-f05d-4277-9150-ba09c2110725"},{"name":"PUT - NodeID - ietf-ipfix-psamp - sctpCollector","id":"2916ac46-cdf7-440b-967f-e813edbe3221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sctpCollector\": [\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>","description":"<p>List of SCTP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7fd7f76a-448f-41c9-8dc2-d1b7756a486c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sctpCollector\": [\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"556a6adf-64c0-4a49-9c7e-66916e8635b8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"sctpCollector\": [\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0002\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2916ac46-cdf7-440b-967f-e813edbe3221"},{"name":"POST - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"9d33352c-d3c6-4058-b050-5dd0f2184994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"localCertificationAuthorityDN\": [\n    \"Some localCertificationAuthorityDN\",\n    \"Some localCertificationAuthorityDN\"\n  ],\n  \"localSubjectDN\": [\n    \"Some localSubjectDN\",\n    \"Some localSubjectDN\"\n  ],\n  \"localSubjectFQDN\": [\n    \".\",\n    \".\"\n  ],\n  \"remoteCertificationAuthorityDN\": [\n    \"Some remoteCertificationAuthorityDN\",\n    \"Some remoteCertificationAuthorityDN\"\n  ],\n  \"remoteSubjectDN\": [\n    \"Some remoteSubjectDN\",\n    \"Some remoteSubjectDN\"\n  ],\n  \"remoteSubjectFQDN\": [\n    \".\",\n    \".\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportLayerSecurity","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9eb18415-04f3-4f22-b68b-c48ce17b5546","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"localCertificationAuthorityDN\": [\n    \"Some localCertificationAuthorityDN\",\n    \"Some localCertificationAuthorityDN\"\n  ],\n  \"localSubjectDN\": [\n    \"Some localSubjectDN\",\n    \"Some localSubjectDN\"\n  ],\n  \"localSubjectFQDN\": [\n    \".\",\n    \".\"\n  ],\n  \"remoteCertificationAuthorityDN\": [\n    \"Some remoteCertificationAuthorityDN\",\n    \"Some remoteCertificationAuthorityDN\"\n  ],\n  \"remoteSubjectDN\": [\n    \"Some remoteSubjectDN\",\n    \"Some remoteSubjectDN\"\n  ],\n  \"remoteSubjectFQDN\": [\n    \".\",\n    \".\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportLayerSecurity"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d33352c-d3c6-4058-b050-5dd0f2184994"},{"name":"GET - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"02b997b7-07af-4426-bf27-2ee5b7ea157d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportLayerSecurity?content=<string>","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c392806b-55da-4971-b198-d158e170bddb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportLayerSecurity?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportLayerSecurity"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \"?:f\",\n      \"?:f\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \"?:k-P0--3\",\n      \"?:k-P0--3\"\n    ]\n  }\n}"}],"_postman_id":"02b997b7-07af-4426-bf27-2ee5b7ea157d"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"1019c505-1bd8-415e-b539-888089f94dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportLayerSecurity","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a04b6e13-863a-4ca0-b9d2-2d48db9ac5d1","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportLayerSecurity"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1019c505-1bd8-415e-b539-888089f94dd2"},{"name":"PUT - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"26a8862b-51dc-43bd-a7a4-2571ed483ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportLayerSecurity","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"38142961-318d-419f-ae12-7159581f570a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportLayerSecurity"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"500b2f9d-a2fd-4422-83ad-01e20fc8dd99","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportLayerSecurity"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26a8862b-51dc-43bd-a7a4-2571ed483ebf"},{"name":"GET - NodeID - ietf-ipfix-psamp - transportSession","id":"0686c6b7-a4f8-443f-9f36-ffec8136b9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportSession?content=<string>","description":"<p>This list contains the currently established\nTransport Sessions terminating at the given socket.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportSession"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bec86c42-42f7-4c54-97f2-66897818b887","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportSession?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportSession"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transportSession\": [\n    {\n      \"ipfixVersion\": 0,\n      \"sourceAddress\": \"<string>\",\n      \"destinationAddress\": \"<string>\",\n      \"sourcePort\": 0,\n      \"destinationPort\": 0,\n      \"sctpAssocId\": 0,\n      \"status\": \"inactive\",\n      \"rate\": 0,\n      \"bytes\": 0,\n      \"messages\": 0,\n      \"discardedMessages\": 0,\n      \"records\": 0,\n      \"templates\": 0,\n      \"optionsTemplates\": 0,\n      \"transportSessionStartTime\": \"?:1504-46-19T92:94:92.3-61:05\",\n      \"transportSessionDiscontinuityTime\": \"?:4456-99-87T50:48:91+17:25\",\n      \"template\": [\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:9514-26-95T00:82:27+72:74\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:7456-43-38T16:56:14Z\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:9514-26-95T00:82:27+72:74\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:7456-43-38T16:56:14Z\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"ipfixVersion\": 0,\n      \"sourceAddress\": \"<string>\",\n      \"destinationAddress\": \"<string>\",\n      \"sourcePort\": 0,\n      \"destinationPort\": 0,\n      \"sctpAssocId\": 0,\n      \"status\": \"inactive\",\n      \"rate\": 0,\n      \"bytes\": 0,\n      \"messages\": 0,\n      \"discardedMessages\": 0,\n      \"records\": 0,\n      \"templates\": 0,\n      \"optionsTemplates\": 0,\n      \"transportSessionStartTime\": \"?:1504-46-19T92:94:92.3-61:05\",\n      \"transportSessionDiscontinuityTime\": \"?:4456-99-87T50:48:91+17:25\",\n      \"template\": [\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:9514-26-95T00:82:27+72:74\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:7456-43-38T16:56:14Z\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:9514-26-95T00:82:27+72:74\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:7456-43-38T16:56:14Z\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"0686c6b7-a4f8-443f-9f36-ffec8136b9ce"},{"name":"GET - NodeID - ietf-ipfix-psamp - template","id":"acc7aa30-0d91-4863-88fc-6c09b62cfb1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportSession/template?content=<string>","description":"<p>This list contains the Templates and Options\nTemplates that are transmitted by the Exporting Process\nor received by the Collecting Process.\nWithdrawn or invalidated (Options) Templates MUST be removed\nfrom this list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportSession","template"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9116aa33-848c-44da-bc1f-2f1ffcec53ce","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportSession/template?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportSession","template"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"template\": [\n    {\n      \"observationDomainId\": 0,\n      \"templateId\": 256,\n      \"setId\": 0,\n      \"accessTime\": \"?:9514-26-95T00:82:27+72:74\",\n      \"templateDataRecords\": 0,\n      \"templateDiscontinuityTime\": \"?:7456-43-38T16:56:14Z\",\n      \"field\": [\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        },\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        }\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"templateId\": 256,\n      \"setId\": 0,\n      \"accessTime\": \"?:9514-26-95T00:82:27+72:74\",\n      \"templateDataRecords\": 0,\n      \"templateDiscontinuityTime\": \"?:7456-43-38T16:56:14Z\",\n      \"field\": [\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        },\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"acc7aa30-0d91-4863-88fc-6c09b62cfb1a"},{"name":"GET - NodeID - ietf-ipfix-psamp - field","id":"9856d5e6-da0e-40e5-871d-8092cf2f7951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportSession/template/field?content=<string>","description":"<p>This list contains the (Options) Template\nfields of which the (Options) Template is defined.\nThe order of the list corresponds to the order of the fields\nin the (Option) Template Record.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportSession","template","field"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5bd4a95c-441d-43eb-9e8a-e71de898cd07","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/sctpCollector=<string>/transportSession/template/field?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","sctpCollector=<string>","transportSession","template","field"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": [\n    {\n      \"ieId\": 1,\n      \"ieLength\": 0,\n      \"ieEnterpriseNumber\": 0,\n      \"isFlowKey\": \"<object>\",\n      \"isScope\": \"<object>\"\n    },\n    {\n      \"ieId\": 1,\n      \"ieLength\": 0,\n      \"ieEnterpriseNumber\": 0,\n      \"isFlowKey\": \"<object>\",\n      \"isScope\": \"<object>\"\n    }\n  ]\n}"}],"_postman_id":"9856d5e6-da0e-40e5-871d-8092cf2f7951"},{"name":"POST - NodeID - ietf-ipfix-psamp - udpCollector","id":"05b358b0-230a-46a4-9b76-65759f89c83b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"localIPAddress\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"templateLifeTime\": 1800,\n  \"optionsTemplateLifeTime\": 1800,\n  \"templateLifePacket\": 0,\n  \"optionsTemplateLifePacket\": 0,\n  \"localPort\": 0,\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>","description":"<p>List of UDP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c7ba818d-36a9-4121-920d-7079998a86ad","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"localIPAddress\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"templateLifeTime\": 1800,\n  \"optionsTemplateLifeTime\": 1800,\n  \"templateLifePacket\": 0,\n  \"optionsTemplateLifePacket\": 0,\n  \"localPort\": 0,\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05b358b0-230a-46a4-9b76-65759f89c83b"},{"name":"GET - NodeID - ietf-ipfix-psamp - udpCollector","id":"962366cf-18f7-4650-b208-98d7c10bb0bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>?content=<string>","description":"<p>List of UDP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bf443d82-cb2e-4aeb-8790-ed7ed1dff5c8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"udpCollector\": [\n    {\n      \"name\": \"?:\\u0010\\u001b\\u0005\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:D\",\n          \"?:D\"\n        ]\n      },\n      \"transportSession\": [\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:8376-04-47T36:79:06-30:90\",\n          \"transportSessionDiscontinuityTime\": \"?:3952-98-07T09:56:64.5+45:65\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:8376-04-47T36:79:06-30:90\",\n          \"transportSessionDiscontinuityTime\": \"?:3952-98-07T09:56:64.5+45:65\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\\u0010\\u001b\\u0005\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:D\",\n          \"?:D\"\n        ]\n      },\n      \"transportSession\": [\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:8376-04-47T36:79:06-30:90\",\n          \"transportSessionDiscontinuityTime\": \"?:3952-98-07T09:56:64.5+45:65\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:8376-04-47T36:79:06-30:90\",\n          \"transportSessionDiscontinuityTime\": \"?:3952-98-07T09:56:64.5+45:65\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"962366cf-18f7-4650-b208-98d7c10bb0bd"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - udpCollector","id":"42ba53e7-8646-4cf3-8b6d-7a27781accc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>","description":"<p>List of UDP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"36a6720c-acb4-4a58-a511-6b311387fa4d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42ba53e7-8646-4cf3-8b6d-7a27781accc7"},{"name":"PUT - NodeID - ietf-ipfix-psamp - udpCollector","id":"54fb90e8-6c85-4013-9ce5-7a238528326c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"udpCollector\": [\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>","description":"<p>List of UDP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8477ea7e-3c84-4f0b-a3d9-739cbbe44b70","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"udpCollector\": [\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"372d733e-fcfd-4b6e-a270-a13a38d638f4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"udpCollector\": [\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u0017\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"templateLifeTime\": 1800,\n      \"optionsTemplateLifeTime\": 1800,\n      \"templateLifePacket\": 0,\n      \"optionsTemplateLifePacket\": 0,\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \".\",\n          \".\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54fb90e8-6c85-4013-9ce5-7a238528326c"},{"name":"POST - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"52074771-dbc1-4db6-85d9-94c37882018b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"localCertificationAuthorityDN\": [\n    \"Some localCertificationAuthorityDN\",\n    \"Some localCertificationAuthorityDN\"\n  ],\n  \"localSubjectDN\": [\n    \"Some localSubjectDN\",\n    \"Some localSubjectDN\"\n  ],\n  \"localSubjectFQDN\": [\n    \".\",\n    \".\"\n  ],\n  \"remoteCertificationAuthorityDN\": [\n    \"Some remoteCertificationAuthorityDN\",\n    \"Some remoteCertificationAuthorityDN\"\n  ],\n  \"remoteSubjectDN\": [\n    \"Some remoteSubjectDN\",\n    \"Some remoteSubjectDN\"\n  ],\n  \"remoteSubjectFQDN\": [\n    \".\",\n    \".\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportLayerSecurity","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2711308b-8901-4bb5-8112-7323e68ae0e4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"localCertificationAuthorityDN\": [\n    \"Some localCertificationAuthorityDN\",\n    \"Some localCertificationAuthorityDN\"\n  ],\n  \"localSubjectDN\": [\n    \"Some localSubjectDN\",\n    \"Some localSubjectDN\"\n  ],\n  \"localSubjectFQDN\": [\n    \".\",\n    \".\"\n  ],\n  \"remoteCertificationAuthorityDN\": [\n    \"Some remoteCertificationAuthorityDN\",\n    \"Some remoteCertificationAuthorityDN\"\n  ],\n  \"remoteSubjectDN\": [\n    \"Some remoteSubjectDN\",\n    \"Some remoteSubjectDN\"\n  ],\n  \"remoteSubjectFQDN\": [\n    \".\",\n    \".\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportLayerSecurity"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52074771-dbc1-4db6-85d9-94c37882018b"},{"name":"GET - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"0f477db9-2ff7-4d69-96b6-94feb59afc2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportLayerSecurity?content=<string>","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"674b2b78-2bba-49d4-86b2-e98d8beba40c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportLayerSecurity?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportLayerSecurity"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \"?:D\",\n      \"?:D\"\n    ]\n  }\n}"}],"_postman_id":"0f477db9-2ff7-4d69-96b6-94feb59afc2b"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"639c26d6-f15d-4339-afef-e6766ef4f842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportLayerSecurity","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7871a503-c870-4391-a76d-9bb466986d02","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportLayerSecurity"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"639c26d6-f15d-4339-afef-e6766ef4f842"},{"name":"PUT - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"2f47144e-ceca-47d5-b759-335af92f16ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportLayerSecurity","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"020da369-a279-4c2e-8824-9f9317a88b02","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportLayerSecurity"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3321411c-85bb-44bd-8b27-d9c99d26dcfd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \".\",\n      \".\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportLayerSecurity"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f47144e-ceca-47d5-b759-335af92f16ff"},{"name":"GET - NodeID - ietf-ipfix-psamp - transportSession","id":"378f2913-bc8a-4375-8c50-6d2d91cf5771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportSession?content=<string>","description":"<p>This list contains the currently established\nTransport Sessions terminating at the given socket.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportSession"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b9a972d6-2f63-4922-a13b-29c21f8b9925","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportSession?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportSession"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transportSession\": [\n    {\n      \"ipfixVersion\": 0,\n      \"sourceAddress\": \"<string>\",\n      \"destinationAddress\": \"<string>\",\n      \"sourcePort\": 0,\n      \"destinationPort\": 0,\n      \"sctpAssocId\": 0,\n      \"status\": \"inactive\",\n      \"rate\": 0,\n      \"bytes\": 0,\n      \"messages\": 0,\n      \"discardedMessages\": 0,\n      \"records\": 0,\n      \"templates\": 0,\n      \"optionsTemplates\": 0,\n      \"transportSessionStartTime\": \"?:8376-04-47T36:79:06-30:90\",\n      \"transportSessionDiscontinuityTime\": \"?:3952-98-07T09:56:64.5+45:65\",\n      \"template\": [\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2154-93-95T33:49:95Z\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:3821-70-79T55:95:60-02:68\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2154-93-95T33:49:95Z\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:3821-70-79T55:95:60-02:68\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"ipfixVersion\": 0,\n      \"sourceAddress\": \"<string>\",\n      \"destinationAddress\": \"<string>\",\n      \"sourcePort\": 0,\n      \"destinationPort\": 0,\n      \"sctpAssocId\": 0,\n      \"status\": \"inactive\",\n      \"rate\": 0,\n      \"bytes\": 0,\n      \"messages\": 0,\n      \"discardedMessages\": 0,\n      \"records\": 0,\n      \"templates\": 0,\n      \"optionsTemplates\": 0,\n      \"transportSessionStartTime\": \"?:8376-04-47T36:79:06-30:90\",\n      \"transportSessionDiscontinuityTime\": \"?:3952-98-07T09:56:64.5+45:65\",\n      \"template\": [\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2154-93-95T33:49:95Z\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:3821-70-79T55:95:60-02:68\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2154-93-95T33:49:95Z\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:3821-70-79T55:95:60-02:68\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"378f2913-bc8a-4375-8c50-6d2d91cf5771"},{"name":"GET - NodeID - ietf-ipfix-psamp - template","id":"3114f0f8-4cfb-4bfd-9333-3677df485530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportSession/template?content=<string>","description":"<p>This list contains the Templates and Options\nTemplates that are transmitted by the Exporting Process\nor received by the Collecting Process.\nWithdrawn or invalidated (Options) Templates MUST be removed\nfrom this list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportSession","template"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"30a9fc40-114f-4b8f-8d73-aa4867ee2b50","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportSession/template?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportSession","template"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"template\": [\n    {\n      \"observationDomainId\": 0,\n      \"templateId\": 256,\n      \"setId\": 0,\n      \"accessTime\": \"?:2154-93-95T33:49:95Z\",\n      \"templateDataRecords\": 0,\n      \"templateDiscontinuityTime\": \"?:3821-70-79T55:95:60-02:68\",\n      \"field\": [\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        },\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        }\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"templateId\": 256,\n      \"setId\": 0,\n      \"accessTime\": \"?:2154-93-95T33:49:95Z\",\n      \"templateDataRecords\": 0,\n      \"templateDiscontinuityTime\": \"?:3821-70-79T55:95:60-02:68\",\n      \"field\": [\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        },\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"3114f0f8-4cfb-4bfd-9333-3677df485530"},{"name":"GET - NodeID - ietf-ipfix-psamp - field","id":"6c29db72-3a79-4fa6-bfa9-8c0af34648ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportSession/template/field?content=<string>","description":"<p>This list contains the (Options) Template\nfields of which the (Options) Template is defined.\nThe order of the list corresponds to the order of the fields\nin the (Option) Template Record.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportSession","template","field"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f189e016-b8a0-4f23-b2a5-7000d1090ed1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/udpCollector=<string>/transportSession/template/field?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","udpCollector=<string>","transportSession","template","field"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": [\n    {\n      \"ieId\": 1,\n      \"ieLength\": 0,\n      \"ieEnterpriseNumber\": 0,\n      \"isFlowKey\": \"<object>\",\n      \"isScope\": \"<object>\"\n    },\n    {\n      \"ieId\": 1,\n      \"ieLength\": 0,\n      \"ieEnterpriseNumber\": 0,\n      \"isFlowKey\": \"<object>\",\n      \"isScope\": \"<object>\"\n    }\n  ]\n}"}],"_postman_id":"6c29db72-3a79-4fa6-bfa9-8c0af34648ab"},{"name":"POST - NodeID - ietf-ipfix-psamp - tcpCollector","id":"98ccefed-dc80-442c-aea6-5d11c631f04a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"localIPAddress\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"localPort\": 0,\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \"?:8s\",\n      \"?:8s\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>","description":"<p>List of TCP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2b0b04e5-b957-4f8d-b701-c3eb5928dcdb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"localIPAddress\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"localPort\": 0,\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \"?:8s\",\n      \"?:8s\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98ccefed-dc80-442c-aea6-5d11c631f04a"},{"name":"GET - NodeID - ietf-ipfix-psamp - tcpCollector","id":"372ea62b-5107-4a67-92e4-198179a733f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>?content=<string>","description":"<p>List of TCP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"118405be-37ef-416a-880d-597f8fc27822","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tcpCollector\": [\n    {\n      \"name\": \"?:\\u0001\\u0011 \\u0001\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:_C7\",\n          \"?:_C7\"\n        ]\n      },\n      \"transportSession\": [\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:8149-74-51T79:65:23.0Z\",\n          \"transportSessionDiscontinuityTime\": \"?:2863-45-58T22:31:50.775Z\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:8149-74-51T79:65:23.0Z\",\n          \"transportSessionDiscontinuityTime\": \"?:2863-45-58T22:31:50.775Z\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\\u0001\\u0011 \\u0001\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:_C7\",\n          \"?:_C7\"\n        ]\n      },\n      \"transportSession\": [\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:8149-74-51T79:65:23.0Z\",\n          \"transportSessionDiscontinuityTime\": \"?:2863-45-58T22:31:50.775Z\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:8149-74-51T79:65:23.0Z\",\n          \"transportSessionDiscontinuityTime\": \"?:2863-45-58T22:31:50.775Z\",\n          \"template\": [\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"observationDomainId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"setId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"accessTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDataRecords\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"templateDiscontinuityTime\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"field\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"372ea62b-5107-4a67-92e4-198179a733f9"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - tcpCollector","id":"115d4c98-c317-4460-9fbf-fb0cb6596044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>","description":"<p>List of TCP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ff6f72fe-bfc8-4b0b-b738-0ca61af9b435","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"115d4c98-c317-4460-9fbf-fb0cb6596044"},{"name":"PUT - NodeID - ietf-ipfix-psamp - tcpCollector","id":"b209e209-2cad-4011-a9de-95c46dc341b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tcpCollector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>","description":"<p>List of TCP receivers (sockets) on which the\nCollecting Process receives IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"df784408-f0d2-460b-9be5-0af38a86d993","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tcpCollector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0f94c069-3730-4c70-817b-4c21baf711de","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tcpCollector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\\u0003\\t\\u0004\",\n      \"localIPAddress\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"localPort\": 0,\n      \"transportLayerSecurity\": {\n        \"localCertificationAuthorityDN\": [\n          \"Some localCertificationAuthorityDN\",\n          \"Some localCertificationAuthorityDN\"\n        ],\n        \"localSubjectDN\": [\n          \"Some localSubjectDN\",\n          \"Some localSubjectDN\"\n        ],\n        \"localSubjectFQDN\": [\n          \".\",\n          \".\"\n        ],\n        \"remoteCertificationAuthorityDN\": [\n          \"Some remoteCertificationAuthorityDN\",\n          \"Some remoteCertificationAuthorityDN\"\n        ],\n        \"remoteSubjectDN\": [\n          \"Some remoteSubjectDN\",\n          \"Some remoteSubjectDN\"\n        ],\n        \"remoteSubjectFQDN\": [\n          \"?:8s\",\n          \"?:8s\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b209e209-2cad-4011-a9de-95c46dc341b1"},{"name":"POST - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"adf55db5-ef8f-4683-9537-86a5f039d32f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"localCertificationAuthorityDN\": [\n    \"Some localCertificationAuthorityDN\",\n    \"Some localCertificationAuthorityDN\"\n  ],\n  \"localSubjectDN\": [\n    \"Some localSubjectDN\",\n    \"Some localSubjectDN\"\n  ],\n  \"localSubjectFQDN\": [\n    \".\",\n    \".\"\n  ],\n  \"remoteCertificationAuthorityDN\": [\n    \"Some remoteCertificationAuthorityDN\",\n    \"Some remoteCertificationAuthorityDN\"\n  ],\n  \"remoteSubjectDN\": [\n    \"Some remoteSubjectDN\",\n    \"Some remoteSubjectDN\"\n  ],\n  \"remoteSubjectFQDN\": [\n    \"?:8s\",\n    \"?:8s\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportLayerSecurity","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5727dafb-5078-4c71-8d42-f54084e21791","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"localCertificationAuthorityDN\": [\n    \"Some localCertificationAuthorityDN\",\n    \"Some localCertificationAuthorityDN\"\n  ],\n  \"localSubjectDN\": [\n    \"Some localSubjectDN\",\n    \"Some localSubjectDN\"\n  ],\n  \"localSubjectFQDN\": [\n    \".\",\n    \".\"\n  ],\n  \"remoteCertificationAuthorityDN\": [\n    \"Some remoteCertificationAuthorityDN\",\n    \"Some remoteCertificationAuthorityDN\"\n  ],\n  \"remoteSubjectDN\": [\n    \"Some remoteSubjectDN\",\n    \"Some remoteSubjectDN\"\n  ],\n  \"remoteSubjectFQDN\": [\n    \"?:8s\",\n    \"?:8s\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportLayerSecurity"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"adf55db5-ef8f-4683-9537-86a5f039d32f"},{"name":"GET - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"7e800ac2-aded-4bc5-90df-a3faaf5250e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportLayerSecurity?content=<string>","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bf05f4a9-36ad-4f54-b248-f985d6dd1cc8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportLayerSecurity?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportLayerSecurity"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \"?:_C7\",\n      \"?:_C7\"\n    ]\n  }\n}"}],"_postman_id":"7e800ac2-aded-4bc5-90df-a3faaf5250e2"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"c4be9943-4188-4280-9266-018e434e5760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportLayerSecurity","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7a0c98c-520b-4bff-ab10-b0c6d3341140","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportLayerSecurity"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c4be9943-4188-4280-9266-018e434e5760"},{"name":"PUT - NodeID - ietf-ipfix-psamp - transportLayerSecurity","id":"55441226-a49e-4963-922c-380b768c1bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \"?:8s\",\n      \"?:8s\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportLayerSecurity","description":"<p>TLS or DTLS configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportLayerSecurity"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e7350b6e-9641-402c-9e69-20d44e4864c8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \"?:8s\",\n      \"?:8s\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportLayerSecurity"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d76eac2b-8494-4975-abd1-1008e8641e23","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"transportLayerSecurity\": {\n    \"localCertificationAuthorityDN\": [\n      \"Some localCertificationAuthorityDN\",\n      \"Some localCertificationAuthorityDN\"\n    ],\n    \"localSubjectDN\": [\n      \"Some localSubjectDN\",\n      \"Some localSubjectDN\"\n    ],\n    \"localSubjectFQDN\": [\n      \".\",\n      \".\"\n    ],\n    \"remoteCertificationAuthorityDN\": [\n      \"Some remoteCertificationAuthorityDN\",\n      \"Some remoteCertificationAuthorityDN\"\n    ],\n    \"remoteSubjectDN\": [\n      \"Some remoteSubjectDN\",\n      \"Some remoteSubjectDN\"\n    ],\n    \"remoteSubjectFQDN\": [\n      \"?:8s\",\n      \"?:8s\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportLayerSecurity"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"55441226-a49e-4963-922c-380b768c1bfe"},{"name":"GET - NodeID - ietf-ipfix-psamp - transportSession","id":"60ea0517-f886-4f88-8a84-000f64fee691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportSession?content=<string>","description":"<p>This list contains the currently established\nTransport Sessions terminating at the given socket.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportSession"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"00cd5a99-ae05-4562-85e0-f1e3db290f8e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportSession?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportSession"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transportSession\": [\n    {\n      \"ipfixVersion\": 0,\n      \"sourceAddress\": \"<string>\",\n      \"destinationAddress\": \"<string>\",\n      \"sourcePort\": 0,\n      \"destinationPort\": 0,\n      \"sctpAssocId\": 0,\n      \"status\": \"inactive\",\n      \"rate\": 0,\n      \"bytes\": 0,\n      \"messages\": 0,\n      \"discardedMessages\": 0,\n      \"records\": 0,\n      \"templates\": 0,\n      \"optionsTemplates\": 0,\n      \"transportSessionStartTime\": \"?:8149-74-51T79:65:23.0Z\",\n      \"transportSessionDiscontinuityTime\": \"?:2863-45-58T22:31:50.775Z\",\n      \"template\": [\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2015-73-80T65:42:81Z\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:8379-15-06T99:00:06.4-68:42\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2015-73-80T65:42:81Z\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:8379-15-06T99:00:06.4-68:42\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"ipfixVersion\": 0,\n      \"sourceAddress\": \"<string>\",\n      \"destinationAddress\": \"<string>\",\n      \"sourcePort\": 0,\n      \"destinationPort\": 0,\n      \"sctpAssocId\": 0,\n      \"status\": \"inactive\",\n      \"rate\": 0,\n      \"bytes\": 0,\n      \"messages\": 0,\n      \"discardedMessages\": 0,\n      \"records\": 0,\n      \"templates\": 0,\n      \"optionsTemplates\": 0,\n      \"transportSessionStartTime\": \"?:8149-74-51T79:65:23.0Z\",\n      \"transportSessionDiscontinuityTime\": \"?:2863-45-58T22:31:50.775Z\",\n      \"template\": [\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2015-73-80T65:42:81Z\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:8379-15-06T99:00:06.4-68:42\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2015-73-80T65:42:81Z\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:8379-15-06T99:00:06.4-68:42\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"60ea0517-f886-4f88-8a84-000f64fee691"},{"name":"GET - NodeID - ietf-ipfix-psamp - template","id":"729b9f57-a180-450e-be35-6e902c3e5f56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportSession/template?content=<string>","description":"<p>This list contains the Templates and Options\nTemplates that are transmitted by the Exporting Process\nor received by the Collecting Process.\nWithdrawn or invalidated (Options) Templates MUST be removed\nfrom this list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportSession","template"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0a8fb6da-fb32-46c6-a0dd-086a7f0b9810","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportSession/template?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportSession","template"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"template\": [\n    {\n      \"observationDomainId\": 0,\n      \"templateId\": 256,\n      \"setId\": 0,\n      \"accessTime\": \"?:2015-73-80T65:42:81Z\",\n      \"templateDataRecords\": 0,\n      \"templateDiscontinuityTime\": \"?:8379-15-06T99:00:06.4-68:42\",\n      \"field\": [\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        },\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        }\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"templateId\": 256,\n      \"setId\": 0,\n      \"accessTime\": \"?:2015-73-80T65:42:81Z\",\n      \"templateDataRecords\": 0,\n      \"templateDiscontinuityTime\": \"?:8379-15-06T99:00:06.4-68:42\",\n      \"field\": [\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        },\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"729b9f57-a180-450e-be35-6e902c3e5f56"},{"name":"GET - NodeID - ietf-ipfix-psamp - field","id":"efbc1e3c-62a3-4161-a520-b13b8b9cc3a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportSession/template/field?content=<string>","description":"<p>This list contains the (Options) Template\nfields of which the (Options) Template is defined.\nThe order of the list corresponds to the order of the fields\nin the (Option) Template Record.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportSession","template","field"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6795a27f-9b00-4d7a-9d0f-a611b50c96a6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/tcpCollector=<string>/transportSession/template/field?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","tcpCollector=<string>","transportSession","template","field"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": [\n    {\n      \"ieId\": 1,\n      \"ieLength\": 0,\n      \"ieEnterpriseNumber\": 0,\n      \"isFlowKey\": \"<object>\",\n      \"isScope\": \"<object>\"\n    },\n    {\n      \"ieId\": 1,\n      \"ieLength\": 0,\n      \"ieEnterpriseNumber\": 0,\n      \"isFlowKey\": \"<object>\",\n      \"isScope\": \"<object>\"\n    }\n  ]\n}"}],"_postman_id":"efbc1e3c-62a3-4161-a520-b13b8b9cc3a1"},{"name":"POST - NodeID - ietf-ipfix-psamp - fileReader","id":"6d89e8bb-c17d-4b19-b098-32aa95c598eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": \"Some file\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>","description":"<p>List of File Readers from which the Collecting\nProcess reads IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","fileReader=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5988cb55-0764-4ed8-bb7f-4e81c30434aa","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": \"Some file\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d89e8bb-c17d-4b19-b098-32aa95c598eb"},{"name":"GET - NodeID - ietf-ipfix-psamp - fileReader","id":"2f671288-887c-4427-83aa-dc940e567997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>?content=<string>","description":"<p>List of File Readers from which the Collecting\nProcess reads IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","fileReader=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1c98f213-2834-473e-8b0c-16c6f6d04d52","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","fileReader=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fileReader\": [\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n      \"bytes\": 0,\n      \"messages\": 0,\n      \"records\": 0,\n      \"templates\": 0,\n      \"optionsTemplates\": 0,\n      \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n      \"template\": [\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2873-54-24T00:41:75-73:22\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:4504-62-49T94:33:59.51-82:47\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2873-54-24T00:41:75-73:22\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:4504-62-49T94:33:59.51-82:47\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:촃\\u0003 \\u000b嚠\\u000e\",\n      \"bytes\": 0,\n      \"messages\": 0,\n      \"records\": 0,\n      \"templates\": 0,\n      \"optionsTemplates\": 0,\n      \"fileReaderDiscontinuityTime\": \"?:3090-35-53T77:04:50Z\",\n      \"template\": [\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2873-54-24T00:41:75-73:22\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:4504-62-49T94:33:59.51-82:47\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"observationDomainId\": 0,\n          \"templateId\": 256,\n          \"setId\": 0,\n          \"accessTime\": \"?:2873-54-24T00:41:75-73:22\",\n          \"templateDataRecords\": 0,\n          \"templateDiscontinuityTime\": \"?:4504-62-49T94:33:59.51-82:47\",\n          \"field\": [\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"ieId\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieLength\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"ieEnterpriseNumber\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isFlowKey\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"isScope\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"2f671288-887c-4427-83aa-dc940e567997"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - fileReader","id":"6cef3148-2bde-4286-aa2c-bda4aee0ec84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>","description":"<p>List of File Readers from which the Collecting\nProcess reads IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","fileReader=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ae37988-6630-4f36-9006-1d751c8e8b26","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6cef3148-2bde-4286-aa2c-bda4aee0ec84"},{"name":"PUT - NodeID - ietf-ipfix-psamp - fileReader","id":"62dc883a-5b3a-4e2e-9afc-8291bf302344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileReader\": [\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    },\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>","description":"<p>List of File Readers from which the Collecting\nProcess reads IPFIX Messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","fileReader=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cf431e5a-1220-4c18-bd79-78e6c4d3e146","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fileReader\": [\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    },\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81342a4c-76a2-41d4-8d58-9ef589bf4f50","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fileReader\": [\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    },\n    {\n      \"file\": \"Some file\",\n      \"name\": \"?:\\u0002\\r\\u000b \\u000e\\f \\t\\u000b\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62dc883a-5b3a-4e2e-9afc-8291bf302344"},{"name":"GET - NodeID - ietf-ipfix-psamp - template","id":"2f9ac782-c2cf-422d-ae1a-510bbeaa9113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>/template?content=<string>","description":"<p>This list contains the Templates and Options\nTemplates that have been read by the File Reader.\nWithdrawn or invalidated (Options) Template MUST be removed\nfrom this list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","fileReader=<string>","template"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bd98cb3a-aebd-45ca-8dcb-fd3f75d6a093","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>/template?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","fileReader=<string>","template"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"template\": [\n    {\n      \"observationDomainId\": 0,\n      \"templateId\": 256,\n      \"setId\": 0,\n      \"accessTime\": \"?:2873-54-24T00:41:75-73:22\",\n      \"templateDataRecords\": 0,\n      \"templateDiscontinuityTime\": \"?:4504-62-49T94:33:59.51-82:47\",\n      \"field\": [\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        },\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        }\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"templateId\": 256,\n      \"setId\": 0,\n      \"accessTime\": \"?:2873-54-24T00:41:75-73:22\",\n      \"templateDataRecords\": 0,\n      \"templateDiscontinuityTime\": \"?:4504-62-49T94:33:59.51-82:47\",\n      \"field\": [\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        },\n        {\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": 0,\n          \"isFlowKey\": \"<object>\",\n          \"isScope\": \"<object>\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"2f9ac782-c2cf-422d-ae1a-510bbeaa9113"},{"name":"GET - NodeID - ietf-ipfix-psamp - field","id":"3445fc7c-7756-48b8-89ab-83f868d73656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>/template/field?content=<string>","description":"<p>This list contains the (Options) Template\nfields of which the (Options) Template is defined.\nThe order of the list corresponds to the order of the fields\nin the (Option) Template Record.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","fileReader=<string>","template","field"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7262891b-b4cf-4513-a2de-5eaf413295c7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/collectingProcess=<string>/fileReader=<string>/template/field?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","collectingProcess=<string>","fileReader=<string>","template","field"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": [\n    {\n      \"ieId\": 1,\n      \"ieLength\": 0,\n      \"ieEnterpriseNumber\": 0,\n      \"isFlowKey\": \"<object>\",\n      \"isScope\": \"<object>\"\n    },\n    {\n      \"ieId\": 1,\n      \"ieLength\": 0,\n      \"ieEnterpriseNumber\": 0,\n      \"isFlowKey\": \"<object>\",\n      \"isScope\": \"<object>\"\n    }\n  ]\n}"}],"_postman_id":"3445fc7c-7756-48b8-89ab-83f868d73656"},{"name":"POST - NodeID - ietf-ipfix-psamp - observationPoint","id":"309ac1bd-dd93-44bd-9070-09f5f462b77a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"observationDomainId\": 0,\n  \"ifName\": [\n    \"Some ifName\",\n    \"Some ifName\"\n  ],\n  \"ifIndex\": [\n    0,\n    0\n  ],\n  \"entPhysicalName\": [\n    \"Some entPhysicalName\",\n    \"Some entPhysicalName\"\n  ],\n  \"entPhysicalIndex\": [\n    0,\n    0\n  ],\n  \"direction\": \"both\",\n  \"selectionProcess\": [\n    \"?:\\u001b\",\n    \"?:\\u001b\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/observationPoint=<string>","description":"<p>Observation Point of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","observationPoint=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a5ea106b-2114-4268-87a5-b3db77664f50","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"observationDomainId\": 0,\n  \"ifName\": [\n    \"Some ifName\",\n    \"Some ifName\"\n  ],\n  \"ifIndex\": [\n    0,\n    0\n  ],\n  \"entPhysicalName\": [\n    \"Some entPhysicalName\",\n    \"Some entPhysicalName\"\n  ],\n  \"entPhysicalIndex\": [\n    0,\n    0\n  ],\n  \"direction\": \"both\",\n  \"selectionProcess\": [\n    \"?:\\u001b\",\n    \"?:\\u001b\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/observationPoint=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"309ac1bd-dd93-44bd-9070-09f5f462b77a"},{"name":"GET - NodeID - ietf-ipfix-psamp - observationPoint","id":"5a92f5e3-93d6-48fd-aa41-b79c175d27c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/observationPoint=<string>?content=<string>","description":"<p>Observation Point of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","observationPoint=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"896e2d97-7441-4d18-9b87-a940b7b1efdc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/observationPoint=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","observationPoint=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"observationPoint\": [\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:\\u0002\\u000e\",\n      \"observationPointId\": 0,\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u0003\",\n        \"?:\\u0003\"\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:\\u0002\\u000e\",\n      \"observationPointId\": 0,\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u0003\",\n        \"?:\\u0003\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"5a92f5e3-93d6-48fd-aa41-b79c175d27c8"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - observationPoint","id":"fd6bb14c-d54e-401f-a7aa-13b0a4f9a6c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/observationPoint=<string>","description":"<p>Observation Point of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","observationPoint=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ffd20b04-5580-4d09-8e05-38e397bcd320","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/observationPoint=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd6bb14c-d54e-401f-a7aa-13b0a4f9a6c9"},{"name":"PUT - NodeID - ietf-ipfix-psamp - observationPoint","id":"4a1f53c9-691b-4142-a78d-3b11af37b39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"observationPoint\": [\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/observationPoint=<string>","description":"<p>Observation Point of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","observationPoint=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"db4cc480-97cf-4c10-8672-37da618bbac4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"observationPoint\": [\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/observationPoint=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"23e695fb-7db5-48e5-8770-f82023f72d85","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"observationPoint\": [\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    },\n    {\n      \"observationDomainId\": 0,\n      \"name\": \"?:㰷\\u0007\",\n      \"ifName\": [\n        \"Some ifName\",\n        \"Some ifName\"\n      ],\n      \"ifIndex\": [\n        0,\n        0\n      ],\n      \"entPhysicalName\": [\n        \"Some entPhysicalName\",\n        \"Some entPhysicalName\"\n      ],\n      \"entPhysicalIndex\": [\n        0,\n        0\n      ],\n      \"direction\": \"both\",\n      \"selectionProcess\": [\n        \"?:\\u001b\",\n        \"?:\\u001b\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/observationPoint=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a1f53c9-691b-4142-a78d-3b11af37b39a"},{"name":"POST - NodeID - ietf-ipfix-psamp - selectionProcess","id":"90e2ef7f-85f4-4bab-a047-b2ce780b8895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"selector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    }\n  ],\n  \"cache\": \"Some cache\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>","description":"<p>Selection Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"540f8c82-e0a5-46c5-8670-d2cb797ee5b0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"selector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    }\n  ],\n  \"cache\": \"Some cache\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"90e2ef7f-85f4-4bab-a047-b2ce780b8895"},{"name":"GET - NodeID - ietf-ipfix-psamp - selectionProcess","id":"3b995879-ed5d-44b9-9a33-15a85d94ad24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>?content=<string>","description":"<p>Selection Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"43ce951d-728e-426a-a4ad-3d859aff22d1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"selectionProcess\": [\n    {\n      \"name\": \"?:\\u000b\\r\\u001a潂\\u0004 \\t \\f\\u0015\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b \\u000b\\b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u0002\\b\\u0005\\u000b\\u0000\\u000b\\u000f\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": \"<string>\",\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"outputRangeMin\": 0,\n            \"outputRangeMax\": 0,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"packetsObserved\": 0,\n          \"packetsDropped\": 0,\n          \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n        },\n        {\n          \"name\": \"?:\\u000b \\u000b\\b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u0002\\b\\u0005\\u000b\\u0000\\u000b\\u000f\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": \"<string>\",\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"outputRangeMin\": 0,\n            \"outputRangeMax\": 0,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"packetsObserved\": 0,\n          \"packetsDropped\": 0,\n          \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n        }\n      ],\n      \"selectionSequence\": [\n        {\n          \"observationDomainId\": 0,\n          \"selectionSequenceId\": 0\n        },\n        {\n          \"observationDomainId\": 0,\n          \"selectionSequenceId\": 0\n        }\n      ],\n      \"cache\": \"Some cache\"\n    },\n    {\n      \"name\": \"?:\\u000b\\r\\u001a潂\\u0004 \\t \\f\\u0015\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b \\u000b\\b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u0002\\b\\u0005\\u000b\\u0000\\u000b\\u000f\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": \"<string>\",\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"outputRangeMin\": 0,\n            \"outputRangeMax\": 0,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"packetsObserved\": 0,\n          \"packetsDropped\": 0,\n          \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n        },\n        {\n          \"name\": \"?:\\u000b \\u000b\\b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u0002\\b\\u0005\\u000b\\u0000\\u000b\\u000f\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": \"<string>\",\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"outputRangeMin\": 0,\n            \"outputRangeMax\": 0,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"packetsObserved\": 0,\n          \"packetsDropped\": 0,\n          \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n        }\n      ],\n      \"selectionSequence\": [\n        {\n          \"observationDomainId\": 0,\n          \"selectionSequenceId\": 0\n        },\n        {\n          \"observationDomainId\": 0,\n          \"selectionSequenceId\": 0\n        }\n      ],\n      \"cache\": \"Some cache\"\n    }\n  ]\n}"}],"_postman_id":"3b995879-ed5d-44b9-9a33-15a85d94ad24"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - selectionProcess","id":"bba08b0e-4eef-4fd6-9869-5749c7b1ad70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>","description":"<p>Selection Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"976e272d-00ea-4d12-94f6-fcdd662b0952","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bba08b0e-4eef-4fd6-9869-5749c7b1ad70"},{"name":"PUT - NodeID - ietf-ipfix-psamp - selectionProcess","id":"30a52c9a-30a5-4974-9e2f-41b77e1d1e1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"selectionProcess\": [\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    },\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>","description":"<p>Selection Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"86bac8cf-a91f-47f2-a0db-0ab9ca780900","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"selectionProcess\": [\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    },\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4afc21b1-f68e-4c4f-a591-12c3d1146cb5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"selectionProcess\": [\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    },\n    {\n      \"name\": \"?:\\u000b\\u001f \\u0014\\b \\u0013\",\n      \"selector\": [\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"?:\\u000b\\u000b\",\n          \"selectAll\": \"<object>\",\n          \"sampCountBased\": {\n            \"packetInterval\": 0,\n            \"packetSpace\": 0\n          },\n          \"sampTimeBased\": {\n            \"timeInterval\": 0,\n            \"timeSpace\": 0\n          },\n          \"sampRandOutOfN\": {\n            \"size\": 0,\n            \"population\": 0\n          },\n          \"sampUniProb\": {\n            \"probability\": 0\n          },\n          \"filterMatch\": {\n            \"value\": \"Some value\",\n            \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n            \"ieId\": 1,\n            \"ieEnterpriseNumber\": \"0\"\n          },\n          \"filterHash\": {\n            \"hashFunction\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"initializerValue\": 0,\n            \"ipPayloadOffset\": 0,\n            \"ipPayloadSize\": 8,\n            \"digestOutput\": false,\n            \"selectedRange\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"cache\": \"Some cache\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"30a52c9a-30a5-4974-9e2f-41b77e1d1e1f"},{"name":"POST - NodeID - ietf-ipfix-psamp - selector","id":"9dffe5db-d10b-4978-92a7-93582f118b3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"selectAll\": \"<object>\",\n  \"sampCountBased\": {\n    \"packetInterval\": 0,\n    \"packetSpace\": 0\n  },\n  \"sampTimeBased\": {\n    \"timeInterval\": 0,\n    \"timeSpace\": 0\n  },\n  \"sampRandOutOfN\": {\n    \"size\": 0,\n    \"population\": 0\n  },\n  \"sampUniProb\": {\n    \"probability\": 0\n  },\n  \"filterMatch\": {\n    \"value\": \"Some value\",\n    \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n    \"ieId\": 1,\n    \"ieEnterpriseNumber\": \"0\"\n  },\n  \"filterHash\": {\n    \"hashFunction\": \"<string>\",\n    \"initializerValue\": 0,\n    \"ipPayloadOffset\": 0,\n    \"ipPayloadSize\": 8,\n    \"digestOutput\": false,\n    \"selectedRange\": [\n      {\n        \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n        \"min\": 0,\n        \"max\": 0\n      },\n      {\n        \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n        \"min\": 0,\n        \"max\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selector=<string>","description":"<p>List of Selectors that define the action of the\nSelection Process on a single packet.  The Selectors are\nserially invoked in the same order as they appear in this\nlist.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>","selector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0706b77e-fdc4-4b2d-b96d-01b3230bfef7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"selectAll\": \"<object>\",\n  \"sampCountBased\": {\n    \"packetInterval\": 0,\n    \"packetSpace\": 0\n  },\n  \"sampTimeBased\": {\n    \"timeInterval\": 0,\n    \"timeSpace\": 0\n  },\n  \"sampRandOutOfN\": {\n    \"size\": 0,\n    \"population\": 0\n  },\n  \"sampUniProb\": {\n    \"probability\": 0\n  },\n  \"filterMatch\": {\n    \"value\": \"Some value\",\n    \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n    \"ieId\": 1,\n    \"ieEnterpriseNumber\": \"0\"\n  },\n  \"filterHash\": {\n    \"hashFunction\": \"<string>\",\n    \"initializerValue\": 0,\n    \"ipPayloadOffset\": 0,\n    \"ipPayloadSize\": 8,\n    \"digestOutput\": false,\n    \"selectedRange\": [\n      {\n        \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n        \"min\": 0,\n        \"max\": 0\n      },\n      {\n        \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n        \"min\": 0,\n        \"max\": 0\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9dffe5db-d10b-4978-92a7-93582f118b3c"},{"name":"GET - NodeID - ietf-ipfix-psamp - selector","id":"1edb6013-573a-495c-a606-d6d9093993d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selector=<string>?content=<string>","description":"<p>List of Selectors that define the action of the\nSelection Process on a single packet.  The Selectors are\nserially invoked in the same order as they appear in this\nlist.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>","selector=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eead90eb-a734-459d-9076-8dfeff0fa03a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selector=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>","selector=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"selector\": [\n    {\n      \"name\": \"?:\\u000b \\u000b\\b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u0002\\b\\u0005\\u000b\\u0000\\u000b\\u000f\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"outputRangeMin\": 0,\n        \"outputRangeMax\": 0,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      },\n      \"packetsObserved\": 0,\n      \"packetsDropped\": 0,\n      \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n    },\n    {\n      \"name\": \"?:\\u000b \\u000b\\b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u0002\\b\\u0005\\u000b\\u0000\\u000b\\u000f\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"outputRangeMin\": 0,\n        \"outputRangeMax\": 0,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      },\n      \"packetsObserved\": 0,\n      \"packetsDropped\": 0,\n      \"selectorDiscontinuityTime\": \"?:7540-98-41T59:58:70Z\"\n    }\n  ]\n}"}],"_postman_id":"1edb6013-573a-495c-a606-d6d9093993d9"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - selector","id":"7c8c97e7-dcb8-436e-bbdd-b32b8b5138c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selector=<string>","description":"<p>List of Selectors that define the action of the\nSelection Process on a single packet.  The Selectors are\nserially invoked in the same order as they appear in this\nlist.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>","selector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f9ef1309-5bb6-43db-b982-dd748a0aab98","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c8c97e7-dcb8-436e-bbdd-b32b8b5138c6"},{"name":"PUT - NodeID - ietf-ipfix-psamp - selector","id":"0b3aa54a-25d8-48fc-bce1-0492ae2434e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"selector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selector=<string>","description":"<p>List of Selectors that define the action of the\nSelection Process on a single packet.  The Selectors are\nserially invoked in the same order as they appear in this\nlist.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>","selector=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7854c277-91b0-4832-a370-7b8c99478c3c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"selector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selector=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"20089aaa-6d99-49e7-99cb-15c7fd2cf914","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"selector\": [\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"?:\\u000b\\u000b\",\n      \"selectAll\": \"<object>\",\n      \"sampCountBased\": {\n        \"packetInterval\": 0,\n        \"packetSpace\": 0\n      },\n      \"sampTimeBased\": {\n        \"timeInterval\": 0,\n        \"timeSpace\": 0\n      },\n      \"sampRandOutOfN\": {\n        \"size\": 0,\n        \"population\": 0\n      },\n      \"sampUniProb\": {\n        \"probability\": 0\n      },\n      \"filterMatch\": {\n        \"value\": \"Some value\",\n        \"ieName\": \"?:\\u000b\\u0007煋푥\\u0000\",\n        \"ieId\": 1,\n        \"ieEnterpriseNumber\": \"0\"\n      },\n      \"filterHash\": {\n        \"hashFunction\": \"<string>\",\n        \"initializerValue\": 0,\n        \"ipPayloadOffset\": 0,\n        \"ipPayloadSize\": 8,\n        \"digestOutput\": false,\n        \"selectedRange\": [\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          },\n          {\n            \"name\": \"?:\\u000b \\n\\u0005\\u000b \\u0003\",\n            \"min\": 0,\n            \"max\": 0\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selector=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b3aa54a-25d8-48fc-bce1-0492ae2434e6"},{"name":"GET - NodeID - ietf-ipfix-psamp - selectionSequence","id":"c7415def-cbbe-401e-b735-ff27a116a71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selectionSequence?content=<string>","description":"<p>This list contains the Selection Sequence IDs\nthat are assigned by the Monitoring Device to distinguish\ndifferent Selection Sequences passing through the\nSelection Process.\nAs Selection Sequence IDs are unique per Observation\nDomain, the corresponding Observation Domain IDs are\nincluded as well.\nWith this information, it is possible to associate\nSelection Sequence (Statistics) Report Interpretations\nexported according to the PSAMP protocol with a Selection\nProcess in the configuration data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>","selectionSequence"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"361dd3f8-dea4-4ca2-88d0-a3ac6fa55e1d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/selectionProcess=<string>/selectionSequence?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","selectionProcess=<string>","selectionSequence"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"selectionSequence\": [\n    {\n      \"observationDomainId\": 0,\n      \"selectionSequenceId\": 0\n    },\n    {\n      \"observationDomainId\": 0,\n      \"selectionSequenceId\": 0\n    }\n  ]\n}"}],"_postman_id":"c7415def-cbbe-401e-b735-ff27a116a71f"},{"name":"POST - NodeID - ietf-ipfix-psamp - cache","id":"78053bac-7b6c-4614-bf23-410e2a7f6423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"immediateCache\": {\n    \"cacheLayout\": {\n      \"cacheField\": [\n        {\n          \"name\": \"?:\\u0005\\u0012\",\n          \"ieName\": \"?:ꝰ\\u000b\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        },\n        {\n          \"name\": \"?:\\u0005\\u0012\",\n          \"ieName\": \"?:ꝰ\\u000b\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        }\n      ]\n    }\n  },\n  \"timeoutCache\": {\n    \"maxFlows\": 0,\n    \"activeTimeout\": 0,\n    \"idleTimeout\": 0,\n    \"exportInterval\": 0,\n    \"cacheLayout\": {\n      \"cacheField\": [\n        {\n          \"name\": \"?:\\u0006\",\n          \"ieName\": \"?:Ί傚\\u000b\\u0005\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        },\n        {\n          \"name\": \"?:\\u0006\",\n          \"ieName\": \"?:Ί傚\\u000b\\u0005\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        }\n      ]\n    }\n  },\n  \"naturalCache\": {\n    \"maxFlows\": 0,\n    \"activeTimeout\": 0,\n    \"idleTimeout\": 0,\n    \"exportInterval\": 0,\n    \"cacheLayout\": {\n      \"cacheField\": [\n        {\n          \"name\": \"?:\\u001a\\n\\u0004\\u001bאַ\\u001f\",\n          \"ieName\": \"?:\\u0005\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        },\n        {\n          \"name\": \"?:\\u001a\\n\\u0004\\u001bאַ\\u001f\",\n          \"ieName\": \"?:\\u0005\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        }\n      ]\n    }\n  },\n  \"permanentCache\": {\n    \"maxFlows\": 0,\n    \"activeTimeout\": 0,\n    \"idleTimeout\": 0,\n    \"exportInterval\": 900,\n    \"cacheLayout\": {\n      \"cacheField\": [\n        {\n          \"name\": \"Some name\",\n          \"ieName\": \"?:\\u000b\\u000b\\u000bᔅ\\u0000\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"ieName\": \"?:\\u000b\\u000b\\u000bᔅ\\u0000\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        }\n      ]\n    }\n  },\n  \"exportingProcess\": [\n    \"Some exportingProcess\",\n    \"Some exportingProcess\"\n  ],\n  \"reporting-enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/cache=<string>","description":"<p>Cache of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","cache=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c6b72a01-c605-407e-b961-c7a5c0181732","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"immediateCache\": {\n    \"cacheLayout\": {\n      \"cacheField\": [\n        {\n          \"name\": \"?:\\u0005\\u0012\",\n          \"ieName\": \"?:ꝰ\\u000b\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        },\n        {\n          \"name\": \"?:\\u0005\\u0012\",\n          \"ieName\": \"?:ꝰ\\u000b\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        }\n      ]\n    }\n  },\n  \"timeoutCache\": {\n    \"maxFlows\": 0,\n    \"activeTimeout\": 0,\n    \"idleTimeout\": 0,\n    \"exportInterval\": 0,\n    \"cacheLayout\": {\n      \"cacheField\": [\n        {\n          \"name\": \"?:\\u0006\",\n          \"ieName\": \"?:Ί傚\\u000b\\u0005\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        },\n        {\n          \"name\": \"?:\\u0006\",\n          \"ieName\": \"?:Ί傚\\u000b\\u0005\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        }\n      ]\n    }\n  },\n  \"naturalCache\": {\n    \"maxFlows\": 0,\n    \"activeTimeout\": 0,\n    \"idleTimeout\": 0,\n    \"exportInterval\": 0,\n    \"cacheLayout\": {\n      \"cacheField\": [\n        {\n          \"name\": \"?:\\u001a\\n\\u0004\\u001bאַ\\u001f\",\n          \"ieName\": \"?:\\u0005\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        },\n        {\n          \"name\": \"?:\\u001a\\n\\u0004\\u001bאַ\\u001f\",\n          \"ieName\": \"?:\\u0005\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        }\n      ]\n    }\n  },\n  \"permanentCache\": {\n    \"maxFlows\": 0,\n    \"activeTimeout\": 0,\n    \"idleTimeout\": 0,\n    \"exportInterval\": 900,\n    \"cacheLayout\": {\n      \"cacheField\": [\n        {\n          \"name\": \"Some name\",\n          \"ieName\": \"?:\\u000b\\u000b\\u000bᔅ\\u0000\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"ieName\": \"?:\\u000b\\u000b\\u000bᔅ\\u0000\",\n          \"ieId\": 1,\n          \"ieLength\": 0,\n          \"ieEnterpriseNumber\": \"0\",\n          \"isFlowKey\": \"<object>\"\n        }\n      ]\n    }\n  },\n  \"exportingProcess\": [\n    \"Some exportingProcess\",\n    \"Some exportingProcess\"\n  ],\n  \"reporting-enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/cache=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78053bac-7b6c-4614-bf23-410e2a7f6423"},{"name":"GET - NodeID - ietf-ipfix-psamp - cache","id":"fc06b3a9-17db-4fe2-8ea5-6f8b25854643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/cache=<string>?content=<string>","description":"<p>Cache of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","cache=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"96bff064-d86f-4a93-8585-a379c7dd68ac","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/cache=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","cache=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cache\": [\n    {\n      \"name\": \"Some name\",\n      \"meteringProcessId\": 0,\n      \"dataRecords\": 0,\n      \"cacheDiscontinuityTime\": \"?:5353-56-32T84:43:72Z\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"activeFlows\": 0,\n        \"unusedCacheEntries\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"activeFlows\": 0,\n        \"unusedCacheEntries\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"activeFlows\": 0,\n        \"unusedCacheEntries\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false,\n      \"template-id\": 256\n    },\n    {\n      \"name\": \"Some name\",\n      \"meteringProcessId\": 0,\n      \"dataRecords\": 0,\n      \"cacheDiscontinuityTime\": \"?:5353-56-32T84:43:72Z\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"activeFlows\": 0,\n        \"unusedCacheEntries\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"activeFlows\": 0,\n        \"unusedCacheEntries\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"activeFlows\": 0,\n        \"unusedCacheEntries\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false,\n      \"template-id\": 256\n    }\n  ]\n}"}],"_postman_id":"fc06b3a9-17db-4fe2-8ea5-6f8b25854643"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - cache","id":"a1651106-e6ec-4ae1-8f1b-4a0e4494bf79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/cache=<string>","description":"<p>Cache of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","cache=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cc73d670-1917-4636-b654-3d9d12903d5e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/cache=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a1651106-e6ec-4ae1-8f1b-4a0e4494bf79"},{"name":"PUT - NodeID - ietf-ipfix-psamp - cache","id":"7129facf-2099-4139-8ad8-e65df04f2877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cache\": [\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/cache=<string>","description":"<p>Cache of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","cache=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"965dd5d0-b688-4a42-b10d-3743a4baa17f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cache\": [\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/cache=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0540a120-cd5b-4e24-885c-d846d05cf309","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cache\": [\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    },\n    {\n      \"name\": \"Some name\",\n      \"immediateCache\": {\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"timeoutCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"naturalCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 0,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"permanentCache\": {\n        \"maxFlows\": 0,\n        \"activeTimeout\": 0,\n        \"idleTimeout\": 0,\n        \"exportInterval\": 900,\n        \"cacheLayout\": {\n          \"cacheField\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"exportingProcess\": [\n        \"Some exportingProcess\",\n        \"Some exportingProcess\"\n      ],\n      \"reporting-enable\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/cache=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7129facf-2099-4139-8ad8-e65df04f2877"},{"name":"POST - NodeID - ietf-ipfix-psamp - exportingProcess","id":"1bd85367-2b5a-4d96-a536-4e88e02bcd22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"exportMode\": \"<string>\",\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    },\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    }\n  ],\n  \"options\": [\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    },\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    }\n  ],\n  \"re-transmission-timeout\": 60,\n  \"session-persistency\": \"on-demand\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>","description":"<p>Exporting Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a9a49667-43e9-4461-a6f5-6edf43af7c2e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"exportMode\": \"<string>\",\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    },\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    }\n  ],\n  \"options\": [\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    },\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    }\n  ],\n  \"re-transmission-timeout\": 60,\n  \"session-persistency\": \"on-demand\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1bd85367-2b5a-4d96-a536-4e88e02bcd22"},{"name":"GET - NodeID - ietf-ipfix-psamp - exportingProcess","id":"08a66edf-9ad5-452b-b299-64538186e1e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>?content=<string>","description":"<p>Exporting Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"76c953c2-7441-47fa-a931-e454786f1ffd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exportingProcess\": [\n    {\n      \"name\": \"Some name\",\n      \"exportingProcessId\": 0,\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$받銨\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10,\n            \"bytes\": 0,\n            \"messages\": 0,\n            \"discardedMessages\": 0,\n            \"records\": 0,\n            \"templates\": 0,\n            \"optionsTemplates\": 0,\n            \"fileWriterDiscontinuityTime\": \"?:7598-53-32T86:16:40-13:80\",\n            \"template\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$받銨\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10,\n            \"bytes\": 0,\n            \"messages\": 0,\n            \"discardedMessages\": 0,\n            \"records\": 0,\n            \"templates\": 0,\n            \"optionsTemplates\": 0,\n            \"fileWriterDiscontinuityTime\": \"?:7598-53-32T86:16:40-13:80\",\n            \"template\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"exportingProcessId\": 0,\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$받銨\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10,\n            \"bytes\": 0,\n            \"messages\": 0,\n            \"discardedMessages\": 0,\n            \"records\": 0,\n            \"templates\": 0,\n            \"optionsTemplates\": 0,\n            \"fileWriterDiscontinuityTime\": \"?:7598-53-32T86:16:40-13:80\",\n            \"template\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transportSession\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$받銨\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10,\n            \"bytes\": 0,\n            \"messages\": 0,\n            \"discardedMessages\": 0,\n            \"records\": 0,\n            \"templates\": 0,\n            \"optionsTemplates\": 0,\n            \"fileWriterDiscontinuityTime\": \"?:7598-53-32T86:16:40-13:80\",\n            \"template\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    }\n  ]\n}"}],"_postman_id":"08a66edf-9ad5-452b-b299-64538186e1e5"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - exportingProcess","id":"c81a6419-1075-42d9-a5eb-27b364f13eb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>","description":"<p>Exporting Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"afd9a055-1ff9-42bf-bf11-548bbbcd6434","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c81a6419-1075-42d9-a5eb-27b364f13eb5"},{"name":"PUT - NodeID - ietf-ipfix-psamp - exportingProcess","id":"1846c166-d6db-4528-9b7c-332b6e51c55f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"exportingProcess\": [\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>","description":"<p>Exporting Process of the Monitoring Device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fc26f3ca-b42c-4318-9025-925324bdb066","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"exportingProcess\": [\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"02179328-3b4a-45cc-b67e-c50ef52847f6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"exportingProcess\": [\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"exportMode\": \"<string>\",\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        },\n        {\n          \"name\": \"Some name\",\n          \"sctpExporter\": {\n            \"sourceIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"destinationIPAddress\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"timedReliability\": \"0\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"udpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"maxPacketSize\": 0,\n            \"templateRefreshTimeout\": 600,\n            \"optionsTemplateRefreshTimeout\": 600,\n            \"templateRefreshPacket\": 0,\n            \"optionsTemplateRefreshPacket\": 0,\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 0,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcpExporter\": {\n            \"destinationIPAddress\": \"<string>\",\n            \"sourceIPAddress\": \"<string>\",\n            \"ipfixVersion\": 10,\n            \"destinationPort\": 4739,\n            \"ifIndex\": 0,\n            \"ifName\": \"Some ifName\",\n            \"sendBufferSize\": 0,\n            \"rateLimit\": 0,\n            \"transportLayerSecurity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"username\": \"Some username\",\n            \"password\": \"?:$0$ᕷ\",\n            \"session-randomisation-window\": \"0\"\n          },\n          \"fileWriter\": {\n            \"file\": \"Some file\",\n            \"ipfixVersion\": 10\n          },\n          \"priority\": 1\n        }\n      ],\n      \"options\": [\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        },\n        {\n          \"optionsType\": \"<string>\",\n          \"name\": \"?:\\u000b\",\n          \"optionsTimeout\": 0\n        }\n      ],\n      \"re-transmission-timeout\": 60,\n      \"session-persistency\": \"on-demand\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1846c166-d6db-4528-9b7c-332b6e51c55f"},{"name":"POST - NodeID - ietf-ipfix-psamp - revert","id":"41d057f3-a375-4685-906d-cff1ec342ee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/nokia-ipfix:revert","description":"<p>Revert the transport session to primary collector. This\nparameter is only applicable for fallback mode.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","nokia-ipfix:revert"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d4122998-0fc8-42c9-b8f4-d6b36186978a","name":"RPC revert success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/nokia-ipfix:revert"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41d057f3-a375-4685-906d-cff1ec342ee4"},{"name":"POST - NodeID - ietf-ipfix-psamp - destination","id":"028a0ce5-0dae-4fdb-88c7-f25151ed1470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sctpExporter\": {\n    \"sourceIPAddress\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"destinationIPAddress\": [\n      \"<string>\"\n    ],\n    \"timedReliability\": \"0\",\n    \"ipfixVersion\": 10,\n    \"destinationPort\": 0,\n    \"ifIndex\": 0,\n    \"ifName\": \"Some ifName\",\n    \"sendBufferSize\": 0,\n    \"rateLimit\": 0,\n    \"transportLayerSecurity\": {\n      \"localCertificationAuthorityDN\": [\n        \"Some localCertificationAuthorityDN\",\n        \"Some localCertificationAuthorityDN\"\n      ],\n      \"localSubjectDN\": [\n        \"Some localSubjectDN\",\n        \"Some localSubjectDN\"\n      ],\n      \"localSubjectFQDN\": [\n        \"?:g28_k\",\n        \"?:g28_k\"\n      ],\n      \"remoteCertificationAuthorityDN\": [\n        \"Some remoteCertificationAuthorityDN\",\n        \"Some remoteCertificationAuthorityDN\"\n      ],\n      \"remoteSubjectDN\": [\n        \"Some remoteSubjectDN\",\n        \"Some remoteSubjectDN\"\n      ],\n      \"remoteSubjectFQDN\": [\n        \"?:y\",\n        \"?:y\"\n      ]\n    }\n  },\n  \"udpExporter\": {\n    \"destinationIPAddress\": \"<string>\",\n    \"sourceIPAddress\": \"<string>\",\n    \"maxPacketSize\": 0,\n    \"templateRefreshTimeout\": 600,\n    \"optionsTemplateRefreshTimeout\": 600,\n    \"templateRefreshPacket\": 0,\n    \"optionsTemplateRefreshPacket\": 0,\n    \"ipfixVersion\": 10,\n    \"destinationPort\": 0,\n    \"ifIndex\": 0,\n    \"ifName\": \"Some ifName\",\n    \"sendBufferSize\": 0,\n    \"rateLimit\": 0,\n    \"transportLayerSecurity\": {\n      \"localCertificationAuthorityDN\": [\n        \"Some localCertificationAuthorityDN\",\n        \"Some localCertificationAuthorityDN\"\n      ],\n      \"localSubjectDN\": [\n        \"Some localSubjectDN\",\n        \"Some localSubjectDN\"\n      ],\n      \"localSubjectFQDN\": [\n        \"?:C\",\n        \"?:C\"\n      ],\n      \"remoteCertificationAuthorityDN\": [\n        \"Some remoteCertificationAuthorityDN\",\n        \"Some remoteCertificationAuthorityDN\"\n      ],\n      \"remoteSubjectDN\": [\n        \"Some remoteSubjectDN\",\n        \"Some remoteSubjectDN\"\n      ],\n      \"remoteSubjectFQDN\": [\n        \".\",\n        \".\"\n      ]\n    }\n  },\n  \"tcpExporter\": {\n    \"destinationIPAddress\": \"<string>\",\n    \"sourceIPAddress\": \"<string>\",\n    \"ipfixVersion\": 10,\n    \"destinationPort\": 4739,\n    \"ifIndex\": 0,\n    \"ifName\": \"Some ifName\",\n    \"sendBufferSize\": 0,\n    \"rateLimit\": 0,\n    \"transportLayerSecurity\": {\n      \"localCertificationAuthorityDN\": [\n        \"Some localCertificationAuthorityDN\",\n        \"Some localCertificationAuthorityDN\"\n      ],\n      \"localSubjectDN\": [\n        \"Some localSubjectDN\",\n        \"Some localSubjectDN\"\n      ],\n      \"localSubjectFQDN\": [\n        \"?:Q-b.B3x_-G\",\n        \"?:Q-b.B3x_-G\"\n      ],\n      \"remoteCertificationAuthorityDN\": [\n        \"Some remoteCertificationAuthorityDN\",\n        \"Some remoteCertificationAuthorityDN\"\n      ],\n      \"remoteSubjectDN\": [\n        \"Some remoteSubjectDN\",\n        \"Some remoteSubjectDN\"\n      ],\n      \"remoteSubjectFQDN\": [\n        \".\",\n        \".\"\n      ]\n    },\n    \"username\": \"Some username\",\n    \"password\": \"?:$0$ᕷ\",\n    \"session-randomisation-window\": \"0\"\n  },\n  \"fileWriter\": {\n    \"file\": \"Some file\",\n    \"ipfixVersion\": 10\n  },\n  \"priority\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/destination=<string>","description":"<p>List of export destinations.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","destination=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ce5245f7-d1dc-492d-a6e7-f35a2168d409","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sctpExporter\": {\n    \"sourceIPAddress\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"destinationIPAddress\": [\n      \"<string>\"\n    ],\n    \"timedReliability\": \"0\",\n    \"ipfixVersion\": 10,\n    \"destinationPort\": 0,\n    \"ifIndex\": 0,\n    \"ifName\": \"Some ifName\",\n    \"sendBufferSize\": 0,\n    \"rateLimit\": 0,\n    \"transportLayerSecurity\": {\n      \"localCertificationAuthorityDN\": [\n        \"Some localCertificationAuthorityDN\",\n        \"Some localCertificationAuthorityDN\"\n      ],\n      \"localSubjectDN\": [\n        \"Some localSubjectDN\",\n        \"Some localSubjectDN\"\n      ],\n      \"localSubjectFQDN\": [\n        \"?:g28_k\",\n        \"?:g28_k\"\n      ],\n      \"remoteCertificationAuthorityDN\": [\n        \"Some remoteCertificationAuthorityDN\",\n        \"Some remoteCertificationAuthorityDN\"\n      ],\n      \"remoteSubjectDN\": [\n        \"Some remoteSubjectDN\",\n        \"Some remoteSubjectDN\"\n      ],\n      \"remoteSubjectFQDN\": [\n        \"?:y\",\n        \"?:y\"\n      ]\n    }\n  },\n  \"udpExporter\": {\n    \"destinationIPAddress\": \"<string>\",\n    \"sourceIPAddress\": \"<string>\",\n    \"maxPacketSize\": 0,\n    \"templateRefreshTimeout\": 600,\n    \"optionsTemplateRefreshTimeout\": 600,\n    \"templateRefreshPacket\": 0,\n    \"optionsTemplateRefreshPacket\": 0,\n    \"ipfixVersion\": 10,\n    \"destinationPort\": 0,\n    \"ifIndex\": 0,\n    \"ifName\": \"Some ifName\",\n    \"sendBufferSize\": 0,\n    \"rateLimit\": 0,\n    \"transportLayerSecurity\": {\n      \"localCertificationAuthorityDN\": [\n        \"Some localCertificationAuthorityDN\",\n        \"Some localCertificationAuthorityDN\"\n      ],\n      \"localSubjectDN\": [\n        \"Some localSubjectDN\",\n        \"Some localSubjectDN\"\n      ],\n      \"localSubjectFQDN\": [\n        \"?:C\",\n        \"?:C\"\n      ],\n      \"remoteCertificationAuthorityDN\": [\n        \"Some remoteCertificationAuthorityDN\",\n        \"Some remoteCertificationAuthorityDN\"\n      ],\n      \"remoteSubjectDN\": [\n        \"Some remoteSubjectDN\",\n        \"Some remoteSubjectDN\"\n      ],\n      \"remoteSubjectFQDN\": [\n        \".\",\n        \".\"\n      ]\n    }\n  },\n  \"tcpExporter\": {\n    \"destinationIPAddress\": \"<string>\",\n    \"sourceIPAddress\": \"<string>\",\n    \"ipfixVersion\": 10,\n    \"destinationPort\": 4739,\n    \"ifIndex\": 0,\n    \"ifName\": \"Some ifName\",\n    \"sendBufferSize\": 0,\n    \"rateLimit\": 0,\n    \"transportLayerSecurity\": {\n      \"localCertificationAuthorityDN\": [\n        \"Some localCertificationAuthorityDN\",\n        \"Some localCertificationAuthorityDN\"\n      ],\n      \"localSubjectDN\": [\n        \"Some localSubjectDN\",\n        \"Some localSubjectDN\"\n      ],\n      \"localSubjectFQDN\": [\n        \"?:Q-b.B3x_-G\",\n        \"?:Q-b.B3x_-G\"\n      ],\n      \"remoteCertificationAuthorityDN\": [\n        \"Some remoteCertificationAuthorityDN\",\n        \"Some remoteCertificationAuthorityDN\"\n      ],\n      \"remoteSubjectDN\": [\n        \"Some remoteSubjectDN\",\n        \"Some remoteSubjectDN\"\n      ],\n      \"remoteSubjectFQDN\": [\n        \".\",\n        \".\"\n      ]\n    },\n    \"username\": \"Some username\",\n    \"password\": \"?:$0$ᕷ\",\n    \"session-randomisation-window\": \"0\"\n  },\n  \"fileWriter\": {\n    \"file\": \"Some file\",\n    \"ipfixVersion\": 10\n  },\n  \"priority\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/destination=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"028a0ce5-0dae-4fdb-88c7-f25151ed1470"},{"name":"GET - NodeID - ietf-ipfix-psamp - destination","id":"ab94f84a-7e46-408e-be82-ca270c785a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/destination=<string>?content=<string>","description":"<p>List of export destinations.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","destination=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cedf6a45-1c11-45dc-9581-5deaf8384d01","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/destination=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","destination=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:hpC-B\",\n            \"?:hpC-B\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:_--4S.\",\n            \"?:_--4S.\"\n          ]\n        },\n        \"transportSession\": {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:1171-10-61T23:81:69-10:20\",\n          \"transportSessionDiscontinuityTime\": \"?:8470-64-70T20:76:80Z\",\n          \"template\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:c-b.\",\n            \"?:c-b.\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"transportSession\": {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:6558-04-11T04:18:27Z\",\n          \"transportSessionDiscontinuityTime\": \"?:7506-16-95T26:17:52Z\",\n          \"template\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \".\",\n            \".\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"transportSession\": {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:6007-68-40T23:77:62-81:66\",\n          \"transportSessionDiscontinuityTime\": \"?:7288-43-66T19:73:06-12:44\",\n          \"template\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$받銨\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10,\n        \"bytes\": 0,\n        \"messages\": 0,\n        \"discardedMessages\": 0,\n        \"records\": 0,\n        \"templates\": 0,\n        \"optionsTemplates\": 0,\n        \"fileWriterDiscontinuityTime\": \"?:7598-53-32T86:16:40-13:80\",\n        \"template\": [\n          {\n            \"observationDomainId\": 0,\n            \"templateId\": 256,\n            \"setId\": 0,\n            \"accessTime\": \"?:1549-69-69T44:00:27+78:89\",\n            \"templateDataRecords\": 0,\n            \"templateDiscontinuityTime\": \"?:8089-03-40T80:80:84.1Z\",\n            \"field\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"observationDomainId\": 0,\n            \"templateId\": 256,\n            \"setId\": 0,\n            \"accessTime\": \"?:1549-69-69T44:00:27+78:89\",\n            \"templateDataRecords\": 0,\n            \"templateDiscontinuityTime\": \"?:8089-03-40T80:80:84.1Z\",\n            \"field\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"priority\": 1\n    },\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:hpC-B\",\n            \"?:hpC-B\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:_--4S.\",\n            \"?:_--4S.\"\n          ]\n        },\n        \"transportSession\": {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:1171-10-61T23:81:69-10:20\",\n          \"transportSessionDiscontinuityTime\": \"?:8470-64-70T20:76:80Z\",\n          \"template\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:c-b.\",\n            \"?:c-b.\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"transportSession\": {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:6558-04-11T04:18:27Z\",\n          \"transportSessionDiscontinuityTime\": \"?:7506-16-95T26:17:52Z\",\n          \"template\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \".\",\n            \".\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"transportSession\": {\n          \"ipfixVersion\": 0,\n          \"sourceAddress\": \"<string>\",\n          \"destinationAddress\": \"<string>\",\n          \"sourcePort\": 0,\n          \"destinationPort\": 0,\n          \"sctpAssocId\": 0,\n          \"status\": \"inactive\",\n          \"rate\": 0,\n          \"bytes\": 0,\n          \"messages\": 0,\n          \"discardedMessages\": 0,\n          \"records\": 0,\n          \"templates\": 0,\n          \"optionsTemplates\": 0,\n          \"transportSessionStartTime\": \"?:6007-68-40T23:77:62-81:66\",\n          \"transportSessionDiscontinuityTime\": \"?:7288-43-66T19:73:06-12:44\",\n          \"template\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$받銨\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10,\n        \"bytes\": 0,\n        \"messages\": 0,\n        \"discardedMessages\": 0,\n        \"records\": 0,\n        \"templates\": 0,\n        \"optionsTemplates\": 0,\n        \"fileWriterDiscontinuityTime\": \"?:7598-53-32T86:16:40-13:80\",\n        \"template\": [\n          {\n            \"observationDomainId\": 0,\n            \"templateId\": 256,\n            \"setId\": 0,\n            \"accessTime\": \"?:1549-69-69T44:00:27+78:89\",\n            \"templateDataRecords\": 0,\n            \"templateDiscontinuityTime\": \"?:8089-03-40T80:80:84.1Z\",\n            \"field\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"observationDomainId\": 0,\n            \"templateId\": 256,\n            \"setId\": 0,\n            \"accessTime\": \"?:1549-69-69T44:00:27+78:89\",\n            \"templateDataRecords\": 0,\n            \"templateDiscontinuityTime\": \"?:8089-03-40T80:80:84.1Z\",\n            \"field\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      \"priority\": 1\n    }\n  ]\n}"}],"_postman_id":"ab94f84a-7e46-408e-be82-ca270c785a20"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - destination","id":"58395bf9-5732-450e-95b1-ae5afcd6c3b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/destination=<string>","description":"<p>List of export destinations.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","destination=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d2785eeb-79ef-4dbc-8285-606f15ec777e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/destination=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"58395bf9-5732-450e-95b1-ae5afcd6c3b7"},{"name":"PUT - NodeID - ietf-ipfix-psamp - destination","id":"3f30f0ce-3099-4e57-a849-5cb90d083bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    },\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/destination=<string>","description":"<p>List of export destinations.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","destination=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dde521a9-2027-4535-b12f-82dc4db87048","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    },\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/destination=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"941493b0-9d79-41ce-a363-af9dec21a43b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    },\n    {\n      \"name\": \"Some name\",\n      \"sctpExporter\": {\n        \"sourceIPAddress\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"destinationIPAddress\": [\n          \"<string>\"\n        ],\n        \"timedReliability\": \"0\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:g28_k\",\n            \"?:g28_k\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \"?:y\",\n            \"?:y\"\n          ]\n        }\n      },\n      \"udpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"maxPacketSize\": 0,\n        \"templateRefreshTimeout\": 600,\n        \"optionsTemplateRefreshTimeout\": 600,\n        \"templateRefreshPacket\": 0,\n        \"optionsTemplateRefreshPacket\": 0,\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 0,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:C\",\n            \"?:C\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        }\n      },\n      \"tcpExporter\": {\n        \"destinationIPAddress\": \"<string>\",\n        \"sourceIPAddress\": \"<string>\",\n        \"ipfixVersion\": 10,\n        \"destinationPort\": 4739,\n        \"ifIndex\": 0,\n        \"ifName\": \"Some ifName\",\n        \"sendBufferSize\": 0,\n        \"rateLimit\": 0,\n        \"transportLayerSecurity\": {\n          \"localCertificationAuthorityDN\": [\n            \"Some localCertificationAuthorityDN\",\n            \"Some localCertificationAuthorityDN\"\n          ],\n          \"localSubjectDN\": [\n            \"Some localSubjectDN\",\n            \"Some localSubjectDN\"\n          ],\n          \"localSubjectFQDN\": [\n            \"?:Q-b.B3x_-G\",\n            \"?:Q-b.B3x_-G\"\n          ],\n          \"remoteCertificationAuthorityDN\": [\n            \"Some remoteCertificationAuthorityDN\",\n            \"Some remoteCertificationAuthorityDN\"\n          ],\n          \"remoteSubjectDN\": [\n            \"Some remoteSubjectDN\",\n            \"Some remoteSubjectDN\"\n          ],\n          \"remoteSubjectFQDN\": [\n            \".\",\n            \".\"\n          ]\n        },\n        \"username\": \"Some username\",\n        \"password\": \"?:$0$ᕷ\",\n        \"session-randomisation-window\": \"0\"\n      },\n      \"fileWriter\": {\n        \"file\": \"Some file\",\n        \"ipfixVersion\": 10\n      },\n      \"priority\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/destination=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f30f0ce-3099-4e57-a849-5cb90d083bf7"},{"name":"POST - NodeID - ietf-ipfix-psamp - options","id":"aa3fa064-8064-4675-9643-2770aa814027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"optionsType\": \"<string>\",\n  \"optionsTimeout\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/options=<string>","description":"<p>List of options reported by the Exporting\nProcess.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","options=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"61949d1c-a2c0-43fe-b838-9d43bc917780","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"optionsType\": \"<string>\",\n  \"optionsTimeout\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/options=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa3fa064-8064-4675-9643-2770aa814027"},{"name":"GET - NodeID - ietf-ipfix-psamp - options","id":"fba5a408-b3a4-47de-a58e-bf020c303ca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/options=<string>?content=<string>","description":"<p>List of options reported by the Exporting\nProcess.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","options=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"328cc9a6-b609-4b91-8e96-5d5c16706004","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/options=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","options=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"options\": [\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\",\n      \"optionsTimeout\": 0\n    },\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\",\n      \"optionsTimeout\": 0\n    }\n  ]\n}"}],"_postman_id":"fba5a408-b3a4-47de-a58e-bf020c303ca9"},{"name":"DELETE - NodeID - ietf-ipfix-psamp - options","id":"7aad07d8-c9f0-4738-a8da-b3d668774ffa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/options=<string>","description":"<p>List of options reported by the Exporting\nProcess.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","options=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"020cebe7-c1fd-416d-848d-2f8d0a5a3093","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/options=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7aad07d8-c9f0-4738-a8da-b3d668774ffa"},{"name":"PUT - NodeID - ietf-ipfix-psamp - options","id":"f6a34741-d7d5-4d72-86dc-1c42f02fc693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"options\": [\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    },\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/options=<string>","description":"<p>List of options reported by the Exporting\nProcess.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-ipfix-psamp:ipfix","exportingProcess=<string>","options=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"306e4e68-a8b7-42b7-8004-b470bc37e168","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"options\": [\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    },\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/options=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cdd7077b-1c1f-4c8f-9b59-5087ba19191d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"options\": [\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    },\n    {\n      \"optionsType\": \"<string>\",\n      \"name\": \"?:\\u000b\",\n      \"optionsTimeout\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-ipfix-psamp:ipfix/exportingProcess=<string>/options=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f6a34741-d7d5-4d72-86dc-1c42f02fc693"}],"id":"b8575cb3-76ad-457b-885a-117e062b1bc0","description":"<h1 id=\"ipfix-and-psamp-protocols-rfc-6759\">IPFIX and PSAMP Protocols RFC 6759</h1>\n<p>Internet Protocol Flow Information Export (IPFIX) and Packet Sampling (PSAMP) Protocols are defined by RFC 6759 and RFC7011.</p>\n<p><img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/ipfix.png\" alt /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IPFIX</td>\n<td>Internet Protocol Flow Information Export is an IETF protocol and is a universal standard for exporting IP flow information from routers, probes and devices into monitoring, metering and other mediation systems like accountingand billing. IPFIX is a push protocol used to share messages about observable packet flow.</td>\n</tr>\n<tr>\n<td>PSAMP</td>\n<td>Packet Sampling Reports defined by IETF's RFC7011 aims at making traffic measurements for network operators more efficient and less error-prone while remaining standards compliant.</td>\n</tr>\n</tbody>\n</table>\n</div><p>This is used by <a href=\"http://skydive.network/\">Skydive.network for SDN Realtime Virtuals</a> and others to monitor health of the network.</p>\n","_postman_id":"b8575cb3-76ad-457b-885a-117e062b1bc0"},{"name":"mounted NodeID ietf-keystore","item":[{"name":"POST - NodeID - ietf-keystore - keystore","id":"cbb0930d-0cc6-44b1-8f3d-48659c774bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asymmetric-keys\": {\n    \"asymmetric-key\": [\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore","description":"<p>The keystore contains a list of keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7495a04c-c72e-4e97-b7c8-5385b8d64f4e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"asymmetric-keys\": {\n    \"asymmetric-key\": [\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbb0930d-0cc6-44b1-8f3d-48659c774bb1"},{"name":"GET - NodeID - ietf-keystore - keystore","id":"3d9cbd85-4724-49b8-b79c-f39e92ed45ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore?content=<string>","description":"<p>The keystore contains a list of keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a43f2c67-f964-447e-bce6-5a5bc159dceb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"keystore\": {\n    \"asymmetric-keys\": {\n      \"asymmetric-key\": [\n        {\n          \"name\": \"Some name\",\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"3d9cbd85-4724-49b8-b79c-f39e92ed45ea"},{"name":"DELETE - NodeID - ietf-keystore - keystore","id":"6231ca84-f1b9-4bc4-9e92-e60c95baadb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore","description":"<p>The keystore contains a list of keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ca2f2bc-b9d0-44b5-a10b-47fdda8ecaad","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6231ca84-f1b9-4bc4-9e92-e60c95baadb8"},{"name":"PUT - NodeID - ietf-keystore - keystore","id":"64bd3451-5517-478f-b069-556058e627c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keystore\": {\n    \"asymmetric-keys\": {\n      \"asymmetric-key\": [\n        {\n          \"name\": \"Some name\",\n          \"certificates\": {\n            \"certificate\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"certificates\": {\n            \"certificate\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore","description":"<p>The keystore contains a list of keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"23e5d4d8-fe84-46e9-aaba-91a3174236b1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"keystore\": {\n    \"asymmetric-keys\": {\n      \"asymmetric-key\": [\n        {\n          \"name\": \"Some name\",\n          \"certificates\": {\n            \"certificate\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"certificates\": {\n            \"certificate\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"94af50fa-280a-4741-9b7f-8c09e614619c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"keystore\": {\n    \"asymmetric-keys\": {\n      \"asymmetric-key\": [\n        {\n          \"name\": \"Some name\",\n          \"certificates\": {\n            \"certificate\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"certificates\": {\n            \"certificate\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"64bd3451-5517-478f-b069-556058e627c3"},{"name":"POST - NodeID - ietf-keystore - asymmetric-keys","id":"eee43d17-4b1f-4e3e-aefd-d69114339224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asymmetric-key\": [\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys","description":"<p>A list of asymmetric keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"db27da37-a3e2-4704-aeda-eb754dd868b8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"asymmetric-key\": [\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eee43d17-4b1f-4e3e-aefd-d69114339224"},{"name":"GET - NodeID - ietf-keystore - asymmetric-keys","id":"a15b2986-3f1b-4a9a-8614-143edf729735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys?content=<string>","description":"<p>A list of asymmetric keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"03d725ff-de76-46c3-af66-59b16f671c74","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"asymmetric-keys\": {\n    \"asymmetric-key\": [\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a15b2986-3f1b-4a9a-8614-143edf729735"},{"name":"DELETE - NodeID - ietf-keystore - asymmetric-keys","id":"788909f4-4d48-436f-a83e-c2e9ef55b9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys","description":"<p>A list of asymmetric keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dc09669a-1b57-46e4-a92e-abf9a61ed10b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"788909f4-4d48-436f-a83e-c2e9ef55b9a3"},{"name":"PUT - NodeID - ietf-keystore - asymmetric-keys","id":"65e89926-99a8-4bb7-8463-015344b392e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asymmetric-keys\": {\n    \"asymmetric-key\": [\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys","description":"<p>A list of asymmetric keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9376e1de-8978-45ce-afb6-ca80d24dbe6a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"asymmetric-keys\": {\n    \"asymmetric-key\": [\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5877fe3d-a1c7-472d-9479-e75998d4602a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"asymmetric-keys\": {\n    \"asymmetric-key\": [\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"certificates\": {\n          \"certificate\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"65e89926-99a8-4bb7-8463-015344b392e1"},{"name":"POST - NodeID - ietf-keystore - asymmetric-key","id":"131b8129-fef3-4cdf-9697-cd8e006f7144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"certificates\": {\n    \"certificate\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      }\n    ]\n  },\n  \"private-key\": \"<string>\",\n  \"algorithm\": \"<string>\",\n  \"public-key\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>","description":"<p>An asymmetric key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1f127e82-7460-454b-8817-6f7c6ea54bb9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"certificates\": {\n    \"certificate\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      }\n    ]\n  },\n  \"private-key\": \"<string>\",\n  \"algorithm\": \"<string>\",\n  \"public-key\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"131b8129-fef3-4cdf-9697-cd8e006f7144"},{"name":"GET - NodeID - ietf-keystore - asymmetric-key","id":"1bea595f-a09c-4fc3-a80a-8053e0a634d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>?content=<string>","description":"<p>An asymmetric key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"74613cf9-c065-4dba-a459-85263337522b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"asymmetric-key\": [\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    }\n  ]\n}"}],"_postman_id":"1bea595f-a09c-4fc3-a80a-8053e0a634d0"},{"name":"DELETE - NodeID - ietf-keystore - asymmetric-key","id":"e684ae0f-57bd-42e1-b3f3-da3bcc84881d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>","description":"<p>An asymmetric key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"559e6b81-d64f-46fe-818e-92ad73066b11","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e684ae0f-57bd-42e1-b3f3-da3bcc84881d"},{"name":"PUT - NodeID - ietf-keystore - asymmetric-key","id":"dab2805e-c5d0-49e1-9d9a-452628d4db54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asymmetric-key\": [\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>","description":"<p>An asymmetric key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"38587d67-41c8-45d9-aac3-049a4900a8cb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"asymmetric-key\": [\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ef0744c9-01cf-4682-9200-51c01cae9c07","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"asymmetric-key\": [\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"cert\": \"<byte>\"\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dab2805e-c5d0-49e1-9d9a-452628d4db54"},{"name":"POST - NodeID - ietf-keystore - generate-certificate-signing-request","id":"5acc8fde-4450-4226-89a7-fb675bd123d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"subject\": \"<byte>\",\n    \"attributes\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/generate-certificate-signing-request","description":"<p>Generates a certificate signing request structure for\nthe associated asymmetric key using the passed subject\nand attribute values.  The specified assertions need\nto be appropriate for the certificate's use.  For\nexample, an entity certificate for a TLS server\nSHOULD have values that enable clients to satisfy\nRFC 6125 processing.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","generate-certificate-signing-request"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dd5215f8-6a52-48a4-8aaa-1d73a3fa2582","name":"RPC generate-certificate-signing-request success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"subject\": \"<byte>\",\n    \"attributes\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/generate-certificate-signing-request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"certificate-signing-request\": \"<byte>\"\n  }\n}"}],"_postman_id":"5acc8fde-4450-4226-89a7-fb675bd123d3"},{"name":"POST - NodeID - ietf-keystore - generate-hidden-key","id":"b746a1c3-c125-49ee-b686-5d786e74ff8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"algorithm\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/generate-hidden-key","description":"<p>Requests the device to generate a hidden key using the\nspecified asymmetric key algorithm.  This action is\nused to request the system to generate a key that\nis 'permanently-hidden', perhaps protected by a\ncryptographic hardware module.  The resulting\nasymmetric key values are considered operational\nstate and hence present only in .</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","generate-hidden-key"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f69d516c-960d-45cb-b71d-4b4760845121","name":"RPC generate-hidden-key success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"algorithm\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/generate-hidden-key"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b746a1c3-c125-49ee-b686-5d786e74ff8f"},{"name":"POST - NodeID - ietf-keystore - install-hidden-key","id":"c94f75f8-68c2-46ba-92d5-1cfdfe1c67e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"algorithm\": \"<string>\",\n    \"public-key\": \"<byte>\",\n    \"private-key\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/install-hidden-key","description":"<p>Requests the device to load the specified values into\na hidden key.  The resulting asymmetric key values are\nconsidered operational state and hence present only in\n.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","install-hidden-key"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b86eca31-6c35-41cc-8164-c4aecc9fe072","name":"RPC install-hidden-key success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"algorithm\": \"<string>\",\n    \"public-key\": \"<byte>\",\n    \"private-key\": \"<byte>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/install-hidden-key"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c94f75f8-68c2-46ba-92d5-1cfdfe1c67e5"},{"name":"POST - NodeID - ietf-keystore - certificates","id":"d9496c33-2c74-48c0-85f7-8505e13ce836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates","description":"<p>Certificates associated with this asymmetric key.\nMore than one certificate supports, for instance,\na TPM-protected asymmetric key that has both IDevID\nand LDevID certificates associated.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0acd8d46-0d78-472c-9058-751f2efce3e2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9496c33-2c74-48c0-85f7-8505e13ce836"},{"name":"GET - NodeID - ietf-keystore - certificates","id":"33d2c959-f89e-47ec-8a33-f9be202ebf54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates?content=<string>","description":"<p>Certificates associated with this asymmetric key.\nMore than one certificate supports, for instance,\na TPM-protected asymmetric key that has both IDevID\nand LDevID certificates associated.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e568b498-9d99-46a6-b726-8b2d979889ab","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"certificates\": {\n    \"certificate\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"33d2c959-f89e-47ec-8a33-f9be202ebf54"},{"name":"DELETE - NodeID - ietf-keystore - certificates","id":"87922107-56b8-45b4-a228-ff03db468b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates","description":"<p>Certificates associated with this asymmetric key.\nMore than one certificate supports, for instance,\na TPM-protected asymmetric key that has both IDevID\nand LDevID certificates associated.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2050a0d6-cabb-4316-981f-b2067da57a85","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"87922107-56b8-45b4-a228-ff03db468b25"},{"name":"PUT - NodeID - ietf-keystore - certificates","id":"0f4d9f2a-fc6c-4865-968d-63dffe802a3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"certificates\": {\n    \"certificate\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates","description":"<p>Certificates associated with this asymmetric key.\nMore than one certificate supports, for instance,\na TPM-protected asymmetric key that has both IDevID\nand LDevID certificates associated.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f2bb900b-d696-4f32-8abc-98050cd3bbfb","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificates\": {\n    \"certificate\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cfbbc8fd-04a1-403c-8b1c-3ac2bf702884","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificates\": {\n    \"certificate\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": \"<byte>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f4d9f2a-fc6c-4865-968d-63dffe802a3b"},{"name":"POST - NodeID - ietf-keystore - certificate","id":"2258cfac-a685-42be-8c89-5e29aae9001b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates/certificate=<string>","description":"<p>A certificate for this asymmetric key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates","certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d056e366-24e3-4e2f-a99e-b4d514a69560","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cert\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates/certificate=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2258cfac-a685-42be-8c89-5e29aae9001b"},{"name":"GET - NodeID - ietf-keystore - certificate","id":"6363e5df-e3b3-494e-a9d9-9f0a4134d301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates/certificate=<string>?content=<string>","description":"<p>A certificate for this asymmetric key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates","certificate=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f239478a-9e2f-4068-afd0-77652d27061b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates/certificate=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates","certificate=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"certificate\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    }\n  ]\n}"}],"_postman_id":"6363e5df-e3b3-494e-a9d9-9f0a4134d301"},{"name":"DELETE - NodeID - ietf-keystore - certificate","id":"bfe05773-ba38-4ac7-990c-1e3e66d0d61c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates/certificate=<string>","description":"<p>A certificate for this asymmetric key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates","certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f616c525-30a5-41ae-83ff-a1e7db72be6f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates/certificate=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bfe05773-ba38-4ac7-990c-1e3e66d0d61c"},{"name":"PUT - NodeID - ietf-keystore - certificate","id":"82d4ccd8-a56b-4b7b-80c2-1264018327cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates/certificate=<string>","description":"<p>A certificate for this asymmetric key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-keystore:keystore","asymmetric-keys","asymmetric-key=<string>","certificates","certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4775c3c3-27e9-479d-9610-8df1efe29094","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates/certificate=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"08d8ca83-8016-41ac-b74d-f235a92d7947","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"certificate\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": \"<byte>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-keystore:keystore/asymmetric-keys/asymmetric-key=<string>/certificates/certificate=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82d4ccd8-a56b-4b7b-80c2-1264018327cd"}],"id":"11b4f91d-a8d9-4180-9242-07bc10a431ab","description":"<p>These endpoints are used enabling centralized configuration of both symmetric and asymmetric keys. The secret value for both key types may be encrypted or hidden. Asymmetric keys may be associated with certificates. Notifications are sent when certificates are about to expire.</p>\n<h3 id=\"secret-keys-and-key-pairs\">Secret Keys and Key Pairs</h3>\n<p>Two types of cryptographic keys:</p>\n<ul>\n<li><em>Symmetric keys</em> (also known as secret keys)</li>\n<li><em>Asymmetric key pairs</em> (public/private key pairs)</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /></th>\n<th><br />  <br /><strong>Symmetric (Secret) Keys</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Asymmetric Key Pairs</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><em><strong>Content</strong></em>  <br />  <br /></td>\n<td><br />  <br />Single key, such as a random array of bits.  <br />  <br /></td>\n<td><br />  <br />Pair of keys, one public, the other private.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><em><strong>Encryption</strong></em>  <br />  <br /></td>\n<td><br />  <br />A single key serves to encrypt and to decrypt.  <br />  <br /></td>\n<td><br />  <br />Data encrypted with a public key can only be decrypted with the private key, and vice versa.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><em><strong>Generation</strong></em>  <br />  <br /></td>\n<td><br />  <br />Easier to generate, can be a random array of bits.  <br />  <br /></td>\n<td><br />  <br />Harder to generate a matched pair of keys.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><em><strong>Speed</strong></em>  <br />  <br /></td>\n<td><br />  <br />Faster.  <br />  <br /></td>\n<td><br />  <br />Slower.  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><em><strong>Distribution</strong></em>  <br />  <br /></td>\n<td><br />  <br />Must be kept secret.  <br />  <br />Each party must have a copy.  <br />  <br />Secure channels must be established to exchange secret keys.  <br />  <br /></td>\n<td><br />  <br />Public key can be shared with any party.  <br />  <br />Private key must be kept secret by owner.  <br />  <br />No secure channel is required to distribute public keys.  <br />  <br />Proving that a public key is valid and belongs to the issuer requires a trust network, such as a public key infrastructure (PKI).  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><em><strong>Uses</strong></em>  <br />  <br /></td>\n<td><br />  <br />Encrypting shared data.  <br />  <br />DS servers use secret keys for data confidentiality, and for encrypted backup files.  <br />  <br /></td>\n<td><br />  <br />* Public key encryption: Encrypt a message with a public key; only the private key owner can decrypt the message.  <br />* Digital signatures: Sign a message with the private key; any party can verify the signature with the public key.  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"11b4f91d-a8d9-4180-9242-07bc10a431ab"},{"name":"mounted NodeID ietf-netconf","item":[{"name":"POST - NodeID - ietf-netconf - get-config","id":"6b93b6f5-8be2-4239-9d93-930969de4873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"source\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\"\n    },\n    \"filter\": \"<filter> ... </filter>\",\n    \"with-inactive\": \"<object>\",\n    \"depth\": 1,\n    \"fields\": [\n      {\n        \"data-node\": \"Some data-node\",\n        \"attributes\": [\n          \"Some attributes\",\n          \"Some attributes\"\n        ]\n      },\n      {\n        \"data-node\": \"Some data-node\",\n        \"attributes\": [\n          \"Some attributes\",\n          \"Some attributes\"\n        ]\n      }\n    ],\n    \"with-delay\": 0,\n    \"with-defaults\": \"report-all\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:get-config'","description":"<p>Retrieve all or part of a specified configuration.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:get-config'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"18f9d62d-01fc-47e5-bca6-a93f304c9d63","name":"RPC get-config success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"source\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\"\n    },\n    \"filter\": \"<filter> ... </filter>\",\n    \"with-inactive\": \"<object>\",\n    \"depth\": 1,\n    \"fields\": [\n      {\n        \"data-node\": \"Some data-node\",\n        \"attributes\": [\n          \"Some attributes\",\n          \"Some attributes\"\n        ]\n      },\n      {\n        \"data-node\": \"Some data-node\",\n        \"attributes\": [\n          \"Some attributes\",\n          \"Some attributes\"\n        ]\n      }\n    ],\n    \"with-delay\": 0,\n    \"with-defaults\": \"report-all\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:get-config'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"data\": \"<data> ... </data>\"\n  }\n}"}],"_postman_id":"6b93b6f5-8be2-4239-9d93-930969de4873"},{"name":"POST - NodeID - ietf-netconf - edit-config","id":"1c47e2b7-0fca-46f2-afd7-f18a0aba6358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\"\n    },\n    \"default-operation\": \"merge\",\n    \"test-option\": \"test-then-set\",\n    \"error-option\": \"stop-on-error\",\n    \"config\": \"<config> ... </config>\",\n    \"url\": \"Some url\",\n    \"with-inactive\": \"<object>\",\n    \"rollback-label\": \"Some rollback-label\",\n    \"rollback-comment\": \"Some rollback-comment\",\n    \"with-delay\": 0,\n    \"with-transaction-id\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:edit-config'","description":"<p>The  operation loads all or part of a specified\nconfiguration to the specified target configuration.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:edit-config'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1931f52b-a5d4-458f-b053-56f4c9923935","name":"RPC edit-config success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\"\n    },\n    \"default-operation\": \"merge\",\n    \"test-option\": \"test-then-set\",\n    \"error-option\": \"stop-on-error\",\n    \"config\": \"<config> ... </config>\",\n    \"url\": \"Some url\",\n    \"with-inactive\": \"<object>\",\n    \"rollback-label\": \"Some rollback-label\",\n    \"rollback-comment\": \"Some rollback-comment\",\n    \"with-delay\": 0,\n    \"with-transaction-id\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:edit-config'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"transaction-id\": \"Some transaction-id\"\n  }\n}"}],"_postman_id":"1c47e2b7-0fca-46f2-afd7-f18a0aba6358"},{"name":"POST - NodeID - ietf-netconf - copy-config","id":"c2b059fa-8a4d-47c8-901c-28b6417d0e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\",\n      \"url\": \"Some url\"\n    },\n    \"source\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\",\n      \"url\": \"Some url\",\n      \"config\": \"<config> ... </config>\"\n    },\n    \"with-inactive\": \"<object>\",\n    \"with-defaults\": \"report-all\",\n    \"with-transaction-id\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:copy-config'","description":"<p>Create or replace an entire configuration datastore with the\ncontents of another complete configuration datastore.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:copy-config'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f36dcc7e-08a9-44d6-bbce-6f8aa81b30a0","name":"RPC copy-config success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\",\n      \"url\": \"Some url\"\n    },\n    \"source\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\",\n      \"url\": \"Some url\",\n      \"config\": \"<config> ... </config>\"\n    },\n    \"with-inactive\": \"<object>\",\n    \"with-defaults\": \"report-all\",\n    \"with-transaction-id\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:copy-config'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"transaction-id\": \"Some transaction-id\"\n  }\n}"}],"_postman_id":"c2b059fa-8a4d-47c8-901c-28b6417d0e08"},{"name":"POST - NodeID - ietf-netconf - delete-config","id":"c32b0359-88e4-4327-9054-60087446d460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"startup\": \"<object>\",\n      \"url\": \"Some url\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:delete-config'","description":"<p>Delete a configuration datastore.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:delete-config'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e6e22b6e-52b0-421d-a76b-4f1bb23b5e52","name":"RPC delete-config success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"startup\": \"<object>\",\n      \"url\": \"Some url\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:delete-config'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c32b0359-88e4-4327-9054-60087446d460"},{"name":"POST - NodeID - ietf-netconf - lock","id":"a09354d2-ecb2-46e0-af16-042c24fb7a5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\"\n    },\n    \"wait-time\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:lock'","description":"<p>The lock operation allows the client to lock the configuration\nsystem of a device.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:lock'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"42fac590-d147-47f2-bac3-51916fd42c7f","name":"RPC lock success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\"\n    },\n    \"wait-time\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:lock'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a09354d2-ecb2-46e0-af16-042c24fb7a5c"},{"name":"POST - NodeID - ietf-netconf - unlock","id":"675f4461-0f46-4fa0-9bd1-46a8342a3dda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:unlock'","description":"<p>The unlock operation is used to release a configuration lock,\npreviously obtained with the 'lock' operation.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:unlock'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"53542112-6281-4dcb-a94c-ff7849c847b1","name":"RPC unlock success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:unlock'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"675f4461-0f46-4fa0-9bd1-46a8342a3dda"},{"name":"POST - NodeID - ietf-netconf - get","id":"71788742-4182-4d55-9edc-9422982b3aa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"filter\": \"<filter> ... </filter>\",\n    \"with-inactive\": \"<object>\",\n    \"depth\": 1,\n    \"fields\": [\n      {\n        \"data-node\": \"Some data-node\",\n        \"attributes\": [\n          \"Some attributes\",\n          \"Some attributes\"\n        ]\n      },\n      {\n        \"data-node\": \"Some data-node\",\n        \"attributes\": [\n          \"Some attributes\",\n          \"Some attributes\"\n        ]\n      }\n    ],\n    \"with-delay\": 0,\n    \"with-defaults\": \"report-all\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:get'","description":"<p>Retrieve running configuration and device state information.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:get'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2a9902a4-0c60-4269-9897-5d859bf2d3bd","name":"RPC get success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"filter\": \"<filter> ... </filter>\",\n    \"with-inactive\": \"<object>\",\n    \"depth\": 1,\n    \"fields\": [\n      {\n        \"data-node\": \"Some data-node\",\n        \"attributes\": [\n          \"Some attributes\",\n          \"Some attributes\"\n        ]\n      },\n      {\n        \"data-node\": \"Some data-node\",\n        \"attributes\": [\n          \"Some attributes\",\n          \"Some attributes\"\n        ]\n      }\n    ],\n    \"with-delay\": 0,\n    \"with-defaults\": \"report-all\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:get'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"data\": \"<data> ... </data>\"\n  }\n}"}],"_postman_id":"71788742-4182-4d55-9edc-9422982b3aa2"},{"name":"POST - NodeID - ietf-netconf - close-session","id":"f9691133-2c8c-4863-9eb1-5faa48c6d7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:close-session'","description":"<p>Request graceful termination of a NETCONF session.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:close-session'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"82935bba-11c1-42e2-84a8-d38b36650672","name":"RPC close-session success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:close-session'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9691133-2c8c-4863-9eb1-5faa48c6d7d9"},{"name":"POST - NodeID - ietf-netconf - kill-session","id":"d570694c-5c3e-4722-b4c3-512e7249a194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"session-id\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:kill-session'","description":"<p>Force the termination of a NETCONF session.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:kill-session'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4846fb59-695e-441a-a30c-c03f27164afe","name":"RPC kill-session success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"session-id\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:kill-session'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d570694c-5c3e-4722-b4c3-512e7249a194"},{"name":"POST - NodeID - ietf-netconf - commit","id":"7303ac10-fd3a-4e63-8d89-3e8c9437ddb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"confirmed\": \"<object>\",\n    \"confirm-timeout\": 600,\n    \"persist\": \"Some persist\",\n    \"persist-id\": \"Some persist-id\",\n    \"rollback-label\": \"Some rollback-label\",\n    \"rollback-comment\": \"Some rollback-comment\",\n    \"with-transaction-id\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:commit'","description":"<p>Commit the candidate configuration as the device's new\ncurrent configuration.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:commit'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2994c4bc-8cf7-4f77-a9f9-c23e6f214026","name":"RPC commit success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"confirmed\": \"<object>\",\n    \"confirm-timeout\": 600,\n    \"persist\": \"Some persist\",\n    \"persist-id\": \"Some persist-id\",\n    \"rollback-label\": \"Some rollback-label\",\n    \"rollback-comment\": \"Some rollback-comment\",\n    \"with-transaction-id\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:commit'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"transaction-id\": \"Some transaction-id\"\n  }\n}"}],"_postman_id":"7303ac10-fd3a-4e63-8d89-3e8c9437ddb6"},{"name":"POST - NodeID - ietf-netconf - discard-changes","id":"2d3f845f-4653-49e0-8c9e-4237e8bdb6b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:discard-changes'","description":"<p>Revert the candidate configuration to the current\nrunning configuration.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:discard-changes'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a8afa274-6fb6-47fb-8fd3-2f1855ba436b","name":"RPC discard-changes success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:discard-changes'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d3f845f-4653-49e0-8c9e-4237e8bdb6b8"},{"name":"POST - NodeID - ietf-netconf - cancel-commit","id":"1f79b7ca-a8a8-4663-9446-4b88c49dbd57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"persist-id\": \"Some persist-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:cancel-commit'","description":"<p>This operation is used to cancel an ongoing confirmed commit.\nIf the confirmed commit is persistent, the parameter\n'persist-id' must be given, and it must match the value of the\n'persist' parameter.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:cancel-commit'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"20c2fdd3-7387-4662-8fa4-62ba59e22cfe","name":"RPC cancel-commit success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"persist-id\": \"Some persist-id\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:cancel-commit'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f79b7ca-a8a8-4663-9446-4b88c49dbd57"},{"name":"POST - NodeID - ietf-netconf - validate","id":"979f0844-99ef-46fa-a44d-0251717b10e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"source\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\",\n      \"url\": \"Some url\",\n      \"config\": \"<config> ... </config>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:validate'","description":"<p>Validates the contents of the specified configuration.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf:validate'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"29bc44e1-e7fe-46d6-b469-7e9d5dca5b70","name":"RPC validate success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"source\": {\n      \"candidate\": \"<object>\",\n      \"running\": \"<object>\",\n      \"startup\": \"<object>\",\n      \"url\": \"Some url\",\n      \"config\": \"<config> ... </config>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf:validate'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"979f0844-99ef-46fa-a44d-0251717b10e5"}],"id":"6fbc6d87-bd79-4ae1-a735-eed90206ebc2","_postman_id":"6fbc6d87-bd79-4ae1-a735-eed90206ebc2","description":""},{"name":"mounted NodeID ietf-netconf-acm","item":[{"name":"POST - NodeID - ietf-netconf-acm - nacm","id":"18f3b7e1-9569-463f-be92-73fe018443cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable-nacm\": true,\n  \"read-default\": \"permit\",\n  \"write-default\": \"deny\",\n  \"exec-default\": \"permit\",\n  \"enable-external-groups\": true,\n  \"groups\": {\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"user-name\": [\n          \"?:\",\n          \"?:\"\n        ],\n        \"gid\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"user-name\": [\n          \"?:\",\n          \"?:\"\n        ],\n        \"gid\": -2147483648\n      }\n    ]\n  },\n  \"rule-list\": [\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        }\n      ],\n      \"cmdrule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        }\n      ],\n      \"cmdrule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    }\n  ],\n  \"cmd-read-default\": \"permit\",\n  \"cmd-exec-default\": \"permit\",\n  \"log-if-default-permit\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm","description":"<p>Parameters for NETCONF access control model.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"929de725-7b95-4010-95f8-9b81ff4aa5d8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable-nacm\": true,\n  \"read-default\": \"permit\",\n  \"write-default\": \"deny\",\n  \"exec-default\": \"permit\",\n  \"enable-external-groups\": true,\n  \"groups\": {\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"user-name\": [\n          \"?:\",\n          \"?:\"\n        ],\n        \"gid\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"user-name\": [\n          \"?:\",\n          \"?:\"\n        ],\n        \"gid\": -2147483648\n      }\n    ]\n  },\n  \"rule-list\": [\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        }\n      ],\n      \"cmdrule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        }\n      ],\n      \"cmdrule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    }\n  ],\n  \"cmd-read-default\": \"permit\",\n  \"cmd-exec-default\": \"permit\",\n  \"log-if-default-permit\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"18f3b7e1-9569-463f-be92-73fe018443cf"},{"name":"GET - NodeID - ietf-netconf-acm - nacm","id":"47e3541b-8bce-4c96-8bcb-ee2949e92be5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm?content=<string>","description":"<p>Parameters for NETCONF access control model.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"47cb6547-e7dc-418b-894f-3361a71970dc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"nacm\": {\n    \"denied-operations\": \"0\",\n    \"denied-data-writes\": \"0\",\n    \"denied-notifications\": \"0\",\n    \"enable-nacm\": true,\n    \"read-default\": \"permit\",\n    \"write-default\": \"deny\",\n    \"exec-default\": \"permit\",\n    \"enable-external-groups\": true,\n    \"groups\": {\n      \"group\": [\n        {\n          \"name\": \"Some name\",\n          \"user-name\": [\n            \"?:\",\n            \"?:\"\n          ],\n          \"gid\": -2147483648\n        },\n        {\n          \"name\": \"Some name\",\n          \"user-name\": [\n            \"?:\",\n            \"?:\"\n          ],\n          \"gid\": -2147483648\n        }\n      ]\n    },\n    \"rule-list\": [\n      {\n        \"name\": \"Some name\",\n        \"group\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"rule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\",\n            \"context\": \"*\",\n            \"log-if-permit\": \"<object>\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\",\n            \"context\": \"*\",\n            \"log-if-permit\": \"<object>\"\n          }\n        ],\n        \"cmdrule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"context\": \"*\",\n            \"command\": \"*\",\n            \"access-operations\": \"*\",\n            \"log-if-permit\": \"<object>\",\n            \"comment\": \"Some comment\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"context\": \"*\",\n            \"command\": \"*\",\n            \"access-operations\": \"*\",\n            \"log-if-permit\": \"<object>\",\n            \"comment\": \"Some comment\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"group\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"rule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\",\n            \"context\": \"*\",\n            \"log-if-permit\": \"<object>\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\",\n            \"context\": \"*\",\n            \"log-if-permit\": \"<object>\"\n          }\n        ],\n        \"cmdrule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"context\": \"*\",\n            \"command\": \"*\",\n            \"access-operations\": \"*\",\n            \"log-if-permit\": \"<object>\",\n            \"comment\": \"Some comment\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"context\": \"*\",\n            \"command\": \"*\",\n            \"access-operations\": \"*\",\n            \"log-if-permit\": \"<object>\",\n            \"comment\": \"Some comment\"\n          }\n        ]\n      }\n    ],\n    \"cmd-read-default\": \"permit\",\n    \"cmd-exec-default\": \"permit\",\n    \"log-if-default-permit\": \"<object>\"\n  }\n}"}],"_postman_id":"47e3541b-8bce-4c96-8bcb-ee2949e92be5"},{"name":"DELETE - NodeID - ietf-netconf-acm - nacm","id":"840378a9-737f-4ae1-b984-8d89d6e016c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm","description":"<p>Parameters for NETCONF access control model.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a3e4dc60-857a-4f6b-86e0-37e394e6294d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"840378a9-737f-4ae1-b984-8d89d6e016c9"},{"name":"PUT - NodeID - ietf-netconf-acm - nacm","id":"99535dca-c7f0-47aa-b828-d4199575a422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"nacm\": {\n    \"enable-nacm\": true,\n    \"read-default\": \"permit\",\n    \"write-default\": \"deny\",\n    \"exec-default\": \"permit\",\n    \"enable-external-groups\": true,\n    \"groups\": {\n      \"group\": [\n        {\n          \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n          \"user-name\": [\n            \"Some user-name\",\n            \"Some user-name\"\n          ]\n        },\n        {\n          \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n          \"user-name\": [\n            \"Some user-name\",\n            \"Some user-name\"\n          ]\n        }\n      ]\n    },\n    \"rule-list\": [\n      {\n        \"name\": \"Some name\",\n        \"group\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"rule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"group\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"rule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm","description":"<p>Parameters for NETCONF access control model.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ab210487-8bee-468f-9e2d-fd8d3a7499dc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"nacm\": {\n    \"enable-nacm\": true,\n    \"read-default\": \"permit\",\n    \"write-default\": \"deny\",\n    \"exec-default\": \"permit\",\n    \"enable-external-groups\": true,\n    \"groups\": {\n      \"group\": [\n        {\n          \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n          \"user-name\": [\n            \"Some user-name\",\n            \"Some user-name\"\n          ]\n        },\n        {\n          \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n          \"user-name\": [\n            \"Some user-name\",\n            \"Some user-name\"\n          ]\n        }\n      ]\n    },\n    \"rule-list\": [\n      {\n        \"name\": \"Some name\",\n        \"group\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"rule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"group\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"rule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed59219b-8620-4cef-9b9b-1f3360fd21f0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"nacm\": {\n    \"enable-nacm\": true,\n    \"read-default\": \"permit\",\n    \"write-default\": \"deny\",\n    \"exec-default\": \"permit\",\n    \"enable-external-groups\": true,\n    \"groups\": {\n      \"group\": [\n        {\n          \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n          \"user-name\": [\n            \"Some user-name\",\n            \"Some user-name\"\n          ]\n        },\n        {\n          \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n          \"user-name\": [\n            \"Some user-name\",\n            \"Some user-name\"\n          ]\n        }\n      ]\n    },\n    \"rule-list\": [\n      {\n        \"name\": \"Some name\",\n        \"group\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"rule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"group\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"rule\": [\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          },\n          {\n            \"action\": \"permit\",\n            \"name\": \"Some name\",\n            \"module-name\": \"*\",\n            \"rpc-name\": \"<string>\",\n            \"notification-name\": \"<string>\",\n            \"path\": \"Some path\",\n            \"access-operations\": \"*\",\n            \"comment\": \"Some comment\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"99535dca-c7f0-47aa-b828-d4199575a422"},{"name":"POST - NodeID - ietf-netconf-acm - groups","id":"b47e0e2f-b4ef-4bcb-9dca-0c9a244ca919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"user-name\": [\n        \"?:\",\n        \"?:\"\n      ],\n      \"gid\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"user-name\": [\n        \"?:\",\n        \"?:\"\n      ],\n      \"gid\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups","description":"<p>NETCONF access control groups.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c22985d6-c59d-43a4-a430-0626aff4dd54","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"user-name\": [\n        \"?:\",\n        \"?:\"\n      ],\n      \"gid\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"user-name\": [\n        \"?:\",\n        \"?:\"\n      ],\n      \"gid\": -2147483648\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b47e0e2f-b4ef-4bcb-9dca-0c9a244ca919"},{"name":"GET - NodeID - ietf-netconf-acm - groups","id":"b74ebdd0-414c-4189-ae31-90aeb3c520b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups?content=<string>","description":"<p>NETCONF access control groups.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"39e709eb-1440-4830-884f-2483cecf169d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"groups\": {\n    \"group\": [\n      {\n        \"name\": \"Some name\",\n        \"user-name\": [\n          \"?:\",\n          \"?:\"\n        ],\n        \"gid\": -2147483648\n      },\n      {\n        \"name\": \"Some name\",\n        \"user-name\": [\n          \"?:\",\n          \"?:\"\n        ],\n        \"gid\": -2147483648\n      }\n    ]\n  }\n}"}],"_postman_id":"b74ebdd0-414c-4189-ae31-90aeb3c520b9"},{"name":"DELETE - NodeID - ietf-netconf-acm - groups","id":"a44c11d9-d595-4261-911e-e1ddb535d415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups","description":"<p>NETCONF access control groups.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"afb2e639-371e-469c-8b37-0daa36c23d3d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a44c11d9-d595-4261-911e-e1ddb535d415"},{"name":"PUT - NodeID - ietf-netconf-acm - groups","id":"662c35c5-c6db-4a0d-8c45-b08841d4bd14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"groups\": {\n    \"group\": [\n      {\n        \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n        \"user-name\": [\n          \"Some user-name\",\n          \"Some user-name\"\n        ]\n      },\n      {\n        \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n        \"user-name\": [\n          \"Some user-name\",\n          \"Some user-name\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups","description":"<p>NETCONF access control groups.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a6cbf064-3602-4a4c-a554-236edfa81129","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"groups\": {\n    \"group\": [\n      {\n        \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n        \"user-name\": [\n          \"Some user-name\",\n          \"Some user-name\"\n        ]\n      },\n      {\n        \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n        \"user-name\": [\n          \"Some user-name\",\n          \"Some user-name\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a71a3967-16ba-41c4-8861-9af6be0478f1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"groups\": {\n    \"group\": [\n      {\n        \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n        \"user-name\": [\n          \"Some user-name\",\n          \"Some user-name\"\n        ]\n      },\n      {\n        \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n        \"user-name\": [\n          \"Some user-name\",\n          \"Some user-name\"\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"662c35c5-c6db-4a0d-8c45-b08841d4bd14"},{"name":"POST - NodeID - ietf-netconf-acm - group","id":"e7710543-3b67-4011-9dcc-64e7353320d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user-name\": [\n    \"?:\",\n    \"?:\"\n  ],\n  \"gid\": -2147483648\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups/group=<string>","description":"<p>One NACM group entry.  This list will only contain\nconfigured entries, not any entries learned from\nany transport protocols.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c195eeb9-b3f3-4b83-a707-a387ff22cc70","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"user-name\": [\n    \"?:\",\n    \"?:\"\n  ],\n  \"gid\": -2147483648\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7710543-3b67-4011-9dcc-64e7353320d2"},{"name":"GET - NodeID - ietf-netconf-acm - group","id":"6a35ac0a-3048-4055-807f-bec4a642d307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups/group=<string>?content=<string>","description":"<p>One NACM group entry.  This list will only contain\nconfigured entries, not any entries learned from\nany transport protocols.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups","group=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"16482e99-98c5-4c60-bdc9-230d128baf89","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups/group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups","group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"group\": [\n    {\n      \"name\": \"Some name\",\n      \"user-name\": [\n        \"?:\",\n        \"?:\"\n      ],\n      \"gid\": -2147483648\n    },\n    {\n      \"name\": \"Some name\",\n      \"user-name\": [\n        \"?:\",\n        \"?:\"\n      ],\n      \"gid\": -2147483648\n    }\n  ]\n}"}],"_postman_id":"6a35ac0a-3048-4055-807f-bec4a642d307"},{"name":"DELETE - NodeID - ietf-netconf-acm - group","id":"5acde4fa-4be3-40ea-a586-c9629a75568a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups/group=<string>","description":"<p>One NACM group entry.  This list will only contain\nconfigured entries, not any entries learned from\nany transport protocols.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b84ce07e-ce9d-4fc2-bf8f-25435cc39a36","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5acde4fa-4be3-40ea-a586-c9629a75568a"},{"name":"PUT - NodeID - ietf-netconf-acm - group","id":"c3d39a36-91ee-466c-ae6f-6ec6411514c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n      \"user-name\": [\n        \"Some user-name\",\n        \"Some user-name\"\n      ]\n    },\n    {\n      \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n      \"user-name\": [\n        \"Some user-name\",\n        \"Some user-name\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups/group=<string>","description":"<p>One NACM group entry.  This list will only contain\nconfigured entries, not any entries learned from\nany transport protocols.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","groups","group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7c9943e3-02e7-4cb7-b575-fa57b8e5453c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n      \"user-name\": [\n        \"Some user-name\",\n        \"Some user-name\"\n      ]\n    },\n    {\n      \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n      \"user-name\": [\n        \"Some user-name\",\n        \"Some user-name\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups/group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fe5ca844-9226-4dcb-9326-2ca8cb837822","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    {\n      \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n      \"user-name\": [\n        \"Some user-name\",\n        \"Some user-name\"\n      ]\n    },\n    {\n      \"name\": \"?:裓졌㋧䆰ⶪ჈됻㝼\",\n      \"user-name\": [\n        \"Some user-name\",\n        \"Some user-name\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/groups/group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3d39a36-91ee-466c-ae6f-6ec6411514c5"},{"name":"POST - NodeID - ietf-netconf-acm - rule-list","id":"dcc27709-8d51-4614-bbb3-6ba2fccb1469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"rule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\",\n      \"context\": \"*\",\n      \"log-if-permit\": \"<object>\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\",\n      \"context\": \"*\",\n      \"log-if-permit\": \"<object>\"\n    }\n  ],\n  \"cmdrule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>","description":"<p>An ordered collection of access control rules.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7b02984e-66ac-4a88-851e-bb16d4780d6d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"group\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"rule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\",\n      \"context\": \"*\",\n      \"log-if-permit\": \"<object>\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\",\n      \"context\": \"*\",\n      \"log-if-permit\": \"<object>\"\n    }\n  ],\n  \"cmdrule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcc27709-8d51-4614-bbb3-6ba2fccb1469"},{"name":"GET - NodeID - ietf-netconf-acm - rule-list","id":"de11f4ab-ecce-4d6b-baba-d7efb046b629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>?content=<string>","description":"<p>An ordered collection of access control rules.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f7fa3f89-a42f-4329-9639-5c96f860efcb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rule-list\": [\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        }\n      ],\n      \"cmdrule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\",\n          \"context\": \"*\",\n          \"log-if-permit\": \"<object>\"\n        }\n      ],\n      \"cmdrule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"context\": \"*\",\n          \"command\": \"*\",\n          \"access-operations\": \"*\",\n          \"log-if-permit\": \"<object>\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"de11f4ab-ecce-4d6b-baba-d7efb046b629"},{"name":"DELETE - NodeID - ietf-netconf-acm - rule-list","id":"845db48c-aab6-494d-935b-bf002ee82055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>","description":"<p>An ordered collection of access control rules.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"665d28d8-c3c6-464e-80b9-07ca76e2d3aa","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"845db48c-aab6-494d-935b-bf002ee82055"},{"name":"PUT - NodeID - ietf-netconf-acm - rule-list","id":"7adbadc2-d29f-499b-b8b7-569668eacda6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rule-list\": [\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>","description":"<p>An ordered collection of access control rules.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3c38e73e-ad9e-4906-b3dd-88fe71737f96","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rule-list\": [\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f945fa8c-a88b-4919-b364-6d7145f571bb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rule-list\": [\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"group\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"rule\": [\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        },\n        {\n          \"action\": \"permit\",\n          \"name\": \"Some name\",\n          \"module-name\": \"*\",\n          \"rpc-name\": \"<string>\",\n          \"notification-name\": \"<string>\",\n          \"path\": \"Some path\",\n          \"access-operations\": \"*\",\n          \"comment\": \"Some comment\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7adbadc2-d29f-499b-b8b7-569668eacda6"},{"name":"POST - NodeID - ietf-netconf-acm - rule","id":"1c28266c-ad89-4521-a1ef-f56486e0bd7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"module-name\": \"*\",\n  \"rpc-name\": \"<string>\",\n  \"notification-name\": \"<string>\",\n  \"path\": \"Some path\",\n  \"access-operations\": \"*\",\n  \"action\": \"permit\",\n  \"comment\": \"Some comment\",\n  \"context\": \"*\",\n  \"log-if-permit\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/rule=<string>","description":"<p>One access control rule.</p>\n<p>Rules are processed in user-defined order until a match is\nfound.  A rule matches if 'module-name', 'rule-type', and\n'access-operations' match the request.  If a rule\nmatches, the 'action' leaf determines whether or not\naccess is granted.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"546dcc93-3910-49b3-b567-4a31798e4fdb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"module-name\": \"*\",\n  \"rpc-name\": \"<string>\",\n  \"notification-name\": \"<string>\",\n  \"path\": \"Some path\",\n  \"access-operations\": \"*\",\n  \"action\": \"permit\",\n  \"comment\": \"Some comment\",\n  \"context\": \"*\",\n  \"log-if-permit\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c28266c-ad89-4521-a1ef-f56486e0bd7f"},{"name":"GET - NodeID - ietf-netconf-acm - rule","id":"8ce1b386-20b8-4f3d-9a7d-ced708d58b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/rule=<string>?content=<string>","description":"<p>One access control rule.</p>\n<p>Rules are processed in user-defined order until a match is\nfound.  A rule matches if 'module-name', 'rule-type', and\n'access-operations' match the request.  If a rule\nmatches, the 'action' leaf determines whether or not\naccess is granted.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","rule=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a7d7c2e3-b2c4-455a-bb95-4eea43fc6267","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/rule=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","rule=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\",\n      \"context\": \"*\",\n      \"log-if-permit\": \"<object>\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\",\n      \"context\": \"*\",\n      \"log-if-permit\": \"<object>\"\n    }\n  ]\n}"}],"_postman_id":"8ce1b386-20b8-4f3d-9a7d-ced708d58b70"},{"name":"DELETE - NodeID - ietf-netconf-acm - rule","id":"a6d66984-c7c4-42fa-b8ec-7a0f87150470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/rule=<string>","description":"<p>One access control rule.</p>\n<p>Rules are processed in user-defined order until a match is\nfound.  A rule matches if 'module-name', 'rule-type', and\n'access-operations' match the request.  If a rule\nmatches, the 'action' leaf determines whether or not\naccess is granted.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8fe9ce93-d6a9-4ba7-afc3-d7354ec4267c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6d66984-c7c4-42fa-b8ec-7a0f87150470"},{"name":"PUT - NodeID - ietf-netconf-acm - rule","id":"8b1dc48d-9658-48f4-a365-d014bb459b56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/rule=<string>","description":"<p>One access control rule.</p>\n<p>Rules are processed in user-defined order until a match is\nfound.  A rule matches if 'module-name', 'rule-type', and\n'access-operations' match the request.  If a rule\nmatches, the 'action' leaf determines whether or not\naccess is granted.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3ef2622f-332c-4022-b6ce-3594e04e4cbf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5cd3f584-4eed-4691-98ac-7bff557d1ff6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"module-name\": \"*\",\n      \"rpc-name\": \"<string>\",\n      \"notification-name\": \"<string>\",\n      \"path\": \"Some path\",\n      \"access-operations\": \"*\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b1dc48d-9658-48f4-a365-d014bb459b56"},{"name":"POST - NodeID - ietf-netconf-acm - cmdrule","id":"a5d86fc6-da30-4b17-855d-26967cd363a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"context\": \"*\",\n  \"command\": \"*\",\n  \"access-operations\": \"*\",\n  \"action\": \"permit\",\n  \"log-if-permit\": \"<object>\",\n  \"comment\": \"Some comment\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/tailf-acm:cmdrule=<string>","description":"<p>One command access control rule. Command rules control access\nto CLI commands and Web UI functions.</p>\n<p>Rules are processed in user-defined order until a match is\nfound.  A rule matches if 'context', 'command', and\n'access-operations' match the request.  If a rule\nmatches, the 'action' leaf determines if access is granted\nor not.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","tailf-acm:cmdrule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f59e9c0e-aaf7-4959-b22d-7330913c104d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"context\": \"*\",\n  \"command\": \"*\",\n  \"access-operations\": \"*\",\n  \"action\": \"permit\",\n  \"log-if-permit\": \"<object>\",\n  \"comment\": \"Some comment\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/tailf-acm:cmdrule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5d86fc6-da30-4b17-855d-26967cd363a7"},{"name":"GET - NodeID - ietf-netconf-acm - cmdrule","id":"9ee050b8-88e2-4bbd-bfcb-6991cefa1e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/tailf-acm:cmdrule=<string>?content=<string>","description":"<p>One command access control rule. Command rules control access\nto CLI commands and Web UI functions.</p>\n<p>Rules are processed in user-defined order until a match is\nfound.  A rule matches if 'context', 'command', and\n'access-operations' match the request.  If a rule\nmatches, the 'action' leaf determines if access is granted\nor not.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","tailf-acm:cmdrule=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"789eb0b9-332f-4e56-8390-acb06b2c4869","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/tailf-acm:cmdrule=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","tailf-acm:cmdrule=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cmdrule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}"}],"_postman_id":"9ee050b8-88e2-4bbd-bfcb-6991cefa1e5b"},{"name":"DELETE - NodeID - ietf-netconf-acm - cmdrule","id":"9064741d-c288-44c3-a598-e5bd0e2d1f8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/tailf-acm:cmdrule=<string>","description":"<p>One command access control rule. Command rules control access\nto CLI commands and Web UI functions.</p>\n<p>Rules are processed in user-defined order until a match is\nfound.  A rule matches if 'context', 'command', and\n'access-operations' match the request.  If a rule\nmatches, the 'action' leaf determines if access is granted\nor not.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","tailf-acm:cmdrule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"661d3653-fa89-41e3-81bb-58240002e770","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/tailf-acm:cmdrule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9064741d-c288-44c3-a598-e5bd0e2d1f8c"},{"name":"PUT - NodeID - ietf-netconf-acm - cmdrule","id":"e4f85d41-7983-4ef9-b492-87f058b8b4ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cmdrule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/tailf-acm:cmdrule=<string>","description":"<p>One command access control rule. Command rules control access\nto CLI commands and Web UI functions.</p>\n<p>Rules are processed in user-defined order until a match is\nfound.  A rule matches if 'context', 'command', and\n'access-operations' match the request.  If a rule\nmatches, the 'action' leaf determines if access is granted\nor not.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-acm:nacm","rule-list=<string>","tailf-acm:cmdrule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3b17054d-edd3-4674-8994-817fb45b920d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cmdrule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/tailf-acm:cmdrule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"48dafec1-8b4b-4e20-80f1-40c9535c24ca","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cmdrule\": [\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"action\": \"permit\",\n      \"name\": \"Some name\",\n      \"context\": \"*\",\n      \"command\": \"*\",\n      \"access-operations\": \"*\",\n      \"log-if-permit\": \"<object>\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-acm:nacm/rule-list=<string>/tailf-acm:cmdrule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4f85d41-7983-4ef9-b492-87f058b8b4ba"}],"id":"14f30bbc-513f-4790-925c-bc5429862c21","_postman_id":"14f30bbc-513f-4790-925c-bc5429862c21","description":""},{"name":"mounted NodeID ietf-netconf-monitoring","item":[{"name":"GET - NodeID - ietf-netconf-monitoring - netconf-state","id":"4ff3e63e-22f7-4c47-b5bd-13110eaf8f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state?content=<string>","description":"<p>The netconf-state container is the root of the monitoring\ndata model.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c046c458-ed64-4847-a83c-410744695dcb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf-state\": {\n    \"capabilities\": {\n      \"capability\": [\n        \"Some capability\",\n        \"Some capability\"\n      ]\n    },\n    \"datastores\": {\n      \"datastore\": [\n        {\n          \"name\": \"running\",\n          \"locks\": {\n            \"global-lock\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"partial-lock\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transaction-lock\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transaction-id\": \"Some transaction-id\"\n        },\n        {\n          \"name\": \"running\",\n          \"locks\": {\n            \"global-lock\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"partial-lock\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transaction-lock\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transaction-id\": \"Some transaction-id\"\n        }\n      ]\n    },\n    \"schemas\": {\n      \"schema\": [\n        {\n          \"namespace\": \"Some namespace\",\n          \"identifier\": \"Some identifier\",\n          \"version\": \"Some version\",\n          \"format\": \"<string>\",\n          \"location\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"namespace\": \"Some namespace\",\n          \"identifier\": \"Some identifier\",\n          \"version\": \"Some version\",\n          \"format\": \"<string>\",\n          \"location\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    \"sessions\": {\n      \"session\": [\n        {\n          \"transport\": \"<string>\",\n          \"username\": \"Some username\",\n          \"login-time\": \"?:6298-76-04T54:66:19-89:93\",\n          \"session-id\": 1,\n          \"source-host\": \"<string>\",\n          \"in-rpcs\": \"0\",\n          \"in-bad-rpcs\": \"0\",\n          \"out-rpc-errors\": \"0\",\n          \"out-notifications\": \"0\",\n          \"session-identifier\": \"Some session-identifier\",\n          \"transaction\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"transport\": \"<string>\",\n          \"username\": \"Some username\",\n          \"login-time\": \"?:6298-76-04T54:66:19-89:93\",\n          \"session-id\": 1,\n          \"source-host\": \"<string>\",\n          \"in-rpcs\": \"0\",\n          \"in-bad-rpcs\": \"0\",\n          \"out-rpc-errors\": \"0\",\n          \"out-notifications\": \"0\",\n          \"session-identifier\": \"Some session-identifier\",\n          \"transaction\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"statistics\": {\n      \"netconf-start-time\": \"?:8402-29-50T67:12:73+33:24\",\n      \"in-bad-hellos\": \"0\",\n      \"in-sessions\": \"0\",\n      \"dropped-sessions\": \"0\",\n      \"in-rpcs\": \"0\",\n      \"in-bad-rpcs\": \"0\",\n      \"out-rpc-errors\": \"0\",\n      \"out-notifications\": \"0\"\n    },\n    \"files\": {\n      \"file\": [\n        {\n          \"name\": \"Some name\",\n          \"creator\": \"Some creator\",\n          \"created\": \"?:7221-91-84T91:27:84+49:39\",\n          \"context\": \"<string>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"creator\": \"Some creator\",\n          \"created\": \"?:7221-91-84T91:27:84+49:39\",\n          \"context\": \"<string>\"\n        }\n      ]\n    },\n    \"streams\": {\n      \"stream\": [\n        {\n          \"description\": \"Some description\",\n          \"replay-support\": true,\n          \"replay-log-creation-time\": \"?:0749-57-62T07:75:64-64:86\",\n          \"name\": \"Some name\",\n          \"replay-log-aged-time\": \"?:5018-50-93T09:33:63.6+10:32\",\n          \"subscriber\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"description\": \"Some description\",\n          \"replay-support\": true,\n          \"replay-log-creation-time\": \"?:0749-57-62T07:75:64-64:86\",\n          \"name\": \"Some name\",\n          \"replay-log-aged-time\": \"?:5018-50-93T09:33:63.6+10:32\",\n          \"subscriber\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4ff3e63e-22f7-4c47-b5bd-13110eaf8f93"},{"name":"GET - NodeID - ietf-netconf-monitoring - capabilities","id":"21597436-5a10-40cc-af3f-907a8ccdf9f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/capabilities?content=<string>","description":"<p>Contains the list of NETCONF capabilities supported by the\nserver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","capabilities"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"50c5c70d-21b6-421e-a9b2-880e1ae9090b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/capabilities?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","capabilities"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"capabilities\": {\n    \"capability\": [\n      \"Some capability\",\n      \"Some capability\"\n    ]\n  }\n}"}],"_postman_id":"21597436-5a10-40cc-af3f-907a8ccdf9f4"},{"name":"GET - NodeID - ietf-netconf-monitoring - datastores","id":"78397672-5c70-4d0c-a4e0-92764c7aa6ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores?content=<string>","description":"<p>Contains the list of NETCONF configuration datastores.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7a7d8729-6f87-41e1-8f17-1d0c8b9b94e0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"datastores\": {\n    \"datastore\": [\n      {\n        \"name\": \"running\",\n        \"locks\": {\n          \"global-lock\": {\n            \"locked-by-session\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"locked-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"partial-lock\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"transaction-lock\": {\n            \"locked-by-session\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"transaction-id\": \"Some transaction-id\"\n      },\n      {\n        \"name\": \"running\",\n        \"locks\": {\n          \"global-lock\": {\n            \"locked-by-session\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"locked-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"partial-lock\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"transaction-lock\": {\n            \"locked-by-session\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"transaction-id\": \"Some transaction-id\"\n      }\n    ]\n  }\n}"}],"_postman_id":"78397672-5c70-4d0c-a4e0-92764c7aa6ba"},{"name":"GET - NodeID - ietf-netconf-monitoring - datastore","id":"2a2f1cf8-1ad0-44f4-9d1b-c3e73b1b6233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>?content=<string>","description":"<p>List of NETCONF configuration datastores supported by\nthe NETCONF server and related information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"337e778b-bf47-44ca-8e35-92e7cde8df4e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"datastore\": [\n    {\n      \"name\": \"running\",\n      \"locks\": {\n        \"global-lock\": {\n          \"locked-by-session\": 0,\n          \"locked-time\": \"?:7749-00-50T91:04:88+62:28\"\n        },\n        \"partial-lock\": [\n          {\n            \"locked-by-session\": 0,\n            \"locked-time\": \"?:6354-68-24T76:85:61Z\",\n            \"lock-id\": 0,\n            \"select\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"locked-node\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"locked-by-session\": 0,\n            \"locked-time\": \"?:6354-68-24T76:85:61Z\",\n            \"lock-id\": 0,\n            \"select\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"locked-node\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"transaction-lock\": {\n          \"locked-by-session\": 0\n        }\n      },\n      \"transaction-id\": \"Some transaction-id\"\n    },\n    {\n      \"name\": \"running\",\n      \"locks\": {\n        \"global-lock\": {\n          \"locked-by-session\": 0,\n          \"locked-time\": \"?:7749-00-50T91:04:88+62:28\"\n        },\n        \"partial-lock\": [\n          {\n            \"locked-by-session\": 0,\n            \"locked-time\": \"?:6354-68-24T76:85:61Z\",\n            \"lock-id\": 0,\n            \"select\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"locked-node\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"locked-by-session\": 0,\n            \"locked-time\": \"?:6354-68-24T76:85:61Z\",\n            \"lock-id\": 0,\n            \"select\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"locked-node\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"transaction-lock\": {\n          \"locked-by-session\": 0\n        }\n      },\n      \"transaction-id\": \"Some transaction-id\"\n    }\n  ]\n}"}],"_postman_id":"2a2f1cf8-1ad0-44f4-9d1b-c3e73b1b6233"},{"name":"GET - NodeID - ietf-netconf-monitoring - locks","id":"6194c8a8-2a0e-4f32-8858-c78b3e94089f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>/locks?content=<string>","description":"<p>The NETCONF  and  operations allow\na client to lock specific resources in a datastore.  The\nNETCONF server will prevent changes to the locked\nresources by all sessions except the one that acquired\nthe lock(s).</p>\n<p>Monitoring information is provided for each datastore\nentry including details such as the session that acquired\nthe lock, the type of lock (global or partial) and the\nlist of locked resources.  Multiple locks per datastore\nare supported.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>","locks"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3953f190-724b-4274-9129-84b2a69f9528","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>/locks?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>","locks"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"locks\": {\n    \"global-lock\": {\n      \"locked-by-session\": 0,\n      \"locked-time\": \"?:7749-00-50T91:04:88+62:28\"\n    },\n    \"partial-lock\": [\n      {\n        \"locked-by-session\": 0,\n        \"locked-time\": \"?:6354-68-24T76:85:61Z\",\n        \"lock-id\": 0,\n        \"select\": [\n          \"Some select\"\n        ],\n        \"locked-node\": [\n          \"/ncm:netconf-state\",\n          \"/ncm:netconf-state\"\n        ]\n      },\n      {\n        \"locked-by-session\": 0,\n        \"locked-time\": \"?:6354-68-24T76:85:61Z\",\n        \"lock-id\": 0,\n        \"select\": [\n          \"Some select\"\n        ],\n        \"locked-node\": [\n          \"/ncm:netconf-state\",\n          \"/ncm:netconf-state\"\n        ]\n      }\n    ],\n    \"transaction-lock\": {\n      \"locked-by-session\": 0\n    }\n  }\n}"}],"_postman_id":"6194c8a8-2a0e-4f32-8858-c78b3e94089f"},{"name":"GET - NodeID - ietf-netconf-monitoring - transaction-lock","id":"225024c4-3811-4a82-9fe5-0ff23b4296fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>/locks/tailf-netconf-monitoring:transaction-lock?content=<string>","description":"<p>This container is set if a transaction is executing a\n'validate' or 'commit' operation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>","locks","tailf-netconf-monitoring:transaction-lock"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"abf1aae3-5b1d-4595-b2c5-be5d71068e46","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>/locks/tailf-netconf-monitoring:transaction-lock?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>","locks","tailf-netconf-monitoring:transaction-lock"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transaction-lock\": {\n    \"locked-by-session\": 0\n  }\n}"}],"_postman_id":"225024c4-3811-4a82-9fe5-0ff23b4296fc"},{"name":"GET - NodeID - ietf-netconf-monitoring - schemas","id":"0d278158-8588-443e-ae49-7ed09cb8f79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/schemas?content=<string>","description":"<p>Contains the list of data model schemas supported by the\nserver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","schemas"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"55b869b9-cf37-4bff-b3cb-bdb85e945824","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/schemas?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","schemas"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"schemas\": {\n    \"schema\": [\n      {\n        \"namespace\": \"Some namespace\",\n        \"identifier\": \"Some identifier\",\n        \"version\": \"Some version\",\n        \"format\": \"<string>\",\n        \"location\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"namespace\": \"Some namespace\",\n        \"identifier\": \"Some identifier\",\n        \"version\": \"Some version\",\n        \"format\": \"<string>\",\n        \"location\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"0d278158-8588-443e-ae49-7ed09cb8f79f"},{"name":"GET - NodeID - ietf-netconf-monitoring - schema","id":"41f937c2-4f67-4995-aa43-2ea8d1328a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/schemas/schema=<string>,<string>,<string>?content=<string>","description":"<p>List of data model schemas supported by the server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","schemas","schema=<string>,<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d40b04d4-9364-4cf8-a5cb-c77d9b47a8e3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/schemas/schema=<string>,<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","schemas","schema=<string>,<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"schema\": [\n    {\n      \"namespace\": \"Some namespace\",\n      \"identifier\": \"Some identifier\",\n      \"version\": \"Some version\",\n      \"format\": \"<string>\",\n      \"location\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"namespace\": \"Some namespace\",\n      \"identifier\": \"Some identifier\",\n      \"version\": \"Some version\",\n      \"format\": \"<string>\",\n      \"location\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"41f937c2-4f67-4995-aa43-2ea8d1328a95"},{"name":"GET - NodeID - ietf-netconf-monitoring - sessions","id":"cf8c700f-828a-469b-b49c-563388c136f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions?content=<string>","description":"<p>The sessions container includes session-specific data for\nNETCONF management sessions.  The session list MUST include\nall currently active NETCONF sessions.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7b1fd640-7fb8-46cf-a00e-978658ebf433","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sessions\": {\n    \"session\": [\n      {\n        \"transport\": \"<string>\",\n        \"username\": \"Some username\",\n        \"login-time\": \"?:6298-76-04T54:66:19-89:93\",\n        \"session-id\": 1,\n        \"source-host\": \"<string>\",\n        \"in-rpcs\": \"0\",\n        \"in-bad-rpcs\": \"0\",\n        \"out-rpc-errors\": \"0\",\n        \"out-notifications\": \"0\",\n        \"session-identifier\": \"Some session-identifier\",\n        \"transaction\": [\n          {\n            \"id\": 0,\n            \"db\": \"none\",\n            \"mode\": \"read\",\n            \"config-mode\": \"exclusive\"\n          },\n          {\n            \"id\": 0,\n            \"db\": \"none\",\n            \"mode\": \"read\",\n            \"config-mode\": \"exclusive\"\n          }\n        ]\n      },\n      {\n        \"transport\": \"<string>\",\n        \"username\": \"Some username\",\n        \"login-time\": \"?:6298-76-04T54:66:19-89:93\",\n        \"session-id\": 1,\n        \"source-host\": \"<string>\",\n        \"in-rpcs\": \"0\",\n        \"in-bad-rpcs\": \"0\",\n        \"out-rpc-errors\": \"0\",\n        \"out-notifications\": \"0\",\n        \"session-identifier\": \"Some session-identifier\",\n        \"transaction\": [\n          {\n            \"id\": 0,\n            \"db\": \"none\",\n            \"mode\": \"read\",\n            \"config-mode\": \"exclusive\"\n          },\n          {\n            \"id\": 0,\n            \"db\": \"none\",\n            \"mode\": \"read\",\n            \"config-mode\": \"exclusive\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"cf8c700f-828a-469b-b49c-563388c136f4"},{"name":"GET - NodeID - ietf-netconf-monitoring - session","id":"c422bdf4-c693-4929-a3dc-7c78ed7a93e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions/session=<string>?content=<string>","description":"<p>All NETCONF sessions managed by the NETCONF server\nMUST be reported in this list.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions","session=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f0cc5b6b-3572-43e9-9f4e-af6558701401","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions/session=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions","session=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"session\": [\n    {\n      \"transport\": \"<string>\",\n      \"username\": \"Some username\",\n      \"login-time\": \"?:6298-76-04T54:66:19-89:93\",\n      \"session-id\": 1,\n      \"source-host\": \"<string>\",\n      \"in-rpcs\": \"0\",\n      \"in-bad-rpcs\": \"0\",\n      \"out-rpc-errors\": \"0\",\n      \"out-notifications\": \"0\",\n      \"session-identifier\": \"Some session-identifier\",\n      \"transaction\": [\n        {\n          \"id\": 0,\n          \"db\": \"none\",\n          \"mode\": \"read\",\n          \"config-mode\": \"exclusive\"\n        },\n        {\n          \"id\": 0,\n          \"db\": \"none\",\n          \"mode\": \"read\",\n          \"config-mode\": \"exclusive\"\n        }\n      ]\n    },\n    {\n      \"transport\": \"<string>\",\n      \"username\": \"Some username\",\n      \"login-time\": \"?:6298-76-04T54:66:19-89:93\",\n      \"session-id\": 1,\n      \"source-host\": \"<string>\",\n      \"in-rpcs\": \"0\",\n      \"in-bad-rpcs\": \"0\",\n      \"out-rpc-errors\": \"0\",\n      \"out-notifications\": \"0\",\n      \"session-identifier\": \"Some session-identifier\",\n      \"transaction\": [\n        {\n          \"id\": 0,\n          \"db\": \"none\",\n          \"mode\": \"read\",\n          \"config-mode\": \"exclusive\"\n        },\n        {\n          \"id\": 0,\n          \"db\": \"none\",\n          \"mode\": \"read\",\n          \"config-mode\": \"exclusive\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"c422bdf4-c693-4929-a3dc-7c78ed7a93e9"},{"name":"GET - NodeID - ietf-netconf-monitoring - transaction","id":"f08c3ea1-18bb-4512-a3ea-b3e69e5929f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions/session=<string>/tailf-netconf-monitoring:transaction=<string>?content=<string>","description":"<p>List of transactions bind to user session.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions","session=<string>","tailf-netconf-monitoring:transaction=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0ebed98b-61fc-4684-9bc9-5d87344817e6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions/session=<string>/tailf-netconf-monitoring:transaction=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions","session=<string>","tailf-netconf-monitoring:transaction=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transaction\": [\n    {\n      \"id\": 0,\n      \"db\": \"none\",\n      \"mode\": \"read\",\n      \"config-mode\": \"exclusive\"\n    },\n    {\n      \"id\": 0,\n      \"db\": \"none\",\n      \"mode\": \"read\",\n      \"config-mode\": \"exclusive\"\n    }\n  ]\n}"}],"_postman_id":"f08c3ea1-18bb-4512-a3ea-b3e69e5929f3"},{"name":"GET - NodeID - ietf-netconf-monitoring - statistics","id":"f08d0868-921c-4bcc-92cf-a25ed7aa2b31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/statistics?content=<string>","description":"<p>Statistical data pertaining to the NETCONF server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","statistics"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"307f528d-9fc5-4c92-a133-5edd779e24be","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/statistics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","statistics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statistics\": {\n    \"netconf-start-time\": \"?:8402-29-50T67:12:73+33:24\",\n    \"in-bad-hellos\": \"0\",\n    \"in-sessions\": \"0\",\n    \"dropped-sessions\": \"0\",\n    \"in-rpcs\": \"0\",\n    \"in-bad-rpcs\": \"0\",\n    \"out-rpc-errors\": \"0\",\n    \"out-notifications\": \"0\"\n  }\n}"}],"_postman_id":"f08d0868-921c-4bcc-92cf-a25ed7aa2b31"},{"name":"GET - NodeID - ietf-netconf-monitoring - files","id":"d73c2804-74fd-4713-8c04-5d0a15ad699a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:files?content=<string>","description":"<p>A list of files available on the server as a 'file' url source\nparameter.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:files"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d04fbb78-27c0-4f3e-8496-efa53170767f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:files?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:files"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"files\": {\n    \"file\": [\n      {\n        \"name\": \"Some name\",\n        \"creator\": \"Some creator\",\n        \"created\": \"?:7221-91-84T91:27:84+49:39\",\n        \"context\": \"<string>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"creator\": \"Some creator\",\n        \"created\": \"?:7221-91-84T91:27:84+49:39\",\n        \"context\": \"<string>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"d73c2804-74fd-4713-8c04-5d0a15ad699a"},{"name":"GET - NodeID - ietf-netconf-monitoring - file","id":"68e39e7b-8cb1-4da5-aab5-14ac643ab9fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:files/file=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:files","file=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8b7f744a-0d1e-4189-927a-254f73135b06","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:files/file=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:files","file=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": [\n    {\n      \"name\": \"Some name\",\n      \"creator\": \"Some creator\",\n      \"created\": \"?:7221-91-84T91:27:84+49:39\",\n      \"context\": \"<string>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"creator\": \"Some creator\",\n      \"created\": \"?:7221-91-84T91:27:84+49:39\",\n      \"context\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"68e39e7b-8cb1-4da5-aab5-14ac643ab9fa"},{"name":"GET - NodeID - ietf-netconf-monitoring - streams","id":"9d05bde6-36ea-4387-a403-ebce2569f68d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:streams?content=<string>","description":"<p>This container contains exactly the same data as is\ndefined in RFC 5277 in XSD.  This structure makes the data\navailable in YANG, and thus available for non-NETCONF access,\nand for augmentation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:streams"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0a7c6e28-d1fb-46db-b2a1-7f1c8f54621a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:streams?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:streams"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"streams\": {\n    \"stream\": [\n      {\n        \"description\": \"Some description\",\n        \"replay-support\": true,\n        \"replay-log-creation-time\": \"?:0749-57-62T07:75:64-64:86\",\n        \"name\": \"Some name\",\n        \"replay-log-aged-time\": \"?:5018-50-93T09:33:63.6+10:32\",\n        \"subscriber\": [\n          {\n            \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n            \"session-id\": 0,\n            \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n          },\n          {\n            \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n            \"session-id\": 0,\n            \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n          }\n        ]\n      },\n      {\n        \"description\": \"Some description\",\n        \"replay-support\": true,\n        \"replay-log-creation-time\": \"?:0749-57-62T07:75:64-64:86\",\n        \"name\": \"Some name\",\n        \"replay-log-aged-time\": \"?:5018-50-93T09:33:63.6+10:32\",\n        \"subscriber\": [\n          {\n            \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n            \"session-id\": 0,\n            \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n          },\n          {\n            \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n            \"session-id\": 0,\n            \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"9d05bde6-36ea-4387-a403-ebce2569f68d"},{"name":"GET - NodeID - ietf-netconf-monitoring - stream","id":"317126ec-651b-46b8-9afd-3c6d8c4840ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:streams/stream=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:streams","stream=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a6f91e5a-41a8-493a-9a72-5866eea0c5d9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:streams/stream=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:streams","stream=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"stream\": [\n    {\n      \"description\": \"Some description\",\n      \"replay-support\": true,\n      \"replay-log-creation-time\": \"?:0749-57-62T07:75:64-64:86\",\n      \"name\": \"Some name\",\n      \"replay-log-aged-time\": \"?:5018-50-93T09:33:63.6+10:32\",\n      \"subscriber\": [\n        {\n          \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n          \"session-id\": 0,\n          \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n        },\n        {\n          \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n          \"session-id\": 0,\n          \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n        }\n      ]\n    },\n    {\n      \"description\": \"Some description\",\n      \"replay-support\": true,\n      \"replay-log-creation-time\": \"?:0749-57-62T07:75:64-64:86\",\n      \"name\": \"Some name\",\n      \"replay-log-aged-time\": \"?:5018-50-93T09:33:63.6+10:32\",\n      \"subscriber\": [\n        {\n          \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n          \"session-id\": 0,\n          \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n        },\n        {\n          \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n          \"session-id\": 0,\n          \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"317126ec-651b-46b8-9afd-3c6d8c4840ad"},{"name":"GET - NodeID - ietf-netconf-monitoring - subscriber","id":"56698ba5-98ba-4335-a857-56d81005df71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:streams/stream=<string>/subscriber=<string>?content=<string>","description":"<p>Sessions that currently subscribe to this stream.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:streams","stream=<string>","subscriber=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"df1ead22-40d4-40d9-abd5-663024bb9058","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:netconf-state/tailf-netconf-monitoring:streams/stream=<string>/subscriber=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:netconf-state","tailf-netconf-monitoring:streams","stream=<string>","subscriber=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subscriber\": [\n    {\n      \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n      \"session-id\": 0,\n      \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n    },\n    {\n      \"start-time\": \"?:9619-29-07T60:19:32+40:87\",\n      \"session-id\": 0,\n      \"stop-time\": \"?:8375-37-59T17:75:78.5+99:42\"\n    }\n  ]\n}"}],"_postman_id":"56698ba5-98ba-4335-a857-56d81005df71"},{"name":"POST - NodeID - ietf-netconf-monitoring - get-schema","id":"3968304f-c68d-4977-9c0f-2ed2ed9890a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"identifier\": \"Some identifier\",\n    \"version\": \"Some version\",\n    \"format\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:get-schema'","description":"<p>This operation is used to retrieve a schema from the\nNETCONF server.</p>\n<p>Positive Response:\nThe NETCONF server returns the requested schema.</p>\n<p>Negative Response:\nIf requested schema does not exist, the  is\n'invalid-value'.</p>\n<p>If more than one schema matches the requested parameters, the\n is 'operation-failed', and  is\n'data-not-unique'.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-monitoring:get-schema'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"56b75d34-c73e-4fc0-bcf9-b55b54922699","name":"RPC get-schema success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"identifier\": \"Some identifier\",\n    \"version\": \"Some version\",\n    \"format\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-monitoring:get-schema'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"data\": \"<data> ... </data>\"\n  }\n}"}],"_postman_id":"3968304f-c68d-4977-9c0f-2ed2ed9890a4"}],"id":"f6f0ddb0-475b-45ed-aeb8-59a17a385f69","_postman_id":"f6f0ddb0-475b-45ed-aeb8-59a17a385f69","description":""},{"name":"mounted NodeID ietf-netconf-partial-lock","item":[{"name":"POST - NodeID - ietf-netconf-partial-lock - partial-lock","id":"4ff63264-91ff-4027-b4b9-679464664ee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"select\": [\n      \"Some select\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-partial-lock:partial-lock'","description":"<p>A NETCONF operation that locks parts of the running datastore.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-partial-lock:partial-lock'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4077263d-84b7-432e-8c4b-2822ecd51f09","name":"RPC partial-lock success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"select\": [\n      \"Some select\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-partial-lock:partial-lock'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"lock-id\": 0,\n    \"locked-node\": [\n      \"/pl:partial-lock\"\n    ]\n  }\n}"}],"_postman_id":"4ff63264-91ff-4027-b4b9-679464664ee8"},{"name":"POST - NodeID - ietf-netconf-partial-lock - partial-unlock","id":"0bde10ed-f9f5-4a58-b6b8-dfb6d0c9979e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"lock-id\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-partial-lock:partial-unlock'","description":"<p>A NETCONF operation that releases a previously acquired\npartial-lock.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-partial-lock:partial-unlock'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ed3ccedf-bb8a-4e13-8741-1127817a7539","name":"RPC partial-unlock success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"lock-id\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-partial-lock:partial-unlock'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0bde10ed-f9f5-4a58-b6b8-dfb6d0c9979e"}],"id":"b8c6a4ee-44b7-44a8-82dd-0d7df3bffe94","_postman_id":"b8c6a4ee-44b7-44a8-82dd-0d7df3bffe94","description":""},{"name":"mounted NodeID ietf-netconf-server","item":[{"name":"POST - NodeID - ietf-netconf-server - netconf-server","id":"5725a647-d2aa-4ac2-ba49-de334b756381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"listen\": {\n    \"idle-timeout\": 3600,\n    \"endpoint\": [\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"call-home\": {\n    \"netconf-client\": [\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      },\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      }\n    ],\n    \"cli-timer\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server","description":"<p>Top-level container for NETCONF server configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d7a431cd-be3d-4722-a83e-2ca73c221dd5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"listen\": {\n    \"idle-timeout\": 3600,\n    \"endpoint\": [\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"call-home\": {\n    \"netconf-client\": [\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      },\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      }\n    ],\n    \"cli-timer\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5725a647-d2aa-4ac2-ba49-de334b756381"},{"name":"GET - NodeID - ietf-netconf-server - netconf-server","id":"cc284f02-8190-475b-883a-e581919b6005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server?content=<string>","description":"<p>Top-level container for NETCONF server configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b3a0fa3b-4f6a-4240-ae64-88c869f22b69","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf-server\": {\n    \"listen\": {\n      \"idle-timeout\": 3600,\n      \"endpoint\": [\n        {\n          \"name\": \"Some name\",\n          \"ssh\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-cert-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transport-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"ssh\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-cert-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transport-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"call-home\": {\n      \"netconf-client\": [\n        {\n          \"name\": \"?:\",\n          \"endpoints\": {\n            \"endpoint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"connection-type\": {\n            \"persistent\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"periodic\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reconnect-strategy\": {\n            \"start-with\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:\",\n          \"endpoints\": {\n            \"endpoint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"connection-type\": {\n            \"persistent\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"periodic\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reconnect-strategy\": {\n            \"start-with\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"callhome-state\": {\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"active-endpoint\": {\n          \"name\": \"Some name\",\n          \"active-from\": \"?:4719-37-51T61:74:27+99:35\"\n        },\n        \"last-connected-endpoint\": {\n          \"address\": \"<string>\",\n          \"port\": 0,\n          \"disconnect-timestamp\": \"?:9760-16-48T64:11:75-57:28\"\n        }\n      },\n      \"cli-timer\": 300\n    }\n  }\n}"}],"_postman_id":"cc284f02-8190-475b-883a-e581919b6005"},{"name":"DELETE - NodeID - ietf-netconf-server - netconf-server","id":"e027b5e2-ea9f-4ebd-b710-28e6bf728ef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server","description":"<p>Top-level container for NETCONF server configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ca7ea344-b1d8-4009-8b19-cc1d979b2295","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e027b5e2-ea9f-4ebd-b710-28e6bf728ef7"},{"name":"PUT - NodeID - ietf-netconf-server - netconf-server","id":"f731b92a-a9fb-46fa-9507-96ed149122b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconf-server\": {\n    \"listen\": {\n      \"idle-timeout\": 3600,\n      \"endpoint\": [\n        {\n          \"name\": \"Some name\",\n          \"ssh\": {\n            \"address\": \"<string>\",\n            \"port\": 830,\n            \"client-cert-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"transport-params\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"key-exchange\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"encryption\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"mac\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"tls\": {\n            \"address\": \"<string>\",\n            \"port\": 6513,\n            \"client-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cert-maps\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"hello-params\": {\n              \"tls-versions\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cipher-suites\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"local-definition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"ssh\": {\n            \"address\": \"<string>\",\n            \"port\": 830,\n            \"client-cert-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"transport-params\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"key-exchange\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"encryption\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"mac\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"tls\": {\n            \"address\": \"<string>\",\n            \"port\": 6513,\n            \"client-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cert-maps\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"hello-params\": {\n              \"tls-versions\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cipher-suites\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"local-definition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    \"call-home\": {\n      \"netconf-client\": [\n        {\n          \"name\": \"?:~'Oo\",\n          \"endpoints\": {\n            \"endpoint\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"connection-type\": {\n            \"persistent\": {\n              \"keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"tcp-keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"periodic\": {\n              \"period\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"anchor-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"idle-timeout\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"reconnect-strategy\": {\n            \"start-with\": \"first-listed\",\n            \"max-attempts\": 3\n          }\n        },\n        {\n          \"name\": \"?:~'Oo\",\n          \"endpoints\": {\n            \"endpoint\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"connection-type\": {\n            \"persistent\": {\n              \"keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"tcp-keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"periodic\": {\n              \"period\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"anchor-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"idle-timeout\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"reconnect-strategy\": {\n            \"start-with\": \"first-listed\",\n            \"max-attempts\": 3\n          }\n        }\n      ],\n      \"cli-timer\": 300\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server","description":"<p>Top-level container for NETCONF server configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f8bbbe53-871a-4bad-9c9e-10f00572498e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-server\": {\n    \"listen\": {\n      \"idle-timeout\": 3600,\n      \"endpoint\": [\n        {\n          \"name\": \"Some name\",\n          \"ssh\": {\n            \"address\": \"<string>\",\n            \"port\": 830,\n            \"client-cert-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"transport-params\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"key-exchange\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"encryption\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"mac\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"tls\": {\n            \"address\": \"<string>\",\n            \"port\": 6513,\n            \"client-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cert-maps\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"hello-params\": {\n              \"tls-versions\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cipher-suites\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"local-definition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"ssh\": {\n            \"address\": \"<string>\",\n            \"port\": 830,\n            \"client-cert-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"transport-params\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"key-exchange\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"encryption\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"mac\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"tls\": {\n            \"address\": \"<string>\",\n            \"port\": 6513,\n            \"client-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cert-maps\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"hello-params\": {\n              \"tls-versions\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cipher-suites\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"local-definition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    \"call-home\": {\n      \"netconf-client\": [\n        {\n          \"name\": \"?:~'Oo\",\n          \"endpoints\": {\n            \"endpoint\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"connection-type\": {\n            \"persistent\": {\n              \"keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"tcp-keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"periodic\": {\n              \"period\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"anchor-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"idle-timeout\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"reconnect-strategy\": {\n            \"start-with\": \"first-listed\",\n            \"max-attempts\": 3\n          }\n        },\n        {\n          \"name\": \"?:~'Oo\",\n          \"endpoints\": {\n            \"endpoint\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"connection-type\": {\n            \"persistent\": {\n              \"keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"tcp-keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"periodic\": {\n              \"period\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"anchor-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"idle-timeout\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"reconnect-strategy\": {\n            \"start-with\": \"first-listed\",\n            \"max-attempts\": 3\n          }\n        }\n      ],\n      \"cli-timer\": 300\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dae0373e-b25a-43ff-84db-ae0c9caff522","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-server\": {\n    \"listen\": {\n      \"idle-timeout\": 3600,\n      \"endpoint\": [\n        {\n          \"name\": \"Some name\",\n          \"ssh\": {\n            \"address\": \"<string>\",\n            \"port\": 830,\n            \"client-cert-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"transport-params\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"key-exchange\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"encryption\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"mac\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"tls\": {\n            \"address\": \"<string>\",\n            \"port\": 6513,\n            \"client-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cert-maps\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"hello-params\": {\n              \"tls-versions\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cipher-suites\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"local-definition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"ssh\": {\n            \"address\": \"<string>\",\n            \"port\": 830,\n            \"client-cert-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"transport-params\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"key-exchange\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"encryption\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"mac\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"host-key\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"tls\": {\n            \"address\": \"<string>\",\n            \"port\": 6513,\n            \"client-auth\": {\n              \"pinned-ca-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"pinned-client-certs\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cert-maps\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"hello-params\": {\n              \"tls-versions\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"cipher-suites\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"server-identity\": {\n              \"local-definition\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    \"call-home\": {\n      \"netconf-client\": [\n        {\n          \"name\": \"?:~'Oo\",\n          \"endpoints\": {\n            \"endpoint\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"connection-type\": {\n            \"persistent\": {\n              \"keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"tcp-keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"periodic\": {\n              \"period\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"anchor-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"idle-timeout\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"reconnect-strategy\": {\n            \"start-with\": \"first-listed\",\n            \"max-attempts\": 3\n          }\n        },\n        {\n          \"name\": \"?:~'Oo\",\n          \"endpoints\": {\n            \"endpoint\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          \"connection-type\": {\n            \"persistent\": {\n              \"keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"tcp-keep-alives\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"periodic\": {\n              \"period\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"anchor-time\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"idle-timeout\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          \"reconnect-strategy\": {\n            \"start-with\": \"first-listed\",\n            \"max-attempts\": 3\n          }\n        }\n      ],\n      \"cli-timer\": 300\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f731b92a-a9fb-46fa-9507-96ed149122b2"},{"name":"POST - NodeID - ietf-netconf-server - listen","id":"c454eeda-e5f6-4201-937c-d72b854c0db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"idle-timeout\": 3600,\n  \"endpoint\": [\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen","description":"<p>Configures listen behavior</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4024ff21-9c8b-4fe5-a7c0-cec6558ca350","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"idle-timeout\": 3600,\n  \"endpoint\": [\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c454eeda-e5f6-4201-937c-d72b854c0db8"},{"name":"GET - NodeID - ietf-netconf-server - listen","id":"17003e17-6508-46ff-aaf4-af13f73d7daf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen?content=<string>","description":"<p>Configures listen behavior</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d298b50f-d838-4a07-b64e-c6b5201865f4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listen\": {\n    \"idle-timeout\": 3600,\n    \"endpoint\": [\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"17003e17-6508-46ff-aaf4-af13f73d7daf"},{"name":"DELETE - NodeID - ietf-netconf-server - listen","id":"38066c2f-5a17-4ced-a142-83295d10e925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen","description":"<p>Configures listen behavior</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"08de4426-9b0f-49f8-9aa8-e6bc6efc67fb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38066c2f-5a17-4ced-a142-83295d10e925"},{"name":"PUT - NodeID - ietf-netconf-server - listen","id":"75e0c95e-ddb2-4d31-b612-15ac5def1f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"listen\": {\n    \"idle-timeout\": 3600,\n    \"endpoint\": [\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen","description":"<p>Configures listen behavior</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"372eb00f-cbbf-4c92-b76b-6f2cd0c085a7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"listen\": {\n    \"idle-timeout\": 3600,\n    \"endpoint\": [\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"687d236e-e55b-425f-8536-68197d22d76c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"listen\": {\n    \"idle-timeout\": 3600,\n    \"endpoint\": [\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 830,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6513,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75e0c95e-ddb2-4d31-b612-15ac5def1f55"},{"name":"POST - NodeID - ietf-netconf-server - endpoint","id":"81d92fff-71a7-4bab-84df-5b81ff216148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"address\": \"<string>\",\n    \"port\": 830,\n    \"client-cert-auth\": {\n      \"pinned-ca-certs\": \"?:\",\n      \"pinned-client-certs\": \"?:\"\n    },\n    \"transport-params\": {\n      \"host-key\": {\n        \"host-key-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"key-exchange\": {\n        \"key-exchange-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"encryption\": {\n        \"encryption-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"mac\": {\n        \"mac-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"server-identity\": {\n      \"host-key\": [\n        {\n          \"name\": \"Some name\",\n          \"public-key\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"public-key\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  },\n  \"tls\": {\n    \"address\": \"<string>\",\n    \"port\": 6513,\n    \"client-auth\": {\n      \"pinned-ca-certs\": \"?:o#\",\n      \"pinned-client-certs\": \"?:\",\n      \"cert-maps\": {\n        \"cert-to-name\": [\n          {\n            \"fingerprint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"map-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"fingerprint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"map-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"hello-params\": {\n      \"tls-versions\": {\n        \"tls-version\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"cipher-suites\": {\n        \"cipher-suite\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"server-identity\": {\n      \"local-definition\": {\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\",\n        \"cert\": \"<byte>\"\n      },\n      \"reference\": \"Some reference\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen/endpoint=<string>","description":"<p>List of endpoints to listen for NETCONF connections.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen","endpoint=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e13fd349-731e-4a28-9d79-5fd613055477","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"address\": \"<string>\",\n    \"port\": 830,\n    \"client-cert-auth\": {\n      \"pinned-ca-certs\": \"?:\",\n      \"pinned-client-certs\": \"?:\"\n    },\n    \"transport-params\": {\n      \"host-key\": {\n        \"host-key-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"key-exchange\": {\n        \"key-exchange-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"encryption\": {\n        \"encryption-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"mac\": {\n        \"mac-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"server-identity\": {\n      \"host-key\": [\n        {\n          \"name\": \"Some name\",\n          \"public-key\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"public-key\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  },\n  \"tls\": {\n    \"address\": \"<string>\",\n    \"port\": 6513,\n    \"client-auth\": {\n      \"pinned-ca-certs\": \"?:o#\",\n      \"pinned-client-certs\": \"?:\",\n      \"cert-maps\": {\n        \"cert-to-name\": [\n          {\n            \"fingerprint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"map-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"fingerprint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"map-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"hello-params\": {\n      \"tls-versions\": {\n        \"tls-version\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"cipher-suites\": {\n        \"cipher-suite\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"server-identity\": {\n      \"local-definition\": {\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\",\n        \"cert\": \"<byte>\"\n      },\n      \"reference\": \"Some reference\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen/endpoint=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81d92fff-71a7-4bab-84df-5b81ff216148"},{"name":"GET - NodeID - ietf-netconf-server - endpoint","id":"26632399-50ab-4b36-abdf-8a19f2fd3bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen/endpoint=<string>?content=<string>","description":"<p>List of endpoints to listen for NETCONF connections.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen","endpoint=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"09b5ddc0-6f8f-4ea7-a16b-951caa481a90","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen/endpoint=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen","endpoint=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"endpoint\": [\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:~!\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:U~\",\n          \"pinned-client-certs\": \"?:3\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:~!\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:U~\",\n          \"pinned-client-certs\": \"?:3\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"26632399-50ab-4b36-abdf-8a19f2fd3bb0"},{"name":"DELETE - NodeID - ietf-netconf-server - endpoint","id":"260604cd-f788-4d0f-8ca5-dd051b7d7500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen/endpoint=<string>","description":"<p>List of endpoints to listen for NETCONF connections.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen","endpoint=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f823d5d2-0fe1-4749-8443-048766199715","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen/endpoint=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"260604cd-f788-4d0f-8ca5-dd051b7d7500"},{"name":"PUT - NodeID - ietf-netconf-server - endpoint","id":"537c3b4a-c16f-4143-96d5-1deefc7fa117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"endpoint\": [\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen/endpoint=<string>","description":"<p>List of endpoints to listen for NETCONF connections.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","listen","endpoint=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6ca0b71f-fed1-45fc-9e54-1354a826f3e5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"endpoint\": [\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen/endpoint=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"904bbbf1-dec8-4853-837d-9307f8bad729","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"endpoint\": [\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 830,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:\",\n          \"pinned-client-certs\": \"?:\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6513,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:o#\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/listen/endpoint=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"537c3b4a-c16f-4143-96d5-1deefc7fa117"},{"name":"POST - NodeID - ietf-netconf-server - call-home","id":"d82d5b82-072f-4359-85fc-149927da1ed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconf-client\": [\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    },\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    }\n  ],\n  \"cli-timer\": 300\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home","description":"<p>Configures call-home behavior</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4793b350-3cb8-4887-8cd5-d0cbcee160b7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-client\": [\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    },\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    }\n  ],\n  \"cli-timer\": 300\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d82d5b82-072f-4359-85fc-149927da1ed8"},{"name":"GET - NodeID - ietf-netconf-server - call-home","id":"17e18294-8ed4-4dc9-a57b-9fb8087c484a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home?content=<string>","description":"<p>Configures call-home behavior</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2a561af8-158e-4bab-a28c-ab917fc7469c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"call-home\": {\n    \"netconf-client\": [\n      {\n        \"name\": \"?:\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      }\n    ],\n    \"callhome-state\": {\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"source\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"source\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"active-endpoint\": {\n        \"name\": \"Some name\",\n        \"active-from\": \"?:4719-37-51T61:74:27+99:35\"\n      },\n      \"last-connected-endpoint\": {\n        \"address\": \"<string>\",\n        \"port\": 0,\n        \"disconnect-timestamp\": \"?:9760-16-48T64:11:75-57:28\"\n      }\n    },\n    \"cli-timer\": 300\n  }\n}"}],"_postman_id":"17e18294-8ed4-4dc9-a57b-9fb8087c484a"},{"name":"DELETE - NodeID - ietf-netconf-server - call-home","id":"4ba1d229-bcad-439d-a059-ea10c3eec004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home","description":"<p>Configures call-home behavior</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8f50cce5-2168-4377-b099-59b4152180fa","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ba1d229-bcad-439d-a059-ea10c3eec004"},{"name":"PUT - NodeID - ietf-netconf-server - call-home","id":"1ba38c80-f45e-4a0c-98fa-17d44b8763ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"call-home\": {\n    \"netconf-client\": [\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      },\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      }\n    ],\n    \"cli-timer\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home","description":"<p>Configures call-home behavior</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bc3bd1a6-deb1-4542-af7b-5f1ce6fb7e37","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"call-home\": {\n    \"netconf-client\": [\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      },\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      }\n    ],\n    \"cli-timer\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c3eb0782-2c43-4f70-a1de-7c619cb6189b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"call-home\": {\n    \"netconf-client\": [\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      },\n      {\n        \"name\": \"?:~'Oo\",\n        \"endpoints\": {\n          \"endpoint\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"connection-type\": {\n          \"persistent\": {\n            \"keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tcp-keep-alives\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"periodic\": {\n            \"period\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"anchor-time\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"idle-timeout\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reconnect-strategy\": {\n          \"start-with\": \"first-listed\",\n          \"max-attempts\": 3\n        }\n      }\n    ],\n    \"cli-timer\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ba38c80-f45e-4a0c-98fa-17d44b8763ed"},{"name":"POST - NodeID - ietf-netconf-server - callhome-restart","id":"fb6c20f8-d0e5-41fc-bf06-d5b45abf965a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-restart","description":"<p>Initiate call-home session restart if new\nkey and certificates are configured already.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-restart"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"881f0bca-4e2e-4ddf-af17-89597c769536","name":"RPC callhome-restart success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-restart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"result\": \"success\",\n    \"details\": \"Some details\"\n  }\n}"}],"_postman_id":"fb6c20f8-d0e5-41fc-bf06-d5b45abf965a"},{"name":"POST - NodeID - ietf-netconf-server - netconf-client","id":"6c48ac08-d679-4ca1-84ed-44b4f31e0c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"endpoints\": {\n    \"endpoint\": [\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"connection-type\": {\n    \"persistent\": {\n      \"keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": \"0\"\n      },\n      \"tcp-keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": 3,\n        \"interval-between-attempts\": 30\n      }\n    },\n    \"periodic\": {\n      \"period\": 60,\n      \"anchor-time\": \"?:1168-79-37T97:12Z\",\n      \"idle-timeout\": 120\n    }\n  },\n  \"reconnect-strategy\": {\n    \"start-with\": \"first-listed\",\n    \"max-attempts\": 3\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>","description":"<p>List of NETCONF clients the NETCONF server is to\ninitiate call-home connections to in parallel.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"066c2d88-8751-41bc-8c17-be5e1fc0fc24","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"endpoints\": {\n    \"endpoint\": [\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"connection-type\": {\n    \"persistent\": {\n      \"keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": \"0\"\n      },\n      \"tcp-keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": 3,\n        \"interval-between-attempts\": 30\n      }\n    },\n    \"periodic\": {\n      \"period\": 60,\n      \"anchor-time\": \"?:1168-79-37T97:12Z\",\n      \"idle-timeout\": 120\n    }\n  },\n  \"reconnect-strategy\": {\n    \"start-with\": \"first-listed\",\n    \"max-attempts\": 3\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6c48ac08-d679-4ca1-84ed-44b4f31e0c21"},{"name":"GET - NodeID - ietf-netconf-server - netconf-client","id":"ba978a81-d6c0-43af-81e0-cfa7ac7beed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>?content=<string>","description":"<p>List of NETCONF clients the NETCONF server is to\ninitiate call-home connections to in parallel.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"19a43117-af26-4f0a-913c-277a65c5bc50","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf-client\": [\n    {\n      \"name\": \"?:\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:8997-08-78T37:52-89:78\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:8997-08-78T37:52-89:78\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    }\n  ]\n}"}],"_postman_id":"ba978a81-d6c0-43af-81e0-cfa7ac7beed5"},{"name":"DELETE - NodeID - ietf-netconf-server - netconf-client","id":"f45d382b-a888-46f2-a133-c53bb5e94840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>","description":"<p>List of NETCONF clients the NETCONF server is to\ninitiate call-home connections to in parallel.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6240bae1-6946-45a8-96df-b5841a5f2ca4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f45d382b-a888-46f2-a133-c53bb5e94840"},{"name":"PUT - NodeID - ietf-netconf-server - netconf-client","id":"4f472398-6711-4a16-87eb-622db76ae2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"netconf-client\": [\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    },\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>","description":"<p>List of NETCONF clients the NETCONF server is to\ninitiate call-home connections to in parallel.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"07738efb-e803-4e67-b5c5-cfc22edf3d13","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-client\": [\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    },\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3f6abfbd-5100-48f2-adeb-2f47c0128149","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"netconf-client\": [\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    },\n    {\n      \"name\": \"?:~'Oo\",\n      \"endpoints\": {\n        \"endpoint\": [\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": \"?:~|#\",\n            \"ssh\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"connection-type\": {\n        \"persistent\": {\n          \"keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tcp-keep-alives\": {\n            \"max-wait\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"interval-between-attempts\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"periodic\": {\n          \"period\": 60,\n          \"anchor-time\": \"?:1168-79-37T97:12Z\",\n          \"idle-timeout\": 120\n        }\n      },\n      \"reconnect-strategy\": {\n        \"start-with\": \"first-listed\",\n        \"max-attempts\": 3\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f472398-6711-4a16-87eb-622db76ae2c1"},{"name":"POST - NodeID - ietf-netconf-server - endpoints","id":"1ab587ae-8445-47b1-9bd0-ab5cdd827424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"endpoint\": [\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints","description":"<p>Container for the list of endpoints.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7da8ec6e-89ef-481e-9ba1-4fe431f931e6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"endpoint\": [\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ab587ae-8445-47b1-9bd0-ab5cdd827424"},{"name":"GET - NodeID - ietf-netconf-server - endpoints","id":"92e11f7b-07ef-4e73-9e64-42bad1f88dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints?content=<string>","description":"<p>Container for the list of endpoints.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b98f7263-cdcf-4ce1-8fa8-fc6945a8315c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"endpoints\": {\n    \"endpoint\": [\n      {\n        \"name\": \"?:\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"92e11f7b-07ef-4e73-9e64-42bad1f88dcb"},{"name":"DELETE - NodeID - ietf-netconf-server - endpoints","id":"e42f3121-ec3c-44e0-b663-d42d6b6c92e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints","description":"<p>Container for the list of endpoints.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f6307c69-f39c-419b-909a-61b15b999b06","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e42f3121-ec3c-44e0-b663-d42d6b6c92e2"},{"name":"PUT - NodeID - ietf-netconf-server - endpoints","id":"2173ea7e-8fef-452e-bf5a-7f9f623301bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"endpoints\": {\n    \"endpoint\": [\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints","description":"<p>Container for the list of endpoints.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"019c0996-0f2f-442c-aba3-0a5c77a5e97a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"endpoints\": {\n    \"endpoint\": [\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9ba53ee-5521-423c-9d1e-b7887df6b3f7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"endpoints\": {\n    \"endpoint\": [\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"?:~|#\",\n        \"ssh\": {\n          \"address\": \"<string>\",\n          \"port\": 4334,\n          \"client-cert-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"transport-params\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"key-exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"encryption\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mac\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"host-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"client-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-client-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-maps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"server-identity\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2173ea7e-8fef-452e-bf5a-7f9f623301bf"},{"name":"POST - NodeID - ietf-netconf-server - endpoint","id":"972d16a3-90fe-4bd4-b7bc-694dd863fb47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"address\": \"<string>\",\n    \"port\": 4334,\n    \"client-cert-auth\": {\n      \"pinned-ca-certs\": \"?:|=\",\n      \"pinned-client-certs\": \"?:#\"\n    },\n    \"transport-params\": {\n      \"host-key\": {\n        \"host-key-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"key-exchange\": {\n        \"key-exchange-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"encryption\": {\n        \"encryption-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"mac\": {\n        \"mac-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"server-identity\": {\n      \"host-key\": [\n        {\n          \"name\": \"Some name\",\n          \"public-key\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"public-key\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  },\n  \"tls\": {\n    \"address\": \"<string>\",\n    \"port\": 4335,\n    \"client-auth\": {\n      \"pinned-ca-certs\": \"?:!3\",\n      \"pinned-client-certs\": \"?:##~~##\",\n      \"cert-maps\": {\n        \"cert-to-name\": [\n          {\n            \"fingerprint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"map-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"fingerprint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"map-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"hello-params\": {\n      \"tls-versions\": {\n        \"tls-version\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"cipher-suites\": {\n        \"cipher-suite\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"server-identity\": {\n      \"local-definition\": {\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\",\n        \"cert\": \"<byte>\"\n      },\n      \"reference\": \"Some reference\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints/endpoint=<string>","description":"<p>A non-empty user-ordered list of endpoints for this\nNETCONF server to try to connect to in sequence.\nDefining more than one enables high-availability.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints","endpoint=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ccfff57-027f-40a1-ae40-210984523cf6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ssh\": {\n    \"address\": \"<string>\",\n    \"port\": 4334,\n    \"client-cert-auth\": {\n      \"pinned-ca-certs\": \"?:|=\",\n      \"pinned-client-certs\": \"?:#\"\n    },\n    \"transport-params\": {\n      \"host-key\": {\n        \"host-key-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"key-exchange\": {\n        \"key-exchange-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"encryption\": {\n        \"encryption-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"mac\": {\n        \"mac-alg\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"server-identity\": {\n      \"host-key\": [\n        {\n          \"name\": \"Some name\",\n          \"public-key\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"public-key\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  },\n  \"tls\": {\n    \"address\": \"<string>\",\n    \"port\": 4335,\n    \"client-auth\": {\n      \"pinned-ca-certs\": \"?:!3\",\n      \"pinned-client-certs\": \"?:##~~##\",\n      \"cert-maps\": {\n        \"cert-to-name\": [\n          {\n            \"fingerprint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"map-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"fingerprint\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"map-type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"hello-params\": {\n      \"tls-versions\": {\n        \"tls-version\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"cipher-suites\": {\n        \"cipher-suite\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"server-identity\": {\n      \"local-definition\": {\n        \"private-key\": \"<string>\",\n        \"algorithm\": \"<string>\",\n        \"public-key\": \"<byte>\",\n        \"cert\": \"<byte>\"\n      },\n      \"reference\": \"Some reference\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints/endpoint=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"972d16a3-90fe-4bd4-b7bc-694dd863fb47"},{"name":"GET - NodeID - ietf-netconf-server - endpoint","id":"24878a66-f161-4790-a643-dad90f9fc5e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints/endpoint=<string>?content=<string>","description":"<p>A non-empty user-ordered list of endpoints for this\nNETCONF server to try to connect to in sequence.\nDefining more than one enables high-availability.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints","endpoint=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8d952946-4a57-430f-87f3-79cb5b5db712","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints/endpoint=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints","endpoint=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"endpoint\": [\n    {\n      \"name\": \"?:\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|xskT\",\n          \"pinned-client-certs\": \"?:7?\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"?:\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|xskT\",\n          \"pinned-client-certs\": \"?:7?\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!\",\n          \"pinned-client-certs\": \"?:\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"24878a66-f161-4790-a643-dad90f9fc5e7"},{"name":"DELETE - NodeID - ietf-netconf-server - endpoint","id":"ea10ca23-f887-4891-815a-50d50cddb78f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints/endpoint=<string>","description":"<p>A non-empty user-ordered list of endpoints for this\nNETCONF server to try to connect to in sequence.\nDefining more than one enables high-availability.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints","endpoint=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c520af9f-0e16-4158-9366-71d3a1d18272","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints/endpoint=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea10ca23-f887-4891-815a-50d50cddb78f"},{"name":"PUT - NodeID - ietf-netconf-server - endpoint","id":"5b151bda-b4e6-415b-a6a9-1be47a864248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"endpoint\": [\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints/endpoint=<string>","description":"<p>A non-empty user-ordered list of endpoints for this\nNETCONF server to try to connect to in sequence.\nDefining more than one enables high-availability.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","endpoints","endpoint=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"497543ec-e6e9-43e2-93ea-a694df8cb0ad","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"endpoint\": [\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints/endpoint=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d77422b2-fc6a-478a-85af-abfe55a5e54d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"endpoint\": [\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    },\n    {\n      \"name\": \"?:~|#\",\n      \"ssh\": {\n        \"address\": \"<string>\",\n        \"port\": 4334,\n        \"client-cert-auth\": {\n          \"pinned-ca-certs\": \"?:|=\",\n          \"pinned-client-certs\": \"?:#\"\n        },\n        \"transport-params\": {\n          \"host-key\": {\n            \"host-key-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"key-exchange\": {\n            \"key-exchange-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"encryption\": {\n            \"encryption-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mac\": {\n            \"mac-alg\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"host-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"client-auth\": {\n          \"pinned-ca-certs\": \"?:!3\",\n          \"pinned-client-certs\": \"?:##~~##\",\n          \"cert-maps\": {\n            \"cert-to-name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"server-identity\": {\n          \"local-definition\": {\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/endpoints/endpoint=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b151bda-b4e6-415b-a6a9-1be47a864248"},{"name":"POST - NodeID - ietf-netconf-server - connection-type","id":"56b40a87-c91a-4446-8742-17f51d4a2605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"persistent\": {\n    \"keep-alives\": {\n      \"max-wait\": 30,\n      \"max-attempts\": \"0\"\n    },\n    \"tcp-keep-alives\": {\n      \"max-wait\": 30,\n      \"max-attempts\": 3,\n      \"interval-between-attempts\": 30\n    }\n  },\n  \"periodic\": {\n    \"period\": 60,\n    \"anchor-time\": \"?:1168-79-37T97:12Z\",\n    \"idle-timeout\": 120\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/connection-type","description":"<p>Indicates the kind of connection to use.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","connection-type"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b5fa5e95-d6f2-45f8-a41b-ba0a7e703552","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"persistent\": {\n    \"keep-alives\": {\n      \"max-wait\": 30,\n      \"max-attempts\": \"0\"\n    },\n    \"tcp-keep-alives\": {\n      \"max-wait\": 30,\n      \"max-attempts\": 3,\n      \"interval-between-attempts\": 30\n    }\n  },\n  \"periodic\": {\n    \"period\": 60,\n    \"anchor-time\": \"?:1168-79-37T97:12Z\",\n    \"idle-timeout\": 120\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/connection-type"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"56b40a87-c91a-4446-8742-17f51d4a2605"},{"name":"GET - NodeID - ietf-netconf-server - connection-type","id":"be4a4bcc-3e5c-4786-8919-aec8b85f69a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/connection-type?content=<string>","description":"<p>Indicates the kind of connection to use.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","connection-type"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"503a1ea2-569a-48dd-9626-d8ffd4fbb6c8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/connection-type?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","connection-type"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"connection-type\": {\n    \"persistent\": {\n      \"keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": \"0\"\n      },\n      \"tcp-keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": 3,\n        \"interval-between-attempts\": 30\n      }\n    },\n    \"periodic\": {\n      \"period\": 60,\n      \"anchor-time\": \"?:8997-08-78T37:52-89:78\",\n      \"idle-timeout\": 120\n    }\n  }\n}"}],"_postman_id":"be4a4bcc-3e5c-4786-8919-aec8b85f69a8"},{"name":"DELETE - NodeID - ietf-netconf-server - connection-type","id":"3162fe97-84d1-4198-bdfe-e07e52f6735d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/connection-type","description":"<p>Indicates the kind of connection to use.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","connection-type"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e4a17555-d1fb-47d0-9838-19fec7c85503","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/connection-type"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3162fe97-84d1-4198-bdfe-e07e52f6735d"},{"name":"PUT - NodeID - ietf-netconf-server - connection-type","id":"ef0ede3c-dd92-407f-bee3-9ee8f4d4a4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"connection-type\": {\n    \"persistent\": {\n      \"keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": \"0\"\n      },\n      \"tcp-keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": 3,\n        \"interval-between-attempts\": 30\n      }\n    },\n    \"periodic\": {\n      \"period\": 60,\n      \"anchor-time\": \"?:1168-79-37T97:12Z\",\n      \"idle-timeout\": 120\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/connection-type","description":"<p>Indicates the kind of connection to use.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","connection-type"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5737697c-3797-4a5a-9f6f-aeef12055271","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"connection-type\": {\n    \"persistent\": {\n      \"keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": \"0\"\n      },\n      \"tcp-keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": 3,\n        \"interval-between-attempts\": 30\n      }\n    },\n    \"periodic\": {\n      \"period\": 60,\n      \"anchor-time\": \"?:1168-79-37T97:12Z\",\n      \"idle-timeout\": 120\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/connection-type"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8f2f48f8-3ca6-44f5-8f46-b7968f22c379","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"connection-type\": {\n    \"persistent\": {\n      \"keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": \"0\"\n      },\n      \"tcp-keep-alives\": {\n        \"max-wait\": 30,\n        \"max-attempts\": 3,\n        \"interval-between-attempts\": 30\n      }\n    },\n    \"periodic\": {\n      \"period\": 60,\n      \"anchor-time\": \"?:1168-79-37T97:12Z\",\n      \"idle-timeout\": 120\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/connection-type"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef0ede3c-dd92-407f-bee3-9ee8f4d4a4ac"},{"name":"POST - NodeID - ietf-netconf-server - reconnect-strategy","id":"4c33263e-9a99-446f-b10a-70f74fc35af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"start-with\": \"first-listed\",\n  \"max-attempts\": 3\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/reconnect-strategy","description":"<p>The reconnection strategy directs how a NETCONF server\nreconnects to a NETCONF client, after discovering its\nconnection to the client has dropped, even if due to a\nreboot.  The NETCONF server starts with the specified\nendpoint and tries to connect to it max-attempts times\nbefore trying the next endpoint in the list (round\nrobin).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","reconnect-strategy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e9d9c183-300e-4cca-bd38-abeeac8d23c3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"start-with\": \"first-listed\",\n  \"max-attempts\": 3\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/reconnect-strategy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c33263e-9a99-446f-b10a-70f74fc35af7"},{"name":"GET - NodeID - ietf-netconf-server - reconnect-strategy","id":"a5cd37c6-70f8-45b4-a134-79b9dcdfe4bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/reconnect-strategy?content=<string>","description":"<p>The reconnection strategy directs how a NETCONF server\nreconnects to a NETCONF client, after discovering its\nconnection to the client has dropped, even if due to a\nreboot.  The NETCONF server starts with the specified\nendpoint and tries to connect to it max-attempts times\nbefore trying the next endpoint in the list (round\nrobin).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","reconnect-strategy"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ba2853c0-e849-4543-b2c7-9ed93f0034fb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/reconnect-strategy?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","reconnect-strategy"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"reconnect-strategy\": {\n    \"start-with\": \"first-listed\",\n    \"max-attempts\": 3\n  }\n}"}],"_postman_id":"a5cd37c6-70f8-45b4-a134-79b9dcdfe4bb"},{"name":"DELETE - NodeID - ietf-netconf-server - reconnect-strategy","id":"c2f6bad5-092d-4ed0-b417-6487d3d12de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/reconnect-strategy","description":"<p>The reconnection strategy directs how a NETCONF server\nreconnects to a NETCONF client, after discovering its\nconnection to the client has dropped, even if due to a\nreboot.  The NETCONF server starts with the specified\nendpoint and tries to connect to it max-attempts times\nbefore trying the next endpoint in the list (round\nrobin).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","reconnect-strategy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"636abe8f-1ae3-45f4-9215-0da5aee9f8f9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/reconnect-strategy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2f6bad5-092d-4ed0-b417-6487d3d12de3"},{"name":"PUT - NodeID - ietf-netconf-server - reconnect-strategy","id":"108c0db3-1c25-4cf5-aeb1-0ebf7cb7f0fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"reconnect-strategy\": {\n    \"start-with\": \"first-listed\",\n    \"max-attempts\": 3\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/reconnect-strategy","description":"<p>The reconnection strategy directs how a NETCONF server\nreconnects to a NETCONF client, after discovering its\nconnection to the client has dropped, even if due to a\nreboot.  The NETCONF server starts with the specified\nendpoint and tries to connect to it max-attempts times\nbefore trying the next endpoint in the list (round\nrobin).</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","netconf-client=<string>","reconnect-strategy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f50d850c-ef84-4505-8c69-014160e56574","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"reconnect-strategy\": {\n    \"start-with\": \"first-listed\",\n    \"max-attempts\": 3\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/reconnect-strategy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dcd16f35-6bb7-4c7c-bcc0-5fc015e74ddc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"reconnect-strategy\": {\n    \"start-with\": \"first-listed\",\n    \"max-attempts\": 3\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/netconf-client=<string>/reconnect-strategy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"108c0db3-1c25-4cf5-aeb1-0ebf7cb7f0fd"},{"name":"GET - NodeID - ietf-netconf-server - callhome-state","id":"fea38cf2-ec57-4df8-9d1b-903403309d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state?content=<string>","description":"<p>Specifies TLS-specific call-home transport\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a92d871c-b18c-41cc-a5c9-76b6f7dc6687","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"callhome-state\": {\n    \"endpoints\": {\n      \"endpoint\": [\n        {\n          \"name\": \"Some name\",\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"source\": \"dynamic\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"address\": \"<string>\",\n          \"port\": 4335,\n          \"source\": \"dynamic\"\n        }\n      ]\n    },\n    \"active-endpoint\": {\n      \"name\": \"Some name\",\n      \"active-from\": \"?:4719-37-51T61:74:27+99:35\"\n    },\n    \"last-connected-endpoint\": {\n      \"address\": \"<string>\",\n      \"port\": 0,\n      \"disconnect-timestamp\": \"?:9760-16-48T64:11:75-57:28\"\n    }\n  }\n}"}],"_postman_id":"fea38cf2-ec57-4df8-9d1b-903403309d61"},{"name":"GET - NodeID - ietf-netconf-server - endpoints","id":"a7db6f2e-e5e7-4c64-8e71-207c5db05ad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state/endpoints?content=<string>","description":"<p>currently connected endpoint.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state","endpoints"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c016a1cd-fb10-4b59-a82b-19f10927992e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state/endpoints?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state","endpoints"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"endpoints\": {\n    \"endpoint\": [\n      {\n        \"name\": \"Some name\",\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"source\": \"dynamic\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"address\": \"<string>\",\n        \"port\": 4335,\n        \"source\": \"dynamic\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a7db6f2e-e5e7-4c64-8e71-207c5db05ad8"},{"name":"GET - NodeID - ietf-netconf-server - endpoint","id":"1716426c-f6e9-4075-8dc0-9d4cf8b36cc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state/endpoints/endpoint?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state","endpoints","endpoint"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a9a2dde9-a66f-4c9b-8d83-7dd8111a3a30","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state/endpoints/endpoint?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state","endpoints","endpoint"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"endpoint\": [\n    {\n      \"name\": \"Some name\",\n      \"address\": \"<string>\",\n      \"port\": 4335,\n      \"source\": \"dynamic\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"address\": \"<string>\",\n      \"port\": 4335,\n      \"source\": \"dynamic\"\n    }\n  ]\n}"}],"_postman_id":"1716426c-f6e9-4075-8dc0-9d4cf8b36cc3"},{"name":"GET - NodeID - ietf-netconf-server - active-endpoint","id":"1d22f76d-5f66-4665-a16e-1d570eb14430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state/active-endpoint?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state","active-endpoint"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d774f6d9-97c8-4dd1-bdf0-671cfe7c1bff","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state/active-endpoint?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state","active-endpoint"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active-endpoint\": {\n    \"name\": \"Some name\",\n    \"active-from\": \"?:4719-37-51T61:74:27+99:35\"\n  }\n}"}],"_postman_id":"1d22f76d-5f66-4665-a16e-1d570eb14430"},{"name":"GET - NodeID - ietf-netconf-server - last-connected-endpoint","id":"b1bbeb83-1fb8-42cb-aab1-df717510ba67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state/last-connected-endpoint?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state","last-connected-endpoint"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"50233801-ab56-47a3-b728-1e1c977e61b6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-netconf-server:netconf-server/call-home/nokia-netconf-server:callhome-state/last-connected-endpoint?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-netconf-server:netconf-server","call-home","nokia-netconf-server:callhome-state","last-connected-endpoint"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"last-connected-endpoint\": {\n    \"address\": \"<string>\",\n    \"port\": 0,\n    \"disconnect-timestamp\": \"?:9760-16-48T64:11:75-57:28\"\n  }\n}"}],"_postman_id":"b1bbeb83-1fb8-42cb-aab1-df717510ba67"}],"id":"ef34dc57-5915-49b4-9c20-50031f1947c7","_postman_id":"ef34dc57-5915-49b4-9c20-50031f1947c7","description":""},{"name":"mounted NodeID ietf-restconf-monitoring","item":[{"name":"GET - NodeID - ietf-restconf-monitoring - restconf-state","id":"7a584381-cfb3-4acc-adc4-3ae9590cf00f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state?content=<string>","description":"<p>Contains RESTCONF protocol monitoring information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"947065bd-a0c2-44d2-ae8d-df6b4d451197","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"restconf-state\": {\n    \"capabilities\": {\n      \"capability\": [\n        \"Some capability\",\n        \"Some capability\"\n      ]\n    },\n    \"streams\": {\n      \"stream\": [\n        {\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"replay-support\": false,\n          \"replay-log-creation-time\": \"?:2644-38-67T03:41:52.67Z\",\n          \"access\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"replay-support\": false,\n          \"replay-log-creation-time\": \"?:2644-38-67T03:41:52.67Z\",\n          \"access\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7a584381-cfb3-4acc-adc4-3ae9590cf00f"},{"name":"GET - NodeID - ietf-restconf-monitoring - capabilities","id":"6827f9f6-08df-4326-b0b3-f8ef7d92499d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state/capabilities?content=<string>","description":"<p>Contains a list of protocol capability URIs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state","capabilities"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"af8e1014-d3e9-4825-9043-739aa99283e9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state/capabilities?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state","capabilities"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"capabilities\": {\n    \"capability\": [\n      \"Some capability\",\n      \"Some capability\"\n    ]\n  }\n}"}],"_postman_id":"6827f9f6-08df-4326-b0b3-f8ef7d92499d"},{"name":"GET - NodeID - ietf-restconf-monitoring - streams","id":"247789be-6ac0-4907-864a-38aae165cec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state/streams?content=<string>","description":"<p>Container representing the notification event streams\nsupported by the server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state","streams"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2398203f-7ad7-4e89-a1d4-25fa7cb3e280","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state/streams?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state","streams"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"streams\": {\n    \"stream\": [\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"replay-support\": false,\n        \"replay-log-creation-time\": \"?:2644-38-67T03:41:52.67Z\",\n        \"access\": [\n          {\n            \"location\": \"Some location\",\n            \"encoding\": \"Some encoding\"\n          },\n          {\n            \"location\": \"Some location\",\n            \"encoding\": \"Some encoding\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"replay-support\": false,\n        \"replay-log-creation-time\": \"?:2644-38-67T03:41:52.67Z\",\n        \"access\": [\n          {\n            \"location\": \"Some location\",\n            \"encoding\": \"Some encoding\"\n          },\n          {\n            \"location\": \"Some location\",\n            \"encoding\": \"Some encoding\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"247789be-6ac0-4907-864a-38aae165cec0"},{"name":"GET - NodeID - ietf-restconf-monitoring - stream","id":"04867312-6b11-4826-9190-3797e0b5d06e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state/streams/stream=<string>?content=<string>","description":"<p>Each entry describes an event stream supported by\nthe server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state","streams","stream=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fd807769-aba0-4e47-a4d3-606e61b10925","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state/streams/stream=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state","streams","stream=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"stream\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"replay-support\": false,\n      \"replay-log-creation-time\": \"?:2644-38-67T03:41:52.67Z\",\n      \"access\": [\n        {\n          \"location\": \"Some location\",\n          \"encoding\": \"Some encoding\"\n        },\n        {\n          \"location\": \"Some location\",\n          \"encoding\": \"Some encoding\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"replay-support\": false,\n      \"replay-log-creation-time\": \"?:2644-38-67T03:41:52.67Z\",\n      \"access\": [\n        {\n          \"location\": \"Some location\",\n          \"encoding\": \"Some encoding\"\n        },\n        {\n          \"location\": \"Some location\",\n          \"encoding\": \"Some encoding\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"04867312-6b11-4826-9190-3797e0b5d06e"},{"name":"GET - NodeID - ietf-restconf-monitoring - access","id":"2954421b-4ff9-4325-9fd7-b57c8a6b2236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state/streams/stream=<string>/access=<string>?content=<string>","description":"<p>The server will create an entry in this list for each\nencoding format that is supported for this stream.\nThe media type 'text/event-stream' is expected\nfor all event streams.  This list identifies the\nsubtypes supported for this stream.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state","streams","stream=<string>","access=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"691911f0-fabd-4ac0-9a94-8e0d7c4b9bc6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-restconf-monitoring:restconf-state/streams/stream=<string>/access=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-restconf-monitoring:restconf-state","streams","stream=<string>","access=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access\": [\n    {\n      \"location\": \"Some location\",\n      \"encoding\": \"Some encoding\"\n    },\n    {\n      \"location\": \"Some location\",\n      \"encoding\": \"Some encoding\"\n    }\n  ]\n}"}],"_postman_id":"2954421b-4ff9-4325-9fd7-b57c8a6b2236"}],"id":"412df024-e175-4778-aed0-ac21c2dac1ad","_postman_id":"412df024-e175-4778-aed0-ac21c2dac1ad","description":""},{"name":"mounted NodeID ietf-routing","item":[{"name":"GET - NodeID - ietf-routing - routing-state","id":"71ade787-5d07-42b9-8347-a2618484efab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state?content=<string>","description":"<p>State data of the routing subsystem.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cf5a703c-d146-4bdb-943d-2cc0389efa31","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"routing-state\": {\n    \"router-id\": \"?:231.25.1.4\",\n    \"interfaces\": {\n      \"interface\": [\n        \"Some interface\",\n        \"Some interface\"\n      ]\n    },\n    \"control-plane-protocols\": {\n      \"control-plane-protocol\": [\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    \"ribs\": {\n      \"rib\": [\n        {\n          \"address-family\": \"<string>\",\n          \"name\": \"Some name\",\n          \"default-rib\": true,\n          \"routes\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"address-family\": \"<string>\",\n          \"name\": \"Some name\",\n          \"default-rib\": true,\n          \"routes\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"71ade787-5d07-42b9-8347-a2618484efab"},{"name":"GET - NodeID - ietf-routing - interfaces","id":"952ff632-2c9c-4133-a55b-e83c74a55f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/interfaces?content=<string>","description":"<p>Network-layer interfaces used for routing.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","interfaces"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"22436a12-336f-459a-85bb-b41c79f1960d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/interfaces?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","interfaces"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      \"Some interface\",\n      \"Some interface\"\n    ]\n  }\n}"}],"_postman_id":"952ff632-2c9c-4133-a55b-e83c74a55f61"},{"name":"GET - NodeID - ietf-routing - control-plane-protocols","id":"fccc02cf-0435-431b-83b2-1e324e7c34d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/control-plane-protocols?content=<string>","description":"<p>Container for the list of routing protocol instances.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","control-plane-protocols"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0dabd40e-04a2-48cf-bd5f-a6a399f6b163","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/control-plane-protocols?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","control-plane-protocols"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"control-plane-protocols\": {\n    \"control-plane-protocol\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"fccc02cf-0435-431b-83b2-1e324e7c34d0"},{"name":"GET - NodeID - ietf-routing - control-plane-protocol","id":"68798494-3c9a-4eaa-a1fb-191f354eb1b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/control-plane-protocols/control-plane-protocol=<string>,<string>?content=<string>","description":"<p>State data of a control-plane protocol instance.</p>\n<p>An implementation MUST provide exactly one\nsystem-controlled instance of the 'direct'\npseudo-protocol.  Instances of other control-plane\nprotocols MAY be created by configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","control-plane-protocols","control-plane-protocol=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6d8f0d46-6fee-4f0e-abaa-29c43638b741","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/control-plane-protocols/control-plane-protocol=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","control-plane-protocols","control-plane-protocol=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"control-plane-protocol\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"68798494-3c9a-4eaa-a1fb-191f354eb1b5"},{"name":"GET - NodeID - ietf-routing - ribs","id":"cd556342-461e-4fec-a8be-91995e887b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs?content=<string>","description":"<p>Container for RIBs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"db3c0d20-09f7-4058-a088-be07e10828ef","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ribs\": {\n    \"rib\": [\n      {\n        \"address-family\": \"<string>\",\n        \"name\": \"Some name\",\n        \"default-rib\": true,\n        \"routes\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"address-family\": \"<string>\",\n        \"name\": \"Some name\",\n        \"default-rib\": true,\n        \"routes\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"cd556342-461e-4fec-a8be-91995e887b10"},{"name":"GET - NodeID - ietf-routing - rib","id":"eb22aff0-da7d-4db9-bc0e-a95d5ec72457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>?content=<string>","description":"<p>Each entry represents a RIB identified by the 'name' key.\nAll routes in a RIB MUST belong to the same address\nfamily.</p>\n<p>An implementation SHOULD provide one system-controlled\ndefault RIB for each supported address family.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs","rib=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7dd96ffe-6e46-4441-9405-b0ebedeeb5fc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs","rib=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rib\": [\n    {\n      \"address-family\": \"<string>\",\n      \"name\": \"Some name\",\n      \"default-rib\": true,\n      \"routes\": {\n        \"route\": [\n          {\n            \"source-protocol\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"route-preference\": 0,\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"active\": \"<object>\",\n            \"last-updated\": \"?:1698-45-11T34:09:88.047-55:68\",\n            \"destination-prefix\": \"?:e3c:F/127\"\n          },\n          {\n            \"source-protocol\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"route-preference\": 0,\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"active\": \"<object>\",\n            \"last-updated\": \"?:1698-45-11T34:09:88.047-55:68\",\n            \"destination-prefix\": \"?:e3c:F/127\"\n          }\n        ]\n      }\n    },\n    {\n      \"address-family\": \"<string>\",\n      \"name\": \"Some name\",\n      \"default-rib\": true,\n      \"routes\": {\n        \"route\": [\n          {\n            \"source-protocol\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"route-preference\": 0,\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"active\": \"<object>\",\n            \"last-updated\": \"?:1698-45-11T34:09:88.047-55:68\",\n            \"destination-prefix\": \"?:e3c:F/127\"\n          },\n          {\n            \"source-protocol\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"route-preference\": 0,\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"active\": \"<object>\",\n            \"last-updated\": \"?:1698-45-11T34:09:88.047-55:68\",\n            \"destination-prefix\": \"?:e3c:F/127\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"eb22aff0-da7d-4db9-bc0e-a95d5ec72457"},{"name":"POST - NodeID - ietf-routing - active-route","id":"9cc50bdd-d0bf-4fff-9e51-13bdf7791fdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"destination-address\": \"?:9D:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>/active-route","description":"<p>Return the active RIB route that is used for the\ndestination address.</p>\n<p>Address-family-specific modules MUST augment input\nparameters with a leaf named 'destination-address'.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs","rib=<string>","active-route"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"833f39ef-5b06-48b7-82ee-cabe69c31348","name":"RPC active-route success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"destination-address\": \"?:9D:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>/active-route"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"route\": {\n      \"source-protocol\": \"<string>\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"Some outgoing-interface\",\n        \"next-hop-address\": \"?::FbE5%}Lp\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"active\": \"<object>\",\n      \"last-updated\": \"?:8616-57-26T97:34:76+68:13\",\n      \"destination-prefix\": \"?:Eccf::F/0\"\n    }\n  }\n}"}],"_postman_id":"9cc50bdd-d0bf-4fff-9e51-13bdf7791fdd"},{"name":"GET - NodeID - ietf-routing - routes","id":"1075764b-31ec-45ef-b83d-863931795833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>/routes?content=<string>","description":"<p>Current content of the RIB.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs","rib=<string>","routes"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"950fdb23-07e2-401e-ae11-5ad04381faaa","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>/routes?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs","rib=<string>","routes"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"routes\": {\n    \"route\": [\n      {\n        \"source-protocol\": \"<string>\",\n        \"route-preference\": 0,\n        \"next-hop\": {\n          \"outgoing-interface\": \"Some outgoing-interface\",\n          \"next-hop-address\": \"?::\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"active\": \"<object>\",\n        \"last-updated\": \"?:1698-45-11T34:09:88.047-55:68\",\n        \"destination-prefix\": \"?:e3c:F/127\"\n      },\n      {\n        \"source-protocol\": \"<string>\",\n        \"route-preference\": 0,\n        \"next-hop\": {\n          \"outgoing-interface\": \"Some outgoing-interface\",\n          \"next-hop-address\": \"?::\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"active\": \"<object>\",\n        \"last-updated\": \"?:1698-45-11T34:09:88.047-55:68\",\n        \"destination-prefix\": \"?:e3c:F/127\"\n      }\n    ]\n  }\n}"}],"_postman_id":"1075764b-31ec-45ef-b83d-863931795833"},{"name":"GET - NodeID - ietf-routing - route","id":"f79e0590-9e23-40a7-949f-ecb7fdcd6a87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>/routes/route?content=<string>","description":"<p>A RIB route entry.  This data node MUST be augmented\nwith information specific for routes of each address\nfamily.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs","rib=<string>","routes","route"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b263de81-d54a-4256-b162-0ef03b394f9d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>/routes/route?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs","rib=<string>","routes","route"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"route\": [\n    {\n      \"source-protocol\": \"<string>\",\n      \"route-preference\": 0,\n      \"next-hop\": {\n        \"outgoing-interface\": \"Some outgoing-interface\",\n        \"next-hop-address\": \"?::\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"active\": \"<object>\",\n      \"last-updated\": \"?:1698-45-11T34:09:88.047-55:68\",\n      \"destination-prefix\": \"?:e3c:F/127\"\n    },\n    {\n      \"source-protocol\": \"<string>\",\n      \"route-preference\": 0,\n      \"next-hop\": {\n        \"outgoing-interface\": \"Some outgoing-interface\",\n        \"next-hop-address\": \"?::\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"active\": \"<object>\",\n      \"last-updated\": \"?:1698-45-11T34:09:88.047-55:68\",\n      \"destination-prefix\": \"?:e3c:F/127\"\n    }\n  ]\n}"}],"_postman_id":"f79e0590-9e23-40a7-949f-ecb7fdcd6a87"},{"name":"GET - NodeID - ietf-routing - next-hop","id":"4b26a162-9c18-4bdf-b305-1e4b619d5b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>/routes/route/next-hop?content=<string>","description":"<p>Route's next-hop attribute.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs","rib=<string>","routes","route","next-hop"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d3b3d8e6-13ac-4050-a59c-f127afbea9a9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing-state/ribs/rib=<string>/routes/route/next-hop?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing-state","ribs","rib=<string>","routes","route","next-hop"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"next-hop\": {\n    \"outgoing-interface\": \"Some outgoing-interface\",\n    \"next-hop-address\": \"?::\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"outgoing-interface\": \"Some outgoing-interface\",\n          \"address\": \"?:Ef:d\"\n        },\n        {\n          \"outgoing-interface\": \"Some outgoing-interface\",\n          \"address\": \"?:Ef:d\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4b26a162-9c18-4bdf-b305-1e4b619d5b74"},{"name":"POST - NodeID - ietf-routing - routing","id":"a768dfb4-51bc-422e-a141-e0774788a50c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"router-id\": \"?:0.26.28.0\",\n  \"control-plane-protocols\": {\n    \"control-plane-protocol\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"ribs\": {\n    \"rib\": [\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing","description":"<p>Configuration parameters for the routing subsystem.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c57c1144-4816-4e98-a1e7-aa3e1d3b0c38","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"router-id\": \"?:0.26.28.0\",\n  \"control-plane-protocols\": {\n    \"control-plane-protocol\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"ribs\": {\n    \"rib\": [\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a768dfb4-51bc-422e-a141-e0774788a50c"},{"name":"GET - NodeID - ietf-routing - routing","id":"27185b36-bb03-4e30-805b-708b77c9f84c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing?content=<string>","description":"<p>Configuration parameters for the routing subsystem.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"114d21d2-1e84-4f12-b95f-aed8a84c6d45","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"routing\": {\n    \"router-id\": \"?:0.2.82.252\",\n    \"control-plane-protocols\": {\n      \"control-plane-protocol\": [\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"static-routes\": {\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"static-routes\": {\n            \"ipv4\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ipv6\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"ribs\": {\n      \"rib\": [\n        {\n          \"name\": \"Some name\",\n          \"address-family\": \"<string>\",\n          \"description\": \"Some description\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"address-family\": \"<string>\",\n          \"description\": \"Some description\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"27185b36-bb03-4e30-805b-708b77c9f84c"},{"name":"DELETE - NodeID - ietf-routing - routing","id":"f1158484-d038-4168-9b12-1d72f5d3144a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing","description":"<p>Configuration parameters for the routing subsystem.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"79d0b1c1-d7d4-45ef-a5be-0afab4af85ae","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1158484-d038-4168-9b12-1d72f5d3144a"},{"name":"PUT - NodeID - ietf-routing - routing","id":"ab1418ac-382d-40ff-b6c8-1f8cd0052b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"routing\": {\n    \"router-id\": \"?:0.26.28.0\",\n    \"control-plane-protocols\": {\n      \"control-plane-protocol\": [\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"static-routes\": {\n            \"ipv4\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"ipv6\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"static-routes\": {\n            \"ipv4\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"ipv6\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    \"ribs\": {\n      \"rib\": [\n        {\n          \"name\": \"Some name\",\n          \"address-family\": \"<string>\",\n          \"description\": \"Some description\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"address-family\": \"<string>\",\n          \"description\": \"Some description\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing","description":"<p>Configuration parameters for the routing subsystem.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4ae32331-777e-43c7-8293-85d328a3f865","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"routing\": {\n    \"router-id\": \"?:0.26.28.0\",\n    \"control-plane-protocols\": {\n      \"control-plane-protocol\": [\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"static-routes\": {\n            \"ipv4\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"ipv6\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"static-routes\": {\n            \"ipv4\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"ipv6\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    \"ribs\": {\n      \"rib\": [\n        {\n          \"name\": \"Some name\",\n          \"address-family\": \"<string>\",\n          \"description\": \"Some description\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"address-family\": \"<string>\",\n          \"description\": \"Some description\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"80cba379-1221-4ac2-a3ac-718add953af6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"routing\": {\n    \"router-id\": \"?:0.26.28.0\",\n    \"control-plane-protocols\": {\n      \"control-plane-protocol\": [\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"static-routes\": {\n            \"ipv4\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"ipv6\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        },\n        {\n          \"type\": \"<string>\",\n          \"name\": \"Some name\",\n          \"description\": \"Some description\",\n          \"static-routes\": {\n            \"ipv4\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"ipv6\": {\n              \"route\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    \"ribs\": {\n      \"rib\": [\n        {\n          \"name\": \"Some name\",\n          \"address-family\": \"<string>\",\n          \"description\": \"Some description\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"address-family\": \"<string>\",\n          \"description\": \"Some description\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab1418ac-382d-40ff-b6c8-1f8cd0052b74"},{"name":"POST - NodeID - ietf-routing - control-plane-protocols","id":"b764de77-2fb3-49c8-9e18-2331daf5dca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"control-plane-protocol\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols","description":"<p>Configuration of control-plane protocol instances.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e4301528-d46c-4884-a974-c5735f5b2467","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"control-plane-protocol\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b764de77-2fb3-49c8-9e18-2331daf5dca0"},{"name":"GET - NodeID - ietf-routing - control-plane-protocols","id":"c1af4e66-aea7-440b-aa59-07f14c580a40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols?content=<string>","description":"<p>Configuration of control-plane protocol instances.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c2cd7133-2b95-4349-ace0-72c0d704e42c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"control-plane-protocols\": {\n    \"control-plane-protocol\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"c1af4e66-aea7-440b-aa59-07f14c580a40"},{"name":"DELETE - NodeID - ietf-routing - control-plane-protocols","id":"a8a50727-9199-4418-a6db-581e9461a98b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols","description":"<p>Configuration of control-plane protocol instances.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e3d7a60e-aa7c-46b1-8523-f614f0efa79f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8a50727-9199-4418-a6db-581e9461a98b"},{"name":"PUT - NodeID - ietf-routing - control-plane-protocols","id":"32014f4b-e426-405b-8b88-af00570532d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"control-plane-protocols\": {\n    \"control-plane-protocol\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols","description":"<p>Configuration of control-plane protocol instances.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f8bc5279-cda6-472b-8941-927f607c37d4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"control-plane-protocols\": {\n    \"control-plane-protocol\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"258a7cd3-9f72-4725-9b3d-0a87e0efa1db","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"control-plane-protocols\": {\n    \"control-plane-protocol\": [\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"type\": \"<string>\",\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"static-routes\": {\n          \"ipv4\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"ipv6\": {\n            \"route\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"32014f4b-e426-405b-8b88-af00570532d8"},{"name":"POST - NodeID - ietf-routing - control-plane-protocol","id":"2d70fd5a-c07e-43df-a18e-096c8cdad076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"static-routes\": {\n    \"ipv4\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"ipv6\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>","description":"<p>Each entry contains configuration of a control-plane\nprotocol instance.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d0090258-c80e-428d-ab34-194e2372e122","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"static-routes\": {\n    \"ipv4\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"ipv6\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d70fd5a-c07e-43df-a18e-096c8cdad076"},{"name":"GET - NodeID - ietf-routing - control-plane-protocol","id":"2918379b-56a1-4d93-86a4-43cfef6d6198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>?content=<string>","description":"<p>Each entry contains configuration of a control-plane\nprotocol instance.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8d4718c5-284c-4c97-997a-950602e7cda4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"control-plane-protocol\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"2918379b-56a1-4d93-86a4-43cfef6d6198"},{"name":"DELETE - NodeID - ietf-routing - control-plane-protocol","id":"0f44f34d-a51c-4fe0-9e0d-3505a83241b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>","description":"<p>Each entry contains configuration of a control-plane\nprotocol instance.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f78d63f6-1b0d-4813-95a1-e6b9402dd47e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f44f34d-a51c-4fe0-9e0d-3505a83241b8"},{"name":"PUT - NodeID - ietf-routing - control-plane-protocol","id":"efcf0b40-04c1-4b45-acef-74a2e8bd6c8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"control-plane-protocol\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>","description":"<p>Each entry contains configuration of a control-plane\nprotocol instance.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d93cd2cd-791b-43a2-ba76-71867ea35011","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"control-plane-protocol\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"be591c27-4e8a-47f5-b993-5a33123fc566","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"control-plane-protocol\": [\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"type\": \"<string>\",\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"static-routes\": {\n        \"ipv4\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"ipv6\": {\n          \"route\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"efcf0b40-04c1-4b45-acef-74a2e8bd6c8b"},{"name":"POST - NodeID - ietf-routing - static-routes","id":"21062816-5c9f-4de7-b1c7-914110ae43d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"ipv6\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes","description":"<p>Configuration of the 'static' pseudo-protocol.</p>\n<p>Address-family-specific modules augment this node with\ntheir lists of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d122e668-06f9-4314-9195-9c14fd4bc579","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  },\n  \"ipv6\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"21062816-5c9f-4de7-b1c7-914110ae43d4"},{"name":"GET - NodeID - ietf-routing - static-routes","id":"52025169-f357-4458-b96c-23c4025f5198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes?content=<string>","description":"<p>Configuration of the 'static' pseudo-protocol.</p>\n<p>Address-family-specific modules augment this node with\ntheir lists of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cf3cefa7-5fec-42bc-93af-67030638687f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"static-routes\": {\n    \"ipv4\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:0.78.29.6/6\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:0.78.29.6/6\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"ipv6\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:8CE7:D6/86\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:8CE7:D6/86\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"52025169-f357-4458-b96c-23c4025f5198"},{"name":"DELETE - NodeID - ietf-routing - static-routes","id":"11b36844-0d97-409a-b864-48a6d25c8b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes","description":"<p>Configuration of the 'static' pseudo-protocol.</p>\n<p>Address-family-specific modules augment this node with\ntheir lists of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7379766f-d913-4438-907b-fd4694835c2d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11b36844-0d97-409a-b864-48a6d25c8b65"},{"name":"PUT - NodeID - ietf-routing - static-routes","id":"b63d8c58-e9b9-4b2f-8b19-42acc2f0ba86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"static-routes\": {\n    \"ipv4\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"ipv6\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes","description":"<p>Configuration of the 'static' pseudo-protocol.</p>\n<p>Address-family-specific modules augment this node with\ntheir lists of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"556f4d9d-eed9-434c-8eef-9802bb98851f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"static-routes\": {\n    \"ipv4\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"ipv6\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"12bea8d7-86b5-4e7c-834b-810635f38f34","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"static-routes\": {\n    \"ipv4\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:29.0.96.2/0\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"ipv6\": {\n      \"route\": [\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n          \"description\": \"Some description\",\n          \"next-hop\": {\n            \"outgoing-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"special-next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"next-hop-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b63d8c58-e9b9-4b2f-8b19-42acc2f0ba86"},{"name":"POST - NodeID - ietf-routing - ipv4","id":"ca153d6b-7545-4e49-9cce-913ec01584e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4","description":"<p>Configuration of a 'static' pseudo-protocol instance\nconsists of a list of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd74b5d8-6aee-40e9-8aac-445ec53c64fb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca153d6b-7545-4e49-9cce-913ec01584e8"},{"name":"GET - NodeID - ietf-routing - ipv4","id":"601f1919-3c9b-4f93-a1df-15d19c010c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4?content=<string>","description":"<p>Configuration of a 'static' pseudo-protocol instance\nconsists of a list of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"49351759-18e6-43c9-86ee-53631e7ef9eb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:0.78.29.6/6\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:|<#|#!##M\",\n          \"next-hop-address\": \"?:6.29.75.5\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:0.78.29.6/6\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:|<#|#!##M\",\n          \"next-hop-address\": \"?:6.29.75.5\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"601f1919-3c9b-4f93-a1df-15d19c010c41"},{"name":"DELETE - NodeID - ietf-routing - ipv4","id":"488a274e-5075-4a2c-8b6a-643d83d416f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4","description":"<p>Configuration of a 'static' pseudo-protocol instance\nconsists of a list of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73eebfc4-f41d-4e9b-be7d-3a4889338e85","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"488a274e-5075-4a2c-8b6a-643d83d416f9"},{"name":"PUT - NodeID - ietf-routing - ipv4","id":"ed4ac740-7e6e-414c-82e6-270199f62be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4","description":"<p>Configuration of a 'static' pseudo-protocol instance\nconsists of a list of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4cb16b90-1d3e-46ea-bffc-e458027f1853","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"af28ad0a-ce51-439a-a00b-3e6cbba41abf","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv4\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:29.0.96.2/0\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:26.0.225.1%p\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed4ac740-7e6e-414c-82e6-270199f62be6"},{"name":"POST - NodeID - ietf-routing - route","id":"a0a80be1-fa78-4797-9189-640644be5bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:26.0.225.1%p\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>","description":"<p>A list of static routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1bca998a-d9a9-4e28-aee2-355bd56134a2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:26.0.225.1%p\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0a80be1-fa78-4797-9189-640644be5bf9"},{"name":"GET - NodeID - ietf-routing - route","id":"1eba4bb2-333e-4940-83f0-1f464c40559e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>?content=<string>","description":"<p>A list of static routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"97162385-4090-421c-bd4b-5d75506f02e5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:0.78.29.6/6\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:|<#|#!##M\",\n        \"next-hop-address\": \"?:6.29.75.5\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:0.78.29.6/6\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:|<#|#!##M\",\n        \"next-hop-address\": \"?:6.29.75.5\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"1eba4bb2-333e-4940-83f0-1f464c40559e"},{"name":"DELETE - NodeID - ietf-routing - route","id":"d136f689-a511-4ef1-b741-f9acc0a4cd9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>","description":"<p>A list of static routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6f7e79c3-9be6-480e-ae8f-a67a728500d9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d136f689-a511-4ef1-b741-f9acc0a4cd9f"},{"name":"PUT - NodeID - ietf-routing - route","id":"2446df66-4304-4d47-a600-ee28de934615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>","description":"<p>A list of static routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1ddcfa36-9eaf-4ac4-a5c4-618193340613","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1aeb5d92-ca2c-4917-af03-5def1ec4d16f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:29.0.96.2/0\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:26.0.225.1%p\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2446df66-4304-4d47-a600-ee28de934615"},{"name":"POST - NodeID - ietf-routing - next-hop","id":"eb0978b5-060e-407e-95e6-f56d659332dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"outgoing-interface\": \"?:\",\n  \"next-hop-address\": \"?:26.0.225.1%p\",\n  \"special-next-hop\": \"blackhole\",\n  \"next-hop-list\": {\n    \"next-hop\": [\n      {\n        \"index\": \"Some index\",\n        \"outgoing-interface\": \"?:#~X!|k#|_#\",\n        \"next-hop-address\": \"?:2.2.250.1\"\n      },\n      {\n        \"index\": \"Some index\",\n        \"outgoing-interface\": \"?:#~X!|k#|_#\",\n        \"next-hop-address\": \"?:2.2.250.1\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>/next-hop","description":"<p>Configuration of next-hop.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>","next-hop"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9d48cbd3-dc31-4e7a-a594-f0c7ca640c67","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"outgoing-interface\": \"?:\",\n  \"next-hop-address\": \"?:26.0.225.1%p\",\n  \"special-next-hop\": \"blackhole\",\n  \"next-hop-list\": {\n    \"next-hop\": [\n      {\n        \"index\": \"Some index\",\n        \"outgoing-interface\": \"?:#~X!|k#|_#\",\n        \"next-hop-address\": \"?:2.2.250.1\"\n      },\n      {\n        \"index\": \"Some index\",\n        \"outgoing-interface\": \"?:#~X!|k#|_#\",\n        \"next-hop-address\": \"?:2.2.250.1\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>/next-hop"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb0978b5-060e-407e-95e6-f56d659332dd"},{"name":"GET - NodeID - ietf-routing - next-hop","id":"d89d30b3-3fd4-4c03-85a1-626a97529ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>/next-hop?content=<string>","description":"<p>Configuration of next-hop.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>","next-hop"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bd386ec9-9f3e-427a-b0c1-da82373cf640","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>/next-hop?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>","next-hop"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:|<#|#!##M\",\n    \"next-hop-address\": \"?:6.29.75.5\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#-!j##\",\n          \"next-hop-address\": \"?:2.4.1.39%}p\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#-!j##\",\n          \"next-hop-address\": \"?:2.4.1.39%}p\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d89d30b3-3fd4-4c03-85a1-626a97529ffe"},{"name":"DELETE - NodeID - ietf-routing - next-hop","id":"8e72b6b6-5cbd-4fc9-a226-8f8980a59e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>/next-hop","description":"<p>Configuration of next-hop.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>","next-hop"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8c46f543-f28c-449a-bea9-bd1502b9f2e8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>/next-hop"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e72b6b6-5cbd-4fc9-a226-8f8980a59e17"},{"name":"PUT - NodeID - ietf-routing - next-hop","id":"4d9f7bfe-2613-4798-b02a-19e46bc7d238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:26.0.225.1%p\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>/next-hop","description":"<p>Configuration of next-hop.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv4-unicast-routing:ipv4","route=<string>","next-hop"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c198950b-eb5e-4f0e-b899-440e7459a486","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:26.0.225.1%p\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>/next-hop"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e6c7ca23-bd77-46e3-8bb0-146509642d10","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:26.0.225.1%p\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:#~X!|k#|_#\",\n          \"next-hop-address\": \"?:2.2.250.1\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv4-unicast-routing:ipv4/route=<string>/next-hop"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d9f7bfe-2613-4798-b02a-19e46bc7d238"},{"name":"POST - NodeID - ietf-routing - ipv6","id":"59a5c9a4-23d3-4180-8ab2-cb076cedffdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6","description":"<p>Configuration of a 'static' pseudo-protocol instance\nconsists of a list of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d9a7ae10-6371-4654-ace6-3cc249171b76","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59a5c9a4-23d3-4180-8ab2-cb076cedffdc"},{"name":"GET - NodeID - ietf-routing - ipv6","id":"33e2d465-c024-4fcc-988c-dab9faa28a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6?content=<string>","description":"<p>Configuration of a 'static' pseudo-protocol instance\nconsists of a list of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e4ba69ba-c12d-4f1e-b5f2-988bc1e050bc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv6\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:8CE7:D6/86\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:6cb:2:\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:8CE7:D6/86\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:6cb:2:\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"33e2d465-c024-4fcc-988c-dab9faa28a42"},{"name":"DELETE - NodeID - ietf-routing - ipv6","id":"a0819f43-c303-4b47-8c20-888a992e6412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6","description":"<p>Configuration of a 'static' pseudo-protocol instance\nconsists of a list of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2abd1e20-4336-4ea1-b200-0dc70e12f4cb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0819f43-c303-4b47-8c20-888a992e6412"},{"name":"PUT - NodeID - ietf-routing - ipv6","id":"f9ccaefb-4ad1-4c69-830c-2f8c19d054f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv6\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6","description":"<p>Configuration of a 'static' pseudo-protocol instance\nconsists of a list of routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4f4271ba-4698-4476-9e45-111dd88145a0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv6\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"489855ea-84a8-4b91-bcca-280138098ae0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ipv6\": {\n    \"route\": [\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n        \"description\": \"Some description\",\n        \"next-hop\": {\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n          \"special-next-hop\": \"blackhole\",\n          \"next-hop-list\": {\n            \"next-hop\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9ccaefb-4ad1-4c69-830c-2f8c19d054f2"},{"name":"POST - NodeID - ietf-routing - route","id":"60dd5acb-d5e0-4529-b400-08d9baaa684d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>","description":"<p>A list of static routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a266d774-b541-4cdb-b708-448b9ce2c7fc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60dd5acb-d5e0-4529-b400-08d9baaa684d"},{"name":"GET - NodeID - ietf-routing - route","id":"ed4697ff-4ae9-4c22-9ae1-57b6300a5082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>?content=<string>","description":"<p>A list of static routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6ef30d1d-9f98-4d75-be06-819d4a85aa42","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:8CE7:D6/86\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:6cb:2:\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:8CE7:D6/86\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:6cb:2:\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"ed4697ff-4ae9-4c22-9ae1-57b6300a5082"},{"name":"DELETE - NodeID - ietf-routing - route","id":"2887ee39-f0fa-4b6b-a22b-079d083cef9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>","description":"<p>A list of static routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"269b2868-ba3b-4a8d-b4c0-7fc911664ebd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2887ee39-f0fa-4b6b-a22b-079d083cef9f"},{"name":"PUT - NodeID - ietf-routing - route","id":"33d3405a-1a8d-4e76-9a85-fc2a5e120a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>","description":"<p>A list of static routes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0d6d3eb3-0563-449c-bdfa-34c6d48b7849","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f5255d77-3b92-4c8b-b117-2a0a9e031b73","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"route\": [\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"destination-prefix\": \"?:c6Fa:de6C:9:1f::A5/19\",\n      \"description\": \"Some description\",\n      \"next-hop\": {\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n        \"special-next-hop\": \"blackhole\",\n        \"next-hop-list\": {\n          \"next-hop\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33d3405a-1a8d-4e76-9a85-fc2a5e120a65"},{"name":"POST - NodeID - ietf-routing - next-hop","id":"04e56958-c9db-43ff-b127-e98992d2ce0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"outgoing-interface\": \"?:\",\n  \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n  \"special-next-hop\": \"blackhole\",\n  \"next-hop-list\": {\n    \"next-hop\": [\n      {\n        \"index\": \"Some index\",\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:CBb:eF\"\n      },\n      {\n        \"index\": \"Some index\",\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:CBb:eF\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>/next-hop","description":"<p>Configuration of next-hop.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>","next-hop"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0003bf6f-a954-45fd-92af-a312a7fe9f1d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"outgoing-interface\": \"?:\",\n  \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n  \"special-next-hop\": \"blackhole\",\n  \"next-hop-list\": {\n    \"next-hop\": [\n      {\n        \"index\": \"Some index\",\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:CBb:eF\"\n      },\n      {\n        \"index\": \"Some index\",\n        \"outgoing-interface\": \"?:\",\n        \"next-hop-address\": \"?:CBb:eF\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>/next-hop"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04e56958-c9db-43ff-b127-e98992d2ce0e"},{"name":"GET - NodeID - ietf-routing - next-hop","id":"1a2ae67a-78d2-42bc-8763-44f32dbd69e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>/next-hop?content=<string>","description":"<p>Configuration of next-hop.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>","next-hop"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a8413045-f1a7-405f-8e25-593ea4f790d6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>/next-hop?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>","next-hop"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:6cb:2:\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:U!#\",\n          \"next-hop-address\": \"?:caA:\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:U!#\",\n          \"next-hop-address\": \"?:caA:\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1a2ae67a-78d2-42bc-8763-44f32dbd69e1"},{"name":"DELETE - NodeID - ietf-routing - next-hop","id":"9c631155-bd2f-4ba4-a461-f8635d959b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>/next-hop","description":"<p>Configuration of next-hop.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>","next-hop"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fd691210-3490-4606-baba-6e86df9d06ca","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>/next-hop"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c631155-bd2f-4ba4-a461-f8635d959b06"},{"name":"PUT - NodeID - ietf-routing - next-hop","id":"a8bfeee4-9720-42a9-9371-8e86012b8bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>/next-hop","description":"<p>Configuration of next-hop.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","control-plane-protocols","control-plane-protocol=<string>,<string>","static-routes","ietf-ipv6-unicast-routing:ipv6","route=<string>","next-hop"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"788cfa9b-203e-4ffe-a0fe-9bd5312aa9dd","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>/next-hop"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0c203e8f-3334-44fc-8465-497029f1d1cc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"next-hop\": {\n    \"outgoing-interface\": \"?:\",\n    \"next-hop-address\": \"?:C:1.1.26.32%N{\",\n    \"special-next-hop\": \"blackhole\",\n    \"next-hop-list\": {\n      \"next-hop\": [\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        },\n        {\n          \"index\": \"Some index\",\n          \"outgoing-interface\": \"?:\",\n          \"next-hop-address\": \"?:CBb:eF\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/control-plane-protocols/control-plane-protocol=<string>,<string>/static-routes/ietf-ipv6-unicast-routing:ipv6/route=<string>/next-hop"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8bfeee4-9720-42a9-9371-8e86012b8bff"},{"name":"POST - NodeID - ietf-routing - ribs","id":"256c7be2-bd71-474a-9d32-e451e5dee9ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rib\": [\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs","description":"<p>Configuration of RIBs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9747c412-7f8c-486e-b524-53e6b2abf70e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"rib\": [\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"256c7be2-bd71-474a-9d32-e451e5dee9ac"},{"name":"GET - NodeID - ietf-routing - ribs","id":"6e4e02a8-e003-4ccd-b249-7912ecf4cc12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs?content=<string>","description":"<p>Configuration of RIBs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"169b6018-511f-4dd8-b18e-64f5df5d1e79","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ribs\": {\n    \"rib\": [\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}"}],"_postman_id":"6e4e02a8-e003-4ccd-b249-7912ecf4cc12"},{"name":"DELETE - NodeID - ietf-routing - ribs","id":"f0cc5eee-fe09-4342-b226-822d393a173c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs","description":"<p>Configuration of RIBs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aabb294e-07c6-40db-aa7b-d37490134d1d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0cc5eee-fe09-4342-b226-822d393a173c"},{"name":"PUT - NodeID - ietf-routing - ribs","id":"3ef68540-03a6-4691-8e0c-8b81901c6116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ribs\": {\n    \"rib\": [\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs","description":"<p>Configuration of RIBs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e268cd40-606d-4c75-864f-89cbda012239","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ribs\": {\n    \"rib\": [\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5ae7be34-1028-4499-ae94-56ac6956a8cb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ribs\": {\n    \"rib\": [\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"address-family\": \"<string>\",\n        \"description\": \"Some description\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ef68540-03a6-4691-8e0c-8b81901c6116"},{"name":"POST - NodeID - ietf-routing - rib","id":"9ed5865e-6de3-400b-b4de-ec9f6f998427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address-family\": \"<string>\",\n  \"description\": \"Some description\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs/rib=<string>","description":"<p>Each entry contains configuration for a RIB identified by\nthe 'name' key.</p>\n<p>Entries having the same key as a system-controlled entry\nof the list /routing-state/ribs/rib are used for\nconfiguring parameters of that entry.  Other entries\ndefine additional user-controlled RIBs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs","rib=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"013c80f0-a825-407a-8f01-d5dadad016f4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"address-family\": \"<string>\",\n  \"description\": \"Some description\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs/rib=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ed5865e-6de3-400b-b4de-ec9f6f998427"},{"name":"GET - NodeID - ietf-routing - rib","id":"85cde65d-e98a-4f2d-97f7-ba2d5715e33a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs/rib=<string>?content=<string>","description":"<p>Each entry contains configuration for a RIB identified by\nthe 'name' key.</p>\n<p>Entries having the same key as a system-controlled entry\nof the list /routing-state/ribs/rib are used for\nconfiguring parameters of that entry.  Other entries\ndefine additional user-controlled RIBs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs","rib=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ec2d8406-53db-4436-a2aa-6f887512ad42","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs/rib=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs","rib=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rib\": [\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    }\n  ]\n}"}],"_postman_id":"85cde65d-e98a-4f2d-97f7-ba2d5715e33a"},{"name":"DELETE - NodeID - ietf-routing - rib","id":"1a761e6a-4211-4eef-92c9-a635461cc10d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs/rib=<string>","description":"<p>Each entry contains configuration for a RIB identified by\nthe 'name' key.</p>\n<p>Entries having the same key as a system-controlled entry\nof the list /routing-state/ribs/rib are used for\nconfiguring parameters of that entry.  Other entries\ndefine additional user-controlled RIBs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs","rib=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c442222c-4342-4d06-84b7-4e45df66cd43","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs/rib=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a761e6a-4211-4eef-92c9-a635461cc10d"},{"name":"PUT - NodeID - ietf-routing - rib","id":"928a319b-053d-4ae8-9652-eda1cfdf976f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rib\": [\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs/rib=<string>","description":"<p>Each entry contains configuration for a RIB identified by\nthe 'name' key.</p>\n<p>Entries having the same key as a system-controlled entry\nof the list /routing-state/ribs/rib are used for\nconfiguring parameters of that entry.  Other entries\ndefine additional user-controlled RIBs.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-routing:routing","ribs","rib=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"688eeacb-ec33-4fd3-9106-4fdb29dc4bd0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rib\": [\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs/rib=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3925cd24-029a-48da-97c0-9601a91cfd2e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rib\": [\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"address-family\": \"<string>\",\n      \"description\": \"Some description\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-routing:routing/ribs/rib=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"928a319b-053d-4ae8-9652-eda1cfdf976f"}],"id":"7e9a02a6-d345-49fa-99d7-c420bff9049c","description":"<h1 id=\"ietf-yang-routing-management\">IETF YANG Routing Management</h1>\n<p>Routing is the process of selecting a path for traffic in a <a href=\"https://en.wikipedia.org/wiki/Network_theory\">network</a> or between or across multiple networks. Broadly, routing is performed in many types of networks, including <a href=\"https://en.wikipedia.org/wiki/Circuit_switching\">circuit-switched networks</a>, such as the <a href=\"https://en.wikipedia.org/wiki/Public_switched_telephone_network\">public switched telephone network</a> (PSTN), and <a href=\"https://en.wikipedia.org/wiki/Computer_network\">computer networks</a>, such as the <a href=\"https://en.wikipedia.org/wiki/Internet\">Internet</a>.</p>\n<p>In packet switching networks, routing is the higher-level decision making that directs <a href=\"https://en.wikipedia.org/wiki/Network_packet\">network packets</a> from their source toward their destination through intermediate <a href=\"https://en.wikipedia.org/wiki/Node_(networking)\">network nodes</a> by specific packet forwarding mechanisms. <a href=\"https://en.wikipedia.org/wiki/Packet_forwarding\">Packet forwarding</a> is the transit of network packets from one <a href=\"https://en.wikipedia.org/wiki/Network_interface_controller\">network interface</a> to another. Intermediate nodes are typically <a href=\"https://en.wikipedia.org/wiki/Network_hardware\">network hardware</a> devices such as <a href=\"https://en.wikipedia.org/wiki/Router_(computing)\">routers</a>, <a href=\"https://en.wikipedia.org/wiki/Gateway_(telecommunications)\">gateways</a>, <a href=\"https://en.wikipedia.org/wiki/Firewall_(computing)\">firewalls</a>, or <a href=\"https://en.wikipedia.org/wiki/Network_switch\">switches</a>. General-purpose <a href=\"https://en.wikipedia.org/wiki/Computer\">computers</a> also forward packets and perform routing, although they have no specially optimized hardware for the task.</p>\n<p>The routing process usually directs forwarding on the basis of <a href=\"https://en.wikipedia.org/wiki/Routing_table\">routing tables</a>. Routing tables maintain a record of the routes to various network destinations. Routing tables may be specified by an administrator, learned by observing network traffic or built with the assistance of <a href=\"https://en.wikipedia.org/wiki/Routing_protocol\">routing protocols</a>.</p>\n<p>Routing, in a narrower sense of the term, often refers to <a href=\"https://en.wikipedia.org/wiki/IP_routing\">IP routing</a> and is contrasted with <a href=\"https://en.wikipedia.org/wiki/Bridging_(networking)\">bridging</a>. IP routing assumes that <a href=\"https://en.wikipedia.org/wiki/Network_address\">network addresses</a> are structured and that similar addresses imply proximity within the network. Structured addresses allow a single routing table entry to represent the route to a group of devices. In large networks, structured addressing (routing, in the narrow sense) outperforms unstructured addressing (bridging). Routing has become the dominant form of addressing on the Internet. Bridging is still widely used within <a href=\"https://en.wikipedia.org/wiki/Local_area_network\">local area networks</a>.</p>\n<h2 id=\"abstract-overview\">Abstract Overview</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Abstract\n   This document specifies three YANG modules and one submodule.\n   Together, they form the core routing data model that serves as a\n   framework for configuring and managing a routing subsystem.  It is\n   expected that these modules will be augmented by additional YANG\n   modules defining data models for control-plane protocols, route\n   filters, and other functions.  The core routing data model provides\n   common building blocks for such extensions -- routes, Routing\n   Information Bases (RIBs), and control-plane protocols.\n   The YANG modules in this document conform to the Network Management\n   Datastore Architecture (NMDA).  This document obsoletes RFC 8022.\n\n</code></pre><p>Routing really gets interesting when packets reach an aggregation point responsible for managing a prefix, each point from the edge is encapsulated using Multi-protocol Label Switching (MPLS).</p>\n<p><img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/routing-aggregation.png\" alt /></p>\n<p>Aggregation points on non-edge routers may be simple, only required to know ingress and egress to forward packets to other aggregation points. This is regarded simple since it only need to know the forwarding state to the next aggregation point. These prefixes / local addresses condense nicely into a FIB.</p>\n<h3 id=\"delivery\">Delivery</h3>\n<p>Routing schemes differ in how they deliver messages....</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><a href=\"https://en.wikipedia.org/wiki/Routing#Delivery_schemes\">Routing schemes</a></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br /><br /><a href=\"https://en.wikipedia.org/wiki/Unicast\">Unicast</a><br /><br /></td>\n<td>Delivers a message to a single specific node using a one-to-one association between a sender and destination: each destination address uniquely identifies a single receiver endpoint.</td>\n</tr>\n<tr>\n<td><br /><br /><a href=\"https://en.wikipedia.org/wiki/Broadcasting_(networking)\">Broadcast</a><br /><br /></td>\n<td>Delivers a message to all nodes in the network using a one-to-all association; a single datagram (or packet) from one sender is routed to all of the possibly multiple endpoints associated with the broadcast address. The network automatically replicates datagrams as needed to reach all the recipients within the scope of the broadcast, which is generally an entire network subnet.</td>\n</tr>\n<tr>\n<td><br /><br /><a href=\"https://en.wikipedia.org/wiki/Multicast\">Multicast</a><br /><br /></td>\n<td>Delivers a message to a group of nodes that have expressed interest in receiving the message using a one-to-many-of-many or many-to-many-of-many association; datagrams are routed simultaneously in a single transmission to many recipients. Multicast differs from broadcast in that the destination address designates a subset, not necessarily all, of the accessible nodes.</td>\n</tr>\n<tr>\n<td><br /><br /><a href=\"https://en.wikipedia.org/wiki/Anycast\">Anycast</a><br /><br /></td>\n<td>Delivers a message to any one out of a group of nodes, typically the one nearest to the source using a one-to-one-of-many association where datagrams are routed to any single member of a group of potential receivers that are all identified by the same destination address. The routing algorithm selects the single receiver from the group based on which is the nearest according to some distance or cost measure.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"topology\">Topology</h3>\n<p>With <a href=\"https://en.wikipedia.org/wiki/Static_routing\">static routing</a>, small networks may use manually configured routing tables. Larger networks have complex <a href=\"https://en.wikipedia.org/wiki/Network_topology\">topologies</a> that can change rapidly, making the manual construction of routing tables unfeasible. Nevertheless, most of the <a href=\"https://en.wikipedia.org/wiki/Public_switched_telephone_network\">public switched telephone network</a> (PSTN) uses pre-computed routing tables, with fallback routes if the most direct route becomes blocked (see <a href=\"https://en.wikipedia.org/wiki/Routing_in_the_PSTN\">routing in the PSTN</a>).</p>\n<p><a href=\"https://en.wikipedia.org/wiki/Dynamic_routing\">Dynamic routing</a> attempts to solve this problem by constructing routing tables automatically, based on information carried by <a href=\"https://en.wikipedia.org/wiki/Routing_protocol\">routing protocols</a>, allowing the network to act nearly autonomously in avoiding network failures and blockages. Dynamic routing dominates the Internet. Examples of dynamic-routing protocols and algorithms include <a href=\"https://en.wikipedia.org/wiki/Routing_Information_Protocol\">Routing Information Protocol</a> (RIP), <a href=\"https://en.wikipedia.org/wiki/Open_Shortest_Path_First\">Open Shortest Path First</a> (OSPF) and <a href=\"https://en.wikipedia.org/wiki/Enhanced_Interior_Gateway_Routing_Protocol\">Enhanced Interior Gateway Routing Protocol</a> (EIGRP).</p>\n<h3 id=\"link-state\">Link-state</h3>\n<p>Link-state routing protocols are one of the two main classes of <a href=\"https://en.wikipedia.org/wiki/Routing_protocol\">routing protocols</a> used in <a href=\"https://en.wikipedia.org/wiki/Packet_switching\">packet switching</a> networks for <a href=\"https://en.wikipedia.org/wiki/Computer_communication\">computer communications</a>, the other being <a href=\"https://en.wikipedia.org/wiki/Distance-vector_routing_protocol\">distance-vector routing protocols</a>. Examples of link-state routing protocols include <a href=\"https://en.wikipedia.org/wiki/Open_Shortest_Path_First\">Open Shortest Path First</a> (OSPF) and <a href=\"https://en.wikipedia.org/wiki/IS-IS\">Intermediate System to Intermediate System</a> (IS-IS).</p>\n<p>The link-state protocol is performed by every <em>switching node</em> in the network (i.e., nodes that are prepared to forward packets; in the <a href=\"https://en.wikipedia.org/wiki/Internet\">Internet</a>, these are called <a href=\"https://en.wikipedia.org/wiki/Router_(computing)\">routers</a>). The basic concept of link-state routing is that every node constructs a <em>map</em> of the connectivity to the network, in the form of a <a href=\"https://en.wikipedia.org/wiki/Graph_theory\">graph</a>, showing which nodes are connected to which other nodes. Each node then independently calculates the next best logical <em>path</em> from it to every possible destination in the network. Each collection of best paths will then form each node's <a href=\"https://en.wikipedia.org/wiki/Routing_table\">routing table</a>.</p>\n<p>This contrasts with <a href=\"https://en.wikipedia.org/wiki/Distance-vector_routing_protocol\">distance-vector routing protocols</a>, which work by having each node share its routing table with its neighbors, in a link-state protocol the only information passed between nodes is <em>connectivity related</em>. Link-state algorithms are sometimes characterized informally as each router, \"telling the world about its neighbors.\"</p>\n<h3 id=\"distance-vector-routing-protocols\">distance-vector routing protocols</h3>\n<p>A distance-vector routing protocol in <a href=\"https://en.wikipedia.org/wiki/Data_networks\">data networks</a> determines the best route for data packets based on distance. Distance-vector routing protocols measure the distance by the number of <a href=\"https://en.wikipedia.org/wiki/Router_(computing)\">routers</a> a packet has to pass, one router counts as one hop. Some distance-vector protocols also take into account <a href=\"https://en.wikipedia.org/wiki/Network_latency\">network latency</a> and other factors that influence traffic on a given route. To determine the best route across a network, routers, on which a distance-vector protocol is implemented, exchange information with one another, usually <a href=\"https://en.wikipedia.org/wiki/Routing_tables\">routing tables</a> plus hop counts for destination networks and possibly other traffic information. Distance-vector routing protocols also require that a router informs its neighbours of <a href=\"https://en.wikipedia.org/wiki/Network_topology\">network topology</a> changes periodically.</p>\n<p>Distance-vector routing protocols use the <a href=\"https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm\">Bellman–Ford algorithm</a> to calculate the best route. Another way of calculating the best route across a network is based on link cost, and is implemented through <a href=\"https://en.wikipedia.org/wiki/Link-state_routing_protocol\">link-state routing protocols</a>.</p>\n<p>The term <em>distance vector</em> refers to the fact that the protocol manipulates <em>vectors</em> (<a href=\"https://en.wikipedia.org/wiki/Array_data_structure\">arrays</a>) of distances to other nodes in the network. The distance vector algorithm was the original <a href=\"https://en.wikipedia.org/wiki/ARPANET\">ARPANET</a> routing algorithm and was implemented more widely in <a href=\"https://en.wikipedia.org/wiki/Local_area_networks\">local area networks</a> with the <a href=\"https://en.wikipedia.org/wiki/Routing_Information_Protocol\">Routing Information Protocol</a> (RIP).</p>\n<h2 id=\"ribs\">RIBS</h2>\n<p>In <a href=\"https://en.wikipedia.org/wiki/Computer_networking\">computer networking</a>, a routing table, or routing information base (RIB), is a <a href=\"https://en.wikipedia.org/wiki/Data_table\">data table</a> stored in a <a href=\"https://en.wikipedia.org/wiki/Router_(computing)\">router</a> or a <a href=\"https://en.wikipedia.org/wiki/Network_host\">network host</a> that lists the routes to particular network destinations, and in some cases, <a href=\"https://en.wikipedia.org/wiki/Metrics_(networking)\">metrics</a> (distances) associated with those routes. The routing table contains information about the <a href=\"https://en.wikipedia.org/wiki/Network_topology\">topology of the network</a> immediately around it.</p>\n<p><img src=\"https://raw.githubusercontent.com/ETI-Software-Solutions/Postman-Collection-Images/main/s1600-RibFib.png\" alt /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RIB</td>\n<td>Routing Information Base also known as IP Routing Table</td>\n</tr>\n<tr>\n<td>FIB</td>\n<td><strong>A lie told to David Tidd.</strong>  <br />Also known as a CEF Table or IP Forwarding Table with its beginnings as Forwarding Information Base.</td>\n</tr>\n</tbody>\n</table>\n</div><p>A router has numerous ways of learning the best paths toward individual IP prefixes: they might be directly connected, configured as static routes or learned through dynamic routing protocols.</p>\n<p>Each dynamic routing protocol (<a href=\"https://blog.ipspace.net/2008/08/rip-route-database.html\">including RIP</a>) has its own set of internal data structures, known as OSPF/IS-IS database, EIGRP topology table or BGP table. The routing protocol updates its data structures based on routing protocol updates exchanged with its neighbors, eventually collecting all the relevant information. </p>\n<p>RIBs can get large, one must protect their size and keep as small as possible.</p>\n<h2 id=\"next-hop\">Next-Hop</h2>\n<p>The Next Hop Resolution Protocol (NHRP) is an extension of the ATM ARP routing mechanism that is sometimes used to improve the efficiency of routing computer network traffic over <a href=\"https://en.wikipedia.org/wiki/Nonbroadcast_Multiple_Access_Network\">Non-Broadcast, Multiple Access (NBMA) Networks</a>. It is defined in <a href=\"https://en.wikipedia.org/wiki/IETF\">IETF</a> RFC 2332, and further described in RFC 2333.  It can be used by a sender to determine a route with the fewest hops to a receiver.  The protocol differs from <a href=\"https://en.wikipedia.org/wiki/Address_Resolution_Protocol\">ARP</a>-type protocols in that it allows routing optimization across multiple IP subnets. NHRP is implemented by means of next-hop servers across IP subnets. The NHRP forms a part of the <a href=\"https://en.wikipedia.org/wiki/Multiprotocol_Encapsulation_over_ATM\">Multiprotocol Encapsulation over ATM</a> (MPOA) protocol as described in RFC 2684.  It also plays a role in Cisco's <a href=\"https://en.wikipedia.org/wiki/Dynamic_Multipoint_Virtual_Private_Network\">Dynamic Multipoint Virtual Private Network</a>.<a href=\"https://en.wikipedia.org/wiki/Next_Hop_Resolution_Protocol#cite_note-Cisco-2\">[2]</a> A limitation of NHRP is its inability to improve <a href=\"https://en.wikipedia.org/wiki/Multicast\">multicast</a> protocols.</p>\n<h2 id=\"ipv4\">IPv4</h2>\n<p>4th version of Internet Protocol consisting of 4 octets.</p>\n<h2 id=\"ipv6\">IPv6</h2>\n<p>6th version of Internet Protocol consisting of 8 groups of 4 hexadecimal digits each separated by colons. 128-bit addresses allowing exponentially more addresses.</p>\n<h2 id=\"static-routing\">Static Routing</h2>\n<p>Sending traffic to a configured routing entry rather than a dynamic one such that it may be published.</p>\n","_postman_id":"7e9a02a6-d345-49fa-99d7-c420bff9049c"},{"name":"mounted NodeID ietf-syslog","item":[{"name":"POST - NodeID - ietf-syslog - syslog","id":"dadb9fea-106b-401e-bf85-d535ee617d50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"actions\": {\n    \"console\": {\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\"\n    },\n    \"file\": {\n      \"log-file\": [\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"remote\": {\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog","description":"<p>This container describes the configuration parameters for\nsyslog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"873bd1e5-9165-49e7-bcc3-e6139b98e247","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"actions\": {\n    \"console\": {\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\"\n    },\n    \"file\": {\n      \"log-file\": [\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"remote\": {\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dadb9fea-106b-401e-bf85-d535ee617d50"},{"name":"GET - NodeID - ietf-syslog - syslog","id":"2b2b1313-2348-4425-afa0-2dd3af4985e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog?content=<string>","description":"<p>This container describes the configuration parameters for\nsyslog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e9baa674-5eb2-4800-83e3-43b7e413bfba","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"syslog\": {\n    \"actions\": {\n      \"console\": {\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\"\n      },\n      \"file\": {\n        \"log-file\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility-filter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pattern-match\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"structured-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-rotation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility-filter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pattern-match\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"structured-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file-rotation\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"remote\": {\n        \"destination\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"udp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility-filter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pattern-match\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"structured-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility-override\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"source-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"signing\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"udp\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"tls\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility-filter\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pattern-match\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"structured-data\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility-override\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"source-interface\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"signing\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"2b2b1313-2348-4425-afa0-2dd3af4985e0"},{"name":"DELETE - NodeID - ietf-syslog - syslog","id":"5f6b39be-cb91-4509-b574-4646642010da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog","description":"<p>This container describes the configuration parameters for\nsyslog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ee253c03-18fe-46a1-809a-8b1c8af0abcf","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f6b39be-cb91-4509-b574-4646642010da"},{"name":"PUT - NodeID - ietf-syslog - syslog","id":"8209d1f7-f710-4779-891c-729b017e2fc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"actions\": {\n      \"console\": {\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"severity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"advanced-compare\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"severity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"advanced-compare\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\"\n      },\n      \"file\": {\n        \"log-file\": [\n          {\n            \"name\": \"?:Uz\",\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"file-rotation\": {\n              \"number-of-files\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-file-size\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rollover\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retention\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"name\": \"?:Uz\",\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"file-rotation\": {\n              \"number-of-files\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-file-size\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rollover\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retention\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      },\n      \"remote\": {\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"udp\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tls\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"server-auth\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hello-params\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-identity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"facility-override\": \"<string>\",\n            \"source-interface\": \"?:y\",\n            \"signing\": {\n              \"cert-signers\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"name\": \"Some name\",\n            \"udp\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tls\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"server-auth\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hello-params\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-identity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"facility-override\": \"<string>\",\n            \"source-interface\": \"?:y\",\n            \"signing\": {\n              \"cert-signers\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog","description":"<p>This container describes the configuration parameters for\nsyslog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"34ee61c6-469e-443f-9e1a-503db85c17c9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"actions\": {\n      \"console\": {\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"severity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"advanced-compare\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"severity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"advanced-compare\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\"\n      },\n      \"file\": {\n        \"log-file\": [\n          {\n            \"name\": \"?:Uz\",\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"file-rotation\": {\n              \"number-of-files\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-file-size\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rollover\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retention\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"name\": \"?:Uz\",\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"file-rotation\": {\n              \"number-of-files\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-file-size\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rollover\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retention\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      },\n      \"remote\": {\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"udp\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tls\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"server-auth\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hello-params\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-identity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"facility-override\": \"<string>\",\n            \"source-interface\": \"?:y\",\n            \"signing\": {\n              \"cert-signers\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"name\": \"Some name\",\n            \"udp\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tls\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"server-auth\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hello-params\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-identity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"facility-override\": \"<string>\",\n            \"source-interface\": \"?:y\",\n            \"signing\": {\n              \"cert-signers\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c6b96a1a-6a8d-4028-9d41-f98e02bb5a6b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"syslog\": {\n    \"actions\": {\n      \"console\": {\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"severity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"advanced-compare\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"severity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"facility\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"advanced-compare\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\"\n      },\n      \"file\": {\n        \"log-file\": [\n          {\n            \"name\": \"?:Uz\",\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"file-rotation\": {\n              \"number-of-files\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-file-size\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rollover\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retention\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"name\": \"?:Uz\",\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"file-rotation\": {\n              \"number-of-files\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"max-file-size\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"rollover\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"retention\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      },\n      \"remote\": {\n        \"destination\": [\n          {\n            \"name\": \"Some name\",\n            \"udp\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tls\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"server-auth\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hello-params\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-identity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"facility-override\": \"<string>\",\n            \"source-interface\": \"?:y\",\n            \"signing\": {\n              \"cert-signers\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"name\": \"Some name\",\n            \"udp\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"tls\": {\n              \"address\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"port\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"server-auth\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"hello-params\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-identity\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"facility-filter\": {\n              \"facility-list\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"pattern-match\": \"Some pattern-match\",\n            \"structured-data\": false,\n            \"facility-override\": \"<string>\",\n            \"source-interface\": \"?:y\",\n            \"signing\": {\n              \"cert-signers\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8209d1f7-f710-4779-891c-729b017e2fc0"},{"name":"POST - NodeID - ietf-syslog - actions","id":"9f0e4eb1-4e8c-4cfc-b364-1f6c73489c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"console\": {\n    \"facility-filter\": {\n      \"facility-list\": [\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"pattern-match\": \"Some pattern-match\"\n  },\n  \"file\": {\n    \"log-file\": [\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      },\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      }\n    ]\n  },\n  \"remote\": {\n    \"destination\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions","description":"<p>This container describes the log-action parameters\nfor syslog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ecf1f055-12d9-4ffc-91f8-1df0360fe87e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"console\": {\n    \"facility-filter\": {\n      \"facility-list\": [\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"pattern-match\": \"Some pattern-match\"\n  },\n  \"file\": {\n    \"log-file\": [\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      },\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      }\n    ]\n  },\n  \"remote\": {\n    \"destination\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9f0e4eb1-4e8c-4cfc-b364-1f6c73489c98"},{"name":"GET - NodeID - ietf-syslog - actions","id":"49f36729-6d4a-48f4-919b-658f919cec21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions?content=<string>","description":"<p>This container describes the log-action parameters\nfor syslog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4c56aa94-6716-4485-9454-f4f84c2d5c20","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"actions\": {\n    \"console\": {\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\"\n    },\n    \"file\": {\n      \"log-file\": [\n        {\n          \"name\": \"?:R\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:R\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"remote\": {\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"49f36729-6d4a-48f4-919b-658f919cec21"},{"name":"DELETE - NodeID - ietf-syslog - actions","id":"cb37154f-ea30-493c-8850-21fb0efea389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions","description":"<p>This container describes the log-action parameters\nfor syslog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c2b882be-8256-473b-bd00-35adcf5595f8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb37154f-ea30-493c-8850-21fb0efea389"},{"name":"PUT - NodeID - ietf-syslog - actions","id":"d765fd07-19e0-4e07-a319-f3bb53c4ea0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"actions\": {\n    \"console\": {\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\"\n    },\n    \"file\": {\n      \"log-file\": [\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"remote\": {\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions","description":"<p>This container describes the log-action parameters\nfor syslog.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"19952981-8491-4fb4-9c48-609bcfbdf7e3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"actions\": {\n    \"console\": {\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\"\n    },\n    \"file\": {\n      \"log-file\": [\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"remote\": {\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c7af43d8-ab5a-45ae-a677-5dc71ba82834","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"actions\": {\n    \"console\": {\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"facility\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\"\n    },\n    \"file\": {\n      \"log-file\": [\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"?:Uz\",\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"file-rotation\": {\n            \"number-of-files\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"max-file-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"rollover\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"retention\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"remote\": {\n      \"destination\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"tls\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"server-auth\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"hello-params\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"client-identity\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"facility-filter\": {\n            \"facility-list\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pattern-match\": \"Some pattern-match\",\n          \"structured-data\": false,\n          \"facility-override\": \"<string>\",\n          \"source-interface\": \"?:y\",\n          \"signing\": {\n            \"cert-signers\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d765fd07-19e0-4e07-a319-f3bb53c4ea0b"},{"name":"POST - NodeID - ietf-syslog - console","id":"39d6119d-46e2-424d-bf59-d20da1782e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  },\n  \"pattern-match\": \"Some pattern-match\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console","description":"<p>This container describes the configuration parameters\nfor console logging.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ab10ed49-f1c6-4f3d-ac63-c7fe5447901e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  },\n  \"pattern-match\": \"Some pattern-match\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"39d6119d-46e2-424d-bf59-d20da1782e47"},{"name":"GET - NodeID - ietf-syslog - console","id":"4b0b8218-e04b-4367-97ed-ced591c6db54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console?content=<string>","description":"<p>This container describes the configuration parameters\nfor console logging.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"49b44c3b-c1c0-4972-b0b5-184bfe5cebe4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"console\": {\n    \"facility-filter\": {\n      \"facility-list\": [\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"pattern-match\": \"Some pattern-match\"\n  }\n}"}],"_postman_id":"4b0b8218-e04b-4367-97ed-ced591c6db54"},{"name":"DELETE - NodeID - ietf-syslog - console","id":"e6b60f7b-b9bf-41a8-90ed-ddeb7da9be47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console","description":"<p>This container describes the configuration parameters\nfor console logging.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"72226cea-53be-4181-a1f9-86aa019a6ac8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e6b60f7b-b9bf-41a8-90ed-ddeb7da9be47"},{"name":"PUT - NodeID - ietf-syslog - console","id":"7c1fb67f-3be4-424b-a9ca-2f60681f0505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"console\": {\n    \"facility-filter\": {\n      \"facility-list\": [\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"pattern-match\": \"Some pattern-match\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console","description":"<p>This container describes the configuration parameters\nfor console logging.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5aeea023-ba19-4b15-9419-2fa393ee6934","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"console\": {\n    \"facility-filter\": {\n      \"facility-list\": [\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"pattern-match\": \"Some pattern-match\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"886bce1d-9ea0-4b27-8faf-10b67654f3f4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"console\": {\n    \"facility-filter\": {\n      \"facility-list\": [\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"severity\": \"<string>\",\n          \"facility\": \"<string>\",\n          \"advanced-compare\": {\n            \"compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"action\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"pattern-match\": \"Some pattern-match\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c1fb67f-3be4-424b-a9ca-2f60681f0505"},{"name":"POST - NodeID - ietf-syslog - facility-filter","id":"0f202347-647c-48b2-9882-4ed0cf004c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b93fd917-7c63-424f-8631-0254c067d6c9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f202347-647c-48b2-9882-4ed0cf004c1e"},{"name":"GET - NodeID - ietf-syslog - facility-filter","id":"c31f3a01-0173-47aa-a961-695f28d2d9b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter?content=<string>","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4764591f-e093-4023-8db1-5c9c7f4c105d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"c31f3a01-0173-47aa-a961-695f28d2d9b3"},{"name":"DELETE - NodeID - ietf-syslog - facility-filter","id":"10e3575a-f17b-48b2-879c-b95d95fb0043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dd469525-2c52-48ed-85e5-712215a59e6d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10e3575a-f17b-48b2-879c-b95d95fb0043"},{"name":"PUT - NodeID - ietf-syslog - facility-filter","id":"75585fcf-d318-4353-9478-ac1485986acc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c60c921c-e7c8-4030-b0e8-8d0b15031fec","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e21cc7fd-52c4-4390-865b-b02177496353","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75585fcf-d318-4353-9478-ac1485986acc"},{"name":"POST - NodeID - ietf-syslog - facility-list","id":"d2d50fa1-5d82-4c07-94b3-9cecd7448b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2609704f-dedb-4e28-95b3-c987cb65b20c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2d50fa1-5d82-4c07-94b3-9cecd7448b29"},{"name":"GET - NodeID - ietf-syslog - facility-list","id":"160c61fa-a92c-4242-843f-ddbbddd1a571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>?content=<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ee5c647e-6cb3-4734-87bf-cf8fa2c54432","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}"}],"_postman_id":"160c61fa-a92c-4242-843f-ddbbddd1a571"},{"name":"DELETE - NodeID - ietf-syslog - facility-list","id":"297e370e-a394-4ce4-b273-38a84a00fe13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"370117f3-25e8-4a2a-be59-76adcafe4a69","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"297e370e-a394-4ce4-b273-38a84a00fe13"},{"name":"PUT - NodeID - ietf-syslog - facility-list","id":"3bcd01c1-bd6c-481c-a744-7bfa2189e381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e18c17e8-3f5e-4ab3-a944-2f7834011128","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bcb936c7-4ebf-489c-9d4b-265867cbd19c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bcd01c1-bd6c-481c-a744-7bfa2189e381"},{"name":"POST - NodeID - ietf-syslog - advanced-compare","id":"da4313eb-790f-44d6-9d16-a25e5df70fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"compare\": \"equals-or-higher\",\n  \"action\": \"log\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>/advanced-compare","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"63866764-fe9c-4bb0-a5a2-ddc35ae51099","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"compare\": \"equals-or-higher\",\n  \"action\": \"log\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da4313eb-790f-44d6-9d16-a25e5df70fe9"},{"name":"GET - NodeID - ietf-syslog - advanced-compare","id":"91e06eca-3653-412b-a083-5e1888376cbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>/advanced-compare?content=<string>","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f2b60697-ea21-49ec-865a-32489822cea0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>/advanced-compare?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>","advanced-compare"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}"}],"_postman_id":"91e06eca-3653-412b-a083-5e1888376cbe"},{"name":"DELETE - NodeID - ietf-syslog - advanced-compare","id":"b8d62d24-8eac-476b-ac43-46b30a546a81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>/advanced-compare","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"95ad45b5-1895-4d64-9e81-dd1477f77c64","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8d62d24-8eac-476b-ac43-46b30a546a81"},{"name":"PUT - NodeID - ietf-syslog - advanced-compare","id":"d00e5efc-282a-445e-9285-87971b64bbbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>/advanced-compare","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","console","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25626bc0-4ebf-4709-97cb-e2e29c99fa8d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9deda152-7175-4791-aaac-44115156031f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/console/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d00e5efc-282a-445e-9285-87971b64bbbc"},{"name":"POST - NodeID - ietf-syslog - file","id":"0596719a-3d2e-42cf-a14f-c70d34137676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"log-file\": [\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    },\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file","description":"<p>This container describes the configuration parameters for\nfile logging. If file-archive limits are not supplied, it\nis assumed that the local implementation defined limits\nwill be used.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bc3dbb10-f43a-4076-9513-f3ad02eebcf6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"log-file\": [\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    },\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0596719a-3d2e-42cf-a14f-c70d34137676"},{"name":"GET - NodeID - ietf-syslog - file","id":"63577b8d-acac-4cc6-8995-9e81ab286725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file?content=<string>","description":"<p>This container describes the configuration parameters for\nfile logging. If file-archive limits are not supplied, it\nis assumed that the local implementation defined limits\nwill be used.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a693ef67-f054-4335-ab66-b03aed13eadb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": {\n    \"log-file\": [\n      {\n        \"name\": \"?:R\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      },\n      {\n        \"name\": \"?:R\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"63577b8d-acac-4cc6-8995-9e81ab286725"},{"name":"DELETE - NodeID - ietf-syslog - file","id":"c98e600b-6381-49c1-99dc-7bb0a45dd677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file","description":"<p>This container describes the configuration parameters for\nfile logging. If file-archive limits are not supplied, it\nis assumed that the local implementation defined limits\nwill be used.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9dd27f49-3ede-4aad-acdf-8a33bfd7e0e7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c98e600b-6381-49c1-99dc-7bb0a45dd677"},{"name":"PUT - NodeID - ietf-syslog - file","id":"c6678bed-0ce7-4443-b921-6f229ee2f91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"log-file\": [\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      },\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file","description":"<p>This container describes the configuration parameters for\nfile logging. If file-archive limits are not supplied, it\nis assumed that the local implementation defined limits\nwill be used.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4691b2f8-7c32-4832-a665-de69295f0797","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"log-file\": [\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      },\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6404b567-f9d1-4fbd-83c9-fc67fdda282c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file\": {\n    \"log-file\": [\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      },\n      {\n        \"name\": \"?:Uz\",\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"file-rotation\": {\n          \"number-of-files\": 1,\n          \"max-file-size\": 10,\n          \"rollover\": 60,\n          \"retention\": 24\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6678bed-0ce7-4443-b921-6f229ee2f91f"},{"name":"POST - NodeID - ietf-syslog - log-file","id":"a0584384-22fb-4d3d-a48b-7e983e740f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  },\n  \"pattern-match\": \"Some pattern-match\",\n  \"structured-data\": false,\n  \"file-rotation\": {\n    \"number-of-files\": 1,\n    \"max-file-size\": 10,\n    \"rollover\": 60,\n    \"retention\": 24\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>","description":"<p>This list describes a collection of local logging\nfiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f2cc1602-aa2d-4dd6-85ce-974ff4afad2e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  },\n  \"pattern-match\": \"Some pattern-match\",\n  \"structured-data\": false,\n  \"file-rotation\": {\n    \"number-of-files\": 1,\n    \"max-file-size\": 10,\n    \"rollover\": 60,\n    \"retention\": 24\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0584384-22fb-4d3d-a48b-7e983e740f7e"},{"name":"GET - NodeID - ietf-syslog - log-file","id":"3138b45d-fb33-49f8-ba24-0a35bcea8722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>?content=<string>","description":"<p>This list describes a collection of local logging\nfiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"92c9dad2-5f59-4269-a488-1cdf60a0abc3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"log-file\": [\n    {\n      \"name\": \"?:R\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    },\n    {\n      \"name\": \"?:R\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    }\n  ]\n}"}],"_postman_id":"3138b45d-fb33-49f8-ba24-0a35bcea8722"},{"name":"DELETE - NodeID - ietf-syslog - log-file","id":"157c4529-ddb8-4761-a176-5598d98ffa55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>","description":"<p>This list describes a collection of local logging\nfiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2113ed29-cc9f-4e27-ad31-37a6bb47ccad","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"157c4529-ddb8-4761-a176-5598d98ffa55"},{"name":"PUT - NodeID - ietf-syslog - log-file","id":"13152367-9c72-4fb2-8713-a406ce52b162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"log-file\": [\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    },\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>","description":"<p>This list describes a collection of local logging\nfiles.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"37b7698d-33dd-47aa-bb76-60e77de97c4a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"log-file\": [\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    },\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4ca868d8-738b-43b5-9206-5d295f7c4ec1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"log-file\": [\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    },\n    {\n      \"name\": \"?:Uz\",\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"file-rotation\": {\n        \"number-of-files\": 1,\n        \"max-file-size\": 10,\n        \"rollover\": 60,\n        \"retention\": 24\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13152367-9c72-4fb2-8713-a406ce52b162"},{"name":"POST - NodeID - ietf-syslog - facility-filter","id":"19b914a2-cfd2-49d3-ad30-32003e5c70c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8e027a8e-8145-4f3c-a395-82f6dfc9c88c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"19b914a2-cfd2-49d3-ad30-32003e5c70c4"},{"name":"GET - NodeID - ietf-syslog - facility-filter","id":"10b293aa-71c6-46b6-b811-8e852117d43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter?content=<string>","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f368aba8-d639-4fa2-b818-42b80aa66cd5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"10b293aa-71c6-46b6-b811-8e852117d43a"},{"name":"DELETE - NodeID - ietf-syslog - facility-filter","id":"ff80c27d-f081-475c-9629-def3cda54b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2de1468f-d93d-4ddd-a9bd-4e0461d2059a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff80c27d-f081-475c-9629-def3cda54b76"},{"name":"PUT - NodeID - ietf-syslog - facility-filter","id":"d3f459ee-a9de-408c-943b-a16653eab72f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b5ca6a60-ecb3-44ae-bc41-7c2ee0c26303","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8f9e3831-6bfd-4650-be5f-3b38c5c0375c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3f459ee-a9de-408c-943b-a16653eab72f"},{"name":"POST - NodeID - ietf-syslog - facility-list","id":"53b1f6d6-2186-42f3-b2c8-480f8dbb8465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"84b62ebe-b2ee-496c-b2be-e3357d35e177","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53b1f6d6-2186-42f3-b2c8-480f8dbb8465"},{"name":"GET - NodeID - ietf-syslog - facility-list","id":"09eb77f1-e2ec-4be5-a61e-a58162e5772c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>?content=<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"24fb15aa-e900-4a54-b4f0-895cb08154ce","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}"}],"_postman_id":"09eb77f1-e2ec-4be5-a61e-a58162e5772c"},{"name":"DELETE - NodeID - ietf-syslog - facility-list","id":"8da32c0a-3ad2-4eb7-b232-7eff11ffeec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"faa96376-a520-43b1-a53e-baf4c7341b77","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8da32c0a-3ad2-4eb7-b232-7eff11ffeec3"},{"name":"PUT - NodeID - ietf-syslog - facility-list","id":"08d8ae6f-8799-4975-8280-fef8f48d242c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5c19ed1a-1486-4129-bd2d-8b5ec76865b1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6ca3999-b382-4ccc-a2e4-1a236eeef8a4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08d8ae6f-8799-4975-8280-fef8f48d242c"},{"name":"POST - NodeID - ietf-syslog - advanced-compare","id":"a3341971-7ebe-4e64-89fb-861f360fc284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"compare\": \"equals-or-higher\",\n  \"action\": \"log\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d5f7d08d-7b76-4e1d-8986-f333a5b2f85a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"compare\": \"equals-or-higher\",\n  \"action\": \"log\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3341971-7ebe-4e64-89fb-861f360fc284"},{"name":"GET - NodeID - ietf-syslog - advanced-compare","id":"12dc3738-da41-4fb3-8a1c-682c534b060c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare?content=<string>","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6e7217e5-5ed8-4807-ba7d-a372ddbc375e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}"}],"_postman_id":"12dc3738-da41-4fb3-8a1c-682c534b060c"},{"name":"DELETE - NodeID - ietf-syslog - advanced-compare","id":"c52ad8fc-e241-4e53-a7e3-3bb814b8c867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"44b7040c-a95d-4cbf-92c9-c5fff68b953a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c52ad8fc-e241-4e53-a7e3-3bb814b8c867"},{"name":"PUT - NodeID - ietf-syslog - advanced-compare","id":"a5ed62a8-e5e3-4bfa-8c88-3625e156d080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"54458af4-1b4f-459e-87aa-b5f1ad6fbcf8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6299dd38-a74d-4b2a-b005-766b5f90f47d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5ed62a8-e5e3-4bfa-8c88-3625e156d080"},{"name":"POST - NodeID - ietf-syslog - file-rotation","id":"dcae7ff3-ea50-4e02-9661-198c5219685d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"number-of-files\": 1,\n  \"max-file-size\": 10,\n  \"rollover\": 60,\n  \"retention\": 24\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/file-rotation","description":"<p>This container describes the configuration\nparameters for log file rotation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","file-rotation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b8480332-39af-476c-9ab4-e02891dce57e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"number-of-files\": 1,\n  \"max-file-size\": 10,\n  \"rollover\": 60,\n  \"retention\": 24\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/file-rotation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcae7ff3-ea50-4e02-9661-198c5219685d"},{"name":"GET - NodeID - ietf-syslog - file-rotation","id":"75aca416-4500-4957-81c5-9f5ccf7ad451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/file-rotation?content=<string>","description":"<p>This container describes the configuration\nparameters for log file rotation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","file-rotation"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"955568f6-3d91-46ee-bc06-63d0b4bea384","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/file-rotation?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","file-rotation"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file-rotation\": {\n    \"number-of-files\": 1,\n    \"max-file-size\": 10,\n    \"rollover\": 60,\n    \"retention\": 24\n  }\n}"}],"_postman_id":"75aca416-4500-4957-81c5-9f5ccf7ad451"},{"name":"DELETE - NodeID - ietf-syslog - file-rotation","id":"2d1e6719-5fbe-4e87-b532-b24588eceed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/file-rotation","description":"<p>This container describes the configuration\nparameters for log file rotation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","file-rotation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"71f2dd28-977b-430c-a0de-f3c6a40038eb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/file-rotation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d1e6719-5fbe-4e87-b532-b24588eceed3"},{"name":"PUT - NodeID - ietf-syslog - file-rotation","id":"52470ba1-d91a-4303-bb84-b3edd7c5a613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file-rotation\": {\n    \"number-of-files\": 1,\n    \"max-file-size\": 10,\n    \"rollover\": 60,\n    \"retention\": 24\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/file-rotation","description":"<p>This container describes the configuration\nparameters for log file rotation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","file","log-file=<string>","file-rotation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"13699a68-5bf1-4431-ac14-2ed986dffe6b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file-rotation\": {\n    \"number-of-files\": 1,\n    \"max-file-size\": 10,\n    \"rollover\": 60,\n    \"retention\": 24\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/file-rotation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"10d32fd8-f86c-4448-9142-ac9a8e714133","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"file-rotation\": {\n    \"number-of-files\": 1,\n    \"max-file-size\": 10,\n    \"rollover\": 60,\n    \"retention\": 24\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/file/log-file=<string>/file-rotation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52470ba1-d91a-4303-bb84-b3edd7c5a613"},{"name":"POST - NodeID - ietf-syslog - remote","id":"14ad9ae4-81e2-446f-82c6-f2b5bb76d00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote","description":"<p>This container describes the configuration parameters\nfor forwarding syslog messages to remote relays or\ncollectors.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"99674c2a-ee2f-4f2d-830d-a5992dd474ef","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"14ad9ae4-81e2-446f-82c6-f2b5bb76d00b"},{"name":"GET - NodeID - ietf-syslog - remote","id":"43146f6b-fc09-40c4-a4fc-9f748a25a478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote?content=<string>","description":"<p>This container describes the configuration parameters\nfor forwarding syslog messages to remote relays or\ncollectors.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5ea9f29f-98ac-4140-94b8-a84368e90599","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"remote\": {\n    \"destination\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"43146f6b-fc09-40c4-a4fc-9f748a25a478"},{"name":"DELETE - NodeID - ietf-syslog - remote","id":"f23014c6-3a57-44f0-9753-15d03421e4d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote","description":"<p>This container describes the configuration parameters\nfor forwarding syslog messages to remote relays or\ncollectors.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f6041367-121a-4792-9cf9-994c7ff01a70","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f23014c6-3a57-44f0-9753-15d03421e4d8"},{"name":"PUT - NodeID - ietf-syslog - remote","id":"c4e3e0e7-99dd-4245-88a8-b0a59a6359d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"remote\": {\n    \"destination\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote","description":"<p>This container describes the configuration parameters\nfor forwarding syslog messages to remote relays or\ncollectors.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4ac8d8d1-0cb1-4d48-a5b9-c30db93c4df7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"remote\": {\n    \"destination\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d0c4010e-d650-4c35-9c4b-12289284d7de","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"remote\": {\n    \"destination\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 514\n        },\n        \"tls\": {\n          \"address\": \"<string>\",\n          \"port\": 6514,\n          \"server-auth\": {\n            \"pinned-ca-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pinned-server-certs\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hello-params\": {\n            \"tls-versions\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cipher-suites\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"client-identity\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"facility-filter\": {\n          \"facility-list\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"pattern-match\": \"Some pattern-match\",\n        \"structured-data\": false,\n        \"facility-override\": \"<string>\",\n        \"source-interface\": \"?:y\",\n        \"signing\": {\n          \"cert-signers\": {\n            \"cert-signer\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-initial-repeat\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-max-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-number-resends\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-delay\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sig-resend-count\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c4e3e0e7-99dd-4245-88a8-b0a59a6359d1"},{"name":"POST - NodeID - ietf-syslog - destination","id":"b24c38b3-e189-454e-aa71-2a1770e2eb5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"udp\": {\n    \"address\": \"<string>\",\n    \"port\": 514\n  },\n  \"tls\": {\n    \"address\": \"<string>\",\n    \"port\": 6514,\n    \"server-auth\": {\n      \"pinned-ca-certs\": \"?:#\",\n      \"pinned-server-certs\": \"?:P|,r~#!#!\"\n    },\n    \"hello-params\": {\n      \"tls-versions\": {\n        \"tls-version\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"cipher-suites\": {\n        \"cipher-suite\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"client-identity\": {\n      \"certificate\": {\n        \"local-definition\": {\n          \"private-key\": \"<string>\",\n          \"algorithm\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"public-key\": \"<byte>\",\n          \"cert\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      }\n    }\n  },\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  },\n  \"pattern-match\": \"Some pattern-match\",\n  \"structured-data\": false,\n  \"facility-override\": \"<string>\",\n  \"source-interface\": \"?:y\",\n  \"signing\": {\n    \"cert-signers\": {\n      \"cert-signer\": [\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        }\n      ],\n      \"cert-initial-repeat\": 3,\n      \"cert-resend-delay\": 3600,\n      \"cert-resend-count\": \"0\",\n      \"sig-max-delay\": 60,\n      \"sig-number-resends\": \"0\",\n      \"sig-resend-delay\": 5,\n      \"sig-resend-count\": \"0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>","description":"<p>This list describes a collection of remote logging\ndestinations.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"af9af82b-c650-46e2-89ae-f0fe6f61a828","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"udp\": {\n    \"address\": \"<string>\",\n    \"port\": 514\n  },\n  \"tls\": {\n    \"address\": \"<string>\",\n    \"port\": 6514,\n    \"server-auth\": {\n      \"pinned-ca-certs\": \"?:#\",\n      \"pinned-server-certs\": \"?:P|,r~#!#!\"\n    },\n    \"hello-params\": {\n      \"tls-versions\": {\n        \"tls-version\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"cipher-suites\": {\n        \"cipher-suite\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"client-identity\": {\n      \"certificate\": {\n        \"local-definition\": {\n          \"private-key\": \"<string>\",\n          \"algorithm\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"public-key\": \"<byte>\",\n          \"cert\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      }\n    }\n  },\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  },\n  \"pattern-match\": \"Some pattern-match\",\n  \"structured-data\": false,\n  \"facility-override\": \"<string>\",\n  \"source-interface\": \"?:y\",\n  \"signing\": {\n    \"cert-signers\": {\n      \"cert-signer\": [\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        }\n      ],\n      \"cert-initial-repeat\": 3,\n      \"cert-resend-delay\": 3600,\n      \"cert-resend-count\": \"0\",\n      \"sig-max-delay\": 60,\n      \"sig-number-resends\": \"0\",\n      \"sig-resend-delay\": 5,\n      \"sig-resend-count\": \"0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b24c38b3-e189-454e-aa71-2a1770e2eb5c"},{"name":"GET - NodeID - ietf-syslog - destination","id":"62bf4129-601a-4a5f-bb03-8d07cdff4b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>?content=<string>","description":"<p>This list describes a collection of remote logging\ndestinations.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"df09d27d-a94f-438c-8576-bbf6f496cc2e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#|\",\n          \"pinned-server-certs\": \"?:D-\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#|\",\n          \"pinned-server-certs\": \"?:D-\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"62bf4129-601a-4a5f-bb03-8d07cdff4b24"},{"name":"DELETE - NodeID - ietf-syslog - destination","id":"0f823264-a72c-49ca-8c3d-6e92468944f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>","description":"<p>This list describes a collection of remote logging\ndestinations.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"db341e37-75b0-4c78-a68a-d4c423d6bf32","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f823264-a72c-49ca-8c3d-6e92468944f7"},{"name":"PUT - NodeID - ietf-syslog - destination","id":"3a05735f-3930-4f68-818d-c5551e483b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>","description":"<p>This list describes a collection of remote logging\ndestinations.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cbadd877-df55-4390-9520-4a6e6a0356f6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2501bcf6-9fd6-45d3-a0a3-f7782db8dd62","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"destination\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 514\n      },\n      \"tls\": {\n        \"address\": \"<string>\",\n        \"port\": 6514,\n        \"server-auth\": {\n          \"pinned-ca-certs\": \"?:#\",\n          \"pinned-server-certs\": \"?:P|,r~#!#!\"\n        },\n        \"hello-params\": {\n          \"tls-versions\": {\n            \"tls-version\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"cipher-suites\": {\n            \"cipher-suite\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"client-identity\": {\n          \"certificate\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      \"facility-filter\": {\n        \"facility-list\": [\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"severity\": \"<string>\",\n            \"facility\": \"<string>\",\n            \"advanced-compare\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"pattern-match\": \"Some pattern-match\",\n      \"structured-data\": false,\n      \"facility-override\": \"<string>\",\n      \"source-interface\": \"?:y\",\n      \"signing\": {\n        \"cert-signers\": {\n          \"cert-signer\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"cert-initial-repeat\": 3,\n          \"cert-resend-delay\": 3600,\n          \"cert-resend-count\": \"0\",\n          \"sig-max-delay\": 60,\n          \"sig-number-resends\": \"0\",\n          \"sig-resend-delay\": 5,\n          \"sig-resend-count\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3a05735f-3930-4f68-818d-c5551e483b25"},{"name":"POST - NodeID - ietf-syslog - facility-filter","id":"df66cfc3-5f8b-481e-ab32-0fe2728bbaf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a3bb24fa-6b69-4731-9142-0b4bcceebecb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df66cfc3-5f8b-481e-ab32-0fe2728bbaf4"},{"name":"GET - NodeID - ietf-syslog - facility-filter","id":"e98d31fb-66ad-47eb-ba4f-87c521a51457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter?content=<string>","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"48203d11-0e09-4a4e-aa7a-3b94acb92b5d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"e98d31fb-66ad-47eb-ba4f-87c521a51457"},{"name":"DELETE - NodeID - ietf-syslog - facility-filter","id":"d18ce204-150b-4dee-adb3-b4971571bd73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fd51e263-9499-435f-8515-a70dbacde7a8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d18ce204-150b-4dee-adb3-b4971571bd73"},{"name":"PUT - NodeID - ietf-syslog - facility-filter","id":"6a5fe29b-2104-41b8-834f-dabf4114bb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter","description":"<p>This container describes the syslog filter parameters.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0878551b-a576-4ec5-88ee-d8c1735c5b44","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"51dcffa3-4921-4fef-b0bf-b616e1313c1a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-filter\": {\n    \"facility-list\": [\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      },\n      {\n        \"severity\": \"<string>\",\n        \"facility\": \"<string>\",\n        \"advanced-compare\": {\n          \"compare\": \"equals-or-higher\",\n          \"action\": \"log\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a5fe29b-2104-41b8-834f-dabf4114bb2e"},{"name":"POST - NodeID - ietf-syslog - facility-list","id":"258597cb-5d24-4ea3-9d60-c05d0e3b30fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"33aef259-50a7-4317-8868-19f71aa38197","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"258597cb-5d24-4ea3-9d60-c05d0e3b30fc"},{"name":"GET - NodeID - ietf-syslog - facility-list","id":"70a5fe48-1a95-4aef-bf4c-92c8d4d6454b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>?content=<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5668d651-b535-4cfa-a088-7e0ba42467bf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}"}],"_postman_id":"70a5fe48-1a95-4aef-bf4c-92c8d4d6454b"},{"name":"DELETE - NodeID - ietf-syslog - facility-list","id":"687396ab-75d2-4799-a6a2-f6dd93221f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b29705ba-e901-4007-8d31-4f48c348d652","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"687396ab-75d2-4799-a6a2-f6dd93221f09"},{"name":"PUT - NodeID - ietf-syslog - facility-list","id":"b70478b2-9ee4-409b-ab2a-71a76e276096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>","description":"<p>This list describes a collection of syslog\nfacilities and severities.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"66c48e7a-d1d2-4802-a9e4-e1aeb432e043","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cd805e48-ad78-4f57-b98b-6333da8a3d06","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"facility-list\": [\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    },\n    {\n      \"severity\": \"<string>\",\n      \"facility\": \"<string>\",\n      \"advanced-compare\": {\n        \"compare\": \"equals-or-higher\",\n        \"action\": \"log\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b70478b2-9ee4-409b-ab2a-71a76e276096"},{"name":"POST - NodeID - ietf-syslog - advanced-compare","id":"62059002-2909-4e68-95ac-7f552e7bee26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"compare\": \"equals-or-higher\",\n  \"action\": \"log\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0196b14f-6c26-46fa-ab13-c59e0b4b8564","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"compare\": \"equals-or-higher\",\n  \"action\": \"log\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62059002-2909-4e68-95ac-7f552e7bee26"},{"name":"GET - NodeID - ietf-syslog - advanced-compare","id":"47c33abb-f9af-47ca-adf8-9b981f23a0a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare?content=<string>","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f07d0b98-4463-4e94-94c2-2eded2af0cf0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}"}],"_postman_id":"47c33abb-f9af-47ca-adf8-9b981f23a0a7"},{"name":"DELETE - NodeID - ietf-syslog - advanced-compare","id":"0f5db6f7-0b0e-4fff-813b-2d70a830c0b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"85aea146-1e2f-40c0-912a-c355839be26a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f5db6f7-0b0e-4fff-813b-2d70a830c0b3"},{"name":"PUT - NodeID - ietf-syslog - advanced-compare","id":"ba9865dc-ce3e-446e-8772-ea2ec321b891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare","description":"<p>This container describes additional severity compare\noperations that can be used in place of the default\nseverity comparison. The compare leaf specifies the type of\nthe compare that is done and the action leaf specifies the\nintended result.\nExample: compare-&gt;equals and action-&gt;block means\nmessages that have a severity that are equal to the\nspecified severity will not be logged.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","facility-filter","facility-list=<string>,<string>","advanced-compare"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bce7b1ab-aace-4df7-a1f0-4f70324412e0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"31c4e613-b5be-48a8-a3e1-4e54c4c69625","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"advanced-compare\": {\n    \"compare\": \"equals-or-higher\",\n    \"action\": \"log\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/facility-filter/facility-list=<string>,<string>/advanced-compare"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba9865dc-ce3e-446e-8772-ea2ec321b891"},{"name":"POST - NodeID - ietf-syslog - signing","id":"33d3e38d-8e71-48cd-b21d-95cff98b3a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert-signers\": {\n    \"cert-signer\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      }\n    ],\n    \"cert-initial-repeat\": 3,\n    \"cert-resend-delay\": 3600,\n    \"cert-resend-count\": \"0\",\n    \"sig-max-delay\": 60,\n    \"sig-number-resends\": \"0\",\n    \"sig-resend-delay\": 5,\n    \"sig-resend-count\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing","description":"<p>This container describes the configuration\nparameters for signed syslog messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8aaaf303-6d2c-4bbd-b002-628d36e29819","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cert-signers\": {\n    \"cert-signer\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      }\n    ],\n    \"cert-initial-repeat\": 3,\n    \"cert-resend-delay\": 3600,\n    \"cert-resend-count\": \"0\",\n    \"sig-max-delay\": 60,\n    \"sig-number-resends\": \"0\",\n    \"sig-resend-delay\": 5,\n    \"sig-resend-count\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33d3e38d-8e71-48cd-b21d-95cff98b3a99"},{"name":"GET - NodeID - ietf-syslog - signing","id":"2dc1e3d6-9710-4723-b01a-ea8acadc952d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing?content=<string>","description":"<p>This container describes the configuration\nparameters for signed syslog messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c5842082-9dec-406a-9179-baf7fac3a0d8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"signing\": {\n    \"cert-signers\": {\n      \"cert-signer\": [\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        }\n      ],\n      \"cert-initial-repeat\": 3,\n      \"cert-resend-delay\": 3600,\n      \"cert-resend-count\": \"0\",\n      \"sig-max-delay\": 60,\n      \"sig-number-resends\": \"0\",\n      \"sig-resend-delay\": 5,\n      \"sig-resend-count\": \"0\"\n    }\n  }\n}"}],"_postman_id":"2dc1e3d6-9710-4723-b01a-ea8acadc952d"},{"name":"DELETE - NodeID - ietf-syslog - signing","id":"1eaff7bc-20fe-4f0a-99d8-3a2ddc5229a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing","description":"<p>This container describes the configuration\nparameters for signed syslog messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"01abdb12-9608-4fe9-bb2e-03736d0c1348","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1eaff7bc-20fe-4f0a-99d8-3a2ddc5229a7"},{"name":"PUT - NodeID - ietf-syslog - signing","id":"c482239d-d5af-4b7a-be68-3cb0ddebad64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"signing\": {\n    \"cert-signers\": {\n      \"cert-signer\": [\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        }\n      ],\n      \"cert-initial-repeat\": 3,\n      \"cert-resend-delay\": 3600,\n      \"cert-resend-count\": \"0\",\n      \"sig-max-delay\": 60,\n      \"sig-number-resends\": \"0\",\n      \"sig-resend-delay\": 5,\n      \"sig-resend-count\": \"0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing","description":"<p>This container describes the configuration\nparameters for signed syslog messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e9cf161d-aac5-4ccd-b193-2a42f882d39e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"signing\": {\n    \"cert-signers\": {\n      \"cert-signer\": [\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        }\n      ],\n      \"cert-initial-repeat\": 3,\n      \"cert-resend-delay\": 3600,\n      \"cert-resend-count\": \"0\",\n      \"sig-max-delay\": 60,\n      \"sig-number-resends\": \"0\",\n      \"sig-resend-delay\": 5,\n      \"sig-resend-count\": \"0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"94e3711d-7172-4af9-a7ca-46683fb444fb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"signing\": {\n    \"cert-signers\": {\n      \"cert-signer\": [\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"cert\": {\n            \"local-definition\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"hash-algorithm\": \"SHA1\"\n        }\n      ],\n      \"cert-initial-repeat\": 3,\n      \"cert-resend-delay\": 3600,\n      \"cert-resend-count\": \"0\",\n      \"sig-max-delay\": 60,\n      \"sig-number-resends\": \"0\",\n      \"sig-resend-delay\": 5,\n      \"sig-resend-count\": \"0\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c482239d-d5af-4b7a-be68-3cb0ddebad64"},{"name":"POST - NodeID - ietf-syslog - cert-signers","id":"ca53879b-b788-4a0f-b531-92414f7c53ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert-signer\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    }\n  ],\n  \"cert-initial-repeat\": 3,\n  \"cert-resend-delay\": 3600,\n  \"cert-resend-count\": \"0\",\n  \"sig-max-delay\": 60,\n  \"sig-number-resends\": \"0\",\n  \"sig-resend-delay\": 5,\n  \"sig-resend-count\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers","description":"<p>This container describes the signing certificate\nconfiguration for Signature Group 0 which covers\nthe case for administrators who want all Signature\nBlocks to be sent to a single destination.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8d0a3601-16e5-4079-be3e-d9d9231d2ce2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cert-signer\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    }\n  ],\n  \"cert-initial-repeat\": 3,\n  \"cert-resend-delay\": 3600,\n  \"cert-resend-count\": \"0\",\n  \"sig-max-delay\": 60,\n  \"sig-number-resends\": \"0\",\n  \"sig-resend-delay\": 5,\n  \"sig-resend-count\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca53879b-b788-4a0f-b531-92414f7c53ba"},{"name":"GET - NodeID - ietf-syslog - cert-signers","id":"7205c255-f094-4a4c-bd6c-fef4e5368c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers?content=<string>","description":"<p>This container describes the signing certificate\nconfiguration for Signature Group 0 which covers\nthe case for administrators who want all Signature\nBlocks to be sent to a single destination.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f6af5e93-d1bc-4ff7-883c-c530b093c52a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cert-signers\": {\n    \"cert-signer\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      }\n    ],\n    \"cert-initial-repeat\": 3,\n    \"cert-resend-delay\": 3600,\n    \"cert-resend-count\": \"0\",\n    \"sig-max-delay\": 60,\n    \"sig-number-resends\": \"0\",\n    \"sig-resend-delay\": 5,\n    \"sig-resend-count\": \"0\"\n  }\n}"}],"_postman_id":"7205c255-f094-4a4c-bd6c-fef4e5368c32"},{"name":"DELETE - NodeID - ietf-syslog - cert-signers","id":"eec2e476-80cf-4c50-8798-0400e1c0abea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers","description":"<p>This container describes the signing certificate\nconfiguration for Signature Group 0 which covers\nthe case for administrators who want all Signature\nBlocks to be sent to a single destination.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"84ca60ab-d65e-4433-9074-59facaf00c89","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eec2e476-80cf-4c50-8798-0400e1c0abea"},{"name":"PUT - NodeID - ietf-syslog - cert-signers","id":"249d95b5-2791-45b6-9920-15c7ef146137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert-signers\": {\n    \"cert-signer\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      }\n    ],\n    \"cert-initial-repeat\": 3,\n    \"cert-resend-delay\": 3600,\n    \"cert-resend-count\": \"0\",\n    \"sig-max-delay\": 60,\n    \"sig-number-resends\": \"0\",\n    \"sig-resend-delay\": 5,\n    \"sig-resend-count\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers","description":"<p>This container describes the signing certificate\nconfiguration for Signature Group 0 which covers\nthe case for administrators who want all Signature\nBlocks to be sent to a single destination.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"01837c33-4c17-441d-84cd-f29a77d6c84c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cert-signers\": {\n    \"cert-signer\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      }\n    ],\n    \"cert-initial-repeat\": 3,\n    \"cert-resend-delay\": 3600,\n    \"cert-resend-count\": \"0\",\n    \"sig-max-delay\": 60,\n    \"sig-number-resends\": \"0\",\n    \"sig-resend-delay\": 5,\n    \"sig-resend-count\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3e935cdf-1a40-4a83-8463-510e1457ae61","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cert-signers\": {\n    \"cert-signer\": [\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"cert\": {\n          \"local-definition\": {\n            \"certificates\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"algorithm\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"public-key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"reference\": \"Some reference\"\n        },\n        \"hash-algorithm\": \"SHA1\"\n      }\n    ],\n    \"cert-initial-repeat\": 3,\n    \"cert-resend-delay\": 3600,\n    \"cert-resend-count\": \"0\",\n    \"sig-max-delay\": 60,\n    \"sig-number-resends\": \"0\",\n    \"sig-resend-delay\": 5,\n    \"sig-resend-count\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"249d95b5-2791-45b6-9920-15c7ef146137"},{"name":"POST - NodeID - ietf-syslog - cert-signer","id":"836acb9d-9134-4197-89e2-5141f5f8d6fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert\": {\n    \"local-definition\": {\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    \"reference\": \"Some reference\"\n  },\n  \"hash-algorithm\": \"SHA1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>","description":"<p>This list describes a collection of syslog\nmessage signers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d75a418d-75b7-41bf-bcae-7c49ecc03e2c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cert\": {\n    \"local-definition\": {\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    \"reference\": \"Some reference\"\n  },\n  \"hash-algorithm\": \"SHA1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"836acb9d-9134-4197-89e2-5141f5f8d6fd"},{"name":"GET - NodeID - ietf-syslog - cert-signer","id":"5f6aa4f8-6e9f-4985-b545-b238d1975332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>?content=<string>","description":"<p>This list describes a collection of syslog\nmessage signers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1fca4d3c-fe5c-4f3a-ba72-6e41be9cb620","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cert-signer\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    }\n  ]\n}"}],"_postman_id":"5f6aa4f8-6e9f-4985-b545-b238d1975332"},{"name":"DELETE - NodeID - ietf-syslog - cert-signer","id":"15efbef7-3fba-4417-9944-ff7becc91fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>","description":"<p>This list describes a collection of syslog\nmessage signers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c32fddeb-e2ef-4569-bc0a-61eae20ff247","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"15efbef7-3fba-4417-9944-ff7becc91fac"},{"name":"PUT - NodeID - ietf-syslog - cert-signer","id":"2d992cdf-e355-491d-93ea-238099d161bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert-signer\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>","description":"<p>This list describes a collection of syslog\nmessage signers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"999cf4bd-94aa-474f-b4a9-6b4f3ea60bd6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cert-signer\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"850499b3-071a-4334-bc2a-411a0fd8afbf","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cert-signer\": [\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"cert\": {\n        \"local-definition\": {\n          \"certificates\": {\n            \"certificate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"private-key\": \"<string>\",\n          \"algorithm\": \"<string>\",\n          \"public-key\": \"<byte>\"\n        },\n        \"reference\": \"Some reference\"\n      },\n      \"hash-algorithm\": \"SHA1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d992cdf-e355-491d-93ea-238099d161bc"},{"name":"POST - NodeID - ietf-syslog - cert","id":"09c0bb43-8ad6-4802-aaa4-2fce8db2ba39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"local-definition\": {\n    \"certificates\": {\n      \"certificate\": [\n        {\n          \"name\": \"Some name\",\n          \"cert\": \"<byte>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"cert\": \"<byte>\"\n        }\n      ]\n    },\n    \"private-key\": \"<string>\",\n    \"algorithm\": \"<string>\",\n    \"public-key\": \"<byte>\"\n  },\n  \"reference\": \"Some reference\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>/cert","description":"<p>This is the certificate that is periodically\nsent to the remote receiver. Selection of the\ncertificate also implicitly selects the private\nkey used to sign the syslog messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>","cert"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"39566feb-4aca-48a2-8264-e60e2aa2a5be","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"local-definition\": {\n    \"certificates\": {\n      \"certificate\": [\n        {\n          \"name\": \"Some name\",\n          \"cert\": \"<byte>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"cert\": \"<byte>\"\n        }\n      ]\n    },\n    \"private-key\": \"<string>\",\n    \"algorithm\": \"<string>\",\n    \"public-key\": \"<byte>\"\n  },\n  \"reference\": \"Some reference\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>/cert"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"09c0bb43-8ad6-4802-aaa4-2fce8db2ba39"},{"name":"GET - NodeID - ietf-syslog - cert","id":"abbfb7bc-d200-4687-afd8-3ead5a8d9a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>/cert?content=<string>","description":"<p>This is the certificate that is periodically\nsent to the remote receiver. Selection of the\ncertificate also implicitly selects the private\nkey used to sign the syslog messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>","cert"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9662b334-26b3-469a-b0fc-cf0e1a8f4933","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>/cert?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>","cert"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cert\": {\n    \"local-definition\": {\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    \"reference\": \"Some reference\"\n  }\n}"}],"_postman_id":"abbfb7bc-d200-4687-afd8-3ead5a8d9a0e"},{"name":"DELETE - NodeID - ietf-syslog - cert","id":"e3e33cce-be6f-4236-b61d-290f12f169e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>/cert","description":"<p>This is the certificate that is periodically\nsent to the remote receiver. Selection of the\ncertificate also implicitly selects the private\nkey used to sign the syslog messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>","cert"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"42d358e1-e4ce-4fb1-98b4-05bf22022629","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>/cert"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3e33cce-be6f-4236-b61d-290f12f169e0"},{"name":"PUT - NodeID - ietf-syslog - cert","id":"f80721b9-ea0a-4f2c-8b72-75055f480148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert\": {\n    \"local-definition\": {\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    \"reference\": \"Some reference\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>/cert","description":"<p>This is the certificate that is periodically\nsent to the remote receiver. Selection of the\ncertificate also implicitly selects the private\nkey used to sign the syslog messages.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-syslog:syslog","actions","remote","destination=<string>","signing","cert-signers","cert-signer=<string>","cert"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cd88b098-f8af-408c-9f62-87b2c1c8f825","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cert\": {\n    \"local-definition\": {\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    \"reference\": \"Some reference\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>/cert"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"47fffce3-e816-4915-b589-a67016e223bb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cert\": {\n    \"local-definition\": {\n      \"certificates\": {\n        \"certificate\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cert\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"private-key\": \"<string>\",\n      \"algorithm\": \"<string>\",\n      \"public-key\": \"<byte>\"\n    },\n    \"reference\": \"Some reference\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-syslog:syslog/actions/remote/destination=<string>/signing/cert-signers/cert-signer=<string>/cert"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f80721b9-ea0a-4f2c-8b72-75055f480148"}],"id":"69a33a41-3677-4004-a578-ed2f1c473372","_postman_id":"69a33a41-3677-4004-a578-ed2f1c473372","description":""},{"name":"mounted NodeID ietf-system","item":[{"name":"POST - NodeID - ietf-system - system","id":"d8cd17ed-5a2d-4993-be02-a002f7ac9b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact\": \"Some contact\",\n  \"hostname\": \"Some hostname\",\n  \"location\": \"Some location\",\n  \"clock\": {\n    \"timezone-name\": \"Some timezone-name\",\n    \"timezone-utc-offset\": \"0\"\n  },\n  \"ntp\": {\n    \"enabled\": true,\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      }\n    ],\n    \"minpoll\": \"poll-1min4sec\",\n    \"maxpoll\": \"poll-17min4sec\",\n    \"iburst\": true\n  },\n  \"dns-resolver\": {\n    \"search\": [\n      \"Some search\",\n      \"Some search\"\n    ],\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2,\n      \"ndots\": 1\n    }\n  },\n  \"radius\": {\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2\n    },\n    \"policy\": [\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      },\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      }\n    ],\n    \"domain\": [\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      }\n    ],\n    \"connection-policy\": {\n      \"domain-name\": \"Some domain-name\",\n      \"reject-no-domain\": false,\n      \"reject-inv-domain\": false\n    }\n  },\n  \"authentication\": {\n    \"user-authentication-order\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"user\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  },\n  \"security\": {\n    \"local-management\": {\n      \"access\": \"open\",\n      \"ip_forward\": false\n    },\n    \"tech-support\": {\n      \"local-access\": \"open\",\n      \"remote-access\": \"closed\",\n      \"passwd\": \"default\"\n    }\n  },\n  \"pae-system\": {\n    \"name\": \"Some name\",\n    \"system-access-control\": \"disabled\",\n    \"system-announcements\": \"disabled\",\n    \"authentication-server\": \"local-authentication\",\n    \"authentication-mode\": \"port\",\n    \"authentication-failure-threshold\": \"<string>\"\n  },\n  \"subscriber-management\": {\n    \"access-node-id\": \"access-node-not-configured\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system","description":"<p>System group configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"99d003f4-61da-4d9d-af6d-232886f430ae","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"contact\": \"Some contact\",\n  \"hostname\": \"Some hostname\",\n  \"location\": \"Some location\",\n  \"clock\": {\n    \"timezone-name\": \"Some timezone-name\",\n    \"timezone-utc-offset\": \"0\"\n  },\n  \"ntp\": {\n    \"enabled\": true,\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      }\n    ],\n    \"minpoll\": \"poll-1min4sec\",\n    \"maxpoll\": \"poll-17min4sec\",\n    \"iburst\": true\n  },\n  \"dns-resolver\": {\n    \"search\": [\n      \"Some search\",\n      \"Some search\"\n    ],\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2,\n      \"ndots\": 1\n    }\n  },\n  \"radius\": {\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2\n    },\n    \"policy\": [\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      },\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      }\n    ],\n    \"domain\": [\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      }\n    ],\n    \"connection-policy\": {\n      \"domain-name\": \"Some domain-name\",\n      \"reject-no-domain\": false,\n      \"reject-inv-domain\": false\n    }\n  },\n  \"authentication\": {\n    \"user-authentication-order\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"user\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  },\n  \"security\": {\n    \"local-management\": {\n      \"access\": \"open\",\n      \"ip_forward\": false\n    },\n    \"tech-support\": {\n      \"local-access\": \"open\",\n      \"remote-access\": \"closed\",\n      \"passwd\": \"default\"\n    }\n  },\n  \"pae-system\": {\n    \"name\": \"Some name\",\n    \"system-access-control\": \"disabled\",\n    \"system-announcements\": \"disabled\",\n    \"authentication-server\": \"local-authentication\",\n    \"authentication-mode\": \"port\",\n    \"authentication-failure-threshold\": \"<string>\"\n  },\n  \"subscriber-management\": {\n    \"access-node-id\": \"access-node-not-configured\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8cd17ed-5a2d-4993-be02-a002f7ac9b0f"},{"name":"GET - NodeID - ietf-system - system","id":"59a070ba-4283-4f2c-8a3d-fe352c39012e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system?content=<string>","description":"<p>System group configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0f291185-4af5-4b23-baa5-8f5c0a5be4d9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"system\": {\n    \"contact\": \"Some contact\",\n    \"hostname\": \"Some hostname\",\n    \"location\": \"Some location\",\n    \"clock\": {\n      \"timezone-name\": \"Some timezone-name\",\n      \"timezone-utc-offset\": \"0\"\n    },\n    \"ntp\": {\n      \"enabled\": true,\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"association-type\": \"server\",\n          \"iburst\": false,\n          \"prefer\": false,\n          \"minpoll\": \"poll-1min4sec\",\n          \"maxpoll\": \"poll-17min4sec\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"association-type\": \"server\",\n          \"iburst\": false,\n          \"prefer\": false,\n          \"minpoll\": \"poll-1min4sec\",\n          \"maxpoll\": \"poll-17min4sec\"\n        }\n      ],\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\",\n      \"iburst\": true\n    },\n    \"dns-resolver\": {\n      \"search\": [\n        \"Some search\",\n        \"Some search\"\n      ],\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp-and-tcp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp-and-tcp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"options\": {\n        \"timeout\": 5,\n        \"attempts\": 2,\n        \"ndots\": 1\n      }\n    },\n    \"radius\": {\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shared-secret\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authentication-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"authentication-type\": \"<string>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shared-secret\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"authentication-port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"authentication-type\": \"<string>\"\n        }\n      ],\n      \"options\": {\n        \"timeout\": 5,\n        \"attempts\": 2\n      },\n      \"policy\": [\n        {\n          \"auth-server-first\": \"Some auth-server-first\",\n          \"name\": \"Some name\",\n          \"nas-id\": \"Some nas-id\",\n          \"nas-ip-address\": \"<string>\",\n          \"keep-domain-name\": false,\n          \"disable-eap\": false,\n          \"auth-server-second\": \"Some auth-server-second\"\n        },\n        {\n          \"auth-server-first\": \"Some auth-server-first\",\n          \"name\": \"Some name\",\n          \"nas-id\": \"Some nas-id\",\n          \"nas-ip-address\": \"<string>\",\n          \"keep-domain-name\": false,\n          \"disable-eap\": false,\n          \"auth-server-second\": \"Some auth-server-second\"\n        }\n      ],\n      \"domain\": [\n        {\n          \"authenticator\": \"Some authenticator\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"authenticator\": \"Some authenticator\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"connection-policy\": {\n        \"domain-name\": \"Some domain-name\",\n        \"reject-no-domain\": false,\n        \"reject-inv-domain\": false\n      }\n    },\n    \"authentication\": {\n      \"user-authentication-order\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"user\": [\n        {\n          \"name\": \"Some name\",\n          \"password\": \"$6$9/$4MRnD4c5LUE6ubE6D5nq48d/SLb.c.TELb0w./HiFwVHhTchTZUPPn/q2g/XP96/y45VONF8qAPl1Y1t0r3WU3\",\n          \"authorized-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"password\": \"$6$9/$4MRnD4c5LUE6ubE6D5nq48d/SLb.c.TELb0w./HiFwVHhTchTZUPPn/q2g/XP96/y45VONF8qAPl1Y1t0r3WU3\",\n          \"authorized-key\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"security\": {\n      \"local-management\": {\n        \"access\": \"open\",\n        \"ip_forward\": false\n      },\n      \"tech-support\": {\n        \"local-access\": \"open\",\n        \"remote-access\": \"closed\",\n        \"passwd\": \"default\"\n      }\n    },\n    \"pae-system\": {\n      \"name\": \"Some name\",\n      \"system-access-control\": \"disabled\",\n      \"system-announcements\": \"disabled\",\n      \"authentication-server\": \"local-authentication\",\n      \"authentication-mode\": \"port\",\n      \"authentication-failure-threshold\": \"<string>\"\n    },\n    \"subscriber-management\": {\n      \"access-node-id\": \"access-node-not-configured\"\n    }\n  }\n}"}],"_postman_id":"59a070ba-4283-4f2c-8a3d-fe352c39012e"},{"name":"DELETE - NodeID - ietf-system - system","id":"ffa0b5ce-89b3-4b51-9b90-86950dc4af35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system","description":"<p>System group configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a3d8983a-3402-49b0-88c1-d84a2b6e7181","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ffa0b5ce-89b3-4b51-9b90-86950dc4af35"},{"name":"PUT - NodeID - ietf-system - system","id":"2c4cd1c2-0cfd-4a70-8763-a4e9131e6a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"system\": {\n    \"contact\": \"Some contact\",\n    \"hostname\": \"Some hostname\",\n    \"location\": \"Some location\",\n    \"clock\": {\n      \"timezone-name\": \"Some timezone-name\",\n      \"timezone-utc-offset\": \"0\"\n    },\n    \"ntp\": {\n      \"enabled\": true,\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"port\": 123\n          },\n          \"association-type\": \"server\",\n          \"iburst\": false,\n          \"prefer\": false,\n          \"minpoll\": \"poll-1min4sec\",\n          \"maxpoll\": \"poll-17min4sec\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"port\": 123\n          },\n          \"association-type\": \"server\",\n          \"iburst\": false,\n          \"prefer\": false,\n          \"minpoll\": \"poll-1min4sec\",\n          \"maxpoll\": \"poll-17min4sec\"\n        }\n      ],\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\",\n      \"iburst\": true\n    },\n    \"dns-resolver\": {\n      \"search\": [\n        \"Some search\",\n        \"Some search\"\n      ],\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp-and-tcp\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp-and-tcp\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ],\n      \"options\": {\n        \"timeout\": 5,\n        \"attempts\": 2,\n        \"ndots\": 1\n      }\n    },\n    \"radius\": {\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"shared-secret\": \"Some shared-secret\",\n            \"authentication-port\": 1812\n          },\n          \"authentication-type\": \"<string>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"shared-secret\": \"Some shared-secret\",\n            \"authentication-port\": 1812\n          },\n          \"authentication-type\": \"<string>\"\n        }\n      ],\n      \"options\": {\n        \"timeout\": 5,\n        \"attempts\": 2\n      },\n      \"policy\": [\n        {\n          \"auth-server-first\": \"Some auth-server-first\",\n          \"name\": \"Some name\",\n          \"nas-id\": \"Some nas-id\",\n          \"nas-ip-address\": \"<string>\",\n          \"keep-domain-name\": false,\n          \"disable-eap\": false,\n          \"auth-server-second\": \"Some auth-server-second\"\n        },\n        {\n          \"auth-server-first\": \"Some auth-server-first\",\n          \"name\": \"Some name\",\n          \"nas-id\": \"Some nas-id\",\n          \"nas-ip-address\": \"<string>\",\n          \"keep-domain-name\": false,\n          \"disable-eap\": false,\n          \"auth-server-second\": \"Some auth-server-second\"\n        }\n      ],\n      \"domain\": [\n        {\n          \"authenticator\": \"Some authenticator\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"authenticator\": \"Some authenticator\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"connection-policy\": {\n        \"domain-name\": \"Some domain-name\",\n        \"reject-no-domain\": false,\n        \"reject-inv-domain\": false\n      }\n    },\n    \"authentication\": {\n      \"user-authentication-order\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"user\": [\n        {\n          \"name\": \"Some name\",\n          \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n          \"authorized-key\": [\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n          \"authorized-key\": [\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      ]\n    },\n    \"security\": {\n      \"local-management\": {\n        \"access\": \"open\",\n        \"ip_forward\": false\n      },\n      \"tech-support\": {\n        \"local-access\": \"open\",\n        \"remote-access\": \"closed\",\n        \"passwd\": \"default\"\n      }\n    },\n    \"pae-system\": {\n      \"name\": \"Some name\",\n      \"system-access-control\": \"disabled\",\n      \"system-announcements\": \"disabled\",\n      \"authentication-server\": \"local-authentication\",\n      \"authentication-mode\": \"port\",\n      \"authentication-failure-threshold\": \"<string>\"\n    },\n    \"subscriber-management\": {\n      \"access-node-id\": \"access-node-not-configured\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system","description":"<p>System group configuration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dc1fd91a-e155-492d-823c-7879b5f73336","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"system\": {\n    \"contact\": \"Some contact\",\n    \"hostname\": \"Some hostname\",\n    \"location\": \"Some location\",\n    \"clock\": {\n      \"timezone-name\": \"Some timezone-name\",\n      \"timezone-utc-offset\": \"0\"\n    },\n    \"ntp\": {\n      \"enabled\": true,\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"port\": 123\n          },\n          \"association-type\": \"server\",\n          \"iburst\": false,\n          \"prefer\": false,\n          \"minpoll\": \"poll-1min4sec\",\n          \"maxpoll\": \"poll-17min4sec\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"port\": 123\n          },\n          \"association-type\": \"server\",\n          \"iburst\": false,\n          \"prefer\": false,\n          \"minpoll\": \"poll-1min4sec\",\n          \"maxpoll\": \"poll-17min4sec\"\n        }\n      ],\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\",\n      \"iburst\": true\n    },\n    \"dns-resolver\": {\n      \"search\": [\n        \"Some search\",\n        \"Some search\"\n      ],\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp-and-tcp\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp-and-tcp\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ],\n      \"options\": {\n        \"timeout\": 5,\n        \"attempts\": 2,\n        \"ndots\": 1\n      }\n    },\n    \"radius\": {\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"shared-secret\": \"Some shared-secret\",\n            \"authentication-port\": 1812\n          },\n          \"authentication-type\": \"<string>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"shared-secret\": \"Some shared-secret\",\n            \"authentication-port\": 1812\n          },\n          \"authentication-type\": \"<string>\"\n        }\n      ],\n      \"options\": {\n        \"timeout\": 5,\n        \"attempts\": 2\n      },\n      \"policy\": [\n        {\n          \"auth-server-first\": \"Some auth-server-first\",\n          \"name\": \"Some name\",\n          \"nas-id\": \"Some nas-id\",\n          \"nas-ip-address\": \"<string>\",\n          \"keep-domain-name\": false,\n          \"disable-eap\": false,\n          \"auth-server-second\": \"Some auth-server-second\"\n        },\n        {\n          \"auth-server-first\": \"Some auth-server-first\",\n          \"name\": \"Some name\",\n          \"nas-id\": \"Some nas-id\",\n          \"nas-ip-address\": \"<string>\",\n          \"keep-domain-name\": false,\n          \"disable-eap\": false,\n          \"auth-server-second\": \"Some auth-server-second\"\n        }\n      ],\n      \"domain\": [\n        {\n          \"authenticator\": \"Some authenticator\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"authenticator\": \"Some authenticator\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"connection-policy\": {\n        \"domain-name\": \"Some domain-name\",\n        \"reject-no-domain\": false,\n        \"reject-inv-domain\": false\n      }\n    },\n    \"authentication\": {\n      \"user-authentication-order\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"user\": [\n        {\n          \"name\": \"Some name\",\n          \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n          \"authorized-key\": [\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n          \"authorized-key\": [\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      ]\n    },\n    \"security\": {\n      \"local-management\": {\n        \"access\": \"open\",\n        \"ip_forward\": false\n      },\n      \"tech-support\": {\n        \"local-access\": \"open\",\n        \"remote-access\": \"closed\",\n        \"passwd\": \"default\"\n      }\n    },\n    \"pae-system\": {\n      \"name\": \"Some name\",\n      \"system-access-control\": \"disabled\",\n      \"system-announcements\": \"disabled\",\n      \"authentication-server\": \"local-authentication\",\n      \"authentication-mode\": \"port\",\n      \"authentication-failure-threshold\": \"<string>\"\n    },\n    \"subscriber-management\": {\n      \"access-node-id\": \"access-node-not-configured\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0bf563df-4a1f-41bf-b485-1be8e5f8de9e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"system\": {\n    \"contact\": \"Some contact\",\n    \"hostname\": \"Some hostname\",\n    \"location\": \"Some location\",\n    \"clock\": {\n      \"timezone-name\": \"Some timezone-name\",\n      \"timezone-utc-offset\": \"0\"\n    },\n    \"ntp\": {\n      \"enabled\": true,\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"port\": 123\n          },\n          \"association-type\": \"server\",\n          \"iburst\": false,\n          \"prefer\": false,\n          \"minpoll\": \"poll-1min4sec\",\n          \"maxpoll\": \"poll-17min4sec\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"port\": 123\n          },\n          \"association-type\": \"server\",\n          \"iburst\": false,\n          \"prefer\": false,\n          \"minpoll\": \"poll-1min4sec\",\n          \"maxpoll\": \"poll-17min4sec\"\n        }\n      ],\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\",\n      \"iburst\": true\n    },\n    \"dns-resolver\": {\n      \"search\": [\n        \"Some search\",\n        \"Some search\"\n      ],\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp-and-tcp\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp-and-tcp\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ],\n      \"options\": {\n        \"timeout\": 5,\n        \"attempts\": 2,\n        \"ndots\": 1\n      }\n    },\n    \"radius\": {\n      \"server\": [\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"shared-secret\": \"Some shared-secret\",\n            \"authentication-port\": 1812\n          },\n          \"authentication-type\": \"<string>\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"udp\": {\n            \"address\": \"<string>\",\n            \"shared-secret\": \"Some shared-secret\",\n            \"authentication-port\": 1812\n          },\n          \"authentication-type\": \"<string>\"\n        }\n      ],\n      \"options\": {\n        \"timeout\": 5,\n        \"attempts\": 2\n      },\n      \"policy\": [\n        {\n          \"auth-server-first\": \"Some auth-server-first\",\n          \"name\": \"Some name\",\n          \"nas-id\": \"Some nas-id\",\n          \"nas-ip-address\": \"<string>\",\n          \"keep-domain-name\": false,\n          \"disable-eap\": false,\n          \"auth-server-second\": \"Some auth-server-second\"\n        },\n        {\n          \"auth-server-first\": \"Some auth-server-first\",\n          \"name\": \"Some name\",\n          \"nas-id\": \"Some nas-id\",\n          \"nas-ip-address\": \"<string>\",\n          \"keep-domain-name\": false,\n          \"disable-eap\": false,\n          \"auth-server-second\": \"Some auth-server-second\"\n        }\n      ],\n      \"domain\": [\n        {\n          \"authenticator\": \"Some authenticator\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"authenticator\": \"Some authenticator\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"connection-policy\": {\n        \"domain-name\": \"Some domain-name\",\n        \"reject-no-domain\": false,\n        \"reject-inv-domain\": false\n      }\n    },\n    \"authentication\": {\n      \"user-authentication-order\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"user\": [\n        {\n          \"name\": \"Some name\",\n          \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n          \"authorized-key\": [\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n          \"authorized-key\": [\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"algorithm\": \"Some algorithm\",\n              \"key-data\": \"<byte>\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      ]\n    },\n    \"security\": {\n      \"local-management\": {\n        \"access\": \"open\",\n        \"ip_forward\": false\n      },\n      \"tech-support\": {\n        \"local-access\": \"open\",\n        \"remote-access\": \"closed\",\n        \"passwd\": \"default\"\n      }\n    },\n    \"pae-system\": {\n      \"name\": \"Some name\",\n      \"system-access-control\": \"disabled\",\n      \"system-announcements\": \"disabled\",\n      \"authentication-server\": \"local-authentication\",\n      \"authentication-mode\": \"port\",\n      \"authentication-failure-threshold\": \"<string>\"\n    },\n    \"subscriber-management\": {\n      \"access-node-id\": \"access-node-not-configured\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c4cd1c2-0cfd-4a70-8763-a4e9131e6a69"},{"name":"POST - NodeID - ietf-system - clock","id":"fbec1a65-0c59-4c97-acbd-8abbdb53d98f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"timezone-name\": \"Some timezone-name\",\n  \"timezone-utc-offset\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock","description":"<p>Configuration of the system date and time properties.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","clock"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b7a6b794-d864-4f0b-9355-82d5fa3132aa","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"timezone-name\": \"Some timezone-name\",\n  \"timezone-utc-offset\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fbec1a65-0c59-4c97-acbd-8abbdb53d98f"},{"name":"GET - NodeID - ietf-system - clock","id":"8e62c7cd-341c-4993-81c4-78357bae89d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock?content=<string>","description":"<p>Configuration of the system date and time properties.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","clock"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"76e04305-17e8-4563-aa5d-58248358ab90","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","clock"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"clock\": {\n    \"timezone-name\": \"Some timezone-name\",\n    \"timezone-utc-offset\": \"0\"\n  }\n}"}],"_postman_id":"8e62c7cd-341c-4993-81c4-78357bae89d0"},{"name":"DELETE - NodeID - ietf-system - clock","id":"b807d1e6-5e31-4705-b3ff-6f38b94260e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock","description":"<p>Configuration of the system date and time properties.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","clock"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0528a843-36a2-439a-b53b-74f143107a85","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b807d1e6-5e31-4705-b3ff-6f38b94260e2"},{"name":"PUT - NodeID - ietf-system - clock","id":"de1786aa-8587-4967-898d-18b4a0195ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clock\": {\n    \"timezone-name\": \"Some timezone-name\",\n    \"timezone-utc-offset\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock","description":"<p>Configuration of the system date and time properties.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","clock"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ac127347-f76c-4aac-9b1e-2ac285b00bf6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"clock\": {\n    \"timezone-name\": \"Some timezone-name\",\n    \"timezone-utc-offset\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"941e81a8-875c-44c9-be87-207be9a079f9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"clock\": {\n    \"timezone-name\": \"Some timezone-name\",\n    \"timezone-utc-offset\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de1786aa-8587-4967-898d-18b4a0195ce6"},{"name":"POST - NodeID - ietf-system - set-current-datetime","id":"7bfeee9f-5d9c-4738-841a-a8a93ff62aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"current-datetime\": \"?:0245-96-31T95:52:88.2+32:33\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock/nokia-ietf-system-aug:set-current-datetime","description":"<p>Set the /system-state/clock/current-datetime leaf\nto the specified value.</p>\n<p>If the system is using NTP (i.e., /system/ntp/enabled\nis set to 'true'), then this operation will fail with\nerror-tag 'operation-failed' and error-app-tag value of\n'ntp-active'.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","clock","nokia-ietf-system-aug:set-current-datetime"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1b1a7010-75c4-4d83-95e9-cfbb4ae79172","name":"RPC set-current-datetime success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"current-datetime\": \"?:0245-96-31T95:52:88.2+32:33\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/clock/nokia-ietf-system-aug:set-current-datetime"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bfeee9f-5d9c-4738-841a-a8a93ff62aa5"},{"name":"POST - NodeID - ietf-system - ntp","id":"0657d15c-8966-4117-8888-d72445592144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    }\n  ],\n  \"minpoll\": \"poll-1min4sec\",\n  \"maxpoll\": \"poll-17min4sec\",\n  \"iburst\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp","description":"<p>Configuration of the NTP client.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"51e98267-4210-4d8c-b0a3-2b619eae30c0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    }\n  ],\n  \"minpoll\": \"poll-1min4sec\",\n  \"maxpoll\": \"poll-17min4sec\",\n  \"iburst\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0657d15c-8966-4117-8888-d72445592144"},{"name":"GET - NodeID - ietf-system - ntp","id":"391026ab-26ac-4cda-83b6-e15244f39712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp?content=<string>","description":"<p>Configuration of the NTP client.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9ea75f1c-3490-44cb-a355-a00f53819f2d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ntp\": {\n    \"enabled\": true,\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      }\n    ],\n    \"minpoll\": \"poll-1min4sec\",\n    \"maxpoll\": \"poll-17min4sec\",\n    \"iburst\": true\n  }\n}"}],"_postman_id":"391026ab-26ac-4cda-83b6-e15244f39712"},{"name":"DELETE - NodeID - ietf-system - ntp","id":"dd6eb016-e776-49c6-9df3-6a5276661b20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp","description":"<p>Configuration of the NTP client.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"45a004f2-2de9-49d5-aeaf-f95e03b51f4c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd6eb016-e776-49c6-9df3-6a5276661b20"},{"name":"PUT - NodeID - ietf-system - ntp","id":"3c489b36-d0b7-4f5f-a32e-970c5d895fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ntp\": {\n    \"enabled\": true,\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      }\n    ],\n    \"minpoll\": \"poll-1min4sec\",\n    \"maxpoll\": \"poll-17min4sec\",\n    \"iburst\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp","description":"<p>Configuration of the NTP client.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3755cd87-2081-4bef-a28d-54aaa5e18d07","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ntp\": {\n    \"enabled\": true,\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      }\n    ],\n    \"minpoll\": \"poll-1min4sec\",\n    \"maxpoll\": \"poll-17min4sec\",\n    \"iburst\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2827504b-a5f3-4f23-ba83-f3a0e5b79faa","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ntp\": {\n    \"enabled\": true,\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"port\": 123\n        },\n        \"association-type\": \"server\",\n        \"iburst\": false,\n        \"prefer\": false,\n        \"minpoll\": \"poll-1min4sec\",\n        \"maxpoll\": \"poll-17min4sec\"\n      }\n    ],\n    \"minpoll\": \"poll-1min4sec\",\n    \"maxpoll\": \"poll-17min4sec\",\n    \"iburst\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c489b36-d0b7-4f5f-a32e-970c5d895fea"},{"name":"POST - NodeID - ietf-system - server","id":"d9cfaae9-3e06-4cad-a409-fd9013696754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"udp\": {\n    \"address\": \"<string>\",\n    \"port\": 123\n  },\n  \"association-type\": \"server\",\n  \"iburst\": false,\n  \"prefer\": false,\n  \"minpoll\": \"poll-1min4sec\",\n  \"maxpoll\": \"poll-17min4sec\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp/server=<string>","description":"<p>List of NTP servers to use for system clock\nsynchronization.  If '/system/ntp/enabled'\nis 'true', then the system will attempt to\ncontact and utilize the specified NTP servers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1c7ac7d1-503d-4344-8cb6-ab06acd15ff5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"udp\": {\n    \"address\": \"<string>\",\n    \"port\": 123\n  },\n  \"association-type\": \"server\",\n  \"iburst\": false,\n  \"prefer\": false,\n  \"minpoll\": \"poll-1min4sec\",\n  \"maxpoll\": \"poll-17min4sec\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp/server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9cfaae9-3e06-4cad-a409-fd9013696754"},{"name":"GET - NodeID - ietf-system - server","id":"3a2fd74f-0a2b-4434-9014-8a66928ffd95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp/server=<string>?content=<string>","description":"<p>List of NTP servers to use for system clock\nsynchronization.  If '/system/ntp/enabled'\nis 'true', then the system will attempt to\ncontact and utilize the specified NTP servers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp","server=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"34b6da30-308e-4d74-8a8a-339564717cd2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp/server=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp","server=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    }\n  ]\n}"}],"_postman_id":"3a2fd74f-0a2b-4434-9014-8a66928ffd95"},{"name":"DELETE - NodeID - ietf-system - server","id":"172d55de-28f9-496b-938c-1fd8f5b9f62b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp/server=<string>","description":"<p>List of NTP servers to use for system clock\nsynchronization.  If '/system/ntp/enabled'\nis 'true', then the system will attempt to\ncontact and utilize the specified NTP servers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ce6a4ad-68c5-4e24-b65b-073a05ba5af7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"172d55de-28f9-496b-938c-1fd8f5b9f62b"},{"name":"PUT - NodeID - ietf-system - server","id":"06e23a54-99eb-48c5-83ba-cb707e744320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp/server=<string>","description":"<p>List of NTP servers to use for system clock\nsynchronization.  If '/system/ntp/enabled'\nis 'true', then the system will attempt to\ncontact and utilize the specified NTP servers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","ntp","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4bf44146-99cf-4461-9faa-439224c7cabc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp/server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a3a7b457-19c8-42c5-b366-a04911f4155f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"port\": 123\n      },\n      \"association-type\": \"server\",\n      \"iburst\": false,\n      \"prefer\": false,\n      \"minpoll\": \"poll-1min4sec\",\n      \"maxpoll\": \"poll-17min4sec\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/ntp/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06e23a54-99eb-48c5-83ba-cb707e744320"},{"name":"POST - NodeID - ietf-system - dns-resolver","id":"2e9be99c-5273-45e5-ab3e-ab02383f33d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search\": [\n    \"Some search\",\n    \"Some search\"\n  ],\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ],\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2,\n    \"ndots\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver","description":"<p>Configuration of the DNS resolver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ea8f3d74-ac30-4e68-b304-41bf4f6dd97f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"search\": [\n    \"Some search\",\n    \"Some search\"\n  ],\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ],\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2,\n    \"ndots\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2e9be99c-5273-45e5-ab3e-ab02383f33d4"},{"name":"GET - NodeID - ietf-system - dns-resolver","id":"c0399837-e1c4-40fc-b700-c7e72960a667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver?content=<string>","description":"<p>Configuration of the DNS resolver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1fc78cd5-ce88-4f16-a118-3e7b0b0e3759","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dns-resolver\": {\n    \"search\": [\n      \"Some search\",\n      \"Some search\"\n    ],\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2,\n      \"ndots\": 1\n    }\n  }\n}"}],"_postman_id":"c0399837-e1c4-40fc-b700-c7e72960a667"},{"name":"DELETE - NodeID - ietf-system - dns-resolver","id":"7b5cdd66-31d0-4be5-adff-85aa261a54d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver","description":"<p>Configuration of the DNS resolver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bde3690c-3437-4bf0-8df5-4a7f7bd7e381","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b5cdd66-31d0-4be5-adff-85aa261a54d6"},{"name":"PUT - NodeID - ietf-system - dns-resolver","id":"a277a1fe-d6fa-42f8-83cf-067e9963d17e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dns-resolver\": {\n    \"search\": [\n      \"Some search\",\n      \"Some search\"\n    ],\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2,\n      \"ndots\": 1\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver","description":"<p>Configuration of the DNS resolver.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"84e43a5a-b760-4e66-bee8-9a3d86859488","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dns-resolver\": {\n    \"search\": [\n      \"Some search\",\n      \"Some search\"\n    ],\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2,\n      \"ndots\": 1\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5fec39a6-ce16-407b-af4a-42a648c64b84","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dns-resolver\": {\n    \"search\": [\n      \"Some search\",\n      \"Some search\"\n    ],\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp-and-tcp\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2,\n      \"ndots\": 1\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a277a1fe-d6fa-42f8-83cf-067e9963d17e"},{"name":"POST - NodeID - ietf-system - server","id":"7da21cd3-cadf-4176-bd83-72df50718625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"udp-and-tcp\": {\n    \"address\": \"<string>\",\n    \"port\": 53\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/server=<string>","description":"<p>List of the DNS servers that the resolver should query.</p>\n<p>When the resolver is invoked by a calling application, it\nsends the query to the first name server in this list.  If\nno response has been received within 'timeout' seconds,\nthe resolver continues with the next server in the list.\nIf no response is received from any server, the resolver\ncontinues with the first server again.  When the resolver\nhas traversed the list 'attempts' times without receiving\nany response, it gives up and returns an error to the\ncalling application.</p>\n<p>Implementations MAY limit the number of entries in this\nlist.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"57635e4b-36de-4a86-80a8-4b9995d97d6a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"udp-and-tcp\": {\n    \"address\": \"<string>\",\n    \"port\": 53\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7da21cd3-cadf-4176-bd83-72df50718625"},{"name":"GET - NodeID - ietf-system - server","id":"87f7b8c4-36cc-415a-a305-4476d885a853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/server=<string>?content=<string>","description":"<p>List of the DNS servers that the resolver should query.</p>\n<p>When the resolver is invoked by a calling application, it\nsends the query to the first name server in this list.  If\nno response has been received within 'timeout' seconds,\nthe resolver continues with the next server in the list.\nIf no response is received from any server, the resolver\ncontinues with the first server again.  When the resolver\nhas traversed the list 'attempts' times without receiving\nany response, it gives up and returns an error to the\ncalling application.</p>\n<p>Implementations MAY limit the number of entries in this\nlist.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","server=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e0e16c45-7c0c-4b6c-a7c4-5abb0db50073","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/server=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","server=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}"}],"_postman_id":"87f7b8c4-36cc-415a-a305-4476d885a853"},{"name":"DELETE - NodeID - ietf-system - server","id":"da85fc50-d9de-48d2-bef5-77237b844ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/server=<string>","description":"<p>List of the DNS servers that the resolver should query.</p>\n<p>When the resolver is invoked by a calling application, it\nsends the query to the first name server in this list.  If\nno response has been received within 'timeout' seconds,\nthe resolver continues with the next server in the list.\nIf no response is received from any server, the resolver\ncontinues with the first server again.  When the resolver\nhas traversed the list 'attempts' times without receiving\nany response, it gives up and returns an error to the\ncalling application.</p>\n<p>Implementations MAY limit the number of entries in this\nlist.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e89921ec-1d52-4615-9180-1c1bacf6675f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da85fc50-d9de-48d2-bef5-77237b844ea3"},{"name":"PUT - NodeID - ietf-system - server","id":"98288c6d-3f6e-4e1a-813c-7c12e9f8cdb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/server=<string>","description":"<p>List of the DNS servers that the resolver should query.</p>\n<p>When the resolver is invoked by a calling application, it\nsends the query to the first name server in this list.  If\nno response has been received within 'timeout' seconds,\nthe resolver continues with the next server in the list.\nIf no response is received from any server, the resolver\ncontinues with the first server again.  When the resolver\nhas traversed the list 'attempts' times without receiving\nany response, it gives up and returns an error to the\ncalling application.</p>\n<p>Implementations MAY limit the number of entries in this\nlist.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8a0492b6-43a1-4401-a3e5-83f72f8dfab2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4d6d21f3-a0e4-4b05-a3ee-35fb416ee13d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp-and-tcp\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98288c6d-3f6e-4e1a-813c-7c12e9f8cdb1"},{"name":"POST - NodeID - ietf-system - options","id":"b07b7ed2-61d6-4ab3-8d3d-2ca6c8bfb87a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"timeout\": 5,\n  \"attempts\": 2,\n  \"ndots\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/options","description":"<p>Resolver options.  The set of available options has been\nlimited to those that are generally available across\ndifferent resolver implementations and generally useful.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","options"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b290593d-4718-4315-b342-8f345cc2ad46","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"timeout\": 5,\n  \"attempts\": 2,\n  \"ndots\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/options"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b07b7ed2-61d6-4ab3-8d3d-2ca6c8bfb87a"},{"name":"GET - NodeID - ietf-system - options","id":"599ccc59-08f7-45ae-8c36-58ac9e7a89d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/options?content=<string>","description":"<p>Resolver options.  The set of available options has been\nlimited to those that are generally available across\ndifferent resolver implementations and generally useful.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","options"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2d4b9461-c4c1-43fb-8385-31d196b189e6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/options?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","options"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2,\n    \"ndots\": 1\n  }\n}"}],"_postman_id":"599ccc59-08f7-45ae-8c36-58ac9e7a89d2"},{"name":"DELETE - NodeID - ietf-system - options","id":"f632d5b8-82f3-44a4-8f07-629de68d3ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/options","description":"<p>Resolver options.  The set of available options has been\nlimited to those that are generally available across\ndifferent resolver implementations and generally useful.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","options"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5f23bb0b-6ae7-4f42-9c5f-ac17fffd56ae","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/options"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f632d5b8-82f3-44a4-8f07-629de68d3ec8"},{"name":"PUT - NodeID - ietf-system - options","id":"55ee3443-e540-4830-bebf-f2bd2d08f3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2,\n    \"ndots\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/options","description":"<p>Resolver options.  The set of available options has been\nlimited to those that are generally available across\ndifferent resolver implementations and generally useful.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","dns-resolver","options"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dd3e25a2-98fe-418c-857d-73fbc67850d8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2,\n    \"ndots\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/options"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bc965455-4a3f-4700-b891-a7d1e70fb0d8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2,\n    \"ndots\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/dns-resolver/options"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"55ee3443-e540-4830-bebf-f2bd2d08f3cb"},{"name":"POST - NodeID - ietf-system - radius","id":"7c9f1d19-e952-440f-94d3-5f554423f89b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    }\n  ],\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2\n  },\n  \"policy\": [\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    },\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    }\n  ],\n  \"domain\": [\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    }\n  ],\n  \"connection-policy\": {\n    \"domain-name\": \"Some domain-name\",\n    \"reject-no-domain\": false,\n    \"reject-inv-domain\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius","description":"<p>Configuration of the RADIUS client.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d5e6e844-0ba3-47d5-ae4d-842067f9803b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    }\n  ],\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2\n  },\n  \"policy\": [\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    },\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    }\n  ],\n  \"domain\": [\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    }\n  ],\n  \"connection-policy\": {\n    \"domain-name\": \"Some domain-name\",\n    \"reject-no-domain\": false,\n    \"reject-inv-domain\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c9f1d19-e952-440f-94d3-5f554423f89b"},{"name":"GET - NodeID - ietf-system - radius","id":"1923a20d-b23d-4907-8725-a1deed9162cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius?content=<string>","description":"<p>Configuration of the RADIUS client.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8cd317ca-27ba-4e02-ac29-ee1eef663ae3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"radius\": {\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2\n    },\n    \"policy\": [\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      },\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      }\n    ],\n    \"domain\": [\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      }\n    ],\n    \"connection-policy\": {\n      \"domain-name\": \"Some domain-name\",\n      \"reject-no-domain\": false,\n      \"reject-inv-domain\": false\n    }\n  }\n}"}],"_postman_id":"1923a20d-b23d-4907-8725-a1deed9162cc"},{"name":"DELETE - NodeID - ietf-system - radius","id":"8bede367-f62e-4647-8d01-40284345ddd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius","description":"<p>Configuration of the RADIUS client.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0c8cc8ea-9559-4219-8e2e-85aaba2c9cbf","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8bede367-f62e-4647-8d01-40284345ddd4"},{"name":"PUT - NodeID - ietf-system - radius","id":"7085a42d-49e0-482c-b983-0c0f6ecc494a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"radius\": {\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2\n    },\n    \"policy\": [\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      },\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      }\n    ],\n    \"domain\": [\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      }\n    ],\n    \"connection-policy\": {\n      \"domain-name\": \"Some domain-name\",\n      \"reject-no-domain\": false,\n      \"reject-inv-domain\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius","description":"<p>Configuration of the RADIUS client.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"77f46a92-ba65-4f51-a1f9-05cd94754056","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"radius\": {\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2\n    },\n    \"policy\": [\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      },\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      }\n    ],\n    \"domain\": [\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      }\n    ],\n    \"connection-policy\": {\n      \"domain-name\": \"Some domain-name\",\n      \"reject-no-domain\": false,\n      \"reject-inv-domain\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d32819c0-c259-47be-aba3-9cf7cb235aee","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"radius\": {\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"udp\": {\n          \"address\": \"<string>\",\n          \"shared-secret\": \"Some shared-secret\",\n          \"authentication-port\": 1812\n        },\n        \"authentication-type\": \"<string>\"\n      }\n    ],\n    \"options\": {\n      \"timeout\": 5,\n      \"attempts\": 2\n    },\n    \"policy\": [\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      },\n      {\n        \"auth-server-first\": \"Some auth-server-first\",\n        \"name\": \"Some name\",\n        \"nas-id\": \"Some nas-id\",\n        \"nas-ip-address\": \"<string>\",\n        \"keep-domain-name\": false,\n        \"disable-eap\": false,\n        \"auth-server-second\": \"Some auth-server-second\"\n      }\n    ],\n    \"domain\": [\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"authenticator\": \"Some authenticator\",\n        \"name\": \"Some name\"\n      }\n    ],\n    \"connection-policy\": {\n      \"domain-name\": \"Some domain-name\",\n      \"reject-no-domain\": false,\n      \"reject-inv-domain\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7085a42d-49e0-482c-b983-0c0f6ecc494a"},{"name":"POST - NodeID - ietf-system - server","id":"59831721-9b38-4ef9-818e-a14d5d3ce17e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"udp\": {\n    \"address\": \"<string>\",\n    \"shared-secret\": \"Some shared-secret\",\n    \"authentication-port\": 1812\n  },\n  \"authentication-type\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/server=<string>","description":"<p>List of RADIUS servers used by the device.</p>\n<p>When the RADIUS client is invoked by a calling\napplication, it sends the query to the first server in\nthis list.  If no response has been received within\n'timeout' seconds, the client continues with the next\nserver in the list.  If no response is received from any\nserver, the client continues with the first server again.\nWhen the client has traversed the list 'attempts' times\nwithout receiving any response, it gives up and returns an\nerror to the calling application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2935a9e3-2bfe-451c-83af-d61593c37861","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"udp\": {\n    \"address\": \"<string>\",\n    \"shared-secret\": \"Some shared-secret\",\n    \"authentication-port\": 1812\n  },\n  \"authentication-type\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59831721-9b38-4ef9-818e-a14d5d3ce17e"},{"name":"GET - NodeID - ietf-system - server","id":"ab848445-83ed-4fbc-91d1-5250883255aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/server=<string>?content=<string>","description":"<p>List of RADIUS servers used by the device.</p>\n<p>When the RADIUS client is invoked by a calling\napplication, it sends the query to the first server in\nthis list.  If no response has been received within\n'timeout' seconds, the client continues with the next\nserver in the list.  If no response is received from any\nserver, the client continues with the first server again.\nWhen the client has traversed the list 'attempts' times\nwithout receiving any response, it gives up and returns an\nerror to the calling application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","server=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"146158a7-f440-4467-b0e7-cdb0a1c573be","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/server=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","server=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"ab848445-83ed-4fbc-91d1-5250883255aa"},{"name":"DELETE - NodeID - ietf-system - server","id":"70586781-2014-4d46-a009-e13ec0181f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/server=<string>","description":"<p>List of RADIUS servers used by the device.</p>\n<p>When the RADIUS client is invoked by a calling\napplication, it sends the query to the first server in\nthis list.  If no response has been received within\n'timeout' seconds, the client continues with the next\nserver in the list.  If no response is received from any\nserver, the client continues with the first server again.\nWhen the client has traversed the list 'attempts' times\nwithout receiving any response, it gives up and returns an\nerror to the calling application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7abdf776-2657-4365-bdff-f2e28d7516aa","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70586781-2014-4d46-a009-e13ec0181f1f"},{"name":"PUT - NodeID - ietf-system - server","id":"66866c90-ed9f-4b9f-bb78-f9daba0fbf4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/server=<string>","description":"<p>List of RADIUS servers used by the device.</p>\n<p>When the RADIUS client is invoked by a calling\napplication, it sends the query to the first server in\nthis list.  If no response has been received within\n'timeout' seconds, the client continues with the next\nserver in the list.  If no response is received from any\nserver, the client continues with the first server again.\nWhen the client has traversed the list 'attempts' times\nwithout receiving any response, it gives up and returns an\nerror to the calling application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","server=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"39f84c3d-7614-4f03-9089-d53cba64cb64","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"886bc02b-4e00-47c8-9d21-51a80cd673a3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"udp\": {\n        \"address\": \"<string>\",\n        \"shared-secret\": \"Some shared-secret\",\n        \"authentication-port\": 1812\n      },\n      \"authentication-type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"66866c90-ed9f-4b9f-bb78-f9daba0fbf4b"},{"name":"POST - NodeID - ietf-system - options","id":"930156fd-e847-41fe-9b46-8354300a11f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"timeout\": 5,\n  \"attempts\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/options","description":"<p>RADIUS client options.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","options"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d8512d97-94b2-42e1-8221-d6fb876758bd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"timeout\": 5,\n  \"attempts\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/options"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"930156fd-e847-41fe-9b46-8354300a11f0"},{"name":"GET - NodeID - ietf-system - options","id":"242f2899-dca0-457b-929b-679ccaca837b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/options?content=<string>","description":"<p>RADIUS client options.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","options"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3080c5b3-8dcc-42b0-b59a-3da1cc432806","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/options?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","options"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2\n  }\n}"}],"_postman_id":"242f2899-dca0-457b-929b-679ccaca837b"},{"name":"DELETE - NodeID - ietf-system - options","id":"feb07146-2cee-4ddf-83bd-565387e583d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/options","description":"<p>RADIUS client options.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","options"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0843b535-9755-45c1-9cb2-8312fa159beb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/options"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"feb07146-2cee-4ddf-83bd-565387e583d0"},{"name":"PUT - NodeID - ietf-system - options","id":"a62004c6-9dc8-44f2-8a1b-ff29e2993559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/options","description":"<p>RADIUS client options.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","options"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b89787d7-2a51-45b0-92ff-3fad9935da63","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/options"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b79ff02c-6749-4f3a-917b-4687f2c941d3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"options\": {\n    \"timeout\": 5,\n    \"attempts\": 2\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/options"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a62004c6-9dc8-44f2-8a1b-ff29e2993559"},{"name":"POST - NodeID - ietf-system - policy","id":"64d9acf6-3e74-4a28-b389-7480370f7bb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"nas-id\": \"Some nas-id\",\n  \"nas-ip-address\": \"<string>\",\n  \"keep-domain-name\": false,\n  \"disable-eap\": false,\n  \"auth-server-first\": \"Some auth-server-first\",\n  \"auth-server-second\": \"Some auth-server-second\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:policy=<string>","description":"<p>configure RADIUS policy.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c5634753-bc80-4f79-a72d-2c5f718d3601","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"nas-id\": \"Some nas-id\",\n  \"nas-ip-address\": \"<string>\",\n  \"keep-domain-name\": false,\n  \"disable-eap\": false,\n  \"auth-server-first\": \"Some auth-server-first\",\n  \"auth-server-second\": \"Some auth-server-second\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"64d9acf6-3e74-4a28-b389-7480370f7bb6"},{"name":"GET - NodeID - ietf-system - policy","id":"e4d34411-9de6-4fed-b276-bc2a8ca54b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:policy=<string>?content=<string>","description":"<p>configure RADIUS policy.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:policy=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d1c8b017-85a1-4be2-9470-e9d03833350a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:policy=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:policy=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy\": [\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    },\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    }\n  ]\n}"}],"_postman_id":"e4d34411-9de6-4fed-b276-bc2a8ca54b9d"},{"name":"DELETE - NodeID - ietf-system - policy","id":"9da412e3-6001-4ab0-96a3-a010ab5ea876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:policy=<string>","description":"<p>configure RADIUS policy.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1b5ec2e9-5f00-4a7b-a4df-4dc312bce656","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9da412e3-6001-4ab0-96a3-a010ab5ea876"},{"name":"PUT - NodeID - ietf-system - policy","id":"202061f6-c9f1-470d-a91f-43353b17d26e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    },\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:policy=<string>","description":"<p>configure RADIUS policy.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4cc5c590-a0c1-4c28-a2a7-adffac87e90e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    },\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6d707cfd-b3f6-46c6-a0a5-2b12f0edda37","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    },\n    {\n      \"auth-server-first\": \"Some auth-server-first\",\n      \"name\": \"Some name\",\n      \"nas-id\": \"Some nas-id\",\n      \"nas-ip-address\": \"<string>\",\n      \"keep-domain-name\": false,\n      \"disable-eap\": false,\n      \"auth-server-second\": \"Some auth-server-second\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"202061f6-c9f1-470d-a91f-43353b17d26e"},{"name":"POST - NodeID - ietf-system - domain","id":"dc4f1bc9-6669-4268-aaa8-8173958d6116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"authenticator\": \"Some authenticator\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:domain=<string>","description":"<p>domain handling, support user-name@domain format.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eb648f75-3b17-4f64-a345-9c5424c2c566","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"authenticator\": \"Some authenticator\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc4f1bc9-6669-4268-aaa8-8173958d6116"},{"name":"GET - NodeID - ietf-system - domain","id":"b99ba607-c5b7-4aaf-a909-1cd0041c7726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:domain=<string>?content=<string>","description":"<p>domain handling, support user-name@domain format.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:domain=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4d8ccc3b-1734-440c-b8ad-7b711f4e77b9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:domain=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:domain=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"domain\": [\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"b99ba607-c5b7-4aaf-a909-1cd0041c7726"},{"name":"DELETE - NodeID - ietf-system - domain","id":"0b95689e-e587-4083-b74a-7c7039bb230b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:domain=<string>","description":"<p>domain handling, support user-name@domain format.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"af38dc71-bcf2-4897-9476-04ab4e52361b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b95689e-e587-4083-b74a-7c7039bb230b"},{"name":"PUT - NodeID - ietf-system - domain","id":"780811b2-8e24-43bc-a3d0-e63e12dc2854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:domain=<string>","description":"<p>domain handling, support user-name@domain format.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:domain=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dbcb95d3-5940-41fb-b545-d51a06edf9d0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e298d5a6-9012-45eb-befb-4a951f7c6476","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"domain\": [\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"authenticator\": \"Some authenticator\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"780811b2-8e24-43bc-a3d0-e63e12dc2854"},{"name":"POST - NodeID - ietf-system - connection-policy","id":"69ee98c6-7b6f-4a2c-b3aa-059156298f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"domain-name\": \"Some domain-name\",\n  \"reject-no-domain\": false,\n  \"reject-inv-domain\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:connection-policy","description":"<p>connection policy define the specify domain name.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:connection-policy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b23b861f-fe9e-44d9-a521-640cbc691b18","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"domain-name\": \"Some domain-name\",\n  \"reject-no-domain\": false,\n  \"reject-inv-domain\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:connection-policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"69ee98c6-7b6f-4a2c-b3aa-059156298f06"},{"name":"GET - NodeID - ietf-system - connection-policy","id":"285aa6e4-41d6-4a09-8692-652f3c10439a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:connection-policy?content=<string>","description":"<p>connection policy define the specify domain name.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:connection-policy"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e5ccbd88-c5fe-4cc5-9e65-6de12b875d33","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:connection-policy?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:connection-policy"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"connection-policy\": {\n    \"domain-name\": \"Some domain-name\",\n    \"reject-no-domain\": false,\n    \"reject-inv-domain\": false\n  }\n}"}],"_postman_id":"285aa6e4-41d6-4a09-8692-652f3c10439a"},{"name":"DELETE - NodeID - ietf-system - connection-policy","id":"6f4f5157-af99-43a7-a82d-424656ecf6a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:connection-policy","description":"<p>connection policy define the specify domain name.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:connection-policy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2f328646-49de-4e1f-a9b4-5824154736ac","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:connection-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f4f5157-af99-43a7-a82d-424656ecf6a1"},{"name":"PUT - NodeID - ietf-system - connection-policy","id":"bfa7cea6-4014-48ea-b79d-c8c5c254c7ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"connection-policy\": {\n    \"domain-name\": \"Some domain-name\",\n    \"reject-no-domain\": false,\n    \"reject-inv-domain\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:connection-policy","description":"<p>connection policy define the specify domain name.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","radius","nokia-radius:connection-policy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"248e3066-5f31-49d6-aa3c-9b57fd1fd8c3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"connection-policy\": {\n    \"domain-name\": \"Some domain-name\",\n    \"reject-no-domain\": false,\n    \"reject-inv-domain\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:connection-policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1f4a65cd-bd74-4c15-83fb-5647a84267d0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"connection-policy\": {\n    \"domain-name\": \"Some domain-name\",\n    \"reject-no-domain\": false,\n    \"reject-inv-domain\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/radius/nokia-radius:connection-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bfa7cea6-4014-48ea-b79d-c8c5c254c7ed"},{"name":"POST - NodeID - ietf-system - authentication","id":"0574f9b2-ada2-43b8-9db1-94ef9b7274cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user-authentication-order\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication","description":"<p>The authentication configuration subtree.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7f8215fd-4f45-4f41-bc5d-c18f213d44f5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"user-authentication-order\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0574f9b2-ada2-43b8-9db1-94ef9b7274cb"},{"name":"GET - NodeID - ietf-system - authentication","id":"3bfac3e7-610a-42cd-9bd5-ff09973495a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication?content=<string>","description":"<p>The authentication configuration subtree.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0a68f5a3-5ca1-40b6-8d2f-d77ee848c089","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authentication\": {\n    \"user-authentication-order\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"user\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$6$9/$4MRnD4c5LUE6ubE6D5nq48d/SLb.c.TELb0w./HiFwVHhTchTZUPPn/q2g/XP96/y45VONF8qAPl1Y1t0r3WU3\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$6$9/$4MRnD4c5LUE6ubE6D5nq48d/SLb.c.TELb0w./HiFwVHhTchTZUPPn/q2g/XP96/y45VONF8qAPl1Y1t0r3WU3\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"3bfac3e7-610a-42cd-9bd5-ff09973495a6"},{"name":"DELETE - NodeID - ietf-system - authentication","id":"31c8b04a-31dc-469f-afb4-153960683ccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication","description":"<p>The authentication configuration subtree.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1efc68a7-0675-4cd1-8a6f-14cdf77c9b25","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31c8b04a-31dc-469f-afb4-153960683ccd"},{"name":"PUT - NodeID - ietf-system - authentication","id":"a1c0edc8-f071-4688-b97b-81a775682eca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"authentication\": {\n    \"user-authentication-order\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"user\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication","description":"<p>The authentication configuration subtree.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"78f40bd5-12f4-40b1-b788-5f48264669ad","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authentication\": {\n    \"user-authentication-order\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"user\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"04b1ecb4-86ed-4c8b-9a02-206f47524e0b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authentication\": {\n    \"user-authentication-order\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"user\": [\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n        \"authorized-key\": [\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"algorithm\": \"Some algorithm\",\n            \"key-data\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a1c0edc8-f071-4688-b97b-81a775682eca"},{"name":"POST - NodeID - ietf-system - user","id":"045ccb85-3050-4f1d-971e-9baf59c280da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n  \"authorized-key\": [\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>","description":"<p>The list of local users configured on this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"13c31f37-4519-418a-8951-e8fa895f69bb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n  \"authorized-key\": [\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"045ccb85-3050-4f1d-971e-9baf59c280da"},{"name":"GET - NodeID - ietf-system - user","id":"b753e24c-ac36-42af-a0b3-cf984506f686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>?content=<string>","description":"<p>The list of local users configured on this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"60d7764f-20fd-4002-84d6-50073d959be3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$6$9/$4MRnD4c5LUE6ubE6D5nq48d/SLb.c.TELb0w./HiFwVHhTchTZUPPn/q2g/XP96/y45VONF8qAPl1Y1t0r3WU3\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$6$9/$4MRnD4c5LUE6ubE6D5nq48d/SLb.c.TELb0w./HiFwVHhTchTZUPPn/q2g/XP96/y45VONF8qAPl1Y1t0r3WU3\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"b753e24c-ac36-42af-a0b3-cf984506f686"},{"name":"DELETE - NodeID - ietf-system - user","id":"7b07b8f5-5aa2-432d-b44a-a959643063b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>","description":"<p>The list of local users configured on this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4ac45fdf-f3b8-4002-b5df-45b546d2323d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b07b8f5-5aa2-432d-b44a-a959643063b6"},{"name":"PUT - NodeID - ietf-system - user","id":"09b51259-f6c5-4fff-8ef1-1e0825891247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>","description":"<p>The list of local users configured on this device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"94ae12f4-e53c-475c-930e-6950e64cabff","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3ef12afd-b53e-4137-bd03-b84d8d22deef","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"password\": \"$1$79GM5$Sa087M7kV0hrBA4.5uCLr4\",\n      \"authorized-key\": [\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"algorithm\": \"Some algorithm\",\n          \"key-data\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"09b51259-f6c5-4fff-8ef1-1e0825891247"},{"name":"POST - NodeID - ietf-system - authorized-key","id":"37267ae0-60d2-40e2-9c33-25543042b118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"algorithm\": \"Some algorithm\",\n  \"key-data\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>/authorized-key=<string>","description":"<p>A list of public SSH keys for this user.  These keys\nare allowed for SSH authentication, as described in\nRFC 4253.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>","authorized-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"97eafcd7-c72e-4b18-96e5-1860b0b1a5c1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"algorithm\": \"Some algorithm\",\n  \"key-data\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>/authorized-key=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37267ae0-60d2-40e2-9c33-25543042b118"},{"name":"GET - NodeID - ietf-system - authorized-key","id":"a973a985-886d-407d-bb86-5f1fb3cdb756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>/authorized-key=<string>?content=<string>","description":"<p>A list of public SSH keys for this user.  These keys\nare allowed for SSH authentication, as described in\nRFC 4253.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>","authorized-key=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"caa5ae58-f313-4412-8dab-bce2f7ee166c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>/authorized-key=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>","authorized-key=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authorized-key\": [\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"a973a985-886d-407d-bb86-5f1fb3cdb756"},{"name":"DELETE - NodeID - ietf-system - authorized-key","id":"d8db12fa-0020-433c-8658-39da908e066e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>/authorized-key=<string>","description":"<p>A list of public SSH keys for this user.  These keys\nare allowed for SSH authentication, as described in\nRFC 4253.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>","authorized-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dfb65b43-292b-46ac-abd6-22c715135278","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>/authorized-key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8db12fa-0020-433c-8658-39da908e066e"},{"name":"PUT - NodeID - ietf-system - authorized-key","id":"a0cde499-a630-4976-a1bf-212da488d287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"authorized-key\": [\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>/authorized-key=<string>","description":"<p>A list of public SSH keys for this user.  These keys\nare allowed for SSH authentication, as described in\nRFC 4253.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","authentication","user=<string>","authorized-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ea8339e-214a-44a6-b24e-a08f35692520","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authorized-key\": [\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>/authorized-key=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3830a93e-b5eb-4c55-ae78-ea9c64fadde0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authorized-key\": [\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"algorithm\": \"Some algorithm\",\n      \"key-data\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/authentication/user=<string>/authorized-key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0cde499-a630-4976-a1bf-212da488d287"},{"name":"POST - NodeID - ietf-system - security","id":"0bb795d5-efc3-44db-9c30-3dabc9419555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"local-management\": {\n    \"access\": \"open\",\n    \"ip_forward\": false\n  },\n  \"tech-support\": {\n    \"local-access\": \"open\",\n    \"remote-access\": \"closed\",\n    \"passwd\": \"default\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"415d167e-580d-4a27-a7e6-3fe2a2363925","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"local-management\": {\n    \"access\": \"open\",\n    \"ip_forward\": false\n  },\n  \"tech-support\": {\n    \"local-access\": \"open\",\n    \"remote-access\": \"closed\",\n    \"passwd\": \"default\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0bb795d5-efc3-44db-9c30-3dabc9419555"},{"name":"GET - NodeID - ietf-system - security","id":"ffb40e8f-a5fc-4b76-92ba-0b3441406d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9d5c73b4-a96f-4ac9-8ac0-582da486331f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"security\": {\n    \"local-management\": {\n      \"access\": \"open\",\n      \"ip_forward\": false\n    },\n    \"tech-support\": {\n      \"local-access\": \"open\",\n      \"remote-access\": \"closed\",\n      \"passwd\": \"default\"\n    }\n  }\n}"}],"_postman_id":"ffb40e8f-a5fc-4b76-92ba-0b3441406d56"},{"name":"DELETE - NodeID - ietf-system - security","id":"d53294fc-ee55-41b4-9f36-2df3edd97590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"02239b54-f0fc-45ae-9286-059612b5fd0a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d53294fc-ee55-41b4-9f36-2df3edd97590"},{"name":"PUT - NodeID - ietf-system - security","id":"c67350fb-eec8-4b48-b47c-09b5144fc859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"security\": {\n    \"local-management\": {\n      \"access\": \"open\",\n      \"ip_forward\": false\n    },\n    \"tech-support\": {\n      \"local-access\": \"open\",\n      \"remote-access\": \"closed\",\n      \"passwd\": \"default\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"67d13444-d100-40fe-a2c4-bdc7d3bb016c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"security\": {\n    \"local-management\": {\n      \"access\": \"open\",\n      \"ip_forward\": false\n    },\n    \"tech-support\": {\n      \"local-access\": \"open\",\n      \"remote-access\": \"closed\",\n      \"passwd\": \"default\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"21d6f2cd-a79e-4c9a-8a08-6f432c76ec22","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"security\": {\n    \"local-management\": {\n      \"access\": \"open\",\n      \"ip_forward\": false\n    },\n    \"tech-support\": {\n      \"local-access\": \"open\",\n      \"remote-access\": \"closed\",\n      \"passwd\": \"default\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c67350fb-eec8-4b48-b47c-09b5144fc859"},{"name":"POST - NodeID - ietf-system - local-management","id":"87ec40bd-a9ca-4b3d-8051-c83870b6e75b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"access\": \"open\",\n  \"ip_forward\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/local-management","description":"<p>System data for management access via local RJ45 port</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","local-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3878d147-bec5-4176-a626-5726a74a7f6a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"access\": \"open\",\n  \"ip_forward\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/local-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"87ec40bd-a9ca-4b3d-8051-c83870b6e75b"},{"name":"GET - NodeID - ietf-system - local-management","id":"f50a48e0-df86-466a-9c9b-f9f4f698941f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/local-management?content=<string>","description":"<p>System data for management access via local RJ45 port</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","local-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eef916e6-d037-409a-9f8f-93f82c2e5e5d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/local-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","local-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"local-management\": {\n    \"access\": \"open\",\n    \"ip_forward\": false\n  }\n}"}],"_postman_id":"f50a48e0-df86-466a-9c9b-f9f4f698941f"},{"name":"DELETE - NodeID - ietf-system - local-management","id":"de1f8181-ca0c-45d8-aa97-cd158ea0c22d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/local-management","description":"<p>System data for management access via local RJ45 port</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","local-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c0e9798a-0f21-490d-aba4-9613ae6cd5f3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/local-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de1f8181-ca0c-45d8-aa97-cd158ea0c22d"},{"name":"PUT - NodeID - ietf-system - local-management","id":"cdb01a76-3ee1-4b39-916c-292367c1e9ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"local-management\": {\n    \"access\": \"open\",\n    \"ip_forward\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/local-management","description":"<p>System data for management access via local RJ45 port</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","local-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d0acbc29-d50f-489e-bcff-8ed62351516f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"local-management\": {\n    \"access\": \"open\",\n    \"ip_forward\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/local-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e8582739-92aa-468e-9f8d-c5f37daea48f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"local-management\": {\n    \"access\": \"open\",\n    \"ip_forward\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/local-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cdb01a76-3ee1-4b39-916c-292367c1e9ab"},{"name":"POST - NodeID - ietf-system - tech-support","id":"967a7803-d183-40a5-9906-0518440e742d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"local-access\": \"open\",\n  \"remote-access\": \"closed\",\n  \"passwd\": \"default\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/tech-support","description":"<p>System data for technical support via the SSH access port</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","tech-support"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"35d56156-7207-4a24-a936-279cfe134ec8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"local-access\": \"open\",\n  \"remote-access\": \"closed\",\n  \"passwd\": \"default\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/tech-support"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"967a7803-d183-40a5-9906-0518440e742d"},{"name":"GET - NodeID - ietf-system - tech-support","id":"1f668d8c-f0e8-41df-bf01-de6f88bc2129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/tech-support?content=<string>","description":"<p>System data for technical support via the SSH access port</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","tech-support"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3b0c3a0b-0332-4abc-8396-4be72024320b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/tech-support?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","tech-support"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tech-support\": {\n    \"local-access\": \"open\",\n    \"remote-access\": \"closed\",\n    \"passwd\": \"default\"\n  }\n}"}],"_postman_id":"1f668d8c-f0e8-41df-bf01-de6f88bc2129"},{"name":"DELETE - NodeID - ietf-system - tech-support","id":"bf3dbd10-02ee-4d7c-b1ac-2595e562e0bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/tech-support","description":"<p>System data for technical support via the SSH access port</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","tech-support"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"df4095c8-269f-4d80-bbb5-c4099fc968df","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/tech-support"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf3dbd10-02ee-4d7c-b1ac-2595e562e0bc"},{"name":"PUT - NodeID - ietf-system - tech-support","id":"e87e4d52-3994-42fc-bf74-1bb45428fedb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tech-support\": {\n    \"local-access\": \"open\",\n    \"remote-access\": \"closed\",\n    \"passwd\": \"default\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/tech-support","description":"<p>System data for technical support via the SSH access port</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-ip-aug:security","tech-support"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e278bee6-b4ce-4072-8e7b-9d71d816730d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tech-support\": {\n    \"local-access\": \"open\",\n    \"remote-access\": \"closed\",\n    \"passwd\": \"default\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/tech-support"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d852a11c-c275-4a9a-b14b-37e5c928dae1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"tech-support\": {\n    \"local-access\": \"open\",\n    \"remote-access\": \"closed\",\n    \"passwd\": \"default\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-ip-aug:security/tech-support"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e87e4d52-3994-42fc-bf74-1bb45428fedb"},{"name":"POST - NodeID - ietf-system - pae-system","id":"cc5e57be-c807-459b-bdd4-dd52057f7c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Some name\",\n  \"system-access-control\": \"disabled\",\n  \"system-announcements\": \"disabled\",\n  \"authentication-server\": \"local-authentication\",\n  \"authentication-mode\": \"port\",\n  \"authentication-failure-threshold\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-802-dot1x:pae-system","description":"<p>Contains all 802.1X PAE System specific related\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-802-dot1x:pae-system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b1c91082-587d-4c88-bf20-0a110315d7f7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Some name\",\n  \"system-access-control\": \"disabled\",\n  \"system-announcements\": \"disabled\",\n  \"authentication-server\": \"local-authentication\",\n  \"authentication-mode\": \"port\",\n  \"authentication-failure-threshold\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-802-dot1x:pae-system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc5e57be-c807-459b-bdd4-dd52057f7c9c"},{"name":"GET - NodeID - ietf-system - pae-system","id":"d4980fc1-e5f8-4794-ba32-b17421c7072e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-802-dot1x:pae-system?content=<string>","description":"<p>Contains all 802.1X PAE System specific related\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-802-dot1x:pae-system"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"13370638-0c36-4f86-8dc3-5acb0a6eea09","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-802-dot1x:pae-system?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-802-dot1x:pae-system"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae-system\": {\n    \"name\": \"Some name\",\n    \"system-access-control\": \"disabled\",\n    \"system-announcements\": \"disabled\",\n    \"authentication-server\": \"local-authentication\",\n    \"authentication-mode\": \"port\",\n    \"authentication-failure-threshold\": \"<string>\"\n  }\n}"}],"_postman_id":"d4980fc1-e5f8-4794-ba32-b17421c7072e"},{"name":"DELETE - NodeID - ietf-system - pae-system","id":"6fda7a7b-27c9-426d-9158-065fdf36cbea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-802-dot1x:pae-system","description":"<p>Contains all 802.1X PAE System specific related\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-802-dot1x:pae-system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"57e78956-7e37-4402-8c1b-a31efdc10128","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-802-dot1x:pae-system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6fda7a7b-27c9-426d-9158-065fdf36cbea"},{"name":"PUT - NodeID - ietf-system - pae-system","id":"130fb3be-c57b-4b2c-b864-1574c040f844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pae-system\": {\n    \"name\": \"Some name\",\n    \"system-access-control\": \"disabled\",\n    \"system-announcements\": \"disabled\",\n    \"authentication-server\": \"local-authentication\",\n    \"authentication-mode\": \"port\",\n    \"authentication-failure-threshold\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-802-dot1x:pae-system","description":"<p>Contains all 802.1X PAE System specific related\nconfiguration.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","nokia-802-dot1x:pae-system"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f929daba-2968-4bbe-a02f-d61ac17b46a5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-system\": {\n    \"name\": \"Some name\",\n    \"system-access-control\": \"disabled\",\n    \"system-announcements\": \"disabled\",\n    \"authentication-server\": \"local-authentication\",\n    \"authentication-mode\": \"port\",\n    \"authentication-failure-threshold\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-802-dot1x:pae-system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b6535319-1417-41b5-a535-10dfa2ba7147","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-system\": {\n    \"name\": \"Some name\",\n    \"system-access-control\": \"disabled\",\n    \"system-announcements\": \"disabled\",\n    \"authentication-server\": \"local-authentication\",\n    \"authentication-mode\": \"port\",\n    \"authentication-failure-threshold\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/nokia-802-dot1x:pae-system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"130fb3be-c57b-4b2c-b864-1574c040f844"},{"name":"POST - NodeID - ietf-system - subscriber-management","id":"7fa83416-b88f-4a41-8d2c-5a8aec94fa78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"access-node-id\": \"access-node-not-configured\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/bbf-subscriber-profiles:subscriber-management","description":"<p>Subscriber management system data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","bbf-subscriber-profiles:subscriber-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"64a24d60-8ffb-4678-9895-56c6e466dece","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"access-node-id\": \"access-node-not-configured\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/bbf-subscriber-profiles:subscriber-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fa83416-b88f-4a41-8d2c-5a8aec94fa78"},{"name":"GET - NodeID - ietf-system - subscriber-management","id":"f38b40ec-0561-45ca-9986-5b89bd54ecb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/bbf-subscriber-profiles:subscriber-management?content=<string>","description":"<p>Subscriber management system data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","bbf-subscriber-profiles:subscriber-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0704305a-2370-4a76-9137-4da0b7123a42","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/bbf-subscriber-profiles:subscriber-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","bbf-subscriber-profiles:subscriber-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subscriber-management\": {\n    \"access-node-id\": \"access-node-not-configured\"\n  }\n}"}],"_postman_id":"f38b40ec-0561-45ca-9986-5b89bd54ecb5"},{"name":"DELETE - NodeID - ietf-system - subscriber-management","id":"0fc19676-ec35-4675-8410-ba3bac6dd43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/bbf-subscriber-profiles:subscriber-management","description":"<p>Subscriber management system data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","bbf-subscriber-profiles:subscriber-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a651559f-e46b-4244-8b9d-031dcdd2194a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/bbf-subscriber-profiles:subscriber-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0fc19676-ec35-4675-8410-ba3bac6dd43a"},{"name":"PUT - NodeID - ietf-system - subscriber-management","id":"74f19ed9-d087-4c6e-880f-c4c9f19628b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subscriber-management\": {\n    \"access-node-id\": \"access-node-not-configured\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/bbf-subscriber-profiles:subscriber-management","description":"<p>Subscriber management system data.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system","bbf-subscriber-profiles:subscriber-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"da43498d-da21-4bef-a1b6-18e448383ff6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriber-management\": {\n    \"access-node-id\": \"access-node-not-configured\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/bbf-subscriber-profiles:subscriber-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6bdf7258-e71e-4772-9f53-329b6163da17","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"subscriber-management\": {\n    \"access-node-id\": \"access-node-not-configured\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system/bbf-subscriber-profiles:subscriber-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74f19ed9-d087-4c6e-880f-c4c9f19628b2"},{"name":"GET - NodeID - ietf-system - system-state","id":"62466320-f217-43ae-9b98-4e05da54b092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state?content=<string>","description":"<p>System group operational state.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bd033f6d-c736-4c63-90b9-370236c99078","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"system-state\": {\n    \"platform\": {\n      \"os-name\": \"Some os-name\",\n      \"os-release\": \"Some os-release\",\n      \"os-version\": \"Some os-version\",\n      \"machine\": \"Some machine\",\n      \"software-release\": \"Some software-release\"\n    },\n    \"clock\": {\n      \"current-datetime\": \"?:0905-63-26T87:17:22.3Z\",\n      \"boot-datetime\": \"?:0714-38-24T66:66:07Z\"\n    },\n    \"pae-system\": {\n      \"eapol-protocol-version\": 0,\n      \"mka-version\": 0,\n      \"pae\": [\n        \"?:c\",\n        \"?:c\"\n      ]\n    },\n    \"ntp-state\": {\n      \"peer\": [\n        {\n          \"remote\": \"Some remote\",\n          \"select\": \"reject\",\n          \"refid\": \"Some refid\",\n          \"stratum\": 0,\n          \"type\": \"unicast-manycast-client\",\n          \"when\": \"Some when\",\n          \"poll\": \"Some poll\",\n          \"reach\": \"Some reach\",\n          \"delay\": -9223372036854776,\n          \"offset\": -9223372036854776,\n          \"jitter\": -9223372036854776\n        },\n        {\n          \"remote\": \"Some remote\",\n          \"select\": \"reject\",\n          \"refid\": \"Some refid\",\n          \"stratum\": 0,\n          \"type\": \"unicast-manycast-client\",\n          \"when\": \"Some when\",\n          \"poll\": \"Some poll\",\n          \"reach\": \"Some reach\",\n          \"delay\": -9223372036854776,\n          \"offset\": -9223372036854776,\n          \"jitter\": -9223372036854776\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"62466320-f217-43ae-9b98-4e05da54b092"},{"name":"GET - NodeID - ietf-system - platform","id":"ea1b251a-4cc1-4b6d-8756-2c308a43e1d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/platform?content=<string>","description":"<p>Contains vendor-specific information for\nidentifying the system platform and operating system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","platform"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c17a8595-fcea-405b-a30e-8f83ee9dad08","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/platform?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","platform"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"platform\": {\n    \"os-name\": \"Some os-name\",\n    \"os-release\": \"Some os-release\",\n    \"os-version\": \"Some os-version\",\n    \"machine\": \"Some machine\",\n    \"software-release\": \"Some software-release\"\n  }\n}"}],"_postman_id":"ea1b251a-4cc1-4b6d-8756-2c308a43e1d0"},{"name":"GET - NodeID - ietf-system - clock","id":"c4ea41b0-6196-4bef-b829-0e5461519cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/clock?content=<string>","description":"<p>Monitoring of the system date and time properties.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","clock"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"710bf632-7328-44c5-83e4-8429db5f46d5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/clock?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","clock"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"clock\": {\n    \"current-datetime\": \"?:0905-63-26T87:17:22.3Z\",\n    \"boot-datetime\": \"?:0714-38-24T66:66:07Z\"\n  }\n}"}],"_postman_id":"c4ea41b0-6196-4bef-b829-0e5461519cca"},{"name":"GET - NodeID - ietf-system - pae-system","id":"1935164f-5137-42cf-8a8c-1f531a8b728a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/nokia-802-dot1x:pae-system?content=<string>","description":"<p>Contains all 802.1X specific operational state related\nnodes.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","nokia-802-dot1x:pae-system"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b9359e99-6510-4237-bc67-6390480e4d50","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/nokia-802-dot1x:pae-system?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","nokia-802-dot1x:pae-system"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae-system\": {\n    \"eapol-protocol-version\": 0,\n    \"mka-version\": 0,\n    \"pae\": [\n      \"?:c\",\n      \"?:c\"\n    ]\n  }\n}"}],"_postman_id":"1935164f-5137-42cf-8a8c-1f531a8b728a"},{"name":"GET - NodeID - ietf-system - ntp-state","id":"d3494edc-3e6f-4e23-bb71-277d726ac365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/nokia-ietf-system-aug:ntp-state?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","nokia-ietf-system-aug:ntp-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e5054c42-554c-4b1c-b5c5-389e5d524331","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/nokia-ietf-system-aug:ntp-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","nokia-ietf-system-aug:ntp-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ntp-state\": {\n    \"peer\": [\n      {\n        \"remote\": \"Some remote\",\n        \"select\": \"reject\",\n        \"refid\": \"Some refid\",\n        \"stratum\": 0,\n        \"type\": \"unicast-manycast-client\",\n        \"when\": \"Some when\",\n        \"poll\": \"Some poll\",\n        \"reach\": \"Some reach\",\n        \"delay\": -9223372036854776,\n        \"offset\": -9223372036854776,\n        \"jitter\": -9223372036854776\n      },\n      {\n        \"remote\": \"Some remote\",\n        \"select\": \"reject\",\n        \"refid\": \"Some refid\",\n        \"stratum\": 0,\n        \"type\": \"unicast-manycast-client\",\n        \"when\": \"Some when\",\n        \"poll\": \"Some poll\",\n        \"reach\": \"Some reach\",\n        \"delay\": -9223372036854776,\n        \"offset\": -9223372036854776,\n        \"jitter\": -9223372036854776\n      }\n    ]\n  }\n}"}],"_postman_id":"d3494edc-3e6f-4e23-bb71-277d726ac365"},{"name":"GET - NodeID - ietf-system - peer","id":"bcb552e4-d1b6-4835-8514-bed500ec07fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/nokia-ietf-system-aug:ntp-state/peer=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","nokia-ietf-system-aug:ntp-state","peer=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f39e5d30-b688-4360-9e04-34faa0f7a9b8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-state/nokia-ietf-system-aug:ntp-state/peer=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-state","nokia-ietf-system-aug:ntp-state","peer=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"peer\": [\n    {\n      \"remote\": \"Some remote\",\n      \"select\": \"reject\",\n      \"refid\": \"Some refid\",\n      \"stratum\": 0,\n      \"type\": \"unicast-manycast-client\",\n      \"when\": \"Some when\",\n      \"poll\": \"Some poll\",\n      \"reach\": \"Some reach\",\n      \"delay\": -9223372036854776,\n      \"offset\": -9223372036854776,\n      \"jitter\": -9223372036854776\n    },\n    {\n      \"remote\": \"Some remote\",\n      \"select\": \"reject\",\n      \"refid\": \"Some refid\",\n      \"stratum\": 0,\n      \"type\": \"unicast-manycast-client\",\n      \"when\": \"Some when\",\n      \"poll\": \"Some poll\",\n      \"reach\": \"Some reach\",\n      \"delay\": -9223372036854776,\n      \"offset\": -9223372036854776,\n      \"jitter\": -9223372036854776\n    }\n  ]\n}"}],"_postman_id":"bcb552e4-d1b6-4835-8514-bed500ec07fd"},{"name":"POST - NodeID - ietf-system - set-current-datetime","id":"dd5b76d1-14af-4892-b236-4cea05e60cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"current-datetime\": \"?:4105-94-37T62:90:14+52:59\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:set-current-datetime'","description":"<p>Set the /system-state/clock/current-datetime leaf\nto the specified value.</p>\n<p>If the system is using NTP (i.e., /system/ntp/enabled\nis set to 'true'), then this operation will fail with\nerror-tag 'operation-failed' and error-app-tag value of\n'ntp-active'.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:set-current-datetime'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bb0e4ab4-1ef5-44e7-8798-0f4c64de8108","name":"RPC set-current-datetime success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"current-datetime\": \"?:4105-94-37T62:90:14+52:59\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:set-current-datetime'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd5b76d1-14af-4892-b236-4cea05e60cc9"},{"name":"POST - NodeID - ietf-system - system-restart","id":"0ef8fe90-f414-4e1d-9094-25ca4c50becd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-restart'","description":"<p>Request that the entire system be restarted immediately.\nA server SHOULD send an rpc reply to the client before\nrestarting the system.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-restart'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9290846b-f008-4427-a800-05bdaccb3b6e","name":"RPC system-restart success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-restart'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ef8fe90-f414-4e1d-9094-25ca4c50becd"},{"name":"POST - NodeID - ietf-system - system-shutdown","id":"c39966a8-9d6c-4086-bed2-63ba8414f63e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-shutdown'","description":"<p>Request that the entire system be shut down immediately.\nA server SHOULD send an rpc reply to the client before\nshutting down the system.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-system:system-shutdown'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"915ece93-b8a7-4953-814f-bcf2e90c50dd","name":"RPC system-shutdown success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-system:system-shutdown'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c39966a8-9d6c-4086-bed2-63ba8414f63e"}],"id":"1b6d73bf-4596-454b-b045-9c80bb6556d9","_postman_id":"1b6d73bf-4596-454b-b045-9c80bb6556d9","description":""},{"name":"mounted NodeID ietf-trust-anchors","item":[{"name":"POST - NodeID - ietf-trust-anchors - trust-anchors","id":"e22c0079-6909-48e6-9921-c838bb37f8f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pinned-certificates\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ],\n  \"pinned-host-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors","description":"<p>Contains sets of X.509 certificates and SSH host keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"db30ddda-dd4c-44d8-94a8-9f62fc4bc74d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"pinned-certificates\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ],\n  \"pinned-host-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e22c0079-6909-48e6-9921-c838bb37f8f3"},{"name":"GET - NodeID - ietf-trust-anchors - trust-anchors","id":"44fd8c81-48cc-46d4-bc22-5d7120a9d785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors?content=<string>","description":"<p>Contains sets of X.509 certificates and SSH host keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5d924467-6c89-43ee-a930-fd19df58b8b7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"trust-anchors\": {\n    \"pinned-certificates\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"Some description\",\n        \"pinned-certificate\": [\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          },\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"Some description\",\n        \"pinned-certificate\": [\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          },\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          }\n        ]\n      }\n    ],\n    \"pinned-host-keys\": [\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"pinned-host-key\": [\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"pinned-host-key\": [\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"44fd8c81-48cc-46d4-bc22-5d7120a9d785"},{"name":"DELETE - NodeID - ietf-trust-anchors - trust-anchors","id":"16a0af78-28ff-4b4d-9e0b-07f41cce94f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors","description":"<p>Contains sets of X.509 certificates and SSH host keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bae83040-a554-473d-a0b9-58d22ed6bf29","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16a0af78-28ff-4b4d-9e0b-07f41cce94f7"},{"name":"PUT - NodeID - ietf-trust-anchors - trust-anchors","id":"76f79f5d-3e9e-4883-891a-b54f51ea622b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"trust-anchors\": {\n    \"pinned-certificates\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"Some description\",\n        \"pinned-certificate\": [\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          },\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"Some description\",\n        \"pinned-certificate\": [\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          },\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          }\n        ]\n      }\n    ],\n    \"pinned-host-keys\": [\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"pinned-host-key\": [\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"pinned-host-key\": [\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors","description":"<p>Contains sets of X.509 certificates and SSH host keys.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e4da9889-62c4-441a-876f-03384e7df83a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trust-anchors\": {\n    \"pinned-certificates\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"Some description\",\n        \"pinned-certificate\": [\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          },\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"Some description\",\n        \"pinned-certificate\": [\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          },\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          }\n        ]\n      }\n    ],\n    \"pinned-host-keys\": [\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"pinned-host-key\": [\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"pinned-host-key\": [\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3283ae85-15df-4d02-9778-570f68168d62","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trust-anchors\": {\n    \"pinned-certificates\": [\n      {\n        \"name\": \"?:\",\n        \"description\": \"Some description\",\n        \"pinned-certificate\": [\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          },\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          }\n        ]\n      },\n      {\n        \"name\": \"?:\",\n        \"description\": \"Some description\",\n        \"pinned-certificate\": [\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          },\n          {\n            \"cert\": \"<byte>\",\n            \"name\": \"?:\"\n          }\n        ]\n      }\n    ],\n    \"pinned-host-keys\": [\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"pinned-host-key\": [\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"pinned-host-key\": [\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"host-key\": \"<byte>\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"76f79f5d-3e9e-4883-891a-b54f51ea622b"},{"name":"POST - NodeID - ietf-trust-anchors - pinned-certificates","id":"1978192e-e5c3-4be3-8302-d222d6316707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"pinned-certificate\": [\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    },\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>","description":"<p>A list of pinned certificates.  These certificates can be\nused by a server to authenticate clients, or by a client\nto authenticate servers.  Each list of pinned certificates\nSHOULD be specific to a purpose, as the list as a whole\nmay be referenced by other modules.  For instance, a\nRESTCONF server's configuration might use a specific list\nof pinned certificates for when authenticating RESTCONF\nclient connections.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c619591e-bff2-486d-a989-5309fcc28e1d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"pinned-certificate\": [\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    },\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1978192e-e5c3-4be3-8302-d222d6316707"},{"name":"GET - NodeID - ietf-trust-anchors - pinned-certificates","id":"73273846-eb61-4a47-b57a-ff08bde14c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>?content=<string>","description":"<p>A list of pinned certificates.  These certificates can be\nused by a server to authenticate clients, or by a client\nto authenticate servers.  Each list of pinned certificates\nSHOULD be specific to a purpose, as the list as a whole\nmay be referenced by other modules.  For instance, a\nRESTCONF server's configuration might use a specific list\nof pinned certificates for when authenticating RESTCONF\nclient connections.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7ca4a8b5-c289-408f-b0ab-c95190be8937","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pinned-certificates\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"73273846-eb61-4a47-b57a-ff08bde14c2c"},{"name":"DELETE - NodeID - ietf-trust-anchors - pinned-certificates","id":"9c359033-58dc-4770-9182-607174a57f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>","description":"<p>A list of pinned certificates.  These certificates can be\nused by a server to authenticate clients, or by a client\nto authenticate servers.  Each list of pinned certificates\nSHOULD be specific to a purpose, as the list as a whole\nmay be referenced by other modules.  For instance, a\nRESTCONF server's configuration might use a specific list\nof pinned certificates for when authenticating RESTCONF\nclient connections.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"287185f5-95dc-446c-a58e-504a5b3f4f38","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c359033-58dc-4770-9182-607174a57f06"},{"name":"PUT - NodeID - ietf-trust-anchors - pinned-certificates","id":"169cf29d-53a5-4930-bf81-5662ec6fa5ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pinned-certificates\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>","description":"<p>A list of pinned certificates.  These certificates can be\nused by a server to authenticate clients, or by a client\nto authenticate servers.  Each list of pinned certificates\nSHOULD be specific to a purpose, as the list as a whole\nmay be referenced by other modules.  For instance, a\nRESTCONF server's configuration might use a specific list\nof pinned certificates for when authenticating RESTCONF\nclient connections.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6a4d06f1-e578-46c1-adf6-c09c39865da9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pinned-certificates\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"399fb5da-52de-4da8-8a6e-aab2b1eaea37","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pinned-certificates\": [\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    },\n    {\n      \"name\": \"?:\",\n      \"description\": \"Some description\",\n      \"pinned-certificate\": [\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        },\n        {\n          \"cert\": \"<byte>\",\n          \"name\": \"?:\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"169cf29d-53a5-4930-bf81-5662ec6fa5ad"},{"name":"POST - NodeID - ietf-trust-anchors - pinned-certificate","id":"aa427270-466c-4528-b9bf-0433aa23ea31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cert\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>/pinned-certificate=<string>","description":"<p>A pinned certificate.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>","pinned-certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ceb549dd-108b-44ee-92c3-76f709a821d4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cert\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>/pinned-certificate=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa427270-466c-4528-b9bf-0433aa23ea31"},{"name":"GET - NodeID - ietf-trust-anchors - pinned-certificate","id":"13e1fb79-e597-46f7-a226-4abd78cc8b9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>/pinned-certificate=<string>?content=<string>","description":"<p>A pinned certificate.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>","pinned-certificate=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ad7e0ec8-b018-4034-b1bf-707cf5142c48","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>/pinned-certificate=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>","pinned-certificate=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pinned-certificate\": [\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    },\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    }\n  ]\n}"}],"_postman_id":"13e1fb79-e597-46f7-a226-4abd78cc8b9b"},{"name":"DELETE - NodeID - ietf-trust-anchors - pinned-certificate","id":"6ca0638b-b5cc-4cb2-b6c3-e19fdd8b26cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>/pinned-certificate=<string>","description":"<p>A pinned certificate.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>","pinned-certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"89e607ab-b155-4eab-a7ab-b29e5b17fd27","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>/pinned-certificate=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ca0638b-b5cc-4cb2-b6c3-e19fdd8b26cd"},{"name":"PUT - NodeID - ietf-trust-anchors - pinned-certificate","id":"4f54f1f1-1eb3-4379-9d1d-c471e5c198c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pinned-certificate\": [\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    },\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>/pinned-certificate=<string>","description":"<p>A pinned certificate.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-certificates=<string>","pinned-certificate=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1aa827bf-c21b-4022-9cf4-0c28b0c2904e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pinned-certificate\": [\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    },\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>/pinned-certificate=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d7c71ee5-b173-418a-988d-09474c5b374c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pinned-certificate\": [\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    },\n    {\n      \"cert\": \"<byte>\",\n      \"name\": \"?:\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-certificates=<string>/pinned-certificate=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f54f1f1-1eb3-4379-9d1d-c471e5c198c8"},{"name":"POST - NodeID - ietf-trust-anchors - pinned-host-keys","id":"bb3b924d-21f0-4b90-8217-94028fd3ed63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"pinned-host-key\": [\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>","description":"<p>A list of pinned host keys.  These pinned host-keys can\nbe used by clients to authenticate SSH servers.  Each\nlist of pinned host keys SHOULD be specific to a purpose,\nso the list as a whole may be referenced by other modules.\nFor instance, a NETCONF client's configuration might\npoint to a specific list of pinned host keys for when\nauthenticating specific SSH servers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"383a3e74-c6d0-4f6a-a585-534f2d8a4441","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"pinned-host-key\": [\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb3b924d-21f0-4b90-8217-94028fd3ed63"},{"name":"GET - NodeID - ietf-trust-anchors - pinned-host-keys","id":"74623e83-a8fd-4350-8ae7-56512a399892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>?content=<string>","description":"<p>A list of pinned host keys.  These pinned host-keys can\nbe used by clients to authenticate SSH servers.  Each\nlist of pinned host keys SHOULD be specific to a purpose,\nso the list as a whole may be referenced by other modules.\nFor instance, a NETCONF client's configuration might\npoint to a specific list of pinned host keys for when\nauthenticating specific SSH servers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a680781f-64b1-46c5-a131-559187d236e4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pinned-host-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"74623e83-a8fd-4350-8ae7-56512a399892"},{"name":"DELETE - NodeID - ietf-trust-anchors - pinned-host-keys","id":"cd7f5735-99ee-4aba-aa91-fca943e83586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>","description":"<p>A list of pinned host keys.  These pinned host-keys can\nbe used by clients to authenticate SSH servers.  Each\nlist of pinned host keys SHOULD be specific to a purpose,\nso the list as a whole may be referenced by other modules.\nFor instance, a NETCONF client's configuration might\npoint to a specific list of pinned host keys for when\nauthenticating specific SSH servers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ec4bac8-6bed-46df-8717-cef757ab028c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cd7f5735-99ee-4aba-aa91-fca943e83586"},{"name":"PUT - NodeID - ietf-trust-anchors - pinned-host-keys","id":"c5663651-6d35-49f8-8fa6-74498985396b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pinned-host-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>","description":"<p>A list of pinned host keys.  These pinned host-keys can\nbe used by clients to authenticate SSH servers.  Each\nlist of pinned host keys SHOULD be specific to a purpose,\nso the list as a whole may be referenced by other modules.\nFor instance, a NETCONF client's configuration might\npoint to a specific list of pinned host keys for when\nauthenticating specific SSH servers.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0ee6199c-96cf-46b3-a2de-566bb3e349ff","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pinned-host-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd3937dc-32ff-4b36-bbc3-8c7d11ec0a23","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pinned-host-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"pinned-host-key\": [\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"host-key\": \"<byte>\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5663651-6d35-49f8-8fa6-74498985396b"},{"name":"POST - NodeID - ietf-trust-anchors - pinned-host-key","id":"9943587c-6d1a-4275-899e-ebd8ba3fdf15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"host-key\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>/pinned-host-key=<string>","description":"<p>A pinned host key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>","pinned-host-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f4673eea-325e-4706-a053-f5984df4ffa3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"host-key\": \"<byte>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>/pinned-host-key=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9943587c-6d1a-4275-899e-ebd8ba3fdf15"},{"name":"GET - NodeID - ietf-trust-anchors - pinned-host-key","id":"9c2aeb37-306e-4b4b-b951-e7b515646007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>/pinned-host-key=<string>?content=<string>","description":"<p>A pinned host key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>","pinned-host-key=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6459fd1d-ccc9-4105-9955-ea3aa6a079ef","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>/pinned-host-key=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>","pinned-host-key=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pinned-host-key\": [\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"9c2aeb37-306e-4b4b-b951-e7b515646007"},{"name":"DELETE - NodeID - ietf-trust-anchors - pinned-host-key","id":"03de9cfe-4143-42dc-9a20-48bc3d9e19e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>/pinned-host-key=<string>","description":"<p>A pinned host key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>","pinned-host-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"48ac78c2-a0b1-4266-9b9d-743a3cdfc064","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>/pinned-host-key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03de9cfe-4143-42dc-9a20-48bc3d9e19e2"},{"name":"PUT - NodeID - ietf-trust-anchors - pinned-host-key","id":"6fc46bc0-4d03-43d0-b6ac-f9383a0d8d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pinned-host-key\": [\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>/pinned-host-key=<string>","description":"<p>A pinned host key.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-trust-anchors:trust-anchors","pinned-host-keys=<string>","pinned-host-key=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"67544c80-d3a5-4d56-8d64-145ac25d1351","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pinned-host-key\": [\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>/pinned-host-key=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"99fcfc64-1cd6-47a4-ba07-0e520c635025","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pinned-host-key\": [\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"host-key\": \"<byte>\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-trust-anchors:trust-anchors/pinned-host-keys=<string>/pinned-host-key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6fc46bc0-4d03-43d0-b6ac-f9383a0d8d57"}],"id":"d6df43e1-f38d-4529-84d8-2813a76d92b2","_postman_id":"d6df43e1-f38d-4529-84d8-2813a76d92b2","description":""},{"name":"mounted NodeID ietf-yang-library","item":[{"name":"GET - NodeID - ietf-yang-library - modules-state","id":"a3cbac78-939a-42a7-b8a3-45f8f702d792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-library:modules-state?content=<string>","description":"<p>Contains YANG module monitoring information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-library:modules-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f8be243f-f28c-4b2d-b49c-ea957c821f58","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-library:modules-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-library:modules-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modules-state\": {\n    \"module-set-id\": \"Some module-set-id\",\n    \"module\": [\n      {\n        \"namespace\": \"Some namespace\",\n        \"conformance-type\": \"implement\",\n        \"feature\": [\n          \"?:I4.\",\n          \"?:I4.\"\n        ],\n        \"deviation\": [\n          {\n            \"name\": \"?:l_W\",\n            \"revision\": \"<string>\"\n          },\n          {\n            \"name\": \"?:l_W\",\n            \"revision\": \"<string>\"\n          }\n        ],\n        \"submodule\": [\n          {\n            \"name\": \"?:JO_\",\n            \"revision\": \"<string>\",\n            \"schema\": \"Some schema\"\n          },\n          {\n            \"name\": \"?:JO_\",\n            \"revision\": \"<string>\",\n            \"schema\": \"Some schema\"\n          }\n        ],\n        \"name\": \"?:uI\",\n        \"revision\": \"<string>\",\n        \"schema\": \"Some schema\"\n      },\n      {\n        \"namespace\": \"Some namespace\",\n        \"conformance-type\": \"implement\",\n        \"feature\": [\n          \"?:I4.\",\n          \"?:I4.\"\n        ],\n        \"deviation\": [\n          {\n            \"name\": \"?:l_W\",\n            \"revision\": \"<string>\"\n          },\n          {\n            \"name\": \"?:l_W\",\n            \"revision\": \"<string>\"\n          }\n        ],\n        \"submodule\": [\n          {\n            \"name\": \"?:JO_\",\n            \"revision\": \"<string>\",\n            \"schema\": \"Some schema\"\n          },\n          {\n            \"name\": \"?:JO_\",\n            \"revision\": \"<string>\",\n            \"schema\": \"Some schema\"\n          }\n        ],\n        \"name\": \"?:uI\",\n        \"revision\": \"<string>\",\n        \"schema\": \"Some schema\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a3cbac78-939a-42a7-b8a3-45f8f702d792"},{"name":"GET - NodeID - ietf-yang-library - module","id":"1d5dc55d-e554-470d-bad7-6eb4323501ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-library:modules-state/module=<string>,<string>?content=<string>","description":"<p>Each entry represents one revision of one module\ncurrently supported by the server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-library:modules-state","module=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0ede043e-c2db-4d78-bfe1-a77aaa7b39fe","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-library:modules-state/module=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-library:modules-state","module=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"module\": [\n    {\n      \"namespace\": \"Some namespace\",\n      \"conformance-type\": \"implement\",\n      \"feature\": [\n        \"?:I4.\",\n        \"?:I4.\"\n      ],\n      \"deviation\": [\n        {\n          \"name\": \"?:l_W\",\n          \"revision\": \"<string>\"\n        },\n        {\n          \"name\": \"?:l_W\",\n          \"revision\": \"<string>\"\n        }\n      ],\n      \"submodule\": [\n        {\n          \"name\": \"?:JO_\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        },\n        {\n          \"name\": \"?:JO_\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        }\n      ],\n      \"name\": \"?:uI\",\n      \"revision\": \"<string>\",\n      \"schema\": \"Some schema\"\n    },\n    {\n      \"namespace\": \"Some namespace\",\n      \"conformance-type\": \"implement\",\n      \"feature\": [\n        \"?:I4.\",\n        \"?:I4.\"\n      ],\n      \"deviation\": [\n        {\n          \"name\": \"?:l_W\",\n          \"revision\": \"<string>\"\n        },\n        {\n          \"name\": \"?:l_W\",\n          \"revision\": \"<string>\"\n        }\n      ],\n      \"submodule\": [\n        {\n          \"name\": \"?:JO_\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        },\n        {\n          \"name\": \"?:JO_\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        }\n      ],\n      \"name\": \"?:uI\",\n      \"revision\": \"<string>\",\n      \"schema\": \"Some schema\"\n    }\n  ]\n}"}],"_postman_id":"1d5dc55d-e554-470d-bad7-6eb4323501ef"},{"name":"GET - NodeID - ietf-yang-library - deviation","id":"64de6304-706a-408b-b586-4c9293ad56a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-library:modules-state/module=<string>,<string>/deviation=<string>,<string>?content=<string>","description":"<p>List of YANG deviation module names and revisions\nused by this server to modify the conformance of\nthe module associated with this entry.  Note that\nthe same module can be used for deviations for\nmultiple modules, so the same entry MAY appear\nwithin multiple 'module' entries.</p>\n<p>The deviation module MUST be present in the 'module'\nlist, with the same name and revision values.\nThe 'conformance-type' value will be 'implement' for\nthe deviation module.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-library:modules-state","module=<string>,<string>","deviation=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d9d279c4-a39a-460e-8e1a-2fd2ba6a18c8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-library:modules-state/module=<string>,<string>/deviation=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-library:modules-state","module=<string>,<string>","deviation=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"deviation\": [\n    {\n      \"name\": \"?:l_W\",\n      \"revision\": \"<string>\"\n    },\n    {\n      \"name\": \"?:l_W\",\n      \"revision\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"64de6304-706a-408b-b586-4c9293ad56a4"},{"name":"GET - NodeID - ietf-yang-library - submodule","id":"0068a850-e554-4e55-bbe6-9293f065bf34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-library:modules-state/module=<string>,<string>/submodule=<string>,<string>?content=<string>","description":"<p>Each entry represents one submodule within the\nparent module.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-library:modules-state","module=<string>,<string>","submodule=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9634c366-3b3c-43f8-9f71-88d285db214c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-library:modules-state/module=<string>,<string>/submodule=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-library:modules-state","module=<string>,<string>","submodule=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"submodule\": [\n    {\n      \"name\": \"?:JO_\",\n      \"revision\": \"<string>\",\n      \"schema\": \"Some schema\"\n    },\n    {\n      \"name\": \"?:JO_\",\n      \"revision\": \"<string>\",\n      \"schema\": \"Some schema\"\n    }\n  ]\n}"}],"_postman_id":"0068a850-e554-4e55-bbe6-9293f065bf34"}],"id":"34f6cc38-08a0-4b6f-b3e8-62ccee779d53","_postman_id":"34f6cc38-08a0-4b6f-b3e8-62ccee779d53","description":""},{"name":"mounted NodeID ietf-yang-schema-mount","item":[{"name":"GET - NodeID - ietf-yang-schema-mount - schema-mounts","id":"c1aae555-beef-4dd0-9790-49558e9bc7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts?content=<string>","description":"<p>Contains information about the structure of the overall\nmounted data model implemented in the server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ae7e7f61-5ad8-4bf7-a086-783dbcf2068f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"schema-mounts\": {\n    \"namespace\": [\n      {\n        \"prefix\": \"?:p4\",\n        \"uri\": \"Some uri\"\n      },\n      {\n        \"prefix\": \"?:p4\",\n        \"uri\": \"Some uri\"\n      }\n    ],\n    \"mount-point\": [\n      {\n        \"module\": \"?:iv_\",\n        \"label\": \"?:D\",\n        \"config\": true,\n        \"inline\": \"<object>\",\n        \"use-schema\": [\n          {\n            \"name\": \"Some name\",\n            \"parent-reference\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"parent-reference\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"module\": \"?:iv_\",\n        \"label\": \"?:D\",\n        \"config\": true,\n        \"inline\": \"<object>\",\n        \"use-schema\": [\n          {\n            \"name\": \"Some name\",\n            \"parent-reference\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"parent-reference\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"schema\": [\n      {\n        \"name\": \"Some name\",\n        \"module\": [\n          {\n            \"namespace\": \"Some namespace\",\n            \"conformance-type\": \"implement\",\n            \"feature\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"deviation\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"submodule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"name\": \"?:Md8\",\n            \"revision\": \"<string>\",\n            \"schema\": \"Some schema\"\n          },\n          {\n            \"namespace\": \"Some namespace\",\n            \"conformance-type\": \"implement\",\n            \"feature\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"deviation\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"submodule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"name\": \"?:Md8\",\n            \"revision\": \"<string>\",\n            \"schema\": \"Some schema\"\n          }\n        ],\n        \"mount-point\": [\n          {\n            \"module\": \"?:u\",\n            \"label\": \"?:ba_\",\n            \"config\": true,\n            \"inline\": \"<object>\",\n            \"use-schema\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"module\": \"?:u\",\n            \"label\": \"?:ba_\",\n            \"config\": true,\n            \"inline\": \"<object>\",\n            \"use-schema\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"module\": [\n          {\n            \"namespace\": \"Some namespace\",\n            \"conformance-type\": \"implement\",\n            \"feature\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"deviation\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"submodule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"name\": \"?:Md8\",\n            \"revision\": \"<string>\",\n            \"schema\": \"Some schema\"\n          },\n          {\n            \"namespace\": \"Some namespace\",\n            \"conformance-type\": \"implement\",\n            \"feature\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"deviation\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"submodule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"name\": \"?:Md8\",\n            \"revision\": \"<string>\",\n            \"schema\": \"Some schema\"\n          }\n        ],\n        \"mount-point\": [\n          {\n            \"module\": \"?:u\",\n            \"label\": \"?:ba_\",\n            \"config\": true,\n            \"inline\": \"<object>\",\n            \"use-schema\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"module\": \"?:u\",\n            \"label\": \"?:ba_\",\n            \"config\": true,\n            \"inline\": \"<object>\",\n            \"use-schema\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"c1aae555-beef-4dd0-9790-49558e9bc7b5"},{"name":"GET - NodeID - ietf-yang-schema-mount - namespace","id":"95c5ffab-62e2-44b2-9442-cb1949f8a7de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/namespace=<string>?content=<string>","description":"<p>This list provides a mapping of namespace prefixes that are\nused in XPath expressions of 'parent-reference' leafs to the\ncorresponding namespace URI references.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","namespace=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bc178ef0-a497-4492-87c0-1266eda68b8a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/namespace=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","namespace=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"namespace\": [\n    {\n      \"prefix\": \"?:p4\",\n      \"uri\": \"Some uri\"\n    },\n    {\n      \"prefix\": \"?:p4\",\n      \"uri\": \"Some uri\"\n    }\n  ]\n}"}],"_postman_id":"95c5ffab-62e2-44b2-9442-cb1949f8a7de"},{"name":"GET - NodeID - ietf-yang-schema-mount - mount-point","id":"37256e9c-438f-446b-929c-90940d7f025c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/mount-point=<string>,<string>?content=<string>","description":"<p>Each entry of this list specifies a schema for a particular\nmount point.</p>\n<p>Each mount point MUST be defined using the 'mount-point'\nextension in one of the modules listed in the corresponding\nYANG library instance with conformance type 'implement'. The\ncorresponding YANG library instance is:</p>\n<ul>\n<li><p>standard YANG library state data as defined in RFC 7895,\nif the 'mount-point' list is a child of 'schema-mounts',</p>\n</li>\n<li><p>the contents of the sibling 'yanglib:modules-state'\ncontainer, if the 'mount-point' list is a child of\n'schema'.</p>\n</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","mount-point=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7edc3340-7753-42cf-87d6-7a46bd65bb69","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/mount-point=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","mount-point=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mount-point\": [\n    {\n      \"module\": \"?:iv_\",\n      \"label\": \"?:D\",\n      \"config\": true,\n      \"inline\": \"<object>\",\n      \"use-schema\": [\n        {\n          \"name\": \"Some name\",\n          \"parent-reference\": [\n            \"Some parent-reference\",\n            \"Some parent-reference\"\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"parent-reference\": [\n            \"Some parent-reference\",\n            \"Some parent-reference\"\n          ]\n        }\n      ]\n    },\n    {\n      \"module\": \"?:iv_\",\n      \"label\": \"?:D\",\n      \"config\": true,\n      \"inline\": \"<object>\",\n      \"use-schema\": [\n        {\n          \"name\": \"Some name\",\n          \"parent-reference\": [\n            \"Some parent-reference\",\n            \"Some parent-reference\"\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"parent-reference\": [\n            \"Some parent-reference\",\n            \"Some parent-reference\"\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"37256e9c-438f-446b-929c-90940d7f025c"},{"name":"GET - NodeID - ietf-yang-schema-mount - schema","id":"03125145-5bf4-4a00-a4e5-cfbc07fda2f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>?content=<string>","description":"<p>Each entry specifies a schema that can be mounted at a mount\npoint.  The schema information consists of two parts:</p>\n<ul>\n<li><p>an instance of YANG library that defines YANG modules used\nin the schema,</p>\n</li>\n<li><p>mount-point list with content identical to the top-level\nmount-point list (this makes the schema structure\nrecursive).</p>\n</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b003b237-9f10-492f-b508-ee2753abb4f6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"schema\": [\n    {\n      \"name\": \"Some name\",\n      \"module\": [\n        {\n          \"namespace\": \"Some namespace\",\n          \"conformance-type\": \"implement\",\n          \"feature\": [\n            \"?:y\",\n            \"?:y\"\n          ],\n          \"deviation\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"submodule\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"schema\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"schema\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"name\": \"?:Md8\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        },\n        {\n          \"namespace\": \"Some namespace\",\n          \"conformance-type\": \"implement\",\n          \"feature\": [\n            \"?:y\",\n            \"?:y\"\n          ],\n          \"deviation\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"submodule\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"schema\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"schema\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"name\": \"?:Md8\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        }\n      ],\n      \"mount-point\": [\n        {\n          \"module\": \"?:u\",\n          \"label\": \"?:ba_\",\n          \"config\": true,\n          \"inline\": \"<object>\",\n          \"use-schema\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"parent-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"parent-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"module\": \"?:u\",\n          \"label\": \"?:ba_\",\n          \"config\": true,\n          \"inline\": \"<object>\",\n          \"use-schema\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"parent-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"parent-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"module\": [\n        {\n          \"namespace\": \"Some namespace\",\n          \"conformance-type\": \"implement\",\n          \"feature\": [\n            \"?:y\",\n            \"?:y\"\n          ],\n          \"deviation\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"submodule\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"schema\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"schema\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"name\": \"?:Md8\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        },\n        {\n          \"namespace\": \"Some namespace\",\n          \"conformance-type\": \"implement\",\n          \"feature\": [\n            \"?:y\",\n            \"?:y\"\n          ],\n          \"deviation\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"submodule\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"schema\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"revision\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"schema\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"name\": \"?:Md8\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        }\n      ],\n      \"mount-point\": [\n        {\n          \"module\": \"?:u\",\n          \"label\": \"?:ba_\",\n          \"config\": true,\n          \"inline\": \"<object>\",\n          \"use-schema\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"parent-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"parent-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"module\": \"?:u\",\n          \"label\": \"?:ba_\",\n          \"config\": true,\n          \"inline\": \"<object>\",\n          \"use-schema\": [\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"parent-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"parent-reference\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"03125145-5bf4-4a00-a4e5-cfbc07fda2f4"},{"name":"GET - NodeID - ietf-yang-schema-mount - module","id":"d97d4305-552a-497e-9de2-e6c297edcabb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>/module=<string>,<string>?content=<string>","description":"<p>Each entry represents one revision of one module\ncurrently supported by the server.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>","module=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5983ec15-8d2b-4ee5-bceb-5b765ebcae25","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>/module=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>","module=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"module\": [\n    {\n      \"namespace\": \"Some namespace\",\n      \"conformance-type\": \"implement\",\n      \"feature\": [\n        \"?:y\",\n        \"?:y\"\n      ],\n      \"deviation\": [\n        {\n          \"name\": \"?:__G_\",\n          \"revision\": \"<string>\"\n        },\n        {\n          \"name\": \"?:__G_\",\n          \"revision\": \"<string>\"\n        }\n      ],\n      \"submodule\": [\n        {\n          \"name\": \"?:_\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        },\n        {\n          \"name\": \"?:_\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        }\n      ],\n      \"name\": \"?:Md8\",\n      \"revision\": \"<string>\",\n      \"schema\": \"Some schema\"\n    },\n    {\n      \"namespace\": \"Some namespace\",\n      \"conformance-type\": \"implement\",\n      \"feature\": [\n        \"?:y\",\n        \"?:y\"\n      ],\n      \"deviation\": [\n        {\n          \"name\": \"?:__G_\",\n          \"revision\": \"<string>\"\n        },\n        {\n          \"name\": \"?:__G_\",\n          \"revision\": \"<string>\"\n        }\n      ],\n      \"submodule\": [\n        {\n          \"name\": \"?:_\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        },\n        {\n          \"name\": \"?:_\",\n          \"revision\": \"<string>\",\n          \"schema\": \"Some schema\"\n        }\n      ],\n      \"name\": \"?:Md8\",\n      \"revision\": \"<string>\",\n      \"schema\": \"Some schema\"\n    }\n  ]\n}"}],"_postman_id":"d97d4305-552a-497e-9de2-e6c297edcabb"},{"name":"GET - NodeID - ietf-yang-schema-mount - deviation","id":"2f8b3ebf-bbc4-4d83-9088-77e190aaa525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>/module=<string>,<string>/deviation=<string>,<string>?content=<string>","description":"<p>List of YANG deviation module names and revisions\nused by this server to modify the conformance of\nthe module associated with this entry.  Note that\nthe same module can be used for deviations for\nmultiple modules, so the same entry MAY appear\nwithin multiple 'module' entries.</p>\n<p>The deviation module MUST be present in the 'module'\nlist, with the same name and revision values.\nThe 'conformance-type' value will be 'implement' for\nthe deviation module.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>","module=<string>,<string>","deviation=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"58a0756a-14ac-4cbd-a47c-7b1733f1d3ec","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>/module=<string>,<string>/deviation=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>","module=<string>,<string>","deviation=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"deviation\": [\n    {\n      \"name\": \"?:__G_\",\n      \"revision\": \"<string>\"\n    },\n    {\n      \"name\": \"?:__G_\",\n      \"revision\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"2f8b3ebf-bbc4-4d83-9088-77e190aaa525"},{"name":"GET - NodeID - ietf-yang-schema-mount - submodule","id":"85b98e18-2764-4d85-ac62-420daec2ee2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>/module=<string>,<string>/submodule=<string>,<string>?content=<string>","description":"<p>Each entry represents one submodule within the\nparent module.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>","module=<string>,<string>","submodule=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"22d34949-36ef-4058-af4b-feae4659e567","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>/module=<string>,<string>/submodule=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>","module=<string>,<string>","submodule=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"submodule\": [\n    {\n      \"name\": \"?:_\",\n      \"revision\": \"<string>\",\n      \"schema\": \"Some schema\"\n    },\n    {\n      \"name\": \"?:_\",\n      \"revision\": \"<string>\",\n      \"schema\": \"Some schema\"\n    }\n  ]\n}"}],"_postman_id":"85b98e18-2764-4d85-ac62-420daec2ee2f"},{"name":"GET - NodeID - ietf-yang-schema-mount - mount-point","id":"cc0a4ddf-2d0d-4248-983e-48f92c10b3bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>/mount-point=<string>,<string>?content=<string>","description":"<p>Each entry of this list specifies a schema for a particular\nmount point.</p>\n<p>Each mount point MUST be defined using the 'mount-point'\nextension in one of the modules listed in the corresponding\nYANG library instance with conformance type 'implement'. The\ncorresponding YANG library instance is:</p>\n<ul>\n<li><p>standard YANG library state data as defined in RFC 7895,\nif the 'mount-point' list is a child of 'schema-mounts',</p>\n</li>\n<li><p>the contents of the sibling 'yanglib:modules-state'\ncontainer, if the 'mount-point' list is a child of\n'schema'.</p>\n</li>\n</ul>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>","mount-point=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5238dac3-413b-4d66-90ee-700a272a1983","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/ietf-yang-schema-mount:schema-mounts/schema=<string>/mount-point=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","ietf-yang-schema-mount:schema-mounts","schema=<string>","mount-point=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mount-point\": [\n    {\n      \"module\": \"?:u\",\n      \"label\": \"?:ba_\",\n      \"config\": true,\n      \"inline\": \"<object>\",\n      \"use-schema\": [\n        {\n          \"name\": \"Some name\",\n          \"parent-reference\": [\n            \"Some parent-reference\",\n            \"Some parent-reference\"\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"parent-reference\": [\n            \"Some parent-reference\",\n            \"Some parent-reference\"\n          ]\n        }\n      ]\n    },\n    {\n      \"module\": \"?:u\",\n      \"label\": \"?:ba_\",\n      \"config\": true,\n      \"inline\": \"<object>\",\n      \"use-schema\": [\n        {\n          \"name\": \"Some name\",\n          \"parent-reference\": [\n            \"Some parent-reference\",\n            \"Some parent-reference\"\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"parent-reference\": [\n            \"Some parent-reference\",\n            \"Some parent-reference\"\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"cc0a4ddf-2d0d-4248-983e-48f92c10b3bf"}],"id":"110c512f-1a5f-4117-b5e8-790563cd9031","_postman_id":"110c512f-1a5f-4117-b5e8-790563cd9031","description":""},{"name":"mounted NodeID license-management","item":[{"name":"POST - NodeID - license-management - schedule-license-check-now","id":"a79f106b-fb33-4fb2-af35-097994dd811e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/license-management:schedule-license-check-now'","description":"<p>Schedules a license check right away, Note triggering this operation will add load on the network as well the system resource usage.\nDoing this operation during business hours is not recommended</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","license-management:schedule-license-check-now'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"703a5a15-c4a7-46c1-a3b8-42719238ecbb","name":"RPC schedule-license-check-now success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/license-management:schedule-license-check-now'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a79f106b-fb33-4fb2-af35-097994dd811e"},{"name":"POST - NodeID - license-management - get-license-check-status","id":"ed667a30-bea6-435d-9d98-d7a56b13d4a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/license-management:get-license-check-status'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","license-management:get-license-check-status'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7e6fd2a7-d7ee-4e3c-9690-84a4c299a02d","name":"RPC get-license-check-status success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/license-management:get-license-check-status'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"status\": \"ongoing\"\n  }\n}"}],"_postman_id":"ed667a30-bea6-435d-9d98-d7a56b13d4a2"}],"id":"3a091b30-7992-4458-abb2-4cd2a2dde471","_postman_id":"3a091b30-7992-4458-abb2-4cd2a2dde471","description":""},{"name":"mounted NodeID manager-directory-service","item":[{"name":"POST - NodeID - manager-directory-service - local-attributes","id":"cf6d5cc6-c576-4a04-978a-6cd00e387f38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device\": [\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"14326fae-5ac5-43fe-9114-536e30780fa6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"device\": [\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cf6d5cc6-c576-4a04-978a-6cd00e387f38"},{"name":"GET - NodeID - manager-directory-service - local-attributes","id":"a8220d33-1964-435c-b109-a8e299645c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b6f4d0c4-7cc1-4585-bae4-a2bd99d09042","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"local-attributes\": {\n    \"device\": [\n      {\n        \"name\": \"Some name\",\n        \"attribute\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"attribute\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"a8220d33-1964-435c-b109-a8e299645c95"},{"name":"DELETE - NodeID - manager-directory-service - local-attributes","id":"8ec360e8-661e-41a5-be31-e92802ff58df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b0233627-8288-4ece-899d-26429dff0bca","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ec360e8-661e-41a5-be31-e92802ff58df"},{"name":"PUT - NodeID - manager-directory-service - local-attributes","id":"90eb53f3-ed48-4ae4-9530-6c3b7b6b5163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"local-attributes\": {\n    \"device\": [\n      {\n        \"name\": \"Some name\",\n        \"attribute\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"attribute\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8f48bd6d-3855-4b30-8bfc-e3d592179d35","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"local-attributes\": {\n    \"device\": [\n      {\n        \"name\": \"Some name\",\n        \"attribute\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"attribute\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"234cfdde-82a1-46a3-a85e-281d2817b521","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"local-attributes\": {\n    \"device\": [\n      {\n        \"name\": \"Some name\",\n        \"attribute\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"attribute\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"90eb53f3-ed48-4ae4-9530-6c3b7b6b5163"},{"name":"POST - NodeID - manager-directory-service - device","id":"cbb61438-0ac7-4d10-800b-df7cc8b1ee9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attribute\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f39fae7d-681a-4982-8182-233d06956652","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"attribute\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbb61438-0ac7-4d10-800b-df7cc8b1ee9e"},{"name":"GET - NodeID - manager-directory-service - device","id":"1d4641c0-4621-4cd2-896c-801d019f0a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"284a6988-3878-4185-9816-9ae792ed3e26","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device\": [\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"1d4641c0-4621-4cd2-896c-801d019f0a9d"},{"name":"DELETE - NodeID - manager-directory-service - device","id":"9639cad9-1ece-4234-8d0c-dfc10e9ef945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"297e9e41-c2d6-4b4d-b3f2-7d80c079886f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9639cad9-1ece-4234-8d0c-dfc10e9ef945"},{"name":"PUT - NodeID - manager-directory-service - device","id":"26f36d5e-9c3a-42a0-8840-5fcaa5b3f6c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"device\": [\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a7ec8811-873c-4bd1-a8a5-5d6fe039a430","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device\": [\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"91093027-9973-435d-a565-5640bd77291f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"device\": [\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"attribute\": [\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"value\": \"Some value\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26f36d5e-9c3a-42a0-8840-5fcaa5b3f6c7"},{"name":"POST - NodeID - manager-directory-service - attribute","id":"45ac1432-99a8-422a-b425-6a9d51068ad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>/attribute=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>","attribute=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"884c5b27-80d6-48ca-a9fa-c3e8f6cfafe1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>/attribute=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"45ac1432-99a8-422a-b425-6a9d51068ad1"},{"name":"GET - NodeID - manager-directory-service - attribute","id":"6d60c52f-3882-4d39-8ca0-aa9269fe22c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>/attribute=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>","attribute=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"10c8f532-a974-419b-af9d-f1302e6c1a95","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>/attribute=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>","attribute=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"attribute\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"6d60c52f-3882-4d39-8ca0-aa9269fe22c6"},{"name":"DELETE - NodeID - manager-directory-service - attribute","id":"843ffd4e-19c2-45a4-92a0-ee4ed0ab4202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>/attribute=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>","attribute=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7dbd4c25-a58f-4d9c-a4c4-bfdbc89eb972","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>/attribute=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"843ffd4e-19c2-45a4-92a0-ee4ed0ab4202"},{"name":"PUT - NodeID - manager-directory-service - attribute","id":"8c40015d-9f05-4995-a76b-fe370df64ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attribute\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>/attribute=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:local-attributes","device=<string>","attribute=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"51054028-9646-4ee6-b05b-d14ad4ae216f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"attribute\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>/attribute=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f089251e-61b3-4a3e-9c9e-34cafac6afb0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"attribute\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:local-attributes/device=<string>/attribute=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c40015d-9f05-4995-a76b-fe370df64ac2"},{"name":"POST - NodeID - manager-directory-service - manager-directory","id":"4fa8cd3b-9ea5-47c7-a7b0-1082c19af2fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"manager-info\": [\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    },\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    }\n  ],\n  \"global-poll-interval\": 3600\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f2767887-6bb5-451b-80d4-2df2aa9ca87b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-info\": [\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    },\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    }\n  ],\n  \"global-poll-interval\": 3600\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4fa8cd3b-9ea5-47c7-a7b0-1082c19af2fc"},{"name":"GET - NodeID - manager-directory-service - manager-directory","id":"8e97f3c0-afd1-45a3-bc04-f367aa4b0963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fcad54f7-16ef-4194-9847-f302c0e6bd8a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"manager-directory\": {\n    \"manager-info\": [\n      {\n        \"ip\": \"Some ip\",\n        \"port\": 1,\n        \"manager-type\": \"NAV\",\n        \"http-url\": \"?:http://\\u000b첓\\u001f꺨\\u000b\\u0002\\u000b\\u000b\\u001d깤弲\\u0019\\u000f\\u000b\\u0003\",\n        \"name\": \"Some name\",\n        \"protocol\": \"http\",\n        \"netconf-port\": 1,\n        \"ipfix-fe-collector-ip-address\": \"<string>\",\n        \"ipfix-fe-collector-port\": 0,\n        \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n        \"ipfix-fe-collector-hashed-password\": \"?:$0$\",\n        \"vonumgmt-address\": \"Some vonumgmt-address\",\n        \"user-name\": \"Some user-name\",\n        \"password\": \"Some password\",\n        \"site-name\": \"Some site-name\",\n        \"poll-interval\": 30,\n        \"poll-start-time\": \"0\",\n        \"connection-state\": \"Some connection-state\",\n        \"last-sync-time\": \"?:6660-22-33T50:19:66-91:35\",\n        \"max-netconf-connections\": 20,\n        \"max-connections\": 20,\n        \"local-device\": [\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \"?:V\"\n          },\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \"?:V\"\n          }\n        ],\n        \"device\": [\n          {\n            \"name\": \"Some name\",\n            \"family-type-release\": \"Some family-type-release\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"family-type-release\": \"Some family-type-release\"\n          }\n        ],\n        \"oad-info\": {\n          \"ip\": \"Some ip\",\n          \"keystore\": \"Some keystore\",\n          \"keypass\": \"Some keypass\",\n          \"subscriber-name\": \"Some subscriber-name\",\n          \"subscriber-password\": \"Some subscriber-password\",\n          \"subscription-topic\": \"Some subscription-topic\",\n          \"subscription-filter\": \"Some subscription-filter\"\n        }\n      },\n      {\n        \"ip\": \"Some ip\",\n        \"port\": 1,\n        \"manager-type\": \"NAV\",\n        \"http-url\": \"?:http://\\u000b첓\\u001f꺨\\u000b\\u0002\\u000b\\u000b\\u001d깤弲\\u0019\\u000f\\u000b\\u0003\",\n        \"name\": \"Some name\",\n        \"protocol\": \"http\",\n        \"netconf-port\": 1,\n        \"ipfix-fe-collector-ip-address\": \"<string>\",\n        \"ipfix-fe-collector-port\": 0,\n        \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n        \"ipfix-fe-collector-hashed-password\": \"?:$0$\",\n        \"vonumgmt-address\": \"Some vonumgmt-address\",\n        \"user-name\": \"Some user-name\",\n        \"password\": \"Some password\",\n        \"site-name\": \"Some site-name\",\n        \"poll-interval\": 30,\n        \"poll-start-time\": \"0\",\n        \"connection-state\": \"Some connection-state\",\n        \"last-sync-time\": \"?:6660-22-33T50:19:66-91:35\",\n        \"max-netconf-connections\": 20,\n        \"max-connections\": 20,\n        \"local-device\": [\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \"?:V\"\n          },\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \"?:V\"\n          }\n        ],\n        \"device\": [\n          {\n            \"name\": \"Some name\",\n            \"family-type-release\": \"Some family-type-release\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"family-type-release\": \"Some family-type-release\"\n          }\n        ],\n        \"oad-info\": {\n          \"ip\": \"Some ip\",\n          \"keystore\": \"Some keystore\",\n          \"keypass\": \"Some keypass\",\n          \"subscriber-name\": \"Some subscriber-name\",\n          \"subscriber-password\": \"Some subscriber-password\",\n          \"subscription-topic\": \"Some subscription-topic\",\n          \"subscription-filter\": \"Some subscription-filter\"\n        }\n      }\n    ],\n    \"global-poll-interval\": 3600\n  }\n}"}],"_postman_id":"8e97f3c0-afd1-45a3-bc04-f367aa4b0963"},{"name":"DELETE - NodeID - manager-directory-service - manager-directory","id":"115d17ff-5147-478a-834f-455ab5a2b834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"81767d0f-4fc5-4df6-b14e-4c2bdac997ce","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"115d17ff-5147-478a-834f-455ab5a2b834"},{"name":"PUT - NodeID - manager-directory-service - manager-directory","id":"04c34938-84d0-4fae-bf45-ce87500ab061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"manager-directory\": {\n    \"manager-info\": [\n      {\n        \"ip\": \"Some ip\",\n        \"port\": 1,\n        \"manager-type\": \"NAV\",\n        \"http-url\": \"?:http://\\u000b\",\n        \"name\": \"Some name\",\n        \"protocol\": \"http\",\n        \"netconf-port\": 1,\n        \"ipfix-fe-collector-ip-address\": \"<string>\",\n        \"ipfix-fe-collector-port\": 0,\n        \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n        \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n        \"vonumgmt-address\": \"Some vonumgmt-address\",\n        \"user-name\": \"Some user-name\",\n        \"password\": \"Some password\",\n        \"site-name\": \"Some site-name\",\n        \"poll-interval\": 30,\n        \"poll-start-time\": \"0\",\n        \"max-netconf-connections\": 20,\n        \"max-connections\": 20,\n        \"local-device\": [\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          },\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          }\n        ],\n        \"oad-info\": {\n          \"ip\": \"Some ip\",\n          \"keystore\": \"Some keystore\",\n          \"keypass\": \"Some keypass\",\n          \"subscriber-name\": \"Some subscriber-name\",\n          \"subscriber-password\": \"Some subscriber-password\",\n          \"subscription-topic\": \"Some subscription-topic\",\n          \"subscription-filter\": \"Some subscription-filter\"\n        }\n      },\n      {\n        \"ip\": \"Some ip\",\n        \"port\": 1,\n        \"manager-type\": \"NAV\",\n        \"http-url\": \"?:http://\\u000b\",\n        \"name\": \"Some name\",\n        \"protocol\": \"http\",\n        \"netconf-port\": 1,\n        \"ipfix-fe-collector-ip-address\": \"<string>\",\n        \"ipfix-fe-collector-port\": 0,\n        \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n        \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n        \"vonumgmt-address\": \"Some vonumgmt-address\",\n        \"user-name\": \"Some user-name\",\n        \"password\": \"Some password\",\n        \"site-name\": \"Some site-name\",\n        \"poll-interval\": 30,\n        \"poll-start-time\": \"0\",\n        \"max-netconf-connections\": 20,\n        \"max-connections\": 20,\n        \"local-device\": [\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          },\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          }\n        ],\n        \"oad-info\": {\n          \"ip\": \"Some ip\",\n          \"keystore\": \"Some keystore\",\n          \"keypass\": \"Some keypass\",\n          \"subscriber-name\": \"Some subscriber-name\",\n          \"subscriber-password\": \"Some subscriber-password\",\n          \"subscription-topic\": \"Some subscription-topic\",\n          \"subscription-filter\": \"Some subscription-filter\"\n        }\n      }\n    ],\n    \"global-poll-interval\": 3600\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a06a72e0-ed92-4551-bf66-9d2b62eea0ff","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-directory\": {\n    \"manager-info\": [\n      {\n        \"ip\": \"Some ip\",\n        \"port\": 1,\n        \"manager-type\": \"NAV\",\n        \"http-url\": \"?:http://\\u000b\",\n        \"name\": \"Some name\",\n        \"protocol\": \"http\",\n        \"netconf-port\": 1,\n        \"ipfix-fe-collector-ip-address\": \"<string>\",\n        \"ipfix-fe-collector-port\": 0,\n        \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n        \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n        \"vonumgmt-address\": \"Some vonumgmt-address\",\n        \"user-name\": \"Some user-name\",\n        \"password\": \"Some password\",\n        \"site-name\": \"Some site-name\",\n        \"poll-interval\": 30,\n        \"poll-start-time\": \"0\",\n        \"max-netconf-connections\": 20,\n        \"max-connections\": 20,\n        \"local-device\": [\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          },\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          }\n        ],\n        \"oad-info\": {\n          \"ip\": \"Some ip\",\n          \"keystore\": \"Some keystore\",\n          \"keypass\": \"Some keypass\",\n          \"subscriber-name\": \"Some subscriber-name\",\n          \"subscriber-password\": \"Some subscriber-password\",\n          \"subscription-topic\": \"Some subscription-topic\",\n          \"subscription-filter\": \"Some subscription-filter\"\n        }\n      },\n      {\n        \"ip\": \"Some ip\",\n        \"port\": 1,\n        \"manager-type\": \"NAV\",\n        \"http-url\": \"?:http://\\u000b\",\n        \"name\": \"Some name\",\n        \"protocol\": \"http\",\n        \"netconf-port\": 1,\n        \"ipfix-fe-collector-ip-address\": \"<string>\",\n        \"ipfix-fe-collector-port\": 0,\n        \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n        \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n        \"vonumgmt-address\": \"Some vonumgmt-address\",\n        \"user-name\": \"Some user-name\",\n        \"password\": \"Some password\",\n        \"site-name\": \"Some site-name\",\n        \"poll-interval\": 30,\n        \"poll-start-time\": \"0\",\n        \"max-netconf-connections\": 20,\n        \"max-connections\": 20,\n        \"local-device\": [\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          },\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          }\n        ],\n        \"oad-info\": {\n          \"ip\": \"Some ip\",\n          \"keystore\": \"Some keystore\",\n          \"keypass\": \"Some keypass\",\n          \"subscriber-name\": \"Some subscriber-name\",\n          \"subscriber-password\": \"Some subscriber-password\",\n          \"subscription-topic\": \"Some subscription-topic\",\n          \"subscription-filter\": \"Some subscription-filter\"\n        }\n      }\n    ],\n    \"global-poll-interval\": 3600\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"53f651fd-5bce-494f-9967-f3f145a21cce","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-directory\": {\n    \"manager-info\": [\n      {\n        \"ip\": \"Some ip\",\n        \"port\": 1,\n        \"manager-type\": \"NAV\",\n        \"http-url\": \"?:http://\\u000b\",\n        \"name\": \"Some name\",\n        \"protocol\": \"http\",\n        \"netconf-port\": 1,\n        \"ipfix-fe-collector-ip-address\": \"<string>\",\n        \"ipfix-fe-collector-port\": 0,\n        \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n        \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n        \"vonumgmt-address\": \"Some vonumgmt-address\",\n        \"user-name\": \"Some user-name\",\n        \"password\": \"Some password\",\n        \"site-name\": \"Some site-name\",\n        \"poll-interval\": 30,\n        \"poll-start-time\": \"0\",\n        \"max-netconf-connections\": 20,\n        \"max-connections\": 20,\n        \"local-device\": [\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          },\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          }\n        ],\n        \"oad-info\": {\n          \"ip\": \"Some ip\",\n          \"keystore\": \"Some keystore\",\n          \"keypass\": \"Some keypass\",\n          \"subscriber-name\": \"Some subscriber-name\",\n          \"subscriber-password\": \"Some subscriber-password\",\n          \"subscription-topic\": \"Some subscription-topic\",\n          \"subscription-filter\": \"Some subscription-filter\"\n        }\n      },\n      {\n        \"ip\": \"Some ip\",\n        \"port\": 1,\n        \"manager-type\": \"NAV\",\n        \"http-url\": \"?:http://\\u000b\",\n        \"name\": \"Some name\",\n        \"protocol\": \"http\",\n        \"netconf-port\": 1,\n        \"ipfix-fe-collector-ip-address\": \"<string>\",\n        \"ipfix-fe-collector-port\": 0,\n        \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n        \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n        \"vonumgmt-address\": \"Some vonumgmt-address\",\n        \"user-name\": \"Some user-name\",\n        \"password\": \"Some password\",\n        \"site-name\": \"Some site-name\",\n        \"poll-interval\": 30,\n        \"poll-start-time\": \"0\",\n        \"max-netconf-connections\": 20,\n        \"max-connections\": 20,\n        \"local-device\": [\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          },\n          {\n            \"family-type-release\": \"Some family-type-release\",\n            \"name\": \".\"\n          }\n        ],\n        \"oad-info\": {\n          \"ip\": \"Some ip\",\n          \"keystore\": \"Some keystore\",\n          \"keypass\": \"Some keypass\",\n          \"subscriber-name\": \"Some subscriber-name\",\n          \"subscriber-password\": \"Some subscriber-password\",\n          \"subscription-topic\": \"Some subscription-topic\",\n          \"subscription-filter\": \"Some subscription-filter\"\n        }\n      }\n    ],\n    \"global-poll-interval\": 3600\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04c34938-84d0-4fae-bf45-ce87500ab061"},{"name":"POST - NodeID - manager-directory-service - manager-info","id":"f8fbaa58-172b-4834-9b36-fe6b3b37fbed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"Some ip\",\n  \"port\": 1,\n  \"protocol\": \"http\",\n  \"manager-type\": \"NAV\",\n  \"netconf-port\": 1,\n  \"ipfix-fe-collector-ip-address\": \"<string>\",\n  \"http-url\": \"?:http://\\u000b\",\n  \"ipfix-fe-collector-port\": 0,\n  \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n  \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n  \"vonumgmt-address\": \"Some vonumgmt-address\",\n  \"user-name\": \"Some user-name\",\n  \"password\": \"Some password\",\n  \"site-name\": \"Some site-name\",\n  \"poll-interval\": 30,\n  \"poll-start-time\": \"0\",\n  \"max-netconf-connections\": 20,\n  \"max-connections\": 20,\n  \"local-device\": [\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    },\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    }\n  ],\n  \"oad-info\": {\n    \"ip\": \"Some ip\",\n    \"keystore\": \"Some keystore\",\n    \"keypass\": \"Some keypass\",\n    \"subscriber-name\": \"Some subscriber-name\",\n    \"subscriber-password\": \"Some subscriber-password\",\n    \"subscription-topic\": \"Some subscription-topic\",\n    \"subscription-filter\": \"Some subscription-filter\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f961257d-7a05-4f54-b361-459ecadeb02c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ip\": \"Some ip\",\n  \"port\": 1,\n  \"protocol\": \"http\",\n  \"manager-type\": \"NAV\",\n  \"netconf-port\": 1,\n  \"ipfix-fe-collector-ip-address\": \"<string>\",\n  \"http-url\": \"?:http://\\u000b\",\n  \"ipfix-fe-collector-port\": 0,\n  \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n  \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n  \"vonumgmt-address\": \"Some vonumgmt-address\",\n  \"user-name\": \"Some user-name\",\n  \"password\": \"Some password\",\n  \"site-name\": \"Some site-name\",\n  \"poll-interval\": 30,\n  \"poll-start-time\": \"0\",\n  \"max-netconf-connections\": 20,\n  \"max-connections\": 20,\n  \"local-device\": [\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    },\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    }\n  ],\n  \"oad-info\": {\n    \"ip\": \"Some ip\",\n    \"keystore\": \"Some keystore\",\n    \"keypass\": \"Some keypass\",\n    \"subscriber-name\": \"Some subscriber-name\",\n    \"subscriber-password\": \"Some subscriber-password\",\n    \"subscription-topic\": \"Some subscription-topic\",\n    \"subscription-filter\": \"Some subscription-filter\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8fbaa58-172b-4834-9b36-fe6b3b37fbed"},{"name":"GET - NodeID - manager-directory-service - manager-info","id":"2dfe7248-3d79-41b4-adce-31e63e8b0d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7d2cd608-2fbd-4b3f-b90c-f8306b0547ee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"manager-info\": [\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b첓\\u001f꺨\\u000b\\u0002\\u000b\\u000b\\u001d깤弲\\u0019\\u000f\\u000b\\u0003\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"connection-state\": \"Some connection-state\",\n      \"last-sync-time\": \"?:6660-22-33T50:19:66-91:35\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \"?:V\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \"?:V\"\n        }\n      ],\n      \"device\": [\n        {\n          \"name\": \"Some name\",\n          \"family-type-release\": \"Some family-type-release\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"family-type-release\": \"Some family-type-release\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    },\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b첓\\u001f꺨\\u000b\\u0002\\u000b\\u000b\\u001d깤弲\\u0019\\u000f\\u000b\\u0003\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"connection-state\": \"Some connection-state\",\n      \"last-sync-time\": \"?:6660-22-33T50:19:66-91:35\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \"?:V\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \"?:V\"\n        }\n      ],\n      \"device\": [\n        {\n          \"name\": \"Some name\",\n          \"family-type-release\": \"Some family-type-release\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"family-type-release\": \"Some family-type-release\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    }\n  ]\n}"}],"_postman_id":"2dfe7248-3d79-41b4-adce-31e63e8b0d0c"},{"name":"DELETE - NodeID - manager-directory-service - manager-info","id":"9ad19fd3-4045-49e7-8872-26db83df3ce1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"996d7133-009d-4a65-8d6b-1af2088969a2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ad19fd3-4045-49e7-8872-26db83df3ce1"},{"name":"PUT - NodeID - manager-directory-service - manager-info","id":"8ef6a305-d0aa-46f0-8388-c5e283041075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"manager-info\": [\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    },\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"58b1f84a-8cf8-4b1e-9420-8f2859db4f98","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-info\": [\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    },\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9c4b10ae-21d2-4965-86b4-b99d6f58d26f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"manager-info\": [\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    },\n    {\n      \"ip\": \"Some ip\",\n      \"port\": 1,\n      \"manager-type\": \"NAV\",\n      \"http-url\": \"?:http://\\u000b\",\n      \"name\": \"Some name\",\n      \"protocol\": \"http\",\n      \"netconf-port\": 1,\n      \"ipfix-fe-collector-ip-address\": \"<string>\",\n      \"ipfix-fe-collector-port\": 0,\n      \"ipfix-fe-collector-username\": \"Some ipfix-fe-collector-username\",\n      \"ipfix-fe-collector-hashed-password\": \"?:$0$휵\",\n      \"vonumgmt-address\": \"Some vonumgmt-address\",\n      \"user-name\": \"Some user-name\",\n      \"password\": \"Some password\",\n      \"site-name\": \"Some site-name\",\n      \"poll-interval\": 30,\n      \"poll-start-time\": \"0\",\n      \"max-netconf-connections\": 20,\n      \"max-connections\": 20,\n      \"local-device\": [\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        },\n        {\n          \"family-type-release\": \"Some family-type-release\",\n          \"name\": \".\"\n        }\n      ],\n      \"oad-info\": {\n        \"ip\": \"Some ip\",\n        \"keystore\": \"Some keystore\",\n        \"keypass\": \"Some keypass\",\n        \"subscriber-name\": \"Some subscriber-name\",\n        \"subscriber-password\": \"Some subscriber-password\",\n        \"subscription-topic\": \"Some subscription-topic\",\n        \"subscription-filter\": \"Some subscription-filter\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ef6a305-d0aa-46f0-8388-c5e283041075"},{"name":"POST - NodeID - manager-directory-service - local-device","id":"3bc11d3a-c1c7-4bb9-8020-9200e8007650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"family-type-release\": \"Some family-type-release\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/local-device=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","local-device=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9f9a2137-d921-4750-bb19-560436f20681","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"family-type-release\": \"Some family-type-release\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/local-device=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bc11d3a-c1c7-4bb9-8020-9200e8007650"},{"name":"GET - NodeID - manager-directory-service - local-device","id":"6cfcf79f-3e6d-479a-9479-cbbfb98df27c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/local-device=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","local-device=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2de814cb-ada1-4763-8a6b-f6347fef13d4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/local-device=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","local-device=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"local-device\": [\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \"?:V\"\n    },\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \"?:V\"\n    }\n  ]\n}"}],"_postman_id":"6cfcf79f-3e6d-479a-9479-cbbfb98df27c"},{"name":"DELETE - NodeID - manager-directory-service - local-device","id":"ee1a27e7-7473-4696-a9f3-cc8e51e93237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/local-device=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","local-device=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e0011cae-94a7-4a86-a188-55d6166eda6b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/local-device=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee1a27e7-7473-4696-a9f3-cc8e51e93237"},{"name":"PUT - NodeID - manager-directory-service - local-device","id":"88fc6d3b-eb31-4275-a189-352f9c60d03e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"local-device\": [\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    },\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/local-device=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","local-device=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"840c897f-0929-4c10-a9c2-18ed4c78b37c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"local-device\": [\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    },\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/local-device=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cf295a70-2633-4046-8a48-336ca285129e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"local-device\": [\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    },\n    {\n      \"family-type-release\": \"Some family-type-release\",\n      \"name\": \".\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/local-device=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88fc6d3b-eb31-4275-a189-352f9c60d03e"},{"name":"GET - NodeID - manager-directory-service - device","id":"77e9f67b-75db-4306-b028-9cdf1e561cd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/device=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","device=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f161bd1d-5dfd-409d-8d40-7e95464d3a51","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/device=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","device=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"device\": [\n    {\n      \"name\": \"Some name\",\n      \"family-type-release\": \"Some family-type-release\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"family-type-release\": \"Some family-type-release\"\n    }\n  ]\n}"}],"_postman_id":"77e9f67b-75db-4306-b028-9cdf1e561cd1"},{"name":"POST - NodeID - manager-directory-service - oad-info","id":"7d01b71c-63bd-41dc-b9c9-b598154e13d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"Some ip\",\n  \"keystore\": \"Some keystore\",\n  \"keypass\": \"Some keypass\",\n  \"subscriber-name\": \"Some subscriber-name\",\n  \"subscriber-password\": \"Some subscriber-password\",\n  \"subscription-topic\": \"Some subscription-topic\",\n  \"subscription-filter\": \"Some subscription-filter\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/oad-info","description":"<p>Parameters required for connecting to OAD server of AMS</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","oad-info"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ff41da96-cd72-44e5-a308-ee3432a2646b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ip\": \"Some ip\",\n  \"keystore\": \"Some keystore\",\n  \"keypass\": \"Some keypass\",\n  \"subscriber-name\": \"Some subscriber-name\",\n  \"subscriber-password\": \"Some subscriber-password\",\n  \"subscription-topic\": \"Some subscription-topic\",\n  \"subscription-filter\": \"Some subscription-filter\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/oad-info"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d01b71c-63bd-41dc-b9c9-b598154e13d8"},{"name":"GET - NodeID - manager-directory-service - oad-info","id":"da0cc977-160b-4750-9308-94cf96be4a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/oad-info?content=<string>","description":"<p>Parameters required for connecting to OAD server of AMS</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","oad-info"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"069f4ae7-1a42-4978-a7f9-878d2603758f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/oad-info?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","oad-info"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"oad-info\": {\n    \"ip\": \"Some ip\",\n    \"keystore\": \"Some keystore\",\n    \"keypass\": \"Some keypass\",\n    \"subscriber-name\": \"Some subscriber-name\",\n    \"subscriber-password\": \"Some subscriber-password\",\n    \"subscription-topic\": \"Some subscription-topic\",\n    \"subscription-filter\": \"Some subscription-filter\"\n  }\n}"}],"_postman_id":"da0cc977-160b-4750-9308-94cf96be4a39"},{"name":"DELETE - NodeID - manager-directory-service - oad-info","id":"a763d483-599d-406b-ab55-9a22cf948807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/oad-info","description":"<p>Parameters required for connecting to OAD server of AMS</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","oad-info"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e82ba8bd-9545-406a-a1d1-3408335ccffb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/oad-info"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a763d483-599d-406b-ab55-9a22cf948807"},{"name":"PUT - NodeID - manager-directory-service - oad-info","id":"57c222e4-5293-4617-8e18-2e72b5219dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"oad-info\": {\n    \"ip\": \"Some ip\",\n    \"keystore\": \"Some keystore\",\n    \"keypass\": \"Some keypass\",\n    \"subscriber-name\": \"Some subscriber-name\",\n    \"subscriber-password\": \"Some subscriber-password\",\n    \"subscription-topic\": \"Some subscription-topic\",\n    \"subscription-filter\": \"Some subscription-filter\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/oad-info","description":"<p>Parameters required for connecting to OAD server of AMS</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:manager-directory","manager-info=<string>","oad-info"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aec23478-d56b-4209-9433-cd2299e1b179","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"oad-info\": {\n    \"ip\": \"Some ip\",\n    \"keystore\": \"Some keystore\",\n    \"keypass\": \"Some keypass\",\n    \"subscriber-name\": \"Some subscriber-name\",\n    \"subscriber-password\": \"Some subscriber-password\",\n    \"subscription-topic\": \"Some subscription-topic\",\n    \"subscription-filter\": \"Some subscription-filter\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/oad-info"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"46f9b37d-e158-4614-94ed-7c6969bbacb2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"oad-info\": {\n    \"ip\": \"Some ip\",\n    \"keystore\": \"Some keystore\",\n    \"keypass\": \"Some keypass\",\n    \"subscriber-name\": \"Some subscriber-name\",\n    \"subscriber-password\": \"Some subscriber-password\",\n    \"subscription-topic\": \"Some subscription-topic\",\n    \"subscription-filter\": \"Some subscription-filter\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:manager-directory/manager-info=<string>/oad-info"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"57c222e4-5293-4617-8e18-2e72b5219dbe"},{"name":"POST - NodeID - manager-directory-service - sync-all","id":"40bb5ece-681f-4469-8101-3ec63e4bbba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"caller-name\": \"Some caller-name\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:sync-all'","description":"<p>Call to synchronize all managers to get the latest view of all configured devices and to update this information into the backing store. This is an asynchronous rpc call, the result of the actual rpc operation can be obtained from the sync-status rpc call by using the rpc-id obtained.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:sync-all'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dbabc85a-ae06-48b3-9100-46efa4b03a92","name":"RPC sync-all success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"caller-name\": \"Some caller-name\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:sync-all'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"message\": \"Some message\"\n  }\n}"}],"_postman_id":"40bb5ece-681f-4469-8101-3ec63e4bbba7"},{"name":"POST - NodeID - manager-directory-service - sync-one","id":"311c9cf7-2d69-41b5-9b8c-58b467f16f36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"caller-name\": \"Some caller-name\",\n    \"manager-info\": {\n      \"name\": \"Some name\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:sync-one'","description":"<p>Call to synchronize one particular managers to get the latest view of all configured devices and to update this information into the backing store. This is an asynchronous rpc call, the result of the actual rpc operation can be obtained from the sync-status rpc call by using the rpc-id obtained.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:sync-one'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"294d21e0-ba1f-4cb8-a359-9ae701737d52","name":"RPC sync-one success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"caller-name\": \"Some caller-name\",\n    \"manager-info\": {\n      \"name\": \"Some name\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:sync-one'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"message\": \"Some message\"\n  }\n}"}],"_postman_id":"311c9cf7-2d69-41b5-9b8c-58b467f16f36"},{"name":"POST - NodeID - manager-directory-service - device-search","id":"c3709fbb-79d4-4c35-8457-389821545ea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"input-string\": \"Some input-string\",\n    \"page-number\": 0,\n    \"page-size\": 100\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:device-search'","description":"<p>RPC to search for Device Names from Database. Device Names that contains input-string will be returned in the result.</p>\n<p>The paging concept works as below. Some examples:\npage-number=0 page-size=10 results=1-10 values\npage-number=2 page-size=10 results=21-30 values\npage-number=3 page-size=5 results=16-20 values</p>\n<p>If the paze size is 0 then this rpc will return all matching devices.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:device-search'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"be8ca70b-0877-426b-966c-d38de0ea1b11","name":"RPC device-search success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"input-string\": \"Some input-string\",\n    \"page-number\": 0,\n    \"page-size\": 100\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:device-search'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"device-names\": {\n      \"device-name\": [\n        \"Some device-name\",\n        \"Some device-name\"\n      ]\n    },\n    \"total-records\": 0\n  }\n}"}],"_postman_id":"c3709fbb-79d4-4c35-8457-389821545ea9"},{"name":"POST - NodeID - manager-directory-service - device-search-in-device-manager","id":"5b9490c9-e08c-430e-950a-5e81c263b788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"input-string\": \"Some input-string\",\n    \"page-number\": 0,\n    \"page-size\": 100\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:device-search-in-device-manager'","description":"<p>RPC to search for Device Names from Database. Device Names that contains input-string will be returned in the result together with the device-manager.</p>\n<p>The paging concept works as below. Some examples:\npage-number=0 page-size=10 results=1-10 values\npage-number=2 page-size=10 results=21-30 values\npage-number=3 page-size=5 results=16-20 values</p>\n<p>If the paze size is 0 then this rpc will return all matching devices.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:device-search-in-device-manager'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dc6d4179-627e-4380-a907-9f5e0f68cb8a","name":"RPC device-search-in-device-manager success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"input-string\": \"Some input-string\",\n    \"page-number\": 0,\n    \"page-size\": 100\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:device-search-in-device-manager'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"device-names\": {\n      \"device-name\": [\n        {\n          \"device-name\": \"Some device-name\",\n          \"device-manager\": \"Some device-manager\",\n          \"family-release\": \"Some family-release\"\n        },\n        {\n          \"device-name\": \"Some device-name\",\n          \"device-manager\": \"Some device-manager\",\n          \"family-release\": \"Some family-release\"\n        }\n      ]\n    },\n    \"total-records\": 0\n  }\n}"}],"_postman_id":"5b9490c9-e08c-430e-950a-5e81c263b788"},{"name":"POST - NodeID - manager-directory-service - device-count","id":"8c8dcd4f-91aa-43d7-8b18-d7c1bfe2e3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-manager\": \"Some device-manager\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:device-count'","description":"<p>RPC to count the number devices per device manager from Database. The device-manager can be used as optional input parameter.\nThe output will return the number of devices per type and release. </p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","manager-directory-service:device-count'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dab2a68d-725a-414e-9e3b-8e84d6ffd214","name":"RPC device-count success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"device-manager\": \"Some device-manager\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/manager-directory-service:device-count'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"number-of-family-release\": {\n      \"family-releases\": [\n        {\n          \"family-release\": \"Some family-release\",\n          \"count\": 0\n        },\n        {\n          \"family-release\": \"Some family-release\",\n          \"count\": 0\n        }\n      ],\n      \"total-count-devices\": 0\n    }\n  }\n}"}],"_postman_id":"8c8dcd4f-91aa-43d7-8b18-d7c1bfe2e3d9"}],"id":"5b1b228a-4d06-4109-b03a-6eedb42b8887","description":"<p>Directory services are network services that identify every resource such as email address, peripheral devices and computers on the network, and make these resources accessible to users and applications.</p>\n<p>Specific directory services called naming services map the names of resources in the network to the respective network address. This directory service relieves users from having to know the physical addresses of network resources. Directory services also define namespaces for networks, which hold one or more objects as name entries.</p>\n<p>Directory services hold shared information infrastructure to administer, manage, locate and organize common items and network resources. It is also a vital component of network operating systems.</p>\n","_postman_id":"5b1b228a-4d06-4109-b03a-6eedb42b8887"},{"name":"mounted NodeID map-service","item":[{"name":"POST - NodeID - map-service - map-service","id":"4f4fd720-5122-465e-a753-3db445dc2edb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"provider\": \"OSM\",\n  \"url\": \"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\",\n  \"map-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"122de27d-90c9-473e-a832-a32d34dfa551","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"provider\": \"OSM\",\n  \"url\": \"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\",\n  \"map-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f4fd720-5122-465e-a753-3db445dc2edb"},{"name":"GET - NodeID - map-service - map-service","id":"87c7a95f-d9af-462f-87a9-9e51a2b199ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a3ccdcfb-ec51-4cc9-af51-9fd055302b46","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"map-service\": {\n    \"provider\": \"OSM\",\n    \"url\": \"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\",\n    \"map-keys\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}"}],"_postman_id":"87c7a95f-d9af-462f-87a9-9e51a2b199ba"},{"name":"DELETE - NodeID - map-service - map-service","id":"9208e024-aa40-4f97-a0af-02ece3441900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"269b4cf9-e213-44a8-900e-221b93467f44","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9208e024-aa40-4f97-a0af-02ece3441900"},{"name":"PUT - NodeID - map-service - map-service","id":"0d519faa-08b4-4053-bf84-e674555ec924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"map-service\": {\n    \"provider\": \"OSM\",\n    \"url\": \"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\",\n    \"map-keys\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"85a96368-54e9-4b15-9010-ed9b38f3f1ae","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"map-service\": {\n    \"provider\": \"OSM\",\n    \"url\": \"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\",\n    \"map-keys\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e21b0475-e12b-49f0-b4ed-f7c06f0207ec","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"map-service\": {\n    \"provider\": \"OSM\",\n    \"url\": \"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\",\n    \"map-keys\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d519faa-08b4-4053-bf84-e674555ec924"},{"name":"POST - NodeID - map-service - map-keys","id":"a271399f-14a7-412e-bf8d-9fb9b52011e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service/map-keys=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service","map-keys=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cf5e1ced-220a-4ac9-a36f-62acd6678e2f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service/map-keys=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a271399f-14a7-412e-bf8d-9fb9b52011e6"},{"name":"GET - NodeID - map-service - map-keys","id":"35f04c66-8646-4a10-aec1-9726a40e4cb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service/map-keys=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service","map-keys=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e616dc41-5e44-43d4-9181-6e1803a2853c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service/map-keys=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service","map-keys=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"map-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"35f04c66-8646-4a10-aec1-9726a40e4cb7"},{"name":"DELETE - NodeID - map-service - map-keys","id":"0caeed87-e0ff-49ed-80ea-6cfac0b179ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service/map-keys=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service","map-keys=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7c017aa6-9fd0-41f5-8bc7-99494f5d9dea","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service/map-keys=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0caeed87-e0ff-49ed-80ea-6cfac0b179ab"},{"name":"PUT - NodeID - map-service - map-keys","id":"c3736d46-aa0b-4167-8c08-574768ebe6be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"map-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service/map-keys=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","map-service:map-service","map-keys=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"99d2d0d4-6409-4a46-81e0-77d36210755a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"map-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service/map-keys=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eb4cce20-5d1d-4666-b437-d97baa5e924c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"map-keys\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/map-service:map-service/map-keys=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3736d46-aa0b-4167-8c08-574768ebe6be"}],"id":"05d19ccc-1e95-4877-81c7-592a26316f83","_postman_id":"05d19ccc-1e95-4877-81c7-592a26316f83","description":""},{"name":"mounted NodeID nc-notifications","item":[{"name":"GET - NodeID - nc-notifications - netconf","id":"0a8b8bdc-ec87-4c56-99e5-bf79fb5a33b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nc-notifications:netconf?content=<string>","description":"<p>Top-level element in the notification namespace</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nc-notifications:netconf"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e6e8a4f1-ef96-4c52-851a-6a3aa60ce20c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nc-notifications:netconf?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nc-notifications:netconf"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf\": {\n    \"streams\": {\n      \"stream\": [\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"replayLogCreationTime\": \"?:7096-92-66T60:40:59-18:04\"\n        },\n        {\n          \"description\": \"Some description\",\n          \"replaySupport\": true,\n          \"name\": \"Some name\",\n          \"replayLogCreationTime\": \"?:7096-92-66T60:40:59-18:04\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"0a8b8bdc-ec87-4c56-99e5-bf79fb5a33b9"},{"name":"GET - NodeID - nc-notifications - streams","id":"16a4444e-cf44-4ead-851f-17bfb4a46aed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nc-notifications:netconf/streams?content=<string>","description":"<p>The list of event streams supported by the system. When\na query is issued, the returned set of streams is\ndetermined based on user privileges.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nc-notifications:netconf","streams"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bbdf2168-f3a1-4830-8286-a34b83dd4fa8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nc-notifications:netconf/streams?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nc-notifications:netconf","streams"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"streams\": {\n    \"stream\": [\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"replayLogCreationTime\": \"?:7096-92-66T60:40:59-18:04\"\n      },\n      {\n        \"description\": \"Some description\",\n        \"replaySupport\": true,\n        \"name\": \"Some name\",\n        \"replayLogCreationTime\": \"?:7096-92-66T60:40:59-18:04\"\n      }\n    ]\n  }\n}"}],"_postman_id":"16a4444e-cf44-4ead-851f-17bfb4a46aed"},{"name":"GET - NodeID - nc-notifications - stream","id":"33216396-fd3e-4583-964d-49f1a1f79cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nc-notifications:netconf/streams/stream=<string>?content=<string>","description":"<p>Stream name, description and other information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nc-notifications:netconf","streams","stream=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e7862c0c-f01f-46fd-bc2f-8f6d8404edaf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nc-notifications:netconf/streams/stream=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nc-notifications:netconf","streams","stream=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"stream\": [\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"replayLogCreationTime\": \"?:7096-92-66T60:40:59-18:04\"\n    },\n    {\n      \"description\": \"Some description\",\n      \"replaySupport\": true,\n      \"name\": \"Some name\",\n      \"replayLogCreationTime\": \"?:7096-92-66T60:40:59-18:04\"\n    }\n  ]\n}"}],"_postman_id":"33216396-fd3e-4583-964d-49f1a1f79cf0"}],"id":"e3adb776-d864-4d05-b5b0-c5eb15bec9ed","description":"<h1 id=\"netconf-notifications\">NETCONF Notifications</h1>\n","_postman_id":"e3adb776-d864-4d05-b5b0-c5eb15bec9ed"},{"name":"mounted NodeID nokia-802-dot1x","item":[{"name":"POST - NodeID - nokia-802-dot1x - nid-group","id":"09e28f1e-2267-4d7d-ab9f-6a5b14a6c051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ],\n  \"pae-nid-group-state\": [\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group","description":"<p>Contains both configuration and operational state nodes\nassociated with the PAE NID group.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d421adfa-5fa9-4030-a1be-1487a934577e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ],\n  \"pae-nid-group-state\": [\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"09e28f1e-2267-4d7d-ab9f-6a5b14a6c051"},{"name":"GET - NodeID - nokia-802-dot1x - nid-group","id":"c8be63e1-d9de-4ff7-a651-5b0c96abb171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group?content=<string>","description":"<p>Contains both configuration and operational state nodes\nassociated with the PAE NID group.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a69297b9-ef03-42f0-854d-aec9d1834073","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"nid-group\": {\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ],\n    \"pae-nid-group-state\": [\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      }\n    ]\n  }\n}"}],"_postman_id":"c8be63e1-d9de-4ff7-a651-5b0c96abb171"},{"name":"DELETE - NodeID - nokia-802-dot1x - nid-group","id":"0cbbb3b3-54fc-4797-914e-dadf90ec2280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group","description":"<p>Contains both configuration and operational state nodes\nassociated with the PAE NID group.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d92b28ae-1b8b-4b75-b04e-549cf36b6000","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0cbbb3b3-54fc-4797-914e-dadf90ec2280"},{"name":"PUT - NodeID - nokia-802-dot1x - nid-group","id":"772998cb-40f6-4d6a-b2d6-e607f9b0fe54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"nid-group\": {\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ],\n    \"pae-nid-group-state\": [\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group","description":"<p>Contains both configuration and operational state nodes\nassociated with the PAE NID group.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a36278dc-2997-408c-91d0-6a1d7ed3290f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"nid-group\": {\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ],\n    \"pae-nid-group-state\": [\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1bf66c7b-76cd-42d4-af71-22af866cb4c3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"nid-group\": {\n    \"pae-nid-group\": [\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"use-eap\": \"immediate\",\n        \"unauth-allowed\": \"immediate\",\n        \"unsecure-allowed\": \"immediate\",\n        \"unauthenticated-access\": \"no-access\",\n        \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n      }\n    ],\n    \"pae-nid-group-state\": [\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      },\n      {\n        \"nid\": \"Some nid\",\n        \"kmd\": \"Some kmd\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"772998cb-40f6-4d6a-b2d6-e607f9b0fe54"},{"name":"POST - NodeID - nokia-802-dot1x - pae-nid-group","id":"60d5c6e9-5bd9-4fb7-8e40-587398e50432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"use-eap\": \"immediate\",\n  \"unauth-allowed\": \"immediate\",\n  \"unsecure-allowed\": \"immediate\",\n  \"unauthenticated-access\": \"no-access\",\n  \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"757c6c86-506c-491a-b830-bb96aed676b6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"use-eap\": \"immediate\",\n  \"unauth-allowed\": \"immediate\",\n  \"unsecure-allowed\": \"immediate\",\n  \"unauthenticated-access\": \"no-access\",\n  \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60d5c6e9-5bd9-4fb7-8e40-587398e50432"},{"name":"GET - NodeID - nokia-802-dot1x - pae-nid-group","id":"1426a734-bb36-4b02-989b-985b80fa2d6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group=<string>?content=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f37ffe05-b6d2-4840-8bfe-29be3bd08593","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}"}],"_postman_id":"1426a734-bb36-4b02-989b-985b80fa2d6c"},{"name":"DELETE - NodeID - nokia-802-dot1x - pae-nid-group","id":"d2956b5c-63c5-40cb-997b-e685e381ae38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eb0eff48-63fb-4dc7-971c-f20757201c4b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2956b5c-63c5-40cb-997b-e685e381ae38"},{"name":"PUT - NodeID - nokia-802-dot1x - pae-nid-group","id":"0abd4ab1-d155-4fbb-82a1-dfd482b7601c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group=<string>","description":"<p>A list that contains the configuration nodes for the network\nannouncement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eb12ea9d-f786-47d8-995b-7c7654161e81","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9402e4f0-39a5-4b67-b605-dcb9ed7cae3e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group\": [\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"use-eap\": \"immediate\",\n      \"unauth-allowed\": \"immediate\",\n      \"unsecure-allowed\": \"immediate\",\n      \"unauthenticated-access\": \"no-access\",\n      \"access-capabilities\": \"\\\"eap\\\" \\\"vendorSpecific\\\"\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0abd4ab1-d155-4fbb-82a1-dfd482b7601c"},{"name":"POST - NodeID - nokia-802-dot1x - pae-nid-group-state","id":"5adc0936-eb36-4156-82e1-31fbc7ea879b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"kmd\": \"Some kmd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group-state=<string>","description":"<p>A list that contains the operational state nodes for the\nnetwork announcement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group-state=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7bcb1265-049f-4e5f-b284-95d8bdd48f56","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"kmd\": \"Some kmd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group-state=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5adc0936-eb36-4156-82e1-31fbc7ea879b"},{"name":"GET - NodeID - nokia-802-dot1x - pae-nid-group-state","id":"ed57e0ac-e66e-4419-9f79-f674dbb24aaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group-state=<string>?content=<string>","description":"<p>A list that contains the operational state nodes for the\nnetwork announcement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group-state=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"12c4997c-b8e5-4060-8043-9b20dc93ec77","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group-state=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group-state=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pae-nid-group-state\": [\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    }\n  ]\n}"}],"_postman_id":"ed57e0ac-e66e-4419-9f79-f674dbb24aaa"},{"name":"DELETE - NodeID - nokia-802-dot1x - pae-nid-group-state","id":"38daeb31-61b8-41d0-9df4-df274400336c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group-state=<string>","description":"<p>A list that contains the operational state nodes for the\nnetwork announcement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group-state=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"722edee7-19b8-4fc0-b8d7-0fd52857e425","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group-state=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38daeb31-61b8-41d0-9df4-df274400336c"},{"name":"PUT - NodeID - nokia-802-dot1x - pae-nid-group-state","id":"31ae52fa-d21d-4889-a067-081dc613b691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group-state\": [\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group-state=<string>","description":"<p>A list that contains the operational state nodes for the\nnetwork announcement information for the Logon Process.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-802-dot1x:nid-group","pae-nid-group-state=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"261f3b32-d1f4-4790-9206-2ff2c3c7cf13","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group-state\": [\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group-state=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"49680cf5-fd28-4b33-bd7f-cf1188ddf0eb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"pae-nid-group-state\": [\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    },\n    {\n      \"nid\": \"Some nid\",\n      \"kmd\": \"Some kmd\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-802-dot1x:nid-group/pae-nid-group-state=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31ae52fa-d21d-4889-a067-081dc613b691"}],"id":"5e885fef-379b-42ce-8ac7-b93cb6f1d664","description":"<p>IEEE 802 defines requirements for Ethernet interfaces and bridges<br />• At the physical layer<br />• For protocols that run on top of the physical layer<br />IEEE 802 also defines the management models for these requirements and specifies the management<br />protocol-dependent models/syntax, e.g. YANG.</p>\n","_postman_id":"5e885fef-379b-42ce-8ac7-b93cb6f1d664"},{"name":"mounted NodeID nokia-aaa","item":[{"name":"POST - NodeID - nokia-aaa - users","id":"7a7e1c95-f067-45e0-89d2-cb668048f853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    },\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ff209870-51eb-4ea9-b93c-96ce23a07572","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    },\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a7e1c95-f067-45e0-89d2-cb668048f853"},{"name":"GET - NodeID - nokia-aaa - users","id":"2d33ff24-b933-4d7c-804f-7cd868cb55ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"de8ba377-c718-4eec-bd8f-edcd78ff5027","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"users\": {\n    \"user\": [\n      {\n        \"name\": \"?:jK\",\n        \"authentication\": {\n          \"password\": \"Some password\",\n          \"ssh_keydir\": \"Some ssh_keydir\",\n          \"homedir\": \"Some homedir\"\n        },\n        \"login\": {\n          \"last-login\": \"?:2672-09-16T81:71:12-08:86\",\n          \"last-failed\": \"?:8256-16-85T64:96:88+49:28\",\n          \"failed-login\": 0,\n          \"last-password-changed\": \"?:6668-58-31T88:61:22.1+40:00\",\n          \"password-expiry\": \"0\",\n          \"password-expiry-notification\": \"0\",\n          \"password-history-policy\": 3,\n          \"disable\": false\n        }\n      },\n      {\n        \"name\": \"?:jK\",\n        \"authentication\": {\n          \"password\": \"Some password\",\n          \"ssh_keydir\": \"Some ssh_keydir\",\n          \"homedir\": \"Some homedir\"\n        },\n        \"login\": {\n          \"last-login\": \"?:2672-09-16T81:71:12-08:86\",\n          \"last-failed\": \"?:8256-16-85T64:96:88+49:28\",\n          \"failed-login\": 0,\n          \"last-password-changed\": \"?:6668-58-31T88:61:22.1+40:00\",\n          \"password-expiry\": \"0\",\n          \"password-expiry-notification\": \"0\",\n          \"password-history-policy\": 3,\n          \"disable\": false\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"2d33ff24-b933-4d7c-804f-7cd868cb55ec"},{"name":"DELETE - NodeID - nokia-aaa - users","id":"06512f45-9a86-44a2-ad30-b31b6be9af0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d7aa9db9-1d8a-4171-b7e7-ba52423aa768","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06512f45-9a86-44a2-ad30-b31b6be9af0c"},{"name":"PUT - NodeID - nokia-aaa - users","id":"06bee9c4-0b5f-4892-bf09-fa5cb4e1bae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"users\": {\n    \"user\": [\n      {\n        \"name\": \"?:5\",\n        \"authentication\": {\n          \"password\": \"Some password\",\n          \"ssh_keydir\": \"Some ssh_keydir\",\n          \"homedir\": \"Some homedir\"\n        },\n        \"login\": {\n          \"password-expiry\": \"0\",\n          \"password-expiry-notification\": \"0\",\n          \"password-history-policy\": 3,\n          \"disable\": false\n        }\n      },\n      {\n        \"name\": \"?:5\",\n        \"authentication\": {\n          \"password\": \"Some password\",\n          \"ssh_keydir\": \"Some ssh_keydir\",\n          \"homedir\": \"Some homedir\"\n        },\n        \"login\": {\n          \"password-expiry\": \"0\",\n          \"password-expiry-notification\": \"0\",\n          \"password-history-policy\": 3,\n          \"disable\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"20abaa9f-18d6-45e7-9421-215ebbc5e2e5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"users\": {\n    \"user\": [\n      {\n        \"name\": \"?:5\",\n        \"authentication\": {\n          \"password\": \"Some password\",\n          \"ssh_keydir\": \"Some ssh_keydir\",\n          \"homedir\": \"Some homedir\"\n        },\n        \"login\": {\n          \"password-expiry\": \"0\",\n          \"password-expiry-notification\": \"0\",\n          \"password-history-policy\": 3,\n          \"disable\": false\n        }\n      },\n      {\n        \"name\": \"?:5\",\n        \"authentication\": {\n          \"password\": \"Some password\",\n          \"ssh_keydir\": \"Some ssh_keydir\",\n          \"homedir\": \"Some homedir\"\n        },\n        \"login\": {\n          \"password-expiry\": \"0\",\n          \"password-expiry-notification\": \"0\",\n          \"password-history-policy\": 3,\n          \"disable\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"424dec9c-5bcd-45c1-b592-2b259f7b6e6a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"users\": {\n    \"user\": [\n      {\n        \"name\": \"?:5\",\n        \"authentication\": {\n          \"password\": \"Some password\",\n          \"ssh_keydir\": \"Some ssh_keydir\",\n          \"homedir\": \"Some homedir\"\n        },\n        \"login\": {\n          \"password-expiry\": \"0\",\n          \"password-expiry-notification\": \"0\",\n          \"password-history-policy\": 3,\n          \"disable\": false\n        }\n      },\n      {\n        \"name\": \"?:5\",\n        \"authentication\": {\n          \"password\": \"Some password\",\n          \"ssh_keydir\": \"Some ssh_keydir\",\n          \"homedir\": \"Some homedir\"\n        },\n        \"login\": {\n          \"password-expiry\": \"0\",\n          \"password-expiry-notification\": \"0\",\n          \"password-history-policy\": 3,\n          \"disable\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06bee9c4-0b5f-4892-bf09-fa5cb4e1bae5"},{"name":"POST - NodeID - nokia-aaa - user","id":"6fe46540-82f5-4be9-a200-ab066dbf2096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"authentication\": {\n    \"password\": \"Some password\",\n    \"ssh_keydir\": \"Some ssh_keydir\",\n    \"homedir\": \"Some homedir\"\n  },\n  \"login\": {\n    \"password-expiry\": \"0\",\n    \"password-expiry-notification\": \"0\",\n    \"password-history-policy\": 3,\n    \"disable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6a27aac1-3a39-41eb-8579-4fa83ac6b666","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"authentication\": {\n    \"password\": \"Some password\",\n    \"ssh_keydir\": \"Some ssh_keydir\",\n    \"homedir\": \"Some homedir\"\n  },\n  \"login\": {\n    \"password-expiry\": \"0\",\n    \"password-expiry-notification\": \"0\",\n    \"password-history-policy\": 3,\n    \"disable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6fe46540-82f5-4be9-a200-ab066dbf2096"},{"name":"GET - NodeID - nokia-aaa - user","id":"3a798f8e-d304-42ed-a214-9fa0d5c968b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"380d197b-f2a7-4e19-ab21-1cde053ad2d9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"user\": [\n    {\n      \"name\": \"?:jK\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"last-login\": \"?:2672-09-16T81:71:12-08:86\",\n        \"last-failed\": \"?:8256-16-85T64:96:88+49:28\",\n        \"failed-login\": 0,\n        \"last-password-changed\": \"?:6668-58-31T88:61:22.1+40:00\",\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    },\n    {\n      \"name\": \"?:jK\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"last-login\": \"?:2672-09-16T81:71:12-08:86\",\n        \"last-failed\": \"?:8256-16-85T64:96:88+49:28\",\n        \"failed-login\": 0,\n        \"last-password-changed\": \"?:6668-58-31T88:61:22.1+40:00\",\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    }\n  ]\n}"}],"_postman_id":"3a798f8e-d304-42ed-a214-9fa0d5c968b2"},{"name":"DELETE - NodeID - nokia-aaa - user","id":"323b441a-3a55-4a1e-a503-150ffddd7afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"49eb6021-d134-494b-8776-cae8e9609a5b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"323b441a-3a55-4a1e-a503-150ffddd7afd"},{"name":"PUT - NodeID - nokia-aaa - user","id":"ea757490-3d6a-4710-9fc9-afd3723723df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    },\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"23b8087b-4ddb-4e7c-b2fc-c583a91bfbc8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    },\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4a06697d-0e2b-4280-9d07-d3ce6781e24c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    },\n    {\n      \"name\": \"?:5\",\n      \"authentication\": {\n        \"password\": \"Some password\",\n        \"ssh_keydir\": \"Some ssh_keydir\",\n        \"homedir\": \"Some homedir\"\n      },\n      \"login\": {\n        \"password-expiry\": \"0\",\n        \"password-expiry-notification\": \"0\",\n        \"password-history-policy\": 3,\n        \"disable\": false\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea757490-3d6a-4710-9fc9-afd3723723df"},{"name":"POST - NodeID - nokia-aaa - authentication","id":"c56af292-2e71-4627-9dab-29c3c4fd3357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"Some password\",\n  \"ssh_keydir\": \"Some ssh_keydir\",\n  \"homedir\": \"Some homedir\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","authentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ec0dd21-97d3-41a5-8a1c-ad8ff702a71c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"password\": \"Some password\",\n  \"ssh_keydir\": \"Some ssh_keydir\",\n  \"homedir\": \"Some homedir\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c56af292-2e71-4627-9dab-29c3c4fd3357"},{"name":"GET - NodeID - nokia-aaa - authentication","id":"aa82b522-a25f-46d4-b1a9-13274b58a4ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","authentication"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d692468e-b151-472e-92c6-787459026d77","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","authentication"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authentication\": {\n    \"password\": \"Some password\",\n    \"ssh_keydir\": \"Some ssh_keydir\",\n    \"homedir\": \"Some homedir\"\n  }\n}"}],"_postman_id":"aa82b522-a25f-46d4-b1a9-13274b58a4ab"},{"name":"DELETE - NodeID - nokia-aaa - authentication","id":"66d9d172-8330-4c89-a8bd-06d62fd5e623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","authentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"08ef4475-f127-4995-879d-045ff565d619","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"66d9d172-8330-4c89-a8bd-06d62fd5e623"},{"name":"PUT - NodeID - nokia-aaa - authentication","id":"5493fba8-c03a-4c3a-a118-8c15d1054a97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"authentication\": {\n    \"password\": \"Some password\",\n    \"ssh_keydir\": \"Some ssh_keydir\",\n    \"homedir\": \"Some homedir\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","authentication"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1b9057e0-a25b-4961-aedf-efd6deeefff4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authentication\": {\n    \"password\": \"Some password\",\n    \"ssh_keydir\": \"Some ssh_keydir\",\n    \"homedir\": \"Some homedir\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9309defd-8502-4249-a97a-9e780e4d4b4a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"authentication\": {\n    \"password\": \"Some password\",\n    \"ssh_keydir\": \"Some ssh_keydir\",\n    \"homedir\": \"Some homedir\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5493fba8-c03a-4c3a-a118-8c15d1054a97"},{"name":"POST - NodeID - nokia-aaa - change-password","id":"ed9986a3-e16b-4356-a3fc-40cfd8058023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"old-password\": \"Some old-password\",\n    \"new-password\": \"Some new-password\",\n    \"confirm-password\": \"Some confirm-password\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication/change-password","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","authentication","change-password"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ac8baba7-269a-442f-8b0c-52ebd0788f88","name":"RPC change-password success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"old-password\": \"Some old-password\",\n    \"new-password\": \"Some new-password\",\n    \"confirm-password\": \"Some confirm-password\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/authentication/change-password"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed9986a3-e16b-4356-a3fc-40cfd8058023"},{"name":"POST - NodeID - nokia-aaa - login","id":"614bb2d2-2eed-4205-a6cd-c58ec4ad2c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password-expiry\": \"0\",\n  \"password-expiry-notification\": \"0\",\n  \"password-history-policy\": 3,\n  \"disable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/login","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","login"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0e0d403e-ef24-40b4-ad3e-5331ba138b1c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"password-expiry\": \"0\",\n  \"password-expiry-notification\": \"0\",\n  \"password-history-policy\": 3,\n  \"disable\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/login"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"614bb2d2-2eed-4205-a6cd-c58ec4ad2c46"},{"name":"GET - NodeID - nokia-aaa - login","id":"4a70bf77-4d40-4aff-a3e0-f01af2ec778c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/login?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","login"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fa1bf442-723c-4866-a526-7a7a71827cdf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/login?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","login"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"login\": {\n    \"last-login\": \"?:2672-09-16T81:71:12-08:86\",\n    \"last-failed\": \"?:8256-16-85T64:96:88+49:28\",\n    \"failed-login\": 0,\n    \"last-password-changed\": \"?:6668-58-31T88:61:22.1+40:00\",\n    \"password-expiry\": \"0\",\n    \"password-expiry-notification\": \"0\",\n    \"password-history-policy\": 3,\n    \"disable\": false\n  }\n}"}],"_postman_id":"4a70bf77-4d40-4aff-a3e0-f01af2ec778c"},{"name":"DELETE - NodeID - nokia-aaa - login","id":"89b1f3d6-28b8-4e43-8fb5-fd4fcec4419c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/login","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","login"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7cf07d21-aba6-4d00-9af3-be6026a43a31","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/login"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89b1f3d6-28b8-4e43-8fb5-fd4fcec4419c"},{"name":"PUT - NodeID - nokia-aaa - login","id":"aa931217-1939-48af-94d6-99fa65f14905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"login\": {\n    \"password-expiry\": \"0\",\n    \"password-expiry-notification\": \"0\",\n    \"password-history-policy\": 3,\n    \"disable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/login","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:users","user=<string>","login"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b8ca95d0-c566-4faa-9836-f650707363a0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"login\": {\n    \"password-expiry\": \"0\",\n    \"password-expiry-notification\": \"0\",\n    \"password-history-policy\": 3,\n    \"disable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/login"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e388359b-3ddd-4c55-a4d3-77d61872e15a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"login\": {\n    \"password-expiry\": \"0\",\n    \"password-expiry-notification\": \"0\",\n    \"password-history-policy\": 3,\n    \"disable\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:users/user=<string>/login"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa931217-1939-48af-94d6-99fa65f14905"},{"name":"POST - NodeID - nokia-aaa - system-security","id":"c71dcdd6-40ff-444e-ab49-acf68a9e0266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password-policy\": {\n    \"min-length\": 8,\n    \"max-length\": 20,\n    \"min-num-numeric-char\": 1,\n    \"min-num-special-char\": 1,\n    \"mixed-case\": true\n  },\n  \"lockout-duration\": \"0\",\n  \"max-retry-attempts\": 3,\n  \"lockout-type\": \"ip-addr\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"80de77d6-7938-437f-91b0-13b4c9ca03e6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"password-policy\": {\n    \"min-length\": 8,\n    \"max-length\": 20,\n    \"min-num-numeric-char\": 1,\n    \"min-num-special-char\": 1,\n    \"mixed-case\": true\n  },\n  \"lockout-duration\": \"0\",\n  \"max-retry-attempts\": 3,\n  \"lockout-type\": \"ip-addr\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c71dcdd6-40ff-444e-ab49-acf68a9e0266"},{"name":"GET - NodeID - nokia-aaa - system-security","id":"8ee7a1db-d593-491b-8bd2-4f72b71cf0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c667081d-3dde-4f25-9610-3442bd3bbaa3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"system-security\": {\n    \"password-policy\": {\n      \"min-length\": 8,\n      \"max-length\": 20,\n      \"min-num-numeric-char\": 1,\n      \"min-num-special-char\": 1,\n      \"mixed-case\": true\n    },\n    \"lockout-duration\": \"0\",\n    \"max-retry-attempts\": 3,\n    \"lockout-type\": \"ip-addr\",\n    \"lockout\": {\n      \"user\": [\n        {\n          \"name\": \"Some name\",\n          \"remaining-lockout-duration\": \"0\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"remaining-lockout-duration\": \"0\"\n        }\n      ],\n      \"ip-addr\": [\n        {\n          \"address\": \"<string>\",\n          \"remaining-lockout-duration\": \"0\"\n        },\n        {\n          \"address\": \"<string>\",\n          \"remaining-lockout-duration\": \"0\"\n        }\n      ],\n      \"global-lockout-type\": false,\n      \"global-remaining-lockout-duration\": \"0\",\n      \"global-lockout-reason\": \"Some global-lockout-reason\"\n    }\n  }\n}"}],"_postman_id":"8ee7a1db-d593-491b-8bd2-4f72b71cf0b4"},{"name":"DELETE - NodeID - nokia-aaa - system-security","id":"397e194c-5c18-47f1-8d9b-fbc20124d441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3a1e37ba-f83a-4e39-be19-cb275a3069cf","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"397e194c-5c18-47f1-8d9b-fbc20124d441"},{"name":"PUT - NodeID - nokia-aaa - system-security","id":"ddc07cf9-8893-4722-a104-3c7f4fe62852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"system-security\": {\n    \"password-policy\": {\n      \"min-length\": 8,\n      \"max-length\": 20,\n      \"min-num-numeric-char\": 1,\n      \"min-num-special-char\": 1,\n      \"mixed-case\": true\n    },\n    \"lockout-duration\": \"0\",\n    \"max-retry-attempts\": 3,\n    \"lockout-type\": \"ip-addr\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7dc75cc6-a4a9-4e5e-ab2d-30b82b04368f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"system-security\": {\n    \"password-policy\": {\n      \"min-length\": 8,\n      \"max-length\": 20,\n      \"min-num-numeric-char\": 1,\n      \"min-num-special-char\": 1,\n      \"mixed-case\": true\n    },\n    \"lockout-duration\": \"0\",\n    \"max-retry-attempts\": 3,\n    \"lockout-type\": \"ip-addr\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff7929da-fcdb-4c88-9440-f1a97a8401d1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"system-security\": {\n    \"password-policy\": {\n      \"min-length\": 8,\n      \"max-length\": 20,\n      \"min-num-numeric-char\": 1,\n      \"min-num-special-char\": 1,\n      \"mixed-case\": true\n    },\n    \"lockout-duration\": \"0\",\n    \"max-retry-attempts\": 3,\n    \"lockout-type\": \"ip-addr\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ddc07cf9-8893-4722-a104-3c7f4fe62852"},{"name":"POST - NodeID - nokia-aaa - remove-lockout","id":"1582834c-2906-4fd1-a169-0aa45d50113f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"user\": [\n      \"Some user\",\n      \"Some user\"\n    ],\n    \"ip-addr\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"global\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/remove-lockout","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","remove-lockout"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"903532e4-13fe-443c-9ac5-6fd7a7a31e5a","name":"RPC remove-lockout success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"user\": [\n      \"Some user\",\n      \"Some user\"\n    ],\n    \"ip-addr\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"global\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/remove-lockout"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1582834c-2906-4fd1-a169-0aa45d50113f"},{"name":"POST - NodeID - nokia-aaa - password-policy","id":"88c0dfe0-8a57-4d91-8316-77028ab2739f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"min-length\": 8,\n  \"max-length\": 20,\n  \"min-num-numeric-char\": 1,\n  \"min-num-special-char\": 1,\n  \"mixed-case\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/password-policy","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","password-policy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"54afc6fe-377a-4b49-9b76-fa4803aa8886","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"min-length\": 8,\n  \"max-length\": 20,\n  \"min-num-numeric-char\": 1,\n  \"min-num-special-char\": 1,\n  \"mixed-case\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/password-policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88c0dfe0-8a57-4d91-8316-77028ab2739f"},{"name":"GET - NodeID - nokia-aaa - password-policy","id":"6860bb02-5d19-4f6c-acbe-280683a6031a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/password-policy?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","password-policy"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c40604b7-52dc-43e2-95bc-770b3ab7cfee","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/password-policy?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","password-policy"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"password-policy\": {\n    \"min-length\": 8,\n    \"max-length\": 20,\n    \"min-num-numeric-char\": 1,\n    \"min-num-special-char\": 1,\n    \"mixed-case\": true\n  }\n}"}],"_postman_id":"6860bb02-5d19-4f6c-acbe-280683a6031a"},{"name":"DELETE - NodeID - nokia-aaa - password-policy","id":"c7f18408-01cd-41d7-ac54-47627596cc8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/password-policy","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","password-policy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4dbdeea8-67e6-4456-964e-3802cd137ace","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/password-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7f18408-01cd-41d7-ac54-47627596cc8e"},{"name":"PUT - NodeID - nokia-aaa - password-policy","id":"47a7d800-b007-4f81-94cb-63e844d51fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password-policy\": {\n    \"min-length\": 8,\n    \"max-length\": 20,\n    \"min-num-numeric-char\": 1,\n    \"min-num-special-char\": 1,\n    \"mixed-case\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/password-policy","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","password-policy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7a0c79a6-124c-4ce4-b742-e1dc6269b062","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"password-policy\": {\n    \"min-length\": 8,\n    \"max-length\": 20,\n    \"min-num-numeric-char\": 1,\n    \"min-num-special-char\": 1,\n    \"mixed-case\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/password-policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d02d84ca-e091-497b-be0d-7869e0657cb1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"password-policy\": {\n    \"min-length\": 8,\n    \"max-length\": 20,\n    \"min-num-numeric-char\": 1,\n    \"min-num-special-char\": 1,\n    \"mixed-case\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/password-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"47a7d800-b007-4f81-94cb-63e844d51fbd"},{"name":"GET - NodeID - nokia-aaa - lockout","id":"d21f4b20-b524-4e44-9912-3e1e61993820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/lockout?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","lockout"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"63b98e42-de17-4c58-8715-4ef3a3905e23","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/lockout?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","lockout"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"lockout\": {\n    \"user\": [\n      {\n        \"name\": \"Some name\",\n        \"remaining-lockout-duration\": \"0\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"remaining-lockout-duration\": \"0\"\n      }\n    ],\n    \"ip-addr\": [\n      {\n        \"address\": \"<string>\",\n        \"remaining-lockout-duration\": \"0\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"remaining-lockout-duration\": \"0\"\n      }\n    ],\n    \"global-lockout-type\": false,\n    \"global-remaining-lockout-duration\": \"0\",\n    \"global-lockout-reason\": \"Some global-lockout-reason\"\n  }\n}"}],"_postman_id":"d21f4b20-b524-4e44-9912-3e1e61993820"},{"name":"GET - NodeID - nokia-aaa - user","id":"4a202e25-ad6f-4894-9894-b28dff275710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/lockout/user=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","lockout","user=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7e891089-d17b-4fa4-99ef-73bec6619b20","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/lockout/user=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","lockout","user=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"remaining-lockout-duration\": \"0\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"remaining-lockout-duration\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"4a202e25-ad6f-4894-9894-b28dff275710"},{"name":"GET - NodeID - nokia-aaa - ip-addr","id":"ee0698b8-a068-4407-9417-f8f81f050717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/lockout/ip-addr=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","lockout","ip-addr=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7a7572dc-0c34-4af0-89f3-f5ea1534b415","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-aaa:system-security/lockout/ip-addr=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-aaa:system-security","lockout","ip-addr=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ip-addr\": [\n    {\n      \"address\": \"<string>\",\n      \"remaining-lockout-duration\": \"0\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"remaining-lockout-duration\": \"0\"\n    }\n  ]\n}"}],"_postman_id":"ee0698b8-a068-4407-9417-f8f81f050717"}],"id":"d7167d93-3b51-4336-bef6-764d93b3dd2e","_postman_id":"d7167d93-3b51-4336-bef6-764d93b3dd2e","description":""},{"name":"mounted NodeID nokia-cpe-software-image-management","item":[{"name":"POST - NodeID - nokia-cpe-software-image-management - cpe-software-management","id":"4935e2ce-11f8-4bd9-aee4-a343e3e77c26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"software-preferences\": {\n    \"preference\": [\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      },\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      }\n    ]\n  },\n  \"software-actions\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management","description":"<p>Top-level container representing preferred software setting for\nCPE Types, actions for the CPE software and software packages in\nthe system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"dc7f13f7-1418-4a38-8dc8-c13463bd41f1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"software-preferences\": {\n    \"preference\": [\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      },\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      }\n    ]\n  },\n  \"software-actions\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4935e2ce-11f8-4bd9-aee4-a343e3e77c26"},{"name":"GET - NodeID - nokia-cpe-software-image-management - cpe-software-management","id":"1e5c29f9-61b9-4492-9a8f-0725e5fd433a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management?content=<string>","description":"<p>Top-level container representing preferred software setting for\nCPE Types, actions for the CPE software and software packages in\nthe system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"36cf2592-e6b3-4259-b3fc-07e5af6ffb8c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cpe-software-management\": {\n    \"software-preferences\": {\n      \"preference\": [\n        {\n          \"cpe-type\": \"Some cpe-type\",\n          \"preferred-software\": \"?:g\",\n          \"auto-active\": true\n        },\n        {\n          \"cpe-type\": \"Some cpe-type\",\n          \"preferred-software\": \"?:g\",\n          \"auto-active\": true\n        }\n      ]\n    },\n    \"software-actions\": {},\n    \"software-revisions\": {\n      \"revision\": [\n        {\n          \"software-name\": \"?:D\",\n          \"state\": \"SUCCESS\",\n          \"software-information\": {\n            \"crc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"failure-reason\": \"Some failure-reason\"\n        },\n        {\n          \"software-name\": \"?:D\",\n          \"state\": \"SUCCESS\",\n          \"software-information\": {\n            \"crc\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"failure-reason\": \"Some failure-reason\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1e5c29f9-61b9-4492-9a8f-0725e5fd433a"},{"name":"DELETE - NodeID - nokia-cpe-software-image-management - cpe-software-management","id":"0f7a058d-8491-4ae6-b0b5-e51614a8885e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management","description":"<p>Top-level container representing preferred software setting for\nCPE Types, actions for the CPE software and software packages in\nthe system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"075e0811-7899-4780-adf5-65e521afcd15","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f7a058d-8491-4ae6-b0b5-e51614a8885e"},{"name":"PUT - NodeID - nokia-cpe-software-image-management - cpe-software-management","id":"fa9dcc74-487d-4a3c-b7e9-cbdeec10afa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cpe-software-management\": {\n    \"software-preferences\": {\n      \"preference\": [\n        {\n          \"cpe-type\": \"Some cpe-type\",\n          \"preferred-software\": \"?:y2\",\n          \"auto-active\": true\n        },\n        {\n          \"cpe-type\": \"Some cpe-type\",\n          \"preferred-software\": \"?:y2\",\n          \"auto-active\": true\n        }\n      ]\n    },\n    \"software-actions\": {}\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management","description":"<p>Top-level container representing preferred software setting for\nCPE Types, actions for the CPE software and software packages in\nthe system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f59685a0-35ed-48b5-b3d6-0745dd9494ed","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-software-management\": {\n    \"software-preferences\": {\n      \"preference\": [\n        {\n          \"cpe-type\": \"Some cpe-type\",\n          \"preferred-software\": \"?:y2\",\n          \"auto-active\": true\n        },\n        {\n          \"cpe-type\": \"Some cpe-type\",\n          \"preferred-software\": \"?:y2\",\n          \"auto-active\": true\n        }\n      ]\n    },\n    \"software-actions\": {}\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"58241cf1-5850-475a-be8f-474b5e1a0fd2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpe-software-management\": {\n    \"software-preferences\": {\n      \"preference\": [\n        {\n          \"cpe-type\": \"Some cpe-type\",\n          \"preferred-software\": \"?:y2\",\n          \"auto-active\": true\n        },\n        {\n          \"cpe-type\": \"Some cpe-type\",\n          \"preferred-software\": \"?:y2\",\n          \"auto-active\": true\n        }\n      ]\n    },\n    \"software-actions\": {}\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa9dcc74-487d-4a3c-b7e9-cbdeec10afa2"},{"name":"POST - NodeID - nokia-cpe-software-image-management - software-preferences","id":"e0b8b587-8959-4519-9687-ff9293f4f3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"preference\": [\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    },\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences","description":"<p>Container representing preferred software setting for CPE Types.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b9398e0c-2811-441e-960b-f068b3101e0f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"preference\": [\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    },\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0b8b587-8959-4519-9687-ff9293f4f3f5"},{"name":"GET - NodeID - nokia-cpe-software-image-management - software-preferences","id":"402e931e-b656-4038-a196-3970fe8046cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences?content=<string>","description":"<p>Container representing preferred software setting for CPE Types.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"bade9560-84e4-4c7f-90f5-849169c754e8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software-preferences\": {\n    \"preference\": [\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:g\",\n        \"auto-active\": true\n      },\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:g\",\n        \"auto-active\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"402e931e-b656-4038-a196-3970fe8046cb"},{"name":"DELETE - NodeID - nokia-cpe-software-image-management - software-preferences","id":"b2017957-800c-4f6a-845a-f2e6971aa3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences","description":"<p>Container representing preferred software setting for CPE Types.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"539e9855-2b3d-442a-b317-f245e659c9ac","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2017957-800c-4f6a-845a-f2e6971aa3c1"},{"name":"PUT - NodeID - nokia-cpe-software-image-management - software-preferences","id":"8970370c-8941-4463-ba61-68822f5a896f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"software-preferences\": {\n    \"preference\": [\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      },\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences","description":"<p>Container representing preferred software setting for CPE Types.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e13847bc-0b83-403b-b9e9-efe4d24e4aa8","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software-preferences\": {\n    \"preference\": [\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      },\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d364542f-b4c6-442b-b761-03a4899ba2cc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software-preferences\": {\n    \"preference\": [\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      },\n      {\n        \"cpe-type\": \"Some cpe-type\",\n        \"preferred-software\": \"?:y2\",\n        \"auto-active\": true\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8970370c-8941-4463-ba61-68822f5a896f"},{"name":"POST - NodeID - nokia-cpe-software-image-management - preference","id":"3f349bd3-b940-4f0a-a302-a85de92a0479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"preferred-software\": \"?:y2\",\n  \"auto-active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences/preference=<string>","description":"<p>allows setting of preferred software for cpe type</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences","preference=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1f61be99-baf9-468c-9783-a19d7551ed08","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"preferred-software\": \"?:y2\",\n  \"auto-active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences/preference=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f349bd3-b940-4f0a-a302-a85de92a0479"},{"name":"GET - NodeID - nokia-cpe-software-image-management - preference","id":"7a3e7bc0-b0b8-43f5-80c5-4afc5e336075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences/preference=<string>?content=<string>","description":"<p>allows setting of preferred software for cpe type</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences","preference=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1644b562-14cc-47ad-b140-8f0792802c52","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences/preference=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences","preference=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"preference\": [\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:g\",\n      \"auto-active\": true\n    },\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:g\",\n      \"auto-active\": true\n    }\n  ]\n}"}],"_postman_id":"7a3e7bc0-b0b8-43f5-80c5-4afc5e336075"},{"name":"DELETE - NodeID - nokia-cpe-software-image-management - preference","id":"ba9467b2-0f96-47ed-b6e9-328b381927ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences/preference=<string>","description":"<p>allows setting of preferred software for cpe type</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences","preference=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"74f063ef-b00b-40d0-8d57-2d289dac1728","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences/preference=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba9467b2-0f96-47ed-b6e9-328b381927ec"},{"name":"PUT - NodeID - nokia-cpe-software-image-management - preference","id":"ce9ed3c7-6530-4273-ab95-8b124e55e2d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"preference\": [\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    },\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences/preference=<string>","description":"<p>allows setting of preferred software for cpe type</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-preferences","preference=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c5b0d3c4-f8d7-48ca-9a84-6c6024034805","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"preference\": [\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    },\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences/preference=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"45f24432-2a8f-45f8-840d-5b558ab6624a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"preference\": [\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    },\n    {\n      \"cpe-type\": \"Some cpe-type\",\n      \"preferred-software\": \"?:y2\",\n      \"auto-active\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-preferences/preference=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce9ed3c7-6530-4273-ab95-8b124e55e2d2"},{"name":"POST - NodeID - nokia-cpe-software-image-management - software-actions","id":"93d50cbc-e634-4459-9e32-79208acfdd67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions","description":"<p>Container representing actions on the CPE software.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-actions"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"87571e21-4544-4517-a045-72fc19724bcf","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93d50cbc-e634-4459-9e32-79208acfdd67"},{"name":"GET - NodeID - nokia-cpe-software-image-management - software-actions","id":"68c8ef49-373d-4033-a908-842fbb03c9fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions?content=<string>","description":"<p>Container representing actions on the CPE software.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-actions"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e29dbe88-11b6-4eb0-95b3-5019ce431ea2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-actions"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software-actions\": {}\n}"}],"_postman_id":"68c8ef49-373d-4033-a908-842fbb03c9fe"},{"name":"DELETE - NodeID - nokia-cpe-software-image-management - software-actions","id":"50fe0418-1b24-4be1-84b9-5780b96b1df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions","description":"<p>Container representing actions on the CPE software.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-actions"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"78582f9f-c8c0-4bd0-9a27-f0b05c182fa5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50fe0418-1b24-4be1-84b9-5780b96b1df7"},{"name":"PUT - NodeID - nokia-cpe-software-image-management - software-actions","id":"e6b033bf-62ac-45f4-94aa-6b3a29f68451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"software-actions\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions","description":"<p>Container representing actions on the CPE software.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-actions"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9f6136f7-2419-4471-9cf3-bc6655f3d26b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software-actions\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e5d1c94d-3fc4-4832-94c9-bc7d3ce1a59b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"software-actions\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e6b033bf-62ac-45f4-94aa-6b3a29f68451"},{"name":"POST - NodeID - nokia-cpe-software-image-management - download","id":"178dc52b-86dc-462b-94ed-0727a0b685bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"url\": \"Some url\",\n    \"name\": \"?:q\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions/download","description":"<p>Download specified software to this physical entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-actions","download"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f56aae34-4642-4483-9ba3-3da64a0befc2","name":"RPC download success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"url\": \"Some url\",\n    \"name\": \"?:q\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions/download"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"download-status\": \"SUCCESS\"\n  }\n}"}],"_postman_id":"178dc52b-86dc-462b-94ed-0727a0b685bc"},{"name":"POST - NodeID - nokia-cpe-software-image-management - delete","id":"8a91a9dc-8bc9-4d57-93b0-48d52c2ca2af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"name\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions/delete","description":"<p>Delete specified software from the physical entity.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-actions","delete"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aca8faaf-5c82-48f0-ad22-d0af03482dde","name":"RPC delete success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"name\": \"?:\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-actions/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"delete-status\": \"SUCCESS\"\n  }\n}"}],"_postman_id":"8a91a9dc-8bc9-4d57-93b0-48d52c2ca2af"},{"name":"GET - NodeID - nokia-cpe-software-image-management - software-revisions","id":"dc2f79e4-da0d-44a7-84b9-d747d530fa09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-revisions?content=<string>","description":"<p>Container representing revisions of the CPE software in the system.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-revisions"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8cadbc19-de17-44a1-99a8-d02333c2edc9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-revisions?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-revisions"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software-revisions\": {\n    \"revision\": [\n      {\n        \"software-name\": \"?:D\",\n        \"state\": \"SUCCESS\",\n        \"software-information\": {\n          \"crc\": \"Some crc\",\n          \"size\": \"Some size\"\n        },\n        \"failure-reason\": \"Some failure-reason\"\n      },\n      {\n        \"software-name\": \"?:D\",\n        \"state\": \"SUCCESS\",\n        \"software-information\": {\n          \"crc\": \"Some crc\",\n          \"size\": \"Some size\"\n        },\n        \"failure-reason\": \"Some failure-reason\"\n      }\n    ]\n  }\n}"}],"_postman_id":"dc2f79e4-da0d-44a7-84b9-d747d530fa09"},{"name":"GET - NodeID - nokia-cpe-software-image-management - revision","id":"7686a59f-f8b5-46cc-bb78-72a4115ef445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-revisions/revision=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-revisions","revision=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"003dd6e0-eba0-4d66-9dd7-157349b130e1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-revisions/revision=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-revisions","revision=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"revision\": [\n    {\n      \"software-name\": \"?:D\",\n      \"state\": \"SUCCESS\",\n      \"software-information\": {\n        \"crc\": \"Some crc\",\n        \"size\": \"Some size\"\n      },\n      \"failure-reason\": \"Some failure-reason\"\n    },\n    {\n      \"software-name\": \"?:D\",\n      \"state\": \"SUCCESS\",\n      \"software-information\": {\n        \"crc\": \"Some crc\",\n        \"size\": \"Some size\"\n      },\n      \"failure-reason\": \"Some failure-reason\"\n    }\n  ]\n}"}],"_postman_id":"7686a59f-f8b5-46cc-bb78-72a4115ef445"},{"name":"GET - NodeID - nokia-cpe-software-image-management - software-information","id":"eec3586d-c990-4bc0-9902-5e04e8de4280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-revisions/revision=<string>/software-information?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-revisions","revision=<string>","software-information"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3543e6b9-3cba-4364-8809-e717aa4f79dd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-cpe-software-image-management:cpe-software-management/software-revisions/revision=<string>/software-information?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-cpe-software-image-management:cpe-software-management","software-revisions","revision=<string>","software-information"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"software-information\": {\n    \"crc\": \"Some crc\",\n    \"size\": \"Some size\"\n  }\n}"}],"_postman_id":"eec3586d-c990-4bc0-9902-5e04e8de4280"}],"id":"29f2b8a5-f16d-4bff-99ed-43adbbce1688","_postman_id":"29f2b8a5-f16d-4bff-99ed-43adbbce1688","description":""},{"name":"mounted NodeID nokia-dhcp-client","item":[{"name":"POST - NodeID - nokia-dhcp-client - dhcp-client","id":"f4f94cbc-23cf-4193-ac8d-8e7567ed66a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client\": \"enabled\",\n  \"mode\": \"dhcp-and-callhome\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client","description":"<p>Dhcp client manual operation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-dhcp-client:dhcp-client"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d39b6d88-d2d0-4044-9707-3adf918424ce","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"client\": \"enabled\",\n  \"mode\": \"dhcp-and-callhome\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f4f94cbc-23cf-4193-ac8d-8e7567ed66a9"},{"name":"GET - NodeID - nokia-dhcp-client - dhcp-client","id":"ee52631a-57a6-45aa-86cd-519b3afabedc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client?content=<string>","description":"<p>Dhcp client manual operation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-dhcp-client:dhcp-client"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a0e72cfb-7927-43e9-9276-87e872743431","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-dhcp-client:dhcp-client"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dhcp-client\": {\n    \"client\": \"enabled\",\n    \"mode\": \"dhcp-and-callhome\"\n  }\n}"}],"_postman_id":"ee52631a-57a6-45aa-86cd-519b3afabedc"},{"name":"DELETE - NodeID - nokia-dhcp-client - dhcp-client","id":"90807d69-4393-45c5-a2a3-e5fa8489f085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client","description":"<p>Dhcp client manual operation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-dhcp-client:dhcp-client"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7d732a2c-23e9-40f6-8a3a-0eb89b9c8384","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"90807d69-4393-45c5-a2a3-e5fa8489f085"},{"name":"PUT - NodeID - nokia-dhcp-client - dhcp-client","id":"cf0490e6-87cb-4756-bad2-864d3dd5d8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dhcp-client\": {\n    \"client\": \"enabled\",\n    \"mode\": \"dhcp-and-callhome\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client","description":"<p>Dhcp client manual operation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-dhcp-client:dhcp-client"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"26bc8680-788c-41fb-a77d-1d74f36f6b12","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dhcp-client\": {\n    \"client\": \"enabled\",\n    \"mode\": \"dhcp-and-callhome\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b17eacdc-0047-4147-ad3c-156c57dd9e4c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"dhcp-client\": {\n    \"client\": \"enabled\",\n    \"mode\": \"dhcp-and-callhome\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cf0490e6-87cb-4756-bad2-864d3dd5d8b3"},{"name":"POST - NodeID - nokia-dhcp-client - manual-request","id":"21d6d50f-5151-412d-9cea-ea44374e9e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"operation\": \"renew-pma-endpoint\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client/manual-request","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-dhcp-client:dhcp-client","manual-request"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"89c78dd0-0610-47b6-b0d4-d828cac406ef","name":"RPC manual-request success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"operation\": \"renew-pma-endpoint\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-dhcp-client:dhcp-client/manual-request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"result\": \"success\",\n    \"details\": \"Some details\"\n  }\n}"}],"_postman_id":"21d6d50f-5151-412d-9cea-ea44374e9e17"}],"id":"6af56bcc-b4b5-4b9e-9720-3f0e674a927a","_postman_id":"6af56bcc-b4b5-4b9e-9720-3f0e674a927a","description":""},{"name":"mounted NodeID nokia-fastdsl","item":[{"name":"POST - NodeID - nokia-fastdsl - fastdsl","id":"291dc5eb-732e-4bfe-82c9-436884f9a139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vce-parameters\": {\n    \"vectoring-class\": \"0\",\n    \"vectoring-capacity\": \"normal\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl","description":"<p>Proprietary fastdsl system level configuration parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3064afb9-574f-4871-b246-141b8e804c53","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vce-parameters\": {\n    \"vectoring-class\": \"0\",\n    \"vectoring-capacity\": \"normal\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"291dc5eb-732e-4bfe-82c9-436884f9a139"},{"name":"GET - NodeID - nokia-fastdsl - fastdsl","id":"aa93ca7d-53a8-4dde-ac0e-c1a4ee75c2ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl?content=<string>","description":"<p>Proprietary fastdsl system level configuration parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"17897f64-9d8e-4870-8862-c75163f9dd33","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fastdsl\": {\n    \"vce-parameters\": {\n      \"vectoring-class\": \"0\",\n      \"vectoring-capacity\": \"normal\"\n    }\n  }\n}"}],"_postman_id":"aa93ca7d-53a8-4dde-ac0e-c1a4ee75c2ec"},{"name":"DELETE - NodeID - nokia-fastdsl - fastdsl","id":"62bd68ec-37a3-4b09-8ab3-639b1bdcb84c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl","description":"<p>Proprietary fastdsl system level configuration parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a0a498c-5064-46e2-9a84-8eca8c0f8fe2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62bd68ec-37a3-4b09-8ab3-639b1bdcb84c"},{"name":"PUT - NodeID - nokia-fastdsl - fastdsl","id":"4a7c5b1d-769b-425d-be3b-2ba5faf21826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fastdsl\": {\n    \"vce-parameters\": {\n      \"vectoring-class\": \"0\",\n      \"vectoring-capacity\": \"normal\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl","description":"<p>Proprietary fastdsl system level configuration parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"15b2ecc0-1e51-4fa0-abcd-5c0a04c0fe71","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fastdsl\": {\n    \"vce-parameters\": {\n      \"vectoring-class\": \"0\",\n      \"vectoring-capacity\": \"normal\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6d02c8b3-fac2-4f83-bd56-6eb348948eaf","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"fastdsl\": {\n    \"vce-parameters\": {\n      \"vectoring-class\": \"0\",\n      \"vectoring-capacity\": \"normal\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a7c5b1d-769b-425d-be3b-2ba5faf21826"},{"name":"POST - NodeID - nokia-fastdsl - vce-parameters","id":"b6d25195-23bc-4e47-bd17-7c34296d0486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vectoring-class\": \"0\",\n  \"vectoring-capacity\": \"normal\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl/vce-parameters","description":"<p>Proprietary vce parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl","vce-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"eaf2c5b2-2be4-4a35-a8bb-b10d38b57d33","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"vectoring-class\": \"0\",\n  \"vectoring-capacity\": \"normal\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl/vce-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6d25195-23bc-4e47-bd17-7c34296d0486"},{"name":"GET - NodeID - nokia-fastdsl - vce-parameters","id":"14828faa-203f-443e-bf2b-ccb4fc319dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl/vce-parameters?content=<string>","description":"<p>Proprietary vce parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl","vce-parameters"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"45bb651f-ad91-4274-a617-ef12d1c74787","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl/vce-parameters?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl","vce-parameters"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vce-parameters\": {\n    \"vectoring-class\": \"0\",\n    \"vectoring-capacity\": \"normal\"\n  }\n}"}],"_postman_id":"14828faa-203f-443e-bf2b-ccb4fc319dd2"},{"name":"DELETE - NodeID - nokia-fastdsl - vce-parameters","id":"4d99ac5c-964f-42c8-a779-8ba376167e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl/vce-parameters","description":"<p>Proprietary vce parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl","vce-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"019eb524-df81-443b-abe5-31cd8812f335","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl/vce-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d99ac5c-964f-42c8-a779-8ba376167e11"},{"name":"PUT - NodeID - nokia-fastdsl - vce-parameters","id":"47ba1c29-f719-4281-a9ea-536c5a10640e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vce-parameters\": {\n    \"vectoring-class\": \"0\",\n    \"vectoring-capacity\": \"normal\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl/vce-parameters","description":"<p>Proprietary vce parameters</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-fastdsl:fastdsl","vce-parameters"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8d0ee89c-5c3b-4eeb-b831-a9899876c97d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vce-parameters\": {\n    \"vectoring-class\": \"0\",\n    \"vectoring-capacity\": \"normal\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl/vce-parameters"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9b3dfe34-309a-4015-8c30-cf4594b77d5d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"vce-parameters\": {\n    \"vectoring-class\": \"0\",\n    \"vectoring-capacity\": \"normal\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-fastdsl:fastdsl/vce-parameters"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"47ba1c29-f719-4281-a9ea-536c5a10640e"}],"id":"eee4f397-c93f-404a-85d9-80ad417c2ab1","description":"<p>Interface objects supporting xDSL and G.fast.</p>\n","_postman_id":"eee4f397-c93f-404a-85d9-80ad417c2ab1"},{"name":"mounted NodeID nokia-ingress-cpu-packets-rate-limit","item":[{"name":"POST - NodeID - nokia-ingress-cpu-packets-rate-limit - cpu-load-control-cfg","id":"4b00a678-aa85-4540-aea9-a480f449968d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"default-ingress-cpu-packets-rate-limit\": [\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    },\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg","description":"<p>This configuration is to protect the CPU against DOS attacks\nor against single users requesting a too high portion of the\nCPU processing load.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1b3e15a7-73ec-4cb2-90ef-9ff1164a699b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"default-ingress-cpu-packets-rate-limit\": [\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    },\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b00a678-aa85-4540-aea9-a480f449968d"},{"name":"GET - NodeID - nokia-ingress-cpu-packets-rate-limit - cpu-load-control-cfg","id":"188752c4-8979-49a7-acfd-439d21974dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg?content=<string>","description":"<p>This configuration is to protect the CPU against DOS attacks\nor against single users requesting a too high portion of the\nCPU processing load.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8c3c1c1d-9254-4c78-a472-f2c5eb486a4f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cpu-load-control-cfg\": {\n    \"default-ingress-cpu-packets-rate-limit\": [\n      {\n        \"rate-limit-policy-name\": \"?:l>A>0\",\n        \"interface-usage\": \"user-port\"\n      },\n      {\n        \"rate-limit-policy-name\": \"?:l>A>0\",\n        \"interface-usage\": \"user-port\"\n      }\n    ]\n  }\n}"}],"_postman_id":"188752c4-8979-49a7-acfd-439d21974dd2"},{"name":"DELETE - NodeID - nokia-ingress-cpu-packets-rate-limit - cpu-load-control-cfg","id":"6aaeff70-5544-4f6d-a2df-5750395b60ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg","description":"<p>This configuration is to protect the CPU against DOS attacks\nor against single users requesting a too high portion of the\nCPU processing load.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1a810fe6-06e3-4529-8986-92da6e20653c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6aaeff70-5544-4f6d-a2df-5750395b60ad"},{"name":"PUT - NodeID - nokia-ingress-cpu-packets-rate-limit - cpu-load-control-cfg","id":"d91aebde-ce68-4914-8ebb-6fc57d90a717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cpu-load-control-cfg\": {\n    \"default-ingress-cpu-packets-rate-limit\": [\n      {\n        \"rate-limit-policy-name\": \"?:\",\n        \"interface-usage\": \"user-port\"\n      },\n      {\n        \"rate-limit-policy-name\": \"?:\",\n        \"interface-usage\": \"user-port\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg","description":"<p>This configuration is to protect the CPU against DOS attacks\nor against single users requesting a too high portion of the\nCPU processing load.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fd813c6d-3b10-422f-912e-d7079195efb6","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpu-load-control-cfg\": {\n    \"default-ingress-cpu-packets-rate-limit\": [\n      {\n        \"rate-limit-policy-name\": \"?:\",\n        \"interface-usage\": \"user-port\"\n      },\n      {\n        \"rate-limit-policy-name\": \"?:\",\n        \"interface-usage\": \"user-port\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cf590b21-b856-4971-a2b0-69c782ebdc6f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"cpu-load-control-cfg\": {\n    \"default-ingress-cpu-packets-rate-limit\": [\n      {\n        \"rate-limit-policy-name\": \"?:\",\n        \"interface-usage\": \"user-port\"\n      },\n      {\n        \"rate-limit-policy-name\": \"?:\",\n        \"interface-usage\": \"user-port\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d91aebde-ce68-4914-8ebb-6fc57d90a717"},{"name":"POST - NodeID - nokia-ingress-cpu-packets-rate-limit - default-ingress-cpu-packets-rate-limit","id":"37ae440d-51cb-4482-b773-8056607bc63d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rate-limit-policy-name\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg/default-ingress-cpu-packets-rate-limit=<string>","description":"<p>A list of default packets to CPU rate limit configurations\nper interface-usage.\nOnly configuration for user-port, a kind of interface-usage,\nwill be applied to interfaces (eth, xdsl, olt-v-enet etc.,\nVSIs are not included). </p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg","default-ingress-cpu-packets-rate-limit=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b862017f-88fc-48b4-b284-0b240d52032c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"rate-limit-policy-name\": \"?:\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg/default-ingress-cpu-packets-rate-limit=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37ae440d-51cb-4482-b773-8056607bc63d"},{"name":"GET - NodeID - nokia-ingress-cpu-packets-rate-limit - default-ingress-cpu-packets-rate-limit","id":"6754ef7e-e501-4d11-a429-eb4d47293579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg/default-ingress-cpu-packets-rate-limit=<string>?content=<string>","description":"<p>A list of default packets to CPU rate limit configurations\nper interface-usage.\nOnly configuration for user-port, a kind of interface-usage,\nwill be applied to interfaces (eth, xdsl, olt-v-enet etc.,\nVSIs are not included). </p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg","default-ingress-cpu-packets-rate-limit=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c39e1406-74b2-4258-a3b5-0ad13a536a64","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg/default-ingress-cpu-packets-rate-limit=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg","default-ingress-cpu-packets-rate-limit=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"default-ingress-cpu-packets-rate-limit\": [\n    {\n      \"rate-limit-policy-name\": \"?:l>A>0\",\n      \"interface-usage\": \"user-port\"\n    },\n    {\n      \"rate-limit-policy-name\": \"?:l>A>0\",\n      \"interface-usage\": \"user-port\"\n    }\n  ]\n}"}],"_postman_id":"6754ef7e-e501-4d11-a429-eb4d47293579"},{"name":"DELETE - NodeID - nokia-ingress-cpu-packets-rate-limit - default-ingress-cpu-packets-rate-limit","id":"28fb91b9-6394-449d-acf5-d1216dec4398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg/default-ingress-cpu-packets-rate-limit=<string>","description":"<p>A list of default packets to CPU rate limit configurations\nper interface-usage.\nOnly configuration for user-port, a kind of interface-usage,\nwill be applied to interfaces (eth, xdsl, olt-v-enet etc.,\nVSIs are not included). </p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg","default-ingress-cpu-packets-rate-limit=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ae4d448-8624-45c8-8957-8656b20ea214","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg/default-ingress-cpu-packets-rate-limit=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28fb91b9-6394-449d-acf5-d1216dec4398"},{"name":"PUT - NodeID - nokia-ingress-cpu-packets-rate-limit - default-ingress-cpu-packets-rate-limit","id":"00c64e08-b0d3-43f0-a3b4-5d5de78adc5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"default-ingress-cpu-packets-rate-limit\": [\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    },\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg/default-ingress-cpu-packets-rate-limit=<string>","description":"<p>A list of default packets to CPU rate limit configurations\nper interface-usage.\nOnly configuration for user-port, a kind of interface-usage,\nwill be applied to interfaces (eth, xdsl, olt-v-enet etc.,\nVSIs are not included). </p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg","default-ingress-cpu-packets-rate-limit=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d9ba0708-89ee-4e73-b4c2-0bc95d276a8c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"default-ingress-cpu-packets-rate-limit\": [\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    },\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg/default-ingress-cpu-packets-rate-limit=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c206a548-ce6b-46db-9e9e-1851cf9b4644","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"default-ingress-cpu-packets-rate-limit\": [\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    },\n    {\n      \"rate-limit-policy-name\": \"?:\",\n      \"interface-usage\": \"user-port\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ingress-cpu-packets-rate-limit:cpu-load-control-cfg/default-ingress-cpu-packets-rate-limit=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00c64e08-b0d3-43f0-a3b4-5d5de78adc5b"}],"id":"bd8cf6d5-747b-4b0f-8372-45eafc40e489","_postman_id":"bd8cf6d5-747b-4b0f-8372-45eafc40e489","description":""},{"name":"mounted NodeID nokia-logging-app","item":[{"name":"POST - NodeID - nokia-logging-app - applications","id":"63b686cb-d8ac-47b2-b3c9-1e8c3104007f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2fcffc57-28a2-4006-a831-f4cbcc2a59f3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63b686cb-d8ac-47b2-b3c9-1e8c3104007f"},{"name":"GET - NodeID - nokia-logging-app - applications","id":"49cb58ac-2da5-4bad-b81f-06175fbea548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"534b2097-06f4-4899-a6b2-92cd39ca6340","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"applications\": {\n    \"enable-logging-for\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ],\n    \"active-applications\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"49cb58ac-2da5-4bad-b81f-06175fbea548"},{"name":"DELETE - NodeID - nokia-logging-app - applications","id":"8fd55170-b6fd-43d6-9bbb-3dfdd1d2cb3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a336eff0-3f42-44d9-a590-9d1eda173539","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8fd55170-b6fd-43d6-9bbb-3dfdd1d2cb3e"},{"name":"PUT - NodeID - nokia-logging-app - applications","id":"99427341-f125-4dfa-99d0-460c92dcfa84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"applications\": {\n    \"enable-logging-for\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"75b5f616-0a96-4aea-9a64-07d7dd7e28d7","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"applications\": {\n    \"enable-logging-for\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9f138366-0b67-4f44-92bc-255f9129b82f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"applications\": {\n    \"enable-logging-for\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"99427341-f125-4dfa-99d0-460c92dcfa84"},{"name":"POST - NodeID - nokia-logging-app - enable-logging-for","id":"5a85b778-3ccd-4490-b891-c7298cb91008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>","description":"<p>enable/disable the log level of internal loggers per application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"24856074-64cf-408a-b766-2b8e2628f159","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a85b778-3ccd-4490-b891-c7298cb91008"},{"name":"GET - NodeID - nokia-logging-app - enable-logging-for","id":"fe4ddaa6-209c-4762-a4e2-a9bf57e2e436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>?content=<string>","description":"<p>enable/disable the log level of internal loggers per application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1663a962-ad4e-4526-b742-448694d2b5e0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"fe4ddaa6-209c-4762-a4e2-a9bf57e2e436"},{"name":"DELETE - NodeID - nokia-logging-app - enable-logging-for","id":"5655f307-dc36-4178-a68c-b7597f4ee5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>","description":"<p>enable/disable the log level of internal loggers per application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"443f1c6a-9eea-4508-bf45-6a2f18c006dd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5655f307-dc36-4178-a68c-b7597f4ee5e3"},{"name":"PUT - NodeID - nokia-logging-app - enable-logging-for","id":"ca652ca9-402c-4340-8116-614a2a822b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>","description":"<p>enable/disable the log level of internal loggers per application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"588c8514-1307-4206-bb5e-863a85692789","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"35bc2604-edc0-4331-b4b0-395911dc64ea","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca652ca9-402c-4340-8116-614a2a822b72"},{"name":"POST - NodeID - nokia-logging-app - modules","id":"034645ae-3839-4609-85dd-a1bf2b387feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"level\": \"none\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>/modules=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d0acabae-1e5d-4818-b841-a149adb659c3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"level\": \"none\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>/modules=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"034645ae-3839-4609-85dd-a1bf2b387feb"},{"name":"GET - NodeID - nokia-logging-app - modules","id":"77cea288-cc12-49d3-bbbb-fb25ac2c7710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>/modules=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"51e2f83e-a45b-4264-9c32-73f6669fe87e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>/modules=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>","modules=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}"}],"_postman_id":"77cea288-cc12-49d3-bbbb-fb25ac2c7710"},{"name":"DELETE - NodeID - nokia-logging-app - modules","id":"09080598-831d-428b-8e13-f512610bff00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>/modules=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c959452e-edef-41b7-887c-30d9655c5927","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>/modules=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"09080598-831d-428b-8e13-f512610bff00"},{"name":"PUT - NodeID - nokia-logging-app - modules","id":"dfc8d275-b4c5-40aa-a937-52eb307b85aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>/modules=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","enable-logging-for=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7dcafac9-aec9-4f51-ab14-eded75f44ffa","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>/modules=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"65a830f9-5a40-4bb5-8ecd-ff74925dfcd4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/enable-logging-for=<string>/modules=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dfc8d275-b4c5-40aa-a937-52eb307b85aa"},{"name":"GET - NodeID - nokia-logging-app - active-applications","id":"c5b4d985-8521-466e-ae83-e6b80bec4802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/active-applications=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","active-applications=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4a094129-8139-460f-889c-c6b9ef28f932","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/active-applications=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","active-applications=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active-applications\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"c5b4d985-8521-466e-ae83-e6b80bec4802"},{"name":"GET - NodeID - nokia-logging-app - modules","id":"aab63cb4-abb7-45d4-bf2e-60582cabc0e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/active-applications=<string>/modules=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","active-applications=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b0ad9c8f-fc63-4d7e-b4e2-9c1aaf308690","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:applications/active-applications=<string>/modules=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:applications","active-applications=<string>","modules=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}"}],"_postman_id":"aab63cb4-abb7-45d4-bf2e-60582cabc0e9"},{"name":"POST - NodeID - nokia-logging-app - loggers","id":"dbac7a34-0fda-465f-94c4-9ffdc144d9a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5593443a-63a5-4988-9c7d-886e6a864d2e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dbac7a34-0fda-465f-94c4-9ffdc144d9a2"},{"name":"GET - NodeID - nokia-logging-app - loggers","id":"c0ddf100-5e9d-4be2-be83-a5750673a665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7ce77e62-7fdb-4ae4-b866-b519526add0e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"loggers\": {\n    \"active-applications\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ],\n    \"enable-logging-for\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"c0ddf100-5e9d-4be2-be83-a5750673a665"},{"name":"DELETE - NodeID - nokia-logging-app - loggers","id":"5ee4a646-eda8-4be6-be1c-8fcad93649fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7df24eef-974e-4fdb-9cb4-8dbddafee4b3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5ee4a646-eda8-4be6-be1c-8fcad93649fa"},{"name":"PUT - NodeID - nokia-logging-app - loggers","id":"c094399c-13d4-448f-ba9b-131730170c28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loggers\": {\n    \"enable-logging-for\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1fd08877-8b31-4f2e-ae33-2c8f727a75f0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"loggers\": {\n    \"enable-logging-for\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"83b632ba-00c6-4adf-abd3-52eff7a1866b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"loggers\": {\n    \"enable-logging-for\": [\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      },\n      {\n        \"app-name\": \"Some app-name\",\n        \"modules\": [\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          },\n          {\n            \"level\": \"none\",\n            \"mod-name\": \"Some mod-name\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c094399c-13d4-448f-ba9b-131730170c28"},{"name":"GET - NodeID - nokia-logging-app - active-applications","id":"db919e36-efc4-4dd8-820f-fdce9d6b7fab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/active-applications=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","active-applications=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ebe4eb75-5664-4b00-aaa2-82cca7e41224","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/active-applications=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","active-applications=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active-applications\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"db919e36-efc4-4dd8-820f-fdce9d6b7fab"},{"name":"GET - NodeID - nokia-logging-app - modules","id":"00170ac2-f635-4e0a-affb-b79bab396798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/active-applications=<string>/modules=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","active-applications=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d1df513f-0b4d-4425-9e00-3e28285f0838","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/active-applications=<string>/modules=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","active-applications=<string>","modules=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}"}],"_postman_id":"00170ac2-f635-4e0a-affb-b79bab396798"},{"name":"POST - NodeID - nokia-logging-app - enable-logging-for","id":"9bd57c8d-540c-49d4-a6ee-7b8c85ec46c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>","description":"<p>enable/disable the log level per application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ef4425d8-d508-4c8b-814a-46842f26d31f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9bd57c8d-540c-49d4-a6ee-7b8c85ec46c1"},{"name":"GET - NodeID - nokia-logging-app - enable-logging-for","id":"eab70464-2ed4-4556-8398-b882df0882b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>?content=<string>","description":"<p>enable/disable the log level per application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fb64ac63-40ac-4621-a4dd-65d6f0ce81f3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"eab70464-2ed4-4556-8398-b882df0882b2"},{"name":"DELETE - NodeID - nokia-logging-app - enable-logging-for","id":"b7f9e866-e312-4fab-9e3f-6fe84ca1e11b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>","description":"<p>enable/disable the log level per application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"180084eb-59c8-41c3-ab47-094223762af0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b7f9e866-e312-4fab-9e3f-6fe84ca1e11b"},{"name":"PUT - NodeID - nokia-logging-app - enable-logging-for","id":"d8eb4e4c-6834-44b2-8c61-ed72c77946d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>","description":"<p>enable/disable the log level per application.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25579e61-ffd2-4f40-b5a9-19a5a76617d3","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"66aa0f79-efcc-4b84-9fdd-777ad99c4ed8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"enable-logging-for\": [\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    },\n    {\n      \"app-name\": \"Some app-name\",\n      \"modules\": [\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        },\n        {\n          \"level\": \"none\",\n          \"mod-name\": \"Some mod-name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8eb4e4c-6834-44b2-8c61-ed72c77946d7"},{"name":"POST - NodeID - nokia-logging-app - modules","id":"fb562093-ae91-44fc-a617-ca276f655e23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"level\": \"none\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>/modules=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9f4f6d53-cad2-4631-b37c-7d6a93272582","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"level\": \"none\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>/modules=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb562093-ae91-44fc-a617-ca276f655e23"},{"name":"GET - NodeID - nokia-logging-app - modules","id":"c14b6ca5-86aa-48bd-ba91-de679de2be21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>/modules=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e53eb838-f9c1-43e0-8499-77463c0be1e4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>/modules=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>","modules=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}"}],"_postman_id":"c14b6ca5-86aa-48bd-ba91-de679de2be21"},{"name":"DELETE - NodeID - nokia-logging-app - modules","id":"f394fb61-0c51-493f-be47-f605205fa8ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>/modules=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1347a82f-4913-46fa-9ab6-8b085a446e0e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>/modules=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f394fb61-0c51-493f-be47-f605205fa8ac"},{"name":"PUT - NodeID - nokia-logging-app - modules","id":"451d1864-6ab7-4890-a52d-5ef1ba8fc54e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>/modules=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-logging-app:loggers","enable-logging-for=<string>","modules=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8015a740-56ab-42c1-9093-5e3cf9e142fa","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>/modules=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"df61f2e4-6842-4be4-b5a1-82149794e40f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"modules\": [\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    },\n    {\n      \"level\": \"none\",\n      \"mod-name\": \"Some mod-name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-logging-app:loggers/enable-logging-for=<string>/modules=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"451d1864-6ab7-4890-a52d-5ef1ba8fc54e"}],"id":"5032bc1e-504f-49d5-ae85-19078c62bd13","_postman_id":"5032bc1e-504f-49d5-ae85-19078c62bd13","description":""},{"name":"mounted NodeID nokia-ntp-aug","item":[{"name":"GET - NodeID - nokia-ntp-aug - ntp-state","id":"6cc0db77-0f6d-4d09-9283-785748ade690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ntp-aug:ntp-state?content=<string>","description":"<p>NTP operational state.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ntp-aug:ntp-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2739fde1-8179-4e59-aa6a-7ea85ab1445e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ntp-aug:ntp-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ntp-aug:ntp-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ntp-state\": {\n    \"server\": [\n      {\n        \"name\": \"Some name\",\n        \"address\": \"<string>\",\n        \"ntpserver-type\": \"static\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"address\": \"<string>\",\n        \"ntpserver-type\": \"static\"\n      }\n    ]\n  }\n}"}],"_postman_id":"6cc0db77-0f6d-4d09-9283-785748ade690"},{"name":"GET - NodeID - nokia-ntp-aug - server","id":"704451c4-6ed8-4ebf-82ae-50fdd8ac724d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ntp-aug:ntp-state/server=<string>?content=<string>","description":"<p>List of NTP servers used by the device.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ntp-aug:ntp-state","server=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"47f12e0f-57fa-48a0-8da4-69bc61498e73","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/nokia-ntp-aug:ntp-state/server=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","nokia-ntp-aug:ntp-state","server=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"server\": [\n    {\n      \"name\": \"Some name\",\n      \"address\": \"<string>\",\n      \"ntpserver-type\": \"static\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"address\": \"<string>\",\n      \"ntpserver-type\": \"static\"\n    }\n  ]\n}"}],"_postman_id":"704451c4-6ed8-4ebf-82ae-50fdd8ac724d"}],"id":"115ac091-1578-4959-af92-139e35fd6392","description":"<p>The full name of NTP is \"Network Time Protocol\", that is, Network Time Protocol. It is a time synchronization protocol defined by RFC 1305, which is used to synchronize time between distributed time servers and clients.</p>\n<p>NTP is based on UDP packets for transmission, and the UDP port number used is 123.</p>\n<p>The purpose of using NTP is used to synchronize the clocks of all devices with clocks in the network, so that the clocks of all devices in the network are consistent, so that the devices can provide multiple applications based on uniform time.</p>\n<p>For a local system running NTP, it can not only receive synchronization from other clock sources, but also can be used as a clock source to synchronize other clocks, and it can synchronize with other devices.</p>\n","_postman_id":"115ac091-1578-4959-af92-139e35fd6392"},{"name":"mounted NodeID notifications","item":[{"name":"POST - NodeID - notifications - create-subscription","id":"7117b8af-8130-47b0-b5e6-13878dae40d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"stream\": \"NETCONF\",\n    \"filter\": \"<filter> ... </filter>\",\n    \"startTime\": \"?:7961-73-95T15:60:76.4+73:07\",\n    \"stopTime\": \"?:9822-46-30T94:92:99-83:78\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/notifications:create-subscription'","description":"<p>The command to create a notification subscription. It\ntakes as argument the name of the notification stream\nand filter. Both of those options limit the content of\nthe subscription. In addition, there are two time-related\nparameters, startTime and stopTime, which can be used to\nselect the time interval of interest to the notification\nreplay feature.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","notifications:create-subscription'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"65ecb9bd-2aa3-4703-b1a8-3efbce58be38","name":"RPC create-subscription success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"stream\": \"NETCONF\",\n    \"filter\": \"<filter> ... </filter>\",\n    \"startTime\": \"?:7961-73-95T15:60:76.4+73:07\",\n    \"stopTime\": \"?:9822-46-30T94:92:99-83:78\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/notifications:create-subscription'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7117b8af-8130-47b0-b5e6-13878dae40d8"}],"id":"487378e7-c765-41e2-ad38-eb4eea9933ef","_postman_id":"487378e7-c765-41e2-ad38-eb4eea9933ef","description":""},{"name":"mounted NodeID policy-engine","item":[{"name":"POST - NodeID - policy-engine - policy-engine","id":"60c92031-e86d-4cae-a632-cef759ad58c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"65549960-0488-4930-993f-89234af5efeb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60c92031-e86d-4cae-a632-cef759ad58c8"},{"name":"GET - NodeID - policy-engine - policy-engine","id":"ff28a249-e76b-4d6b-a13e-0aa1760d83ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6ea50092-a008-4ee0-994e-35de8447ce44","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy-engine\": {\n    \"policy\": [\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"status\": \"active\",\n        \"retries-of-failed-jobs\": 3,\n        \"max-job-duration\": 1440,\n        \"last-triggered\": \"?:4129-24-64T83:60:28.3-21:52\",\n        \"shaping-supported\": false,\n        \"shaping-delay\": 10,\n        \"shaping-context\": \"Some shaping-context\",\n        \"schedule\": {\n          \"schedule-start-time\": \"?:9093-36-81T79:49:30-54:96\",\n          \"schedule-end-time\": \"?:8518-08-29T59:26:99+29:55\",\n          \"schedule-cron\": \"Some schedule-cron\"\n        },\n        \"alarm\": {\n          \"alarm\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"trigger-argument-processing\": {\n          \"trigger-argument-processing\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"application\": {\n          \"application-value\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"action\": {\n          \"object-type\": \"intent\",\n          \"operation\": \"sync-intent\",\n          \"criteria\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"operation-args\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"status\": \"active\",\n        \"retries-of-failed-jobs\": 3,\n        \"max-job-duration\": 1440,\n        \"last-triggered\": \"?:4129-24-64T83:60:28.3-21:52\",\n        \"shaping-supported\": false,\n        \"shaping-delay\": 10,\n        \"shaping-context\": \"Some shaping-context\",\n        \"schedule\": {\n          \"schedule-start-time\": \"?:9093-36-81T79:49:30-54:96\",\n          \"schedule-end-time\": \"?:8518-08-29T59:26:99+29:55\",\n          \"schedule-cron\": \"Some schedule-cron\"\n        },\n        \"alarm\": {\n          \"alarm\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"trigger-argument-processing\": {\n          \"trigger-argument-processing\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"application\": {\n          \"application-value\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        \"action\": {\n          \"object-type\": \"intent\",\n          \"operation\": \"sync-intent\",\n          \"criteria\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"operation-args\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"ff28a249-e76b-4d6b-a13e-0aa1760d83ad"},{"name":"DELETE - NodeID - policy-engine - policy-engine","id":"34e06838-2567-4253-be00-e3d02c7f07d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b87381b7-348a-4238-8fa5-e2527687885f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34e06838-2567-4253-be00-e3d02c7f07d7"},{"name":"PUT - NodeID - policy-engine - policy-engine","id":"e241febf-151f-4d8c-a414-f88feac51693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy-engine\": {\n    \"policy\": [\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"status\": \"active\",\n        \"retries-of-failed-jobs\": 3,\n        \"max-job-duration\": 1440,\n        \"shaping-supported\": false,\n        \"shaping-delay\": 10,\n        \"shaping-context\": \"Some shaping-context\",\n        \"schedule\": {\n          \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n          \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n          \"schedule-cron\": \"Some schedule-cron\"\n        },\n        \"alarm\": {\n          \"alarm\": [\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            },\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            }\n          ]\n        },\n        \"trigger-argument-processing\": {\n          \"trigger-argument-processing\": [\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            },\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            }\n          ]\n        },\n        \"application\": {\n          \"application-value\": [\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            },\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            }\n          ]\n        },\n        \"action\": {\n          \"object-type\": \"intent\",\n          \"operation\": \"sync-intent\",\n          \"criteria\": [\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"operation-args\": [\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"status\": \"active\",\n        \"retries-of-failed-jobs\": 3,\n        \"max-job-duration\": 1440,\n        \"shaping-supported\": false,\n        \"shaping-delay\": 10,\n        \"shaping-context\": \"Some shaping-context\",\n        \"schedule\": {\n          \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n          \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n          \"schedule-cron\": \"Some schedule-cron\"\n        },\n        \"alarm\": {\n          \"alarm\": [\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            },\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            }\n          ]\n        },\n        \"trigger-argument-processing\": {\n          \"trigger-argument-processing\": [\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            },\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            }\n          ]\n        },\n        \"application\": {\n          \"application-value\": [\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            },\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            }\n          ]\n        },\n        \"action\": {\n          \"object-type\": \"intent\",\n          \"operation\": \"sync-intent\",\n          \"criteria\": [\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"operation-args\": [\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b02769b8-7e59-4a14-adb4-f082d6fb5df2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-engine\": {\n    \"policy\": [\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"status\": \"active\",\n        \"retries-of-failed-jobs\": 3,\n        \"max-job-duration\": 1440,\n        \"shaping-supported\": false,\n        \"shaping-delay\": 10,\n        \"shaping-context\": \"Some shaping-context\",\n        \"schedule\": {\n          \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n          \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n          \"schedule-cron\": \"Some schedule-cron\"\n        },\n        \"alarm\": {\n          \"alarm\": [\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            },\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            }\n          ]\n        },\n        \"trigger-argument-processing\": {\n          \"trigger-argument-processing\": [\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            },\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            }\n          ]\n        },\n        \"application\": {\n          \"application-value\": [\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            },\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            }\n          ]\n        },\n        \"action\": {\n          \"object-type\": \"intent\",\n          \"operation\": \"sync-intent\",\n          \"criteria\": [\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"operation-args\": [\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"status\": \"active\",\n        \"retries-of-failed-jobs\": 3,\n        \"max-job-duration\": 1440,\n        \"shaping-supported\": false,\n        \"shaping-delay\": 10,\n        \"shaping-context\": \"Some shaping-context\",\n        \"schedule\": {\n          \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n          \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n          \"schedule-cron\": \"Some schedule-cron\"\n        },\n        \"alarm\": {\n          \"alarm\": [\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            },\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            }\n          ]\n        },\n        \"trigger-argument-processing\": {\n          \"trigger-argument-processing\": [\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            },\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            }\n          ]\n        },\n        \"application\": {\n          \"application-value\": [\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            },\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            }\n          ]\n        },\n        \"action\": {\n          \"object-type\": \"intent\",\n          \"operation\": \"sync-intent\",\n          \"criteria\": [\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"operation-args\": [\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ab339415-f3db-485e-8247-a63e35e97ba1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy-engine\": {\n    \"policy\": [\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"status\": \"active\",\n        \"retries-of-failed-jobs\": 3,\n        \"max-job-duration\": 1440,\n        \"shaping-supported\": false,\n        \"shaping-delay\": 10,\n        \"shaping-context\": \"Some shaping-context\",\n        \"schedule\": {\n          \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n          \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n          \"schedule-cron\": \"Some schedule-cron\"\n        },\n        \"alarm\": {\n          \"alarm\": [\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            },\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            }\n          ]\n        },\n        \"trigger-argument-processing\": {\n          \"trigger-argument-processing\": [\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            },\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            }\n          ]\n        },\n        \"application\": {\n          \"application-value\": [\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            },\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            }\n          ]\n        },\n        \"action\": {\n          \"object-type\": \"intent\",\n          \"operation\": \"sync-intent\",\n          \"criteria\": [\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"operation-args\": [\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"description\": \"Some description\",\n        \"status\": \"active\",\n        \"retries-of-failed-jobs\": 3,\n        \"max-job-duration\": 1440,\n        \"shaping-supported\": false,\n        \"shaping-delay\": 10,\n        \"shaping-context\": \"Some shaping-context\",\n        \"schedule\": {\n          \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n          \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n          \"schedule-cron\": \"Some schedule-cron\"\n        },\n        \"alarm\": {\n          \"alarm\": [\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            },\n            {\n              \"type\": \"Some type\",\n              \"condition\": \"ALARM_ON\"\n            }\n          ]\n        },\n        \"trigger-argument-processing\": {\n          \"trigger-argument-processing\": [\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            },\n            {\n              \"variable-name\": \"Some variable-name\",\n              \"trigger-argument\": \"Some trigger-argument\",\n              \"regular-expression\": \"Some regular-expression\",\n              \"variable-value\": \"Some variable-value\"\n            }\n          ]\n        },\n        \"application\": {\n          \"application-value\": [\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            },\n            {\n              \"type\": \"IBN\",\n              \"arg1\": \"Some arg1\"\n            }\n          ]\n        },\n        \"action\": {\n          \"object-type\": \"intent\",\n          \"operation\": \"sync-intent\",\n          \"criteria\": [\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            },\n            {\n              \"filter-on\": \"Some filter-on\",\n              \"operator\": \"contains\",\n              \"criteria-id\": 1,\n              \"values\": [\n                {\n                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n              ]\n            }\n          ],\n          \"operation-args\": [\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"value\": \"Some value\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e241febf-151f-4d8c-a414-f88feac51693"},{"name":"POST - NodeID - policy-engine - policy","id":"22c09e49-2753-4c04-bd07-ca65b16a6df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"status\": \"active\",\n  \"retries-of-failed-jobs\": 3,\n  \"max-job-duration\": 1440,\n  \"shaping-supported\": false,\n  \"shaping-delay\": 10,\n  \"shaping-context\": \"Some shaping-context\",\n  \"schedule\": {\n    \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n    \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n    \"schedule-cron\": \"Some schedule-cron\"\n  },\n  \"alarm\": {\n    \"alarm\": [\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      },\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      }\n    ]\n  },\n  \"trigger-argument-processing\": {\n    \"trigger-argument-processing\": [\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      },\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      }\n    ]\n  },\n  \"application\": {\n    \"application-value\": [\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      },\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      }\n    ]\n  },\n  \"action\": {\n    \"object-type\": \"intent\",\n    \"operation\": \"sync-intent\",\n    \"criteria\": [\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      },\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      }\n    ],\n    \"operation-args\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5311de22-8d3d-4a1f-a54b-68179f32fa58","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"status\": \"active\",\n  \"retries-of-failed-jobs\": 3,\n  \"max-job-duration\": 1440,\n  \"shaping-supported\": false,\n  \"shaping-delay\": 10,\n  \"shaping-context\": \"Some shaping-context\",\n  \"schedule\": {\n    \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n    \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n    \"schedule-cron\": \"Some schedule-cron\"\n  },\n  \"alarm\": {\n    \"alarm\": [\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      },\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      }\n    ]\n  },\n  \"trigger-argument-processing\": {\n    \"trigger-argument-processing\": [\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      },\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      }\n    ]\n  },\n  \"application\": {\n    \"application-value\": [\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      },\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      }\n    ]\n  },\n  \"action\": {\n    \"object-type\": \"intent\",\n    \"operation\": \"sync-intent\",\n    \"criteria\": [\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      },\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      }\n    ],\n    \"operation-args\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22c09e49-2753-4c04-bd07-ca65b16a6df6"},{"name":"GET - NodeID - policy-engine - policy","id":"2f401e05-0894-467b-bb36-850037f8819c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"12e6dceb-9df6-4621-8153-9aa36f5a166b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"last-triggered\": \"?:4129-24-64T83:60:28.3-21:52\",\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:9093-36-81T79:49:30-54:96\",\n        \"schedule-end-time\": \"?:8518-08-29T59:26:99+29:55\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"last-triggered\": \"?:4129-24-64T83:60:28.3-21:52\",\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:9093-36-81T79:49:30-54:96\",\n        \"schedule-end-time\": \"?:8518-08-29T59:26:99+29:55\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"2f401e05-0894-467b-bb36-850037f8819c"},{"name":"DELETE - NodeID - policy-engine - policy","id":"6acfcd81-da80-4945-bf27-7874281d2814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4e1162ef-02ee-4979-978c-c4263c23b9a7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6acfcd81-da80-4945-bf27-7874281d2814"},{"name":"PUT - NodeID - policy-engine - policy","id":"208c4b0d-b108-4019-aa61-fcc2540bc864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8b3b983d-7aae-4ef2-8c98-3ae0abbb6a62","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f60aa507-ebeb-4e1c-a007-b498a64d7465","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"status\": \"active\",\n      \"retries-of-failed-jobs\": 3,\n      \"max-job-duration\": 1440,\n      \"shaping-supported\": false,\n      \"shaping-delay\": 10,\n      \"shaping-context\": \"Some shaping-context\",\n      \"schedule\": {\n        \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n        \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n        \"schedule-cron\": \"Some schedule-cron\"\n      },\n      \"alarm\": {\n        \"alarm\": [\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          },\n          {\n            \"type\": \"Some type\",\n            \"condition\": \"ALARM_ON\"\n          }\n        ]\n      },\n      \"trigger-argument-processing\": {\n        \"trigger-argument-processing\": [\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          },\n          {\n            \"variable-name\": \"Some variable-name\",\n            \"trigger-argument\": \"Some trigger-argument\",\n            \"regular-expression\": \"Some regular-expression\",\n            \"variable-value\": \"Some variable-value\"\n          }\n        ]\n      },\n      \"application\": {\n        \"application-value\": [\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          },\n          {\n            \"type\": \"IBN\",\n            \"arg1\": \"Some arg1\"\n          }\n        ]\n      },\n      \"action\": {\n        \"object-type\": \"intent\",\n        \"operation\": \"sync-intent\",\n        \"criteria\": [\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"filter-on\": \"Some filter-on\",\n            \"operator\": \"contains\",\n            \"criteria-id\": 1,\n            \"values\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"operation-args\": [\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"value\": \"Some value\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"208c4b0d-b108-4019-aa61-fcc2540bc864"},{"name":"POST - NodeID - policy-engine - schedule","id":"ba2d9a5a-cb52-4744-b9fd-c41ab2d9e33c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n  \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n  \"schedule-cron\": \"Some schedule-cron\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/schedule","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","schedule"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"08b8472a-8753-4da2-b33d-3fc974a1bef5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n  \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n  \"schedule-cron\": \"Some schedule-cron\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/schedule"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba2d9a5a-cb52-4744-b9fd-c41ab2d9e33c"},{"name":"GET - NodeID - policy-engine - schedule","id":"adc9fedb-83d4-4bef-9936-c72bdf6dca4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/schedule?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","schedule"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"24389792-642c-432d-a1b4-6794d95c05e3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/schedule?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","schedule"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"schedule\": {\n    \"schedule-start-time\": \"?:9093-36-81T79:49:30-54:96\",\n    \"schedule-end-time\": \"?:8518-08-29T59:26:99+29:55\",\n    \"schedule-cron\": \"Some schedule-cron\"\n  }\n}"}],"_postman_id":"adc9fedb-83d4-4bef-9936-c72bdf6dca4a"},{"name":"DELETE - NodeID - policy-engine - schedule","id":"e5f2d103-14fe-43e3-94f8-cecc53553b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/schedule","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","schedule"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"de6e3438-a57a-4daf-a757-21d08a146e2d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/schedule"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e5f2d103-14fe-43e3-94f8-cecc53553b80"},{"name":"PUT - NodeID - policy-engine - schedule","id":"c0b4301c-6fa1-41ea-92f1-ae1227715a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"schedule\": {\n    \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n    \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n    \"schedule-cron\": \"Some schedule-cron\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/schedule","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","schedule"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"29596bbc-5464-4cd0-b24d-65038656d766","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"schedule\": {\n    \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n    \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n    \"schedule-cron\": \"Some schedule-cron\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/schedule"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"460b1479-c116-454e-a797-df8bc843d2d1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"schedule\": {\n    \"schedule-start-time\": \"?:3913-35-82T28:90:77+16:59\",\n    \"schedule-end-time\": \"?:1801-75-49T18:10:23-18:38\",\n    \"schedule-cron\": \"Some schedule-cron\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/schedule"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0b4301c-6fa1-41ea-92f1-ae1227715a78"},{"name":"POST - NodeID - policy-engine - alarm","id":"6972831f-c8cc-41d5-9b3c-5c7cddc43391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alarm\": [\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    },\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7ae2a7ff-eb36-48e4-aa18-a08c867ce320","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"alarm\": [\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    },\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6972831f-c8cc-41d5-9b3c-5c7cddc43391"},{"name":"GET - NodeID - policy-engine - alarm","id":"eee96a29-abc9-4f7e-97b3-bb0bd2493cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0b4c7ae5-c4a1-4c58-aa7f-f1a9fd6929cd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alarm\": {\n    \"alarm\": [\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      },\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      }\n    ]\n  }\n}"}],"_postman_id":"eee96a29-abc9-4f7e-97b3-bb0bd2493cfc"},{"name":"DELETE - NodeID - policy-engine - alarm","id":"1ef18963-ef5f-4a47-accf-075191cba3e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"66bdc5ef-4c7d-48a5-830f-68408533ccd6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ef18963-ef5f-4a47-accf-075191cba3e6"},{"name":"PUT - NodeID - policy-engine - alarm","id":"5fef962e-378b-4339-b2cd-26f40f8f2168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alarm\": {\n    \"alarm\": [\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      },\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4a092ee6-33b5-4c8a-b797-785ba8eada3a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alarm\": {\n    \"alarm\": [\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      },\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d6d55125-865b-467d-8220-d89a76cf7d80","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alarm\": {\n    \"alarm\": [\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      },\n      {\n        \"type\": \"Some type\",\n        \"condition\": \"ALARM_ON\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5fef962e-378b-4339-b2cd-26f40f8f2168"},{"name":"POST - NodeID - policy-engine - alarm","id":"4ef2e1e8-8368-4b23-b564-aa783de5450b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm/alarm=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm","alarm=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"25b21906-5e46-4599-924f-71b625486c28","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm/alarm=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ef2e1e8-8368-4b23-b564-aa783de5450b"},{"name":"GET - NodeID - policy-engine - alarm","id":"9fdc92ed-e2b4-4e78-abc9-cd96e37f87e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm/alarm=<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm","alarm=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4a4be3af-56ce-40f5-81c8-b11d05b3eaaf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm/alarm=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm","alarm=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alarm\": [\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    },\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    }\n  ]\n}"}],"_postman_id":"9fdc92ed-e2b4-4e78-abc9-cd96e37f87e5"},{"name":"DELETE - NodeID - policy-engine - alarm","id":"6132ad59-468b-4f91-81c3-08412a4a0aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm/alarm=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm","alarm=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8726fab8-6f1d-44c8-baf4-6bf3b3f2de2e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm/alarm=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6132ad59-468b-4f91-81c3-08412a4a0aa9"},{"name":"PUT - NodeID - policy-engine - alarm","id":"e68e8cff-3ccb-4d7f-8fea-04b66f169975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alarm\": [\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    },\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm/alarm=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","alarm","alarm=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2f6549cf-ceeb-43d3-b0b6-bdf55898a594","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alarm\": [\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    },\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm/alarm=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c05f79cf-8eb6-4c0b-b77b-db7c3dd3150e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alarm\": [\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    },\n    {\n      \"type\": \"Some type\",\n      \"condition\": \"ALARM_ON\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/alarm/alarm=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e68e8cff-3ccb-4d7f-8fea-04b66f169975"},{"name":"POST - NodeID - policy-engine - trigger-argument-processing","id":"30e6d947-3d99-445c-b9df-b79591b879f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"trigger-argument-processing\": [\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    },\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b1cca43d-b0b0-4790-9edd-36a9f83f174d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"trigger-argument-processing\": [\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    },\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"30e6d947-3d99-445c-b9df-b79591b879f8"},{"name":"GET - NodeID - policy-engine - trigger-argument-processing","id":"a54e7b0c-fe40-4dd8-944c-8608899cdc18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cb29e643-5580-43df-8111-3d70af377dfe","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"trigger-argument-processing\": {\n    \"trigger-argument-processing\": [\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      },\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a54e7b0c-fe40-4dd8-944c-8608899cdc18"},{"name":"DELETE - NodeID - policy-engine - trigger-argument-processing","id":"b0ecb086-5693-4cd8-b61e-1c11a15d70fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2f0cacc6-006c-444e-9be4-7bee8712f05d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0ecb086-5693-4cd8-b61e-1c11a15d70fa"},{"name":"PUT - NodeID - policy-engine - trigger-argument-processing","id":"a7fd1b1c-92ba-4f83-b26d-751c5ab03456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"trigger-argument-processing\": {\n    \"trigger-argument-processing\": [\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      },\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a4596646-dea8-417e-a5db-7c95ed302cc4","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trigger-argument-processing\": {\n    \"trigger-argument-processing\": [\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      },\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea230606-1e84-4e5a-a2c7-ed5fea5fe42e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trigger-argument-processing\": {\n    \"trigger-argument-processing\": [\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      },\n      {\n        \"variable-name\": \"Some variable-name\",\n        \"trigger-argument\": \"Some trigger-argument\",\n        \"regular-expression\": \"Some regular-expression\",\n        \"variable-value\": \"Some variable-value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7fd1b1c-92ba-4f83-b26d-751c5ab03456"},{"name":"POST - NodeID - policy-engine - trigger-argument-processing","id":"472599da-34a8-433b-add6-2c34532712d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"trigger-argument\": \"Some trigger-argument\",\n  \"regular-expression\": \"Some regular-expression\",\n  \"variable-value\": \"Some variable-value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing/trigger-argument-processing=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing","trigger-argument-processing=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fb79c61b-d709-4110-9661-100d0413a95e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"trigger-argument\": \"Some trigger-argument\",\n  \"regular-expression\": \"Some regular-expression\",\n  \"variable-value\": \"Some variable-value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing/trigger-argument-processing=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"472599da-34a8-433b-add6-2c34532712d7"},{"name":"GET - NodeID - policy-engine - trigger-argument-processing","id":"1d56a5cc-f3e7-4c04-ac1f-5a8397a94724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing/trigger-argument-processing=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing","trigger-argument-processing=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"12fc1b19-2ee9-4589-8a97-510079f1f92b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing/trigger-argument-processing=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing","trigger-argument-processing=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"trigger-argument-processing\": [\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    },\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    }\n  ]\n}"}],"_postman_id":"1d56a5cc-f3e7-4c04-ac1f-5a8397a94724"},{"name":"DELETE - NodeID - policy-engine - trigger-argument-processing","id":"c3a540eb-7662-4aec-b639-0e4dda948767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing/trigger-argument-processing=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing","trigger-argument-processing=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aea27ad8-62de-4f66-93c6-80eda3be7e73","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing/trigger-argument-processing=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3a540eb-7662-4aec-b639-0e4dda948767"},{"name":"PUT - NodeID - policy-engine - trigger-argument-processing","id":"323399dd-a308-454e-90f4-a76d1f7c9b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"trigger-argument-processing\": [\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    },\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing/trigger-argument-processing=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","trigger-argument-processing","trigger-argument-processing=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d80e0c26-1626-405f-ad99-ba64f3a5e302","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trigger-argument-processing\": [\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    },\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing/trigger-argument-processing=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"697fe1c2-8618-40a6-8373-689664e5dff3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"trigger-argument-processing\": [\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    },\n    {\n      \"variable-name\": \"Some variable-name\",\n      \"trigger-argument\": \"Some trigger-argument\",\n      \"regular-expression\": \"Some regular-expression\",\n      \"variable-value\": \"Some variable-value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/trigger-argument-processing/trigger-argument-processing=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"323399dd-a308-454e-90f4-a76d1f7c9b6e"},{"name":"POST - NodeID - policy-engine - application","id":"484c8314-9f4a-4daf-ada3-b177283c1004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application-value\": [\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    },\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"8982fcc6-a2e4-4240-a5b9-7bade153e47f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"application-value\": [\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    },\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"484c8314-9f4a-4daf-ada3-b177283c1004"},{"name":"GET - NodeID - policy-engine - application","id":"46491a21-3ed2-4ac3-8b93-b37e604e98d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"abc4bc81-7f7a-4b25-b292-15f4a2439d9b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"application\": {\n    \"application-value\": [\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      },\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      }\n    ]\n  }\n}"}],"_postman_id":"46491a21-3ed2-4ac3-8b93-b37e604e98d4"},{"name":"DELETE - NodeID - policy-engine - application","id":"4bc96d4d-dd5f-4b88-86ca-311141a7ad5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f90b90f2-c490-4043-b116-451a109c19a5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4bc96d4d-dd5f-4b88-86ca-311141a7ad5f"},{"name":"PUT - NodeID - policy-engine - application","id":"2c58ef82-ff79-46f6-95f0-1760764943c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application\": {\n    \"application-value\": [\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      },\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0e8f8390-bc66-49ad-bb1a-d609d3e17ac9","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"application\": {\n    \"application-value\": [\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      },\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"60bc575b-195b-457c-be51-b23fca925478","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"application\": {\n    \"application-value\": [\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      },\n      {\n        \"type\": \"IBN\",\n        \"arg1\": \"Some arg1\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c58ef82-ff79-46f6-95f0-1760764943c5"},{"name":"POST - NodeID - policy-engine - application-value","id":"204161a4-3ac1-4a28-9828-08767412a930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application/application-value=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application","application-value=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"661901f6-d5ec-40f7-9f64-c4dce6ffc1e5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application/application-value=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"204161a4-3ac1-4a28-9828-08767412a930"},{"name":"GET - NodeID - policy-engine - application-value","id":"586a0fdc-8a55-4788-a2c3-ecc5ab0264f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application/application-value=<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application","application-value=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"22ad7215-9410-4e4e-9e75-d289e7ed71c5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application/application-value=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application","application-value=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"application-value\": [\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    },\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    }\n  ]\n}"}],"_postman_id":"586a0fdc-8a55-4788-a2c3-ecc5ab0264f4"},{"name":"DELETE - NodeID - policy-engine - application-value","id":"da404a43-41f9-49fc-85f1-e5393fd522c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application/application-value=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application","application-value=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"736bc6b6-cc40-47ee-946e-8113e5c2c21a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application/application-value=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da404a43-41f9-49fc-85f1-e5393fd522c8"},{"name":"PUT - NodeID - policy-engine - application-value","id":"d90e8bda-17ff-46e2-8df0-4445b8edc6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application-value\": [\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    },\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application/application-value=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","application","application-value=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bd13ac52-eaef-4bcd-9830-0d27f7baedbf","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"application-value\": [\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    },\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application/application-value=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea75c4f8-03f9-4f9f-bd72-b144def16568","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"application-value\": [\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    },\n    {\n      \"type\": \"IBN\",\n      \"arg1\": \"Some arg1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/application/application-value=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d90e8bda-17ff-46e2-8df0-4445b8edc6f5"},{"name":"POST - NodeID - policy-engine - action","id":"c7200da2-2f2d-4963-ae57-0564588828c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"object-type\": \"intent\",\n  \"operation\": \"sync-intent\",\n  \"criteria\": [\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    },\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    }\n  ],\n  \"operation-args\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fd8c5f08-e400-41d4-abd3-c028d062bfbc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"object-type\": \"intent\",\n  \"operation\": \"sync-intent\",\n  \"criteria\": [\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    },\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    }\n  ],\n  \"operation-args\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7200da2-2f2d-4963-ae57-0564588828c3"},{"name":"GET - NodeID - policy-engine - action","id":"17aa45e2-8440-4c87-af45-fc2bbb58e423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b47f15c0-d59c-4cd6-a281-4298d2e303bb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"action\": {\n    \"object-type\": \"intent\",\n    \"operation\": \"sync-intent\",\n    \"criteria\": [\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      },\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      }\n    ],\n    \"operation-args\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"17aa45e2-8440-4c87-af45-fc2bbb58e423"},{"name":"DELETE - NodeID - policy-engine - action","id":"6bec9f2c-a30b-409d-a7f7-639bc3e079ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1c3ccfe3-d398-4a12-a795-49567c22cb6e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6bec9f2c-a30b-409d-a7f7-639bc3e079ff"},{"name":"PUT - NodeID - policy-engine - action","id":"ca4358a8-aa2b-44f0-abc4-2a58ff868a57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"action\": {\n    \"object-type\": \"intent\",\n    \"operation\": \"sync-intent\",\n    \"criteria\": [\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      },\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      }\n    ],\n    \"operation-args\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f474141b-9523-42cd-9664-070370689dfa","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"action\": {\n    \"object-type\": \"intent\",\n    \"operation\": \"sync-intent\",\n    \"criteria\": [\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      },\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      }\n    ],\n    \"operation-args\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"83ba7d12-c463-4e1c-903f-6fd01060fad5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"action\": {\n    \"object-type\": \"intent\",\n    \"operation\": \"sync-intent\",\n    \"criteria\": [\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      },\n      {\n        \"filter-on\": \"Some filter-on\",\n        \"operator\": \"contains\",\n        \"criteria-id\": 1,\n        \"values\": [\n          \"Some values\"\n        ]\n      }\n    ],\n    \"operation-args\": [\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"value\": \"Some value\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca4358a8-aa2b-44f0-abc4-2a58ff868a57"},{"name":"POST - NodeID - policy-engine - criteria","id":"8d1ea670-037b-4949-a2df-cc6dd29d2128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filter-on\": \"Some filter-on\",\n  \"operator\": \"contains\",\n  \"values\": [\n    \"Some values\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/criteria=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","criteria=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"301c49a7-fc6f-44f7-80d1-202cc7008a7b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"filter-on\": \"Some filter-on\",\n  \"operator\": \"contains\",\n  \"values\": [\n    \"Some values\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/criteria=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d1ea670-037b-4949-a2df-cc6dd29d2128"},{"name":"GET - NodeID - policy-engine - criteria","id":"3aa5f987-6c7b-4b75-a47e-7313a81fd961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/criteria=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","criteria=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b77e012b-5e00-4cc5-a4d2-0f3385bce55d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/criteria=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","criteria=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"criteria\": [\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    },\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"3aa5f987-6c7b-4b75-a47e-7313a81fd961"},{"name":"DELETE - NodeID - policy-engine - criteria","id":"4c82dfa1-a530-49b5-bd2a-e06473f726a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/criteria=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","criteria=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d1f527ab-6a62-4570-b5dd-1b6d50f00793","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/criteria=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c82dfa1-a530-49b5-bd2a-e06473f726a1"},{"name":"PUT - NodeID - policy-engine - criteria","id":"4202bec3-c81b-4b87-9443-9cec2179c19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"criteria\": [\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    },\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/criteria=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","criteria=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"976518c9-9a7c-42a5-a4f7-c50e825b4d9e","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"criteria\": [\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    },\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/criteria=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"725a7965-7edf-4a4b-a8d7-9018e0f07c90","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"criteria\": [\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    },\n    {\n      \"filter-on\": \"Some filter-on\",\n      \"operator\": \"contains\",\n      \"criteria-id\": 1,\n      \"values\": [\n        \"Some values\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/criteria=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4202bec3-c81b-4b87-9443-9cec2179c19e"},{"name":"POST - NodeID - policy-engine - operation-args","id":"ba04d242-49a1-4feb-9278-e8d23d180ea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/operation-args=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","operation-args=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"037c0fbe-478a-45b7-9acb-f98f8ec05eee","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/operation-args=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba04d242-49a1-4feb-9278-e8d23d180ea0"},{"name":"GET - NodeID - policy-engine - operation-args","id":"faadd697-be89-491e-9647-d561c46181f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/operation-args=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","operation-args=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"37da83fa-9be8-43a1-ac14-772cf2f2b8bb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/operation-args=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","operation-args=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"operation-args\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"faadd697-be89-491e-9647-d561c46181f2"},{"name":"DELETE - NodeID - policy-engine - operation-args","id":"dd715760-29f0-4949-ae42-0cacf7787d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/operation-args=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","operation-args=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ceab7a9d-13bb-466d-8f64-ec16caddf287","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/operation-args=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd715760-29f0-4949-ae42-0cacf7787d41"},{"name":"PUT - NodeID - policy-engine - operation-args","id":"abeca434-0c5e-4317-8189-20aecdfad0fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"operation-args\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/operation-args=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:policy-engine","policy=<string>","action","operation-args=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5fa5560a-8ba7-4c5e-98e1-1cee0cdf5e61","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"operation-args\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/operation-args=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"328ef606-b065-4999-94a6-52877fe94aa5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"operation-args\": [\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"value\": \"Some value\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:policy-engine/policy=<string>/action/operation-args=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"abeca434-0c5e-4317-8189-20aecdfad0fa"},{"name":"POST - NodeID - policy-engine - trigger-policy-execution","id":"1612873e-72ef-4653-adef-49aae919ae6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"policy-name\": \"Some policy-name\",\n    \"argument\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:trigger-policy-execution'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:trigger-policy-execution'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b75bf45f-02f7-4659-af5c-9c03e2fe8d82","name":"RPC trigger-policy-execution success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"policy-name\": \"Some policy-name\",\n    \"argument\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:trigger-policy-execution'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"execution-id\": 0\n  }\n}"}],"_postman_id":"1612873e-72ef-4653-adef-49aae919ae6c"},{"name":"POST - NodeID - policy-engine - search-policy-executions","id":"e7823eb8-6039-478d-8149-8465a75ed457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"policy-name\": \"Some policy-name\",\n    \"started-before\": \"?:2852-67-40T53:85:93+31:49\",\n    \"started-after\": \"?:9224-83-76T77:05:67-21:07\",\n    \"page-number\": 0,\n    \"page-size\": 500\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:search-policy-executions'","description":"<p>Retrieve the policy executions based on start time and policy name</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:search-policy-executions'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3de966a1-ad8d-4dc3-9774-8f497fcf4787","name":"RPC search-policy-executions success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"policy-name\": \"Some policy-name\",\n    \"started-before\": \"?:2852-67-40T53:85:93+31:49\",\n    \"started-after\": \"?:9224-83-76T77:05:67-21:07\",\n    \"page-number\": 0,\n    \"page-size\": 500\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:search-policy-executions'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"policy-execution\": [\n      {\n        \"execution-id\": 0,\n        \"policy-name\": \"Some policy-name\",\n        \"number-of-objects\": 0,\n        \"number-of-errors\": 0,\n        \"progress\": 0,\n        \"status\": \"creating\",\n        \"remaining\": \"Some remaining\",\n        \"started-at\": \"?:4220-90-87T44:33:67+52:60\",\n        \"finished-at\": \"?:7009-17-93T90:97:02-67:17\"\n      },\n      {\n        \"execution-id\": 0,\n        \"policy-name\": \"Some policy-name\",\n        \"number-of-objects\": 0,\n        \"number-of-errors\": 0,\n        \"progress\": 0,\n        \"status\": \"creating\",\n        \"remaining\": \"Some remaining\",\n        \"started-at\": \"?:4220-90-87T44:33:67+52:60\",\n        \"finished-at\": \"?:7009-17-93T90:97:02-67:17\"\n      }\n    ]\n  }\n}"}],"_postman_id":"e7823eb8-6039-478d-8149-8465a75ed457"},{"name":"POST - NodeID - policy-engine - retry-failed-jobs","id":"2969ed32-725c-4119-a9bb-462621707a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"execution-id\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:retry-failed-jobs'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:retry-failed-jobs'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"fabc3230-c20f-4832-960b-cd0cb4a0070d","name":"RPC retry-failed-jobs success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"execution-id\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:retry-failed-jobs'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2969ed32-725c-4119-a9bb-462621707a92"},{"name":"POST - NodeID - policy-engine - get-policy-execution-details","id":"200340a5-f490-4b4d-acf7-3751928a9cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"execution-id\": 0,\n    \"page-number\": 0,\n    \"page-size\": 500\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:get-policy-execution-details'","description":"<p>Retrieve the details of a given policy execution</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","policy-engine:get-policy-execution-details'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b53f8349-fc2b-4559-bc5a-fa4bdd10cb3d","name":"RPC get-policy-execution-details success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"execution-id\": 0,\n    \"page-number\": 0,\n    \"page-size\": 500\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/policy-engine:get-policy-execution-details'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"policy-execution-job\": [\n      {\n        \"job-id\": 0,\n        \"command-description\": \"Some command-description\",\n        \"additional-information\": \"Some additional-information\",\n        \"status\": \"pending\"\n      },\n      {\n        \"job-id\": 0,\n        \"command-description\": \"Some command-description\",\n        \"additional-information\": \"Some additional-information\",\n        \"status\": \"pending\"\n      }\n    ]\n  }\n}"}],"_postman_id":"200340a5-f490-4b4d-acf7-3751928a9cd9"}],"id":"55c31a83-457e-4803-b6c3-635f6f72b802","description":"<h2 id=\"policy--rules-engine\">Policy / Rules Engine</h2>\n<p>The technical definition of rules engine is of expert systems that analyze collected data and determine if they meet the necessary conditions needed to take specific actions. Thus, a rules engine’s working process involves receiving data captured or collected by IoT devices, running logical analysis which is typified by an ‘if-then’ statement, and taking specific actions based on the results of its analysis.</p>\n<p>There are three main components that make up the framework of a rules engine. These components include:</p>\n<ul>\n<li>Message – This refers to the incoming event which generally comes from IoT hardware. These events can be sensor data, RPC requests, or device/equipment life-cycle/work-cycle events.</li>\n<li>Rule Node – The rule node provides the logic the rules engine operates with. The rule node consists of two factors which are condition determined by the received message and action determined by logic.</li>\n<li>Rule Chain – Connected rule nodes receive outbound messages according to the rule chain that defines their connections. Two types of chains are generally used and they are the forward chaining and backward chaining process. Forward chaining starts with analyzing data to achieve a goal while backward reasoning asserts a goal and searches for the data to achieve it.</li>\n</ul>\n<p>Rules engines are flexible. They can be built to model complex logic and take a series of decisions, unlike the basic example provided above. This can be done without having to write any line of code which makes it an important tool for non-technical individuals looking to implement IoT applications.</p>\n<p>For more complex IoT applications requiring accurate actions to be taken in real-time phases according to adjustable logic, the required programs or codes for the logic adjustments can be used alongside the rules engine.</p>\n","_postman_id":"55c31a83-457e-4803-b6c3-635f6f72b802"},{"name":"mounted NodeID resource-administration","item":[{"name":"POST - NodeID - resource-administration - resource-administration","id":"071c1ffb-08cc-4dde-a3e9-6d52fa30a54e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"38cc2f59-0785-429d-9bff-0a7a5cdbb48a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"071c1ffb-08cc-4dde-a3e9-6d52fa30a54e"},{"name":"GET - NodeID - resource-administration - resource-administration","id":"629caf0b-4d50-45cb-aeec-d344e31e3fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"377db9dc-5c60-4bab-a8e9-f631c9701cc4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"resource-administration\": {\n    \"resource\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}"}],"_postman_id":"629caf0b-4d50-45cb-aeec-d344e31e3fcd"},{"name":"DELETE - NodeID - resource-administration - resource-administration","id":"b5b44e00-1723-4432-a975-cd2aec518a89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"95f6345c-2fdb-4981-bf2b-62df7f6d30cc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5b44e00-1723-4432-a975-cd2aec518a89"},{"name":"PUT - NodeID - resource-administration - resource-administration","id":"74ef7f30-9911-4d9c-923a-34edf9a8aafa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource-administration\": {\n    \"resource\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"890cebcc-7f9c-4ff7-a376-13657d2de93a","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource-administration\": {\n    \"resource\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e1c8bd90-ef04-4d18-aa28-383aa754004b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource-administration\": {\n    \"resource\": [\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"value\": \"Some value\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74ef7f30-9911-4d9c-923a-34edf9a8aafa"},{"name":"POST - NodeID - resource-administration - resource","id":"da998df7-829b-4f58-b522-c8b0006e3535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration/resource=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration","resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ae7db629-86f9-4d2c-af48-f86fe184c128","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration/resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da998df7-829b-4f58-b522-c8b0006e3535"},{"name":"GET - NodeID - resource-administration - resource","id":"de2df904-bbcc-449a-9694-bd84feb47b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration/resource=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration","resource=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"46134044-2a3c-4b95-9405-913901ad2b02","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration/resource=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration","resource=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"de2df904-bbcc-449a-9694-bd84feb47b2e"},{"name":"DELETE - NodeID - resource-administration - resource","id":"a2431baf-edd4-4d86-9bf8-0e73bb07a5ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration/resource=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration","resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6144a7d7-be1a-4cba-8ff7-5ff518c9b914","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration/resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2431baf-edd4-4d86-9bf8-0e73bb07a5ec"},{"name":"PUT - NodeID - resource-administration - resource","id":"f57cc1a1-9b60-40c5-8daf-ef528175d32d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration/resource=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","resource-administration:resource-administration","resource=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"35bfd147-62da-43c6-b03b-7c1caa02e75f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration/resource=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9caaa79f-10ef-4a26-a76b-8511f70bf9b8","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"resource\": [\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/resource-administration:resource-administration/resource=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f57cc1a1-9b60-40c5-8daf-ef528175d32d"}],"id":"ec827c16-1948-4e89-bc85-b5e718b349f8","_postman_id":"ec827c16-1948-4e89-bc85-b5e718b349f8","description":""},{"name":"mounted NodeID tailf-aaa","item":[{"name":"POST - NodeID - tailf-aaa - alias","id":"b90611b1-3615-4f8f-8af2-201b3a754425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"expansion\": \"Some expansion\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:alias=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:alias=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ba8b5259-3d0e-4a9a-9c0d-d2f6d597065d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"expansion\": \"Some expansion\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:alias=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b90611b1-3615-4f8f-8af2-201b3a754425"},{"name":"GET - NodeID - tailf-aaa - alias","id":"b7ffc126-794a-463a-a926-c638aa4249b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:alias=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:alias=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ac174093-d245-446d-9faa-05f137bd950c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:alias=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:alias=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"b7ffc126-794a-463a-a926-c638aa4249b4"},{"name":"DELETE - NodeID - tailf-aaa - alias","id":"82f60e61-bca2-489b-8d19-69b65a8b3fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:alias=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:alias=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"474a6d93-0c23-4214-95b7-1bd939375510","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:alias=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82f60e61-bca2-489b-8d19-69b65a8b3fd9"},{"name":"PUT - NodeID - tailf-aaa - alias","id":"e1b1acc6-59f6-42b4-96a5-8474d170dd2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:alias=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:alias=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"427e2bc1-6364-4f8c-9c69-d9f46e2ca7f2","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:alias=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"41369ccf-0d3b-419d-8651-813729d9ab22","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:alias=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e1b1acc6-59f6-42b4-96a5-8474d170dd2e"},{"name":"POST - NodeID - tailf-aaa - session","id":"b00aaf8c-09b9-4c78-b7ef-5f8f0728c351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"complete-on-space\": true,\n  \"ignore-leading-space\": true,\n  \"idle-timeout\": 0,\n  \"paginate\": true,\n  \"history\": 0,\n  \"autowizard\": true,\n  \"show-defaults\": true,\n  \"display-level\": 0,\n  \"prompt1\": \"Some prompt1\",\n  \"prompt2\": \"Some prompt2\",\n  \"devtools\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:session","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:session"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"434bcfec-66eb-4831-a841-254ba08fb7d5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"complete-on-space\": true,\n  \"ignore-leading-space\": true,\n  \"idle-timeout\": 0,\n  \"paginate\": true,\n  \"history\": 0,\n  \"autowizard\": true,\n  \"show-defaults\": true,\n  \"display-level\": 0,\n  \"prompt1\": \"Some prompt1\",\n  \"prompt2\": \"Some prompt2\",\n  \"devtools\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:session"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b00aaf8c-09b9-4c78-b7ef-5f8f0728c351"},{"name":"GET - NodeID - tailf-aaa - session","id":"73922805-f89f-4c74-b661-be0fd3f93051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:session?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:session"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1363bc3f-a9fd-4cd9-bfb0-c2dc5c292580","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:session?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:session"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}"}],"_postman_id":"73922805-f89f-4c74-b661-be0fd3f93051"},{"name":"DELETE - NodeID - tailf-aaa - session","id":"d85deb35-14d8-4c8a-b233-a567dc37ae94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:session","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:session"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b66a2eb4-0fb8-4c71-9560-89b19cb939fc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:session"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d85deb35-14d8-4c8a-b233-a567dc37ae94"},{"name":"PUT - NodeID - tailf-aaa - session","id":"318a40a9-68cc-4271-8dc3-ecdfa3f853ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:session","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:session"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9760c7d4-f301-4213-9618-bb3041056d28","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:session"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"44f6cbae-4328-4a19-82d1-44f1b61bee45","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:session"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"318a40a9-68cc-4271-8dc3-ecdfa3f853ae"},{"name":"POST - NodeID - tailf-aaa - user","id":"ffedca9f-2492-4ec1-baf6-3f1851d45f3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ],\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bcbea31f-6e12-4ed8-8c2d-4489235af39b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Some description\",\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ],\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ffedca9f-2492-4ec1-baf6-3f1851d45f3f"},{"name":"GET - NodeID - tailf-aaa - user","id":"6f743ea4-0af8-4c7c-8eaf-c2b237380235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ce2e36ec-c22f-412f-97ef-b63b9f49f057","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"alias\": [\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"session\": {\n        \"complete-on-space\": true,\n        \"ignore-leading-space\": true,\n        \"idle-timeout\": 0,\n        \"paginate\": true,\n        \"history\": 0,\n        \"autowizard\": true,\n        \"show-defaults\": true,\n        \"display-level\": 0,\n        \"prompt1\": \"Some prompt1\",\n        \"prompt2\": \"Some prompt2\",\n        \"devtools\": true\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"alias\": [\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"session\": {\n        \"complete-on-space\": true,\n        \"ignore-leading-space\": true,\n        \"idle-timeout\": 0,\n        \"paginate\": true,\n        \"history\": 0,\n        \"autowizard\": true,\n        \"show-defaults\": true,\n        \"display-level\": 0,\n        \"prompt1\": \"Some prompt1\",\n        \"prompt2\": \"Some prompt2\",\n        \"devtools\": true\n      }\n    }\n  ]\n}"}],"_postman_id":"6f743ea4-0af8-4c7c-8eaf-c2b237380235"},{"name":"DELETE - NodeID - tailf-aaa - user","id":"891d6a53-5e63-4d45-adb3-81bece1c18de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c66920e0-4e5b-4fc4-9675-cb47a82ca16d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"891d6a53-5e63-4d45-adb3-81bece1c18de"},{"name":"PUT - NodeID - tailf-aaa - user","id":"045c9dc7-ed98-4412-88be-91caca91f004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"alias\": [\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"session\": {\n        \"complete-on-space\": true,\n        \"ignore-leading-space\": true,\n        \"idle-timeout\": 0,\n        \"paginate\": true,\n        \"history\": 0,\n        \"autowizard\": true,\n        \"show-defaults\": true,\n        \"display-level\": 0,\n        \"prompt1\": \"Some prompt1\",\n        \"prompt2\": \"Some prompt2\",\n        \"devtools\": true\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"alias\": [\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"session\": {\n        \"complete-on-space\": true,\n        \"ignore-leading-space\": true,\n        \"idle-timeout\": 0,\n        \"paginate\": true,\n        \"history\": 0,\n        \"autowizard\": true,\n        \"show-defaults\": true,\n        \"display-level\": 0,\n        \"prompt1\": \"Some prompt1\",\n        \"prompt2\": \"Some prompt2\",\n        \"devtools\": true\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e301fc09-a89b-4637-a84e-1ff3095e4a21","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"alias\": [\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"session\": {\n        \"complete-on-space\": true,\n        \"ignore-leading-space\": true,\n        \"idle-timeout\": 0,\n        \"paginate\": true,\n        \"history\": 0,\n        \"autowizard\": true,\n        \"show-defaults\": true,\n        \"display-level\": 0,\n        \"prompt1\": \"Some prompt1\",\n        \"prompt2\": \"Some prompt2\",\n        \"devtools\": true\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"alias\": [\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"session\": {\n        \"complete-on-space\": true,\n        \"ignore-leading-space\": true,\n        \"idle-timeout\": 0,\n        \"paginate\": true,\n        \"history\": 0,\n        \"autowizard\": true,\n        \"show-defaults\": true,\n        \"display-level\": 0,\n        \"prompt1\": \"Some prompt1\",\n        \"prompt2\": \"Some prompt2\",\n        \"devtools\": true\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"88dbf0ad-377f-4e24-94b1-bab0ca076d60","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user\": [\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"alias\": [\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"session\": {\n        \"complete-on-space\": true,\n        \"ignore-leading-space\": true,\n        \"idle-timeout\": 0,\n        \"paginate\": true,\n        \"history\": 0,\n        \"autowizard\": true,\n        \"show-defaults\": true,\n        \"display-level\": 0,\n        \"prompt1\": \"Some prompt1\",\n        \"prompt2\": \"Some prompt2\",\n        \"devtools\": true\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"description\": \"Some description\",\n      \"alias\": [\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"expansion\": \"Some expansion\",\n          \"name\": \"Some name\"\n        }\n      ],\n      \"session\": {\n        \"complete-on-space\": true,\n        \"ignore-leading-space\": true,\n        \"idle-timeout\": 0,\n        \"paginate\": true,\n        \"history\": 0,\n        \"autowizard\": true,\n        \"show-defaults\": true,\n        \"display-level\": 0,\n        \"prompt1\": \"Some prompt1\",\n        \"prompt2\": \"Some prompt2\",\n        \"devtools\": true\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"045c9dc7-ed98-4412-88be-91caca91f004"},{"name":"POST - NodeID - tailf-aaa - alias","id":"9ffa5f9a-cbd7-4b8b-9848-c039de96b856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"expansion\": \"Some expansion\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/alias=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","alias=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"19099169-64a5-4b69-b21c-f159ceea73be","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"expansion\": \"Some expansion\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/alias=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ffa5f9a-cbd7-4b8b-9848-c039de96b856"},{"name":"GET - NodeID - tailf-aaa - alias","id":"a9c3c5c0-c577-41b1-8faa-13936bca67d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/alias=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","alias=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2a2ca74c-1dd8-444a-a461-f2a73446b68a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/alias=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","alias=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"a9c3c5c0-c577-41b1-8faa-13936bca67d8"},{"name":"DELETE - NodeID - tailf-aaa - alias","id":"33d55044-9b66-4006-9262-7d71ece3b5a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/alias=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","alias=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"61017d8c-5a1c-4070-ba56-fe846e848d4b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/alias=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33d55044-9b66-4006-9262-7d71ece3b5a6"},{"name":"PUT - NodeID - tailf-aaa - alias","id":"ebb6daa8-525a-4c39-b2b6-d3c09f7ae792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/alias=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","alias=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b637aa8e-8838-4042-bce3-346251b44c83","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/alias=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d55db479-3a95-4987-89e2-526b3a0058a7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"alias\": [\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"expansion\": \"Some expansion\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/alias=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ebb6daa8-525a-4c39-b2b6-d3c09f7ae792"},{"name":"POST - NodeID - tailf-aaa - session","id":"04d2e4f6-3db1-4483-b349-76e662c91e45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"complete-on-space\": true,\n  \"ignore-leading-space\": true,\n  \"idle-timeout\": 0,\n  \"paginate\": true,\n  \"history\": 0,\n  \"autowizard\": true,\n  \"show-defaults\": true,\n  \"display-level\": 0,\n  \"prompt1\": \"Some prompt1\",\n  \"prompt2\": \"Some prompt2\",\n  \"devtools\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/session","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","session"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73a8187c-4ac6-4176-a0be-388fba1558bb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"complete-on-space\": true,\n  \"ignore-leading-space\": true,\n  \"idle-timeout\": 0,\n  \"paginate\": true,\n  \"history\": 0,\n  \"autowizard\": true,\n  \"show-defaults\": true,\n  \"display-level\": 0,\n  \"prompt1\": \"Some prompt1\",\n  \"prompt2\": \"Some prompt2\",\n  \"devtools\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/session"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04d2e4f6-3db1-4483-b349-76e662c91e45"},{"name":"GET - NodeID - tailf-aaa - session","id":"b2c1dbec-d27e-4151-8c04-c331cd70a8b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/session?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","session"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"04751f63-94ea-4193-bd74-327f1617a40a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/session?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","session"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}"}],"_postman_id":"b2c1dbec-d27e-4151-8c04-c331cd70a8b8"},{"name":"DELETE - NodeID - tailf-aaa - session","id":"2c2ddabf-82aa-4e8c-abfd-2aa39a2f3015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/session","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","session"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cbdaf908-ec56-4627-b6af-5b27a49aade8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/session"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c2ddabf-82aa-4e8c-abfd-2aa39a2f3015"},{"name":"PUT - NodeID - tailf-aaa - session","id":"8912a26a-bf59-4ae6-8ac6-ea1f4fff09f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/session","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-aaa:user=<string>","session"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"878bd060-e9a3-4313-bff8-bca59b594f43","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/session"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"df78cdf5-8080-45e1-911d-14ca4777fc32","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"session\": {\n    \"complete-on-space\": true,\n    \"ignore-leading-space\": true,\n    \"idle-timeout\": 0,\n    \"paginate\": true,\n    \"history\": 0,\n    \"autowizard\": true,\n    \"show-defaults\": true,\n    \"display-level\": 0,\n    \"prompt1\": \"Some prompt1\",\n    \"prompt2\": \"Some prompt2\",\n    \"devtools\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-aaa:user=<string>/session"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8912a26a-bf59-4ae6-8ac6-ea1f4fff09f1"}],"id":"21fab7e5-4646-40ae-a04f-485165a771ec","_postman_id":"21fab7e5-4646-40ae-a04f-485165a771ec","description":""},{"name":"mounted NodeID tailf-confd-monitoring","item":[{"name":"GET - NodeID - tailf-confd-monitoring - confd-state","id":"31bf7442-e00e-4d55-9a11-873325dfeb77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"72ec61ca-7f5b-4b28-b431-e1e8c1d06fc4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"confd-state\": {\n    \"version\": \"Some version\",\n    \"smp\": {\n      \"number-of-threads\": 0\n    },\n    \"epoll\": true,\n    \"daemon-status\": \"starting\",\n    \"read-only-mode\": \"<object>\",\n    \"upgrade-mode\": \"<object>\",\n    \"ha\": {\n      \"mode\": \"none\",\n      \"node-id\": \"Some node-id\",\n      \"master-node-id\": \"Some master-node-id\",\n      \"connected-slave\": [\n        \"Some connected-slave\",\n        \"Some connected-slave\"\n      ],\n      \"pending-slave\": [\n        \"Some pending-slave\",\n        \"Some pending-slave\"\n      ]\n    },\n    \"loaded-data-models\": {\n      \"data-model\": [\n        {\n          \"name\": \"Some name\",\n          \"revision\": \"Some revision\",\n          \"namespace\": \"Some namespace\",\n          \"prefix\": \"Some prefix\",\n          \"exported-to-all\": \"<object>\",\n          \"exported-to\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"revision\": \"Some revision\",\n          \"namespace\": \"Some namespace\",\n          \"prefix\": \"Some prefix\",\n          \"exported-to-all\": \"<object>\",\n          \"exported-to\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"mount\": [\n        {\n          \"mount-id\": \"Some mount-id\",\n          \"data-model\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"mount-id\": \"Some mount-id\",\n          \"data-model\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    },\n    \"netconf\": {\n      \"listen\": {\n        \"tcp\": [\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"ssh\": [\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"cli\": {\n      \"listen\": {\n        \"ssh\": [\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"webui\": {\n      \"listen\": {\n        \"tcp\": [\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"ssl\": [\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"rest\": {\n      \"listen\": {\n        \"tcp\": [\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"ssl\": [\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"snmp\": {\n      \"listen\": {\n        \"udp\": [\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"ip\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"port\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"mib\": [\n        \"Some mib\",\n        \"Some mib\"\n      ],\n      \"version\": {\n        \"v1\": \"<object>\",\n        \"v2c\": \"<object>\",\n        \"v3\": \"<object>\"\n      },\n      \"engine-id\": \"?:da:C4:B9:0e:d6:8F:37\"\n    },\n    \"internal\": {\n      \"callpoints\": {\n        \"callpoint\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"validationpoint\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"actionpoint\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"snmp-inform-callback\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"snmp-notification-subscription\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"error-formatting-callback\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"typepoint\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"notification-stream-replay\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"replay-support\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"replay-support\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"path\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"range\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"file\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"authentication-callback\": {\n          \"enabled\": true,\n          \"daemon\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        },\n        \"authorization-callbacks\": {\n          \"enabled\": true,\n          \"daemon\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        }\n      },\n      \"cdb\": {\n        \"datastore\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transaction-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-queue\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filename\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"disk-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ram-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"read-locks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-lock-set\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subscription-lock-set\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"waiting-for-replication-sync\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pending-subscription-sync\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pending-notification-queue\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"transaction-id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-queue\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"filename\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"disk-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"ram-size\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"read-locks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"write-lock-set\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subscription-lock-set\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"waiting-for-replication-sync\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pending-subscription-sync\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"pending-notification-queue\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"client\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"datastore\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lock\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subscription\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"datastore\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"lock\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subscription\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"31bf7442-e00e-4d55-9a11-873325dfeb77"},{"name":"GET - NodeID - tailf-confd-monitoring - smp","id":"5bcdd2a9-30e6-44d8-b1ff-4ec210e9c6dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/smp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","smp"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"5ef9ee43-70b9-4ebe-a491-63a3a0aae5d8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/smp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","smp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"smp\": {\n    \"number-of-threads\": 0\n  }\n}"}],"_postman_id":"5bcdd2a9-30e6-44d8-b1ff-4ec210e9c6dd"},{"name":"GET - NodeID - tailf-confd-monitoring - ha","id":"90325af5-cc7a-4c22-a25b-d58904978412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/ha?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","ha"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1143791f-f871-4c48-9bcf-63eb1952fa7a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/ha?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","ha"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ha\": {\n    \"mode\": \"none\",\n    \"node-id\": \"Some node-id\",\n    \"master-node-id\": \"Some master-node-id\",\n    \"connected-slave\": [\n      \"Some connected-slave\",\n      \"Some connected-slave\"\n    ],\n    \"pending-slave\": [\n      \"Some pending-slave\",\n      \"Some pending-slave\"\n    ]\n  }\n}"}],"_postman_id":"90325af5-cc7a-4c22-a25b-d58904978412"},{"name":"GET - NodeID - tailf-confd-monitoring - loaded-data-models","id":"cebc3384-ef8f-4703-b409-d10b2cf54cb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/loaded-data-models?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","loaded-data-models"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"04545adb-31b6-4ea1-aeca-b807bc18f6d9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/loaded-data-models?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","loaded-data-models"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"loaded-data-models\": {\n    \"data-model\": [\n      {\n        \"name\": \"Some name\",\n        \"revision\": \"Some revision\",\n        \"namespace\": \"Some namespace\",\n        \"prefix\": \"Some prefix\",\n        \"exported-to-all\": \"<object>\",\n        \"exported-to\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"revision\": \"Some revision\",\n        \"namespace\": \"Some namespace\",\n        \"prefix\": \"Some prefix\",\n        \"exported-to-all\": \"<object>\",\n        \"exported-to\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ],\n    \"mount\": [\n      {\n        \"mount-id\": \"Some mount-id\",\n        \"data-model\": [\n          {\n            \"name\": \"Some name\",\n            \"revision\": \"Some revision\",\n            \"namespace\": \"Some namespace\",\n            \"prefix\": \"Some prefix\",\n            \"exported-to-all\": \"<object>\",\n            \"exported-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"revision\": \"Some revision\",\n            \"namespace\": \"Some namespace\",\n            \"prefix\": \"Some prefix\",\n            \"exported-to-all\": \"<object>\",\n            \"exported-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"mount-id\": \"Some mount-id\",\n        \"data-model\": [\n          {\n            \"name\": \"Some name\",\n            \"revision\": \"Some revision\",\n            \"namespace\": \"Some namespace\",\n            \"prefix\": \"Some prefix\",\n            \"exported-to-all\": \"<object>\",\n            \"exported-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"name\": \"Some name\",\n            \"revision\": \"Some revision\",\n            \"namespace\": \"Some namespace\",\n            \"prefix\": \"Some prefix\",\n            \"exported-to-all\": \"<object>\",\n            \"exported-to\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"cebc3384-ef8f-4703-b409-d10b2cf54cb3"},{"name":"GET - NodeID - tailf-confd-monitoring - data-model","id":"a722c838-a7c7-4203-b75c-761acc9e1dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/loaded-data-models/data-model=<string>?content=<string>","description":"<p>This list contains all loaded YANG data modules for the\n'root schema'.</p>\n<p>This list is a superset of the 'schema' list defined in\nietf-netconf-monitoring, which only lists modules exported\nthrough NETCONF.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","loaded-data-models","data-model=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1035da18-70b8-47c1-b922-a08bcf274bc9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/loaded-data-models/data-model=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","loaded-data-models","data-model=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data-model\": [\n    {\n      \"name\": \"Some name\",\n      \"revision\": \"Some revision\",\n      \"namespace\": \"Some namespace\",\n      \"prefix\": \"Some prefix\",\n      \"exported-to-all\": \"<object>\",\n      \"exported-to\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"revision\": \"Some revision\",\n      \"namespace\": \"Some namespace\",\n      \"prefix\": \"Some prefix\",\n      \"exported-to-all\": \"<object>\",\n      \"exported-to\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"a722c838-a7c7-4203-b75c-761acc9e1dce"},{"name":"GET - NodeID - tailf-confd-monitoring - mount","id":"e8364c62-4273-4425-804d-7ff533338d95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/loaded-data-models/mount=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","loaded-data-models","mount=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"81f240fa-ea77-48d6-916b-1ccb2e72eab8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/loaded-data-models/mount=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","loaded-data-models","mount=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mount\": [\n    {\n      \"mount-id\": \"Some mount-id\",\n      \"data-model\": [\n        {\n          \"name\": \"Some name\",\n          \"revision\": \"Some revision\",\n          \"namespace\": \"Some namespace\",\n          \"prefix\": \"Some prefix\",\n          \"exported-to-all\": \"<object>\",\n          \"exported-to\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"revision\": \"Some revision\",\n          \"namespace\": \"Some namespace\",\n          \"prefix\": \"Some prefix\",\n          \"exported-to-all\": \"<object>\",\n          \"exported-to\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    {\n      \"mount-id\": \"Some mount-id\",\n      \"data-model\": [\n        {\n          \"name\": \"Some name\",\n          \"revision\": \"Some revision\",\n          \"namespace\": \"Some namespace\",\n          \"prefix\": \"Some prefix\",\n          \"exported-to-all\": \"<object>\",\n          \"exported-to\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"revision\": \"Some revision\",\n          \"namespace\": \"Some namespace\",\n          \"prefix\": \"Some prefix\",\n          \"exported-to-all\": \"<object>\",\n          \"exported-to\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"e8364c62-4273-4425-804d-7ff533338d95"},{"name":"GET - NodeID - tailf-confd-monitoring - data-model","id":"61cfed48-1d27-4592-b1ea-428984a9fd7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/loaded-data-models/mount=<string>/data-model=<string>?content=<string>","description":"<p>This list contains all loaded YANG data modules for a mount-id\nschema.</p>\n<p>This list is a superset of the 'schema' list defined in\nietf-netconf-monitoring, which only lists modules exported\nthrough NETCONF.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","loaded-data-models","mount=<string>","data-model=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"28cf0422-073a-4c0c-9496-3694b02762fa","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/loaded-data-models/mount=<string>/data-model=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","loaded-data-models","mount=<string>","data-model=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data-model\": [\n    {\n      \"name\": \"Some name\",\n      \"revision\": \"Some revision\",\n      \"namespace\": \"Some namespace\",\n      \"prefix\": \"Some prefix\",\n      \"exported-to-all\": \"<object>\",\n      \"exported-to\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"revision\": \"Some revision\",\n      \"namespace\": \"Some namespace\",\n      \"prefix\": \"Some prefix\",\n      \"exported-to-all\": \"<object>\",\n      \"exported-to\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"61cfed48-1d27-4592-b1ea-428984a9fd7b"},{"name":"GET - NodeID - tailf-confd-monitoring - netconf","id":"2165941c-de6c-4fbe-a52b-27ec10270fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/netconf?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","netconf"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1b799231-dfe1-4f5e-acf2-0b018bc8f5a0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/netconf?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","netconf"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf\": {\n    \"listen\": {\n      \"tcp\": [\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        },\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        }\n      ],\n      \"ssh\": [\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        },\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2165941c-de6c-4fbe-a52b-27ec10270fe7"},{"name":"GET - NodeID - tailf-confd-monitoring - listen","id":"c69d0728-089c-4c64-bef9-14e645d11253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/netconf/listen?content=<string>","description":"<p>The transport addresses the NETCONF server is listening on.</p>\n<p>Note that other mechanisms can be put in front of the TCP\naddresses below, e.g., an OpenSSH server.  Such mechanisms\nare not known to the daemon and not listed here.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","netconf","listen"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2bace3de-2c58-4bec-bee9-8e687654ff99","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/netconf/listen?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","netconf","listen"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listen\": {\n    \"tcp\": [\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      },\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      }\n    ],\n    \"ssh\": [\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      },\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"c69d0728-089c-4c64-bef9-14e645d11253"},{"name":"GET - NodeID - tailf-confd-monitoring - tcp","id":"58284cfe-0c73-4de3-88ed-d142c571c808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/netconf/listen/tcp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","netconf","listen","tcp"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9b870d5f-b7c3-4c07-9852-b08d6f59fcb3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/netconf/listen/tcp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","netconf","listen","tcp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tcp\": [\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    },\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    }\n  ]\n}"}],"_postman_id":"58284cfe-0c73-4de3-88ed-d142c571c808"},{"name":"GET - NodeID - tailf-confd-monitoring - ssh","id":"aa64516f-f4b8-415b-9bd4-329c4576b1f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/netconf/listen/ssh?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","netconf","listen","ssh"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ca6e088b-51bd-4a1a-ae86-c1231a4fd2a3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/netconf/listen/ssh?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","netconf","listen","ssh"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssh\": [\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    },\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    }\n  ]\n}"}],"_postman_id":"aa64516f-f4b8-415b-9bd4-329c4576b1f7"},{"name":"GET - NodeID - tailf-confd-monitoring - cli","id":"b2448c94-d725-48c4-a784-a9c0d891b1cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/cli?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","cli"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"eefec6cd-6ead-43f1-b9e7-868d848f0129","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/cli?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","cli"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cli\": {\n    \"listen\": {\n      \"ssh\": [\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        },\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b2448c94-d725-48c4-a784-a9c0d891b1cc"},{"name":"GET - NodeID - tailf-confd-monitoring - listen","id":"50a64c82-7b60-4579-aef4-d66f0535dcec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/cli/listen?content=<string>","description":"<p>The transport addresses the CLI server is listening on.</p>\n<p>In addition to the SSH addresses listen below, the CLI can\nalways be invoked through the daemons IPC port.</p>\n<p>Note that other mechanisms can be put in front of the IPC\nport, e.g., an OpenSSH server.  Such mechanisms are not\nknown to the daemon and not listed here.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","cli","listen"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c3e83654-7a12-42b8-b7ef-40a7537ca43d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/cli/listen?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","cli","listen"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listen\": {\n    \"ssh\": [\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      },\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"50a64c82-7b60-4579-aef4-d66f0535dcec"},{"name":"GET - NodeID - tailf-confd-monitoring - ssh","id":"95bc4b88-5c89-40fb-b925-5564902b5754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/cli/listen/ssh?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","cli","listen","ssh"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"785d253f-a772-4394-84af-b44388df6b95","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/cli/listen/ssh?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","cli","listen","ssh"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssh\": [\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    },\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    }\n  ]\n}"}],"_postman_id":"95bc4b88-5c89-40fb-b925-5564902b5754"},{"name":"GET - NodeID - tailf-confd-monitoring - webui","id":"45507c65-f878-42c8-ab70-fc3d81de36c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/webui?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","webui"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a9541839-54bf-42e6-95b1-070acb19a579","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/webui?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","webui"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"webui\": {\n    \"listen\": {\n      \"tcp\": [\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        },\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        }\n      ],\n      \"ssl\": [\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        },\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"45507c65-f878-42c8-ab70-fc3d81de36c6"},{"name":"GET - NodeID - tailf-confd-monitoring - listen","id":"f784ec79-da8f-4364-be82-b085d332bcf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/webui/listen?content=<string>","description":"<p>The transport addresses the WebUI server is listening on.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","webui","listen"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"a4f5715d-96a5-4027-98cd-8cbd9f94626a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/webui/listen?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","webui","listen"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listen\": {\n    \"tcp\": [\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      },\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      }\n    ],\n    \"ssl\": [\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      },\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"f784ec79-da8f-4364-be82-b085d332bcf2"},{"name":"GET - NodeID - tailf-confd-monitoring - tcp","id":"b91116b2-25a9-4b86-89de-412c56882778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/webui/listen/tcp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","webui","listen","tcp"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"304b2c0b-a9ae-4d63-b165-7d4f587094bc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/webui/listen/tcp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","webui","listen","tcp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tcp\": [\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    },\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    }\n  ]\n}"}],"_postman_id":"b91116b2-25a9-4b86-89de-412c56882778"},{"name":"GET - NodeID - tailf-confd-monitoring - ssl","id":"d2618564-4a52-40a7-8a78-2a3b224a7f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/webui/listen/ssl?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","webui","listen","ssl"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3a6113e6-7f7c-4289-9f7c-b05b61e1c934","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/webui/listen/ssl?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","webui","listen","ssl"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssl\": [\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    },\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    }\n  ]\n}"}],"_postman_id":"d2618564-4a52-40a7-8a78-2a3b224a7f25"},{"name":"GET - NodeID - tailf-confd-monitoring - rest","id":"59b8fa4a-2bfc-439d-849f-8bf83cdbb743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/rest?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","rest"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c22062d3-7b2e-49dd-9909-f4bce9466567","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/rest?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","rest"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rest\": {\n    \"listen\": {\n      \"tcp\": [\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        },\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        }\n      ],\n      \"ssl\": [\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        },\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"59b8fa4a-2bfc-439d-849f-8bf83cdbb743"},{"name":"GET - NodeID - tailf-confd-monitoring - listen","id":"e48dd1ed-00db-44b2-a3f1-df0a4a025257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/rest/listen?content=<string>","description":"<p>The transport addresses the REST server is listening on.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","rest","listen"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c96d9038-df1b-484e-9a64-5cf3758c414c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/rest/listen?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","rest","listen"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listen\": {\n    \"tcp\": [\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      },\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      }\n    ],\n    \"ssl\": [\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      },\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"e48dd1ed-00db-44b2-a3f1-df0a4a025257"},{"name":"GET - NodeID - tailf-confd-monitoring - tcp","id":"4db59573-1b7c-4c21-8c40-4bd90d225874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/rest/listen/tcp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","rest","listen","tcp"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8756ca69-a518-409b-a3c9-ec81fc8c7970","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/rest/listen/tcp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","rest","listen","tcp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tcp\": [\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    },\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    }\n  ]\n}"}],"_postman_id":"4db59573-1b7c-4c21-8c40-4bd90d225874"},{"name":"GET - NodeID - tailf-confd-monitoring - ssl","id":"f3470fbb-8418-4bde-b68e-952ea27df4d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/rest/listen/ssl?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","rest","listen","ssl"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"89f2de9e-5236-4150-8d36-2b3b0dd0a850","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/rest/listen/ssl?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","rest","listen","ssl"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssl\": [\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    },\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    }\n  ]\n}"}],"_postman_id":"f3470fbb-8418-4bde-b68e-952ea27df4d0"},{"name":"GET - NodeID - tailf-confd-monitoring - snmp","id":"f0617d51-341f-4196-8afc-b063a30266a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/snmp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","snmp"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"0e3de811-25cf-46d8-8b29-e0e2b4ee8b56","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/snmp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","snmp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snmp\": {\n    \"listen\": {\n      \"udp\": [\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        },\n        {\n          \"ip\": \"<string>\",\n          \"port\": 0\n        }\n      ]\n    },\n    \"mib\": [\n      \"Some mib\",\n      \"Some mib\"\n    ],\n    \"version\": {\n      \"v1\": \"<object>\",\n      \"v2c\": \"<object>\",\n      \"v3\": \"<object>\"\n    },\n    \"engine-id\": \"?:da:C4:B9:0e:d6:8F:37\"\n  }\n}"}],"_postman_id":"f0617d51-341f-4196-8afc-b063a30266a6"},{"name":"GET - NodeID - tailf-confd-monitoring - listen","id":"07cd5f9b-95a9-4906-a6b6-13927cfa9744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/snmp/listen?content=<string>","description":"<p>The transport addresses the SNMP agent is listening on.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","snmp","listen"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dd7793d7-0c88-4143-bedd-4de0c43aedf1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/snmp/listen?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","snmp","listen"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listen\": {\n    \"udp\": [\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      },\n      {\n        \"ip\": \"<string>\",\n        \"port\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"07cd5f9b-95a9-4906-a6b6-13927cfa9744"},{"name":"GET - NodeID - tailf-confd-monitoring - udp","id":"0714d4c8-255d-40f1-9fbd-59ca88b72e07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/snmp/listen/udp?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","snmp","listen","udp"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b9e58e5a-894c-45b9-936b-4e5b680d6fca","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/snmp/listen/udp?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","snmp","listen","udp"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"udp\": [\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    },\n    {\n      \"ip\": \"<string>\",\n      \"port\": 0\n    }\n  ]\n}"}],"_postman_id":"0714d4c8-255d-40f1-9fbd-59ca88b72e07"},{"name":"GET - NodeID - tailf-confd-monitoring - version","id":"cb4e0a9f-3778-44de-8709-3ed30ab816dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/snmp/version?content=<string>","description":"<p>SNMP version used by the engine.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","snmp","version"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ea501818-bd56-48b4-bf05-2263f62b3813","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/snmp/version?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","snmp","version"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"version\": {\n    \"v1\": \"<object>\",\n    \"v2c\": \"<object>\",\n    \"v3\": \"<object>\"\n  }\n}"}],"_postman_id":"cb4e0a9f-3778-44de-8709-3ed30ab816dc"},{"name":"GET - NodeID - tailf-confd-monitoring - internal","id":"29708858-05b9-4371-b583-588349c0f749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"be428fbe-d6a9-4d20-8606-2985c2567516","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"internal\": {\n    \"callpoints\": {\n      \"callpoint\": [\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        }\n      ],\n      \"validationpoint\": [\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        }\n      ],\n      \"actionpoint\": [\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        }\n      ],\n      \"snmp-inform-callback\": [\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        }\n      ],\n      \"snmp-notification-subscription\": [\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        }\n      ],\n      \"error-formatting-callback\": [\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        }\n      ],\n      \"typepoint\": [\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        },\n        {\n          \"id\": \"Some id\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        }\n      ],\n      \"notification-stream-replay\": [\n        {\n          \"name\": \"Some name\",\n          \"replay-support\": \"none\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"replay-support\": \"none\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"path\": \"Some path\",\n          \"range\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"file\": \"Some file\",\n          \"error\": \"NOT-REGISTERED\"\n        }\n      ],\n      \"authentication-callback\": {\n        \"enabled\": true,\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      },\n      \"authorization-callbacks\": {\n        \"enabled\": true,\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      }\n    },\n    \"cdb\": {\n      \"datastore\": [\n        {\n          \"name\": \"running\",\n          \"transaction-id\": \"Some transaction-id\",\n          \"write-queue\": 0,\n          \"filename\": \"Some filename\",\n          \"disk-size\": 0,\n          \"ram-size\": 0,\n          \"read-locks\": 0,\n          \"write-lock-set\": true,\n          \"subscription-lock-set\": true,\n          \"waiting-for-replication-sync\": true,\n          \"pending-subscription-sync\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"notification\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-remaining\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pending-notification-queue\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"running\",\n          \"transaction-id\": \"Some transaction-id\",\n          \"write-queue\": 0,\n          \"filename\": \"Some filename\",\n          \"disk-size\": 0,\n          \"ram-size\": 0,\n          \"read-locks\": 0,\n          \"write-lock-set\": true,\n          \"subscription-lock-set\": true,\n          \"waiting-for-replication-sync\": true,\n          \"pending-subscription-sync\": {\n            \"priority\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"notification\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"time-remaining\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"pending-notification-queue\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ],\n      \"client\": [\n        {\n          \"name\": \"Some name\",\n          \"info\": \"Some info\",\n          \"type\": \"inactive\",\n          \"datastore\": \"<string>\",\n          \"lock\": \"read\",\n          \"subscription\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Some name\",\n          \"info\": \"Some info\",\n          \"type\": \"inactive\",\n          \"datastore\": \"<string>\",\n          \"lock\": \"read\",\n          \"subscription\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"29708858-05b9-4371-b583-588349c0f749"},{"name":"GET - NodeID - tailf-confd-monitoring - callpoints","id":"06117611-8f6a-49ad-8f38-78eb4489e83b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"6832785e-ff50-482d-8b5e-e7abd0cc81f1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"callpoints\": {\n    \"callpoint\": [\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      }\n    ],\n    \"validationpoint\": [\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      }\n    ],\n    \"actionpoint\": [\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      }\n    ],\n    \"snmp-inform-callback\": [\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      }\n    ],\n    \"snmp-notification-subscription\": [\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      }\n    ],\n    \"error-formatting-callback\": [\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      }\n    ],\n    \"typepoint\": [\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      },\n      {\n        \"id\": \"Some id\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      }\n    ],\n    \"notification-stream-replay\": [\n      {\n        \"name\": \"Some name\",\n        \"replay-support\": \"none\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"replay-support\": \"none\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        },\n        \"path\": \"Some path\",\n        \"range\": [\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"lower\": \"Some lower\",\n            \"upper\": \"Some upper\",\n            \"default\": \"<object>\",\n            \"daemon\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"file\": \"Some file\",\n        \"error\": \"NOT-REGISTERED\"\n      }\n    ],\n    \"authentication-callback\": {\n      \"enabled\": true,\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    },\n    \"authorization-callbacks\": {\n      \"enabled\": true,\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"callbacks\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"error\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    }\n  }\n}"}],"_postman_id":"06117611-8f6a-49ad-8f38-78eb4489e83b"},{"name":"GET - NodeID - tailf-confd-monitoring - callpoint","id":"5d29cf17-66bb-429f-993b-791c3836b96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/callpoint=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","callpoint=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ffb09480-033b-4aaa-89bb-cf98a4717509","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/callpoint=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","callpoint=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"callpoint\": [\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    }\n  ]\n}"}],"_postman_id":"5d29cf17-66bb-429f-993b-791c3836b96c"},{"name":"GET - NodeID - tailf-confd-monitoring - validationpoint","id":"311aa7af-79ba-427e-b569-6ad6ba4ded3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/validationpoint=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","validationpoint=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"32ea871d-1912-4f17-ab8c-683661072f91","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/validationpoint=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","validationpoint=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"validationpoint\": [\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    }\n  ]\n}"}],"_postman_id":"311aa7af-79ba-427e-b569-6ad6ba4ded3a"},{"name":"GET - NodeID - tailf-confd-monitoring - actionpoint","id":"b98e39da-ded9-4897-ae31-d223d5d2182c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/actionpoint=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","actionpoint=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1c619d2f-1f31-4790-907b-2cb20100917e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/actionpoint=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","actionpoint=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"actionpoint\": [\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    }\n  ]\n}"}],"_postman_id":"b98e39da-ded9-4897-ae31-d223d5d2182c"},{"name":"GET - NodeID - tailf-confd-monitoring - snmp-inform-callback","id":"1eaecfc7-9f21-4ef7-b0d4-bb62fa69f52f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/snmp-inform-callback=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","snmp-inform-callback=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f7c4a7a9-ee69-486a-aa7e-4e79e217b349","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/snmp-inform-callback=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","snmp-inform-callback=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snmp-inform-callback\": [\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    }\n  ]\n}"}],"_postman_id":"1eaecfc7-9f21-4ef7-b0d4-bb62fa69f52f"},{"name":"GET - NodeID - tailf-confd-monitoring - snmp-notification-subscription","id":"f4bede75-5388-41d3-b160-c95be36295d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/snmp-notification-subscription=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","snmp-notification-subscription=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"1da021b1-fd1b-47ce-aebd-773d02c4fb73","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/snmp-notification-subscription=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","snmp-notification-subscription=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"snmp-notification-subscription\": [\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    }\n  ]\n}"}],"_postman_id":"f4bede75-5388-41d3-b160-c95be36295d1"},{"name":"GET - NodeID - tailf-confd-monitoring - error-formatting-callback","id":"7abc3da6-dbf6-4a42-a71b-22903935975d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/error-formatting-callback=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","error-formatting-callback=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f4110797-decc-4301-b6a8-6c2f2750469b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/error-formatting-callback=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","error-formatting-callback=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error-formatting-callback\": [\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    }\n  ]\n}"}],"_postman_id":"7abc3da6-dbf6-4a42-a71b-22903935975d"},{"name":"GET - NodeID - tailf-confd-monitoring - typepoint","id":"265d80b3-8b52-40e5-8736-c2755fb30d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/typepoint=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","typepoint=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4773f38c-865b-482f-ab57-fd355bb0a561","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/typepoint=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","typepoint=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"typepoint\": [\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    },\n    {\n      \"id\": \"Some id\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    }\n  ]\n}"}],"_postman_id":"265d80b3-8b52-40e5-8736-c2755fb30d58"},{"name":"GET - NodeID - tailf-confd-monitoring - notification-stream-replay","id":"efdb710e-d982-458e-a455-a1d268bc053a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/notification-stream-replay=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","notification-stream-replay=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"77810ddb-a220-43d0-bff3-238a49c68260","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/notification-stream-replay=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","notification-stream-replay=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"notification-stream-replay\": [\n    {\n      \"name\": \"Some name\",\n      \"replay-support\": \"none\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"replay-support\": \"none\",\n      \"daemon\": {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"callbacks\": [\n          \"Some callbacks\",\n          \"Some callbacks\"\n        ],\n        \"error\": \"PENDING\"\n      },\n      \"path\": \"Some path\",\n      \"range\": [\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        },\n        {\n          \"lower\": \"Some lower\",\n          \"upper\": \"Some upper\",\n          \"default\": \"<object>\",\n          \"daemon\": {\n            \"id\": 0,\n            \"name\": \"Some name\",\n            \"callbacks\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"error\": \"PENDING\"\n          }\n        }\n      ],\n      \"file\": \"Some file\",\n      \"error\": \"NOT-REGISTERED\"\n    }\n  ]\n}"}],"_postman_id":"efdb710e-d982-458e-a455-a1d268bc053a"},{"name":"GET - NodeID - tailf-confd-monitoring - authentication-callback","id":"bdf1e0fd-2630-4617-b121-2c5f807c39f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/authentication-callback?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","authentication-callback"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"faf4ca52-930e-4d77-9c32-840232ec17a1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/authentication-callback?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","authentication-callback"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authentication-callback\": {\n    \"enabled\": true,\n    \"daemon\": {\n      \"id\": 0,\n      \"name\": \"Some name\",\n      \"callbacks\": [\n        \"Some callbacks\",\n        \"Some callbacks\"\n      ],\n      \"error\": \"PENDING\"\n    },\n    \"path\": \"Some path\",\n    \"range\": [\n      {\n        \"lower\": \"Some lower\",\n        \"upper\": \"Some upper\",\n        \"default\": \"<object>\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        }\n      },\n      {\n        \"lower\": \"Some lower\",\n        \"upper\": \"Some upper\",\n        \"default\": \"<object>\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        }\n      }\n    ],\n    \"file\": \"Some file\",\n    \"error\": \"NOT-REGISTERED\"\n  }\n}"}],"_postman_id":"bdf1e0fd-2630-4617-b121-2c5f807c39f8"},{"name":"GET - NodeID - tailf-confd-monitoring - authorization-callbacks","id":"a85963a8-a518-49bf-adf9-cbd55f979d70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/authorization-callbacks?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","authorization-callbacks"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cbb594b5-6732-4481-a2df-1669de079b70","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/callpoints/authorization-callbacks?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","callpoints","authorization-callbacks"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authorization-callbacks\": {\n    \"enabled\": true,\n    \"daemon\": {\n      \"id\": 0,\n      \"name\": \"Some name\",\n      \"callbacks\": [\n        \"Some callbacks\",\n        \"Some callbacks\"\n      ],\n      \"error\": \"PENDING\"\n    },\n    \"path\": \"Some path\",\n    \"range\": [\n      {\n        \"lower\": \"Some lower\",\n        \"upper\": \"Some upper\",\n        \"default\": \"<object>\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        }\n      },\n      {\n        \"lower\": \"Some lower\",\n        \"upper\": \"Some upper\",\n        \"default\": \"<object>\",\n        \"daemon\": {\n          \"id\": 0,\n          \"name\": \"Some name\",\n          \"callbacks\": [\n            \"Some callbacks\",\n            \"Some callbacks\"\n          ],\n          \"error\": \"PENDING\"\n        }\n      }\n    ],\n    \"file\": \"Some file\",\n    \"error\": \"NOT-REGISTERED\"\n  }\n}"}],"_postman_id":"a85963a8-a518-49bf-adf9-cbd55f979d70"},{"name":"GET - NodeID - tailf-confd-monitoring - cdb","id":"7c0a2be5-e7cd-49f2-938e-5c6d616ee4be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"3db7f44c-d0a1-4afa-8798-fd4b030bb4a8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cdb\": {\n    \"datastore\": [\n      {\n        \"name\": \"running\",\n        \"transaction-id\": \"Some transaction-id\",\n        \"write-queue\": 0,\n        \"filename\": \"Some filename\",\n        \"disk-size\": 0,\n        \"ram-size\": 0,\n        \"read-locks\": 0,\n        \"write-lock-set\": true,\n        \"subscription-lock-set\": true,\n        \"waiting-for-replication-sync\": true,\n        \"pending-subscription-sync\": {\n          \"priority\": -2147483648,\n          \"notification\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"time-remaining\": \"<string>\"\n        },\n        \"pending-notification-queue\": [\n          {\n            \"notification\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"notification\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"running\",\n        \"transaction-id\": \"Some transaction-id\",\n        \"write-queue\": 0,\n        \"filename\": \"Some filename\",\n        \"disk-size\": 0,\n        \"ram-size\": 0,\n        \"read-locks\": 0,\n        \"write-lock-set\": true,\n        \"subscription-lock-set\": true,\n        \"waiting-for-replication-sync\": true,\n        \"pending-subscription-sync\": {\n          \"priority\": -2147483648,\n          \"notification\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"time-remaining\": \"<string>\"\n        },\n        \"pending-notification-queue\": [\n          {\n            \"notification\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"notification\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"client\": [\n      {\n        \"name\": \"Some name\",\n        \"info\": \"Some info\",\n        \"type\": \"inactive\",\n        \"datastore\": \"<string>\",\n        \"lock\": \"read\",\n        \"subscription\": [\n          {\n            \"datastore\": \"running\",\n            \"twophase\": \"<object>\",\n            \"priority\": -2147483648,\n            \"id\": 0,\n            \"path\": \"Some path\",\n            \"error\": \"PENDING\"\n          },\n          {\n            \"datastore\": \"running\",\n            \"twophase\": \"<object>\",\n            \"priority\": -2147483648,\n            \"id\": 0,\n            \"path\": \"Some path\",\n            \"error\": \"PENDING\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"info\": \"Some info\",\n        \"type\": \"inactive\",\n        \"datastore\": \"<string>\",\n        \"lock\": \"read\",\n        \"subscription\": [\n          {\n            \"datastore\": \"running\",\n            \"twophase\": \"<object>\",\n            \"priority\": -2147483648,\n            \"id\": 0,\n            \"path\": \"Some path\",\n            \"error\": \"PENDING\"\n          },\n          {\n            \"datastore\": \"running\",\n            \"twophase\": \"<object>\",\n            \"priority\": -2147483648,\n            \"id\": 0,\n            \"path\": \"Some path\",\n            \"error\": \"PENDING\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"7c0a2be5-e7cd-49f2-938e-5c6d616ee4be"},{"name":"GET - NodeID - tailf-confd-monitoring - datastore","id":"be1e32b5-68aa-4b57-85dc-28488e33e38a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"acb93e23-4c70-402b-80bd-a0439befc850","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"datastore\": [\n    {\n      \"name\": \"running\",\n      \"transaction-id\": \"Some transaction-id\",\n      \"write-queue\": 0,\n      \"filename\": \"Some filename\",\n      \"disk-size\": 0,\n      \"ram-size\": 0,\n      \"read-locks\": 0,\n      \"write-lock-set\": true,\n      \"subscription-lock-set\": true,\n      \"waiting-for-replication-sync\": true,\n      \"pending-subscription-sync\": {\n        \"priority\": -2147483648,\n        \"notification\": [\n          {\n            \"client-name\": \"Some client-name\",\n            \"subscription-ids\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"client-name\": \"Some client-name\",\n            \"subscription-ids\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"time-remaining\": \"<string>\"\n      },\n      \"pending-notification-queue\": [\n        {\n          \"notification\": [\n            {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"subscription-ids\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"subscription-ids\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"notification\": [\n            {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"subscription-ids\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"subscription-ids\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"running\",\n      \"transaction-id\": \"Some transaction-id\",\n      \"write-queue\": 0,\n      \"filename\": \"Some filename\",\n      \"disk-size\": 0,\n      \"ram-size\": 0,\n      \"read-locks\": 0,\n      \"write-lock-set\": true,\n      \"subscription-lock-set\": true,\n      \"waiting-for-replication-sync\": true,\n      \"pending-subscription-sync\": {\n        \"priority\": -2147483648,\n        \"notification\": [\n          {\n            \"client-name\": \"Some client-name\",\n            \"subscription-ids\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          },\n          {\n            \"client-name\": \"Some client-name\",\n            \"subscription-ids\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        ],\n        \"time-remaining\": \"<string>\"\n      },\n      \"pending-notification-queue\": [\n        {\n          \"notification\": [\n            {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"subscription-ids\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"subscription-ids\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"notification\": [\n            {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"subscription-ids\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"priority\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"client-name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"subscription-ids\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"be1e32b5-68aa-4b57-85dc-28488e33e38a"},{"name":"GET - NodeID - tailf-confd-monitoring - pending-subscription-sync","id":"33b2220b-cf78-4e33-8cf3-22d379e0b81c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>/pending-subscription-sync?content=<string>","description":"<p>Information pertaining to subscription notifications that have\nbeen delivered to, but not yet acknowledged by, subscribing\nclients. Not present for the 'startup' datastore.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>","pending-subscription-sync"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ac4be4cb-5625-49da-9f50-0d61dad9e2be","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>/pending-subscription-sync?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>","pending-subscription-sync"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pending-subscription-sync\": {\n    \"priority\": -2147483648,\n    \"notification\": [\n      {\n        \"client-name\": \"Some client-name\",\n        \"subscription-ids\": [\n          0,\n          0\n        ]\n      },\n      {\n        \"client-name\": \"Some client-name\",\n        \"subscription-ids\": [\n          0,\n          0\n        ]\n      }\n    ],\n    \"time-remaining\": \"<string>\"\n  }\n}"}],"_postman_id":"33b2220b-cf78-4e33-8cf3-22d379e0b81c"},{"name":"GET - NodeID - tailf-confd-monitoring - notification","id":"59754e58-0f85-4eaa-8eae-be7d29cdd420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>/pending-subscription-sync/notification?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>","pending-subscription-sync","notification"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e51b1e55-247b-4336-91cf-0511858d8ed8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>/pending-subscription-sync/notification?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>","pending-subscription-sync","notification"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"notification\": [\n    {\n      \"client-name\": \"Some client-name\",\n      \"subscription-ids\": [\n        0,\n        0\n      ]\n    },\n    {\n      \"client-name\": \"Some client-name\",\n      \"subscription-ids\": [\n        0,\n        0\n      ]\n    }\n  ]\n}"}],"_postman_id":"59754e58-0f85-4eaa-8eae-be7d29cdd420"},{"name":"GET - NodeID - tailf-confd-monitoring - pending-notification-queue","id":"83aa5406-a005-4bb1-ab8a-fb765c178b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>/pending-notification-queue?content=<string>","description":"<p>Queues of notifications that have been generated but not\nyet delivered to subscribing clients. Not present for the\n'startup' datastore.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>","pending-notification-queue"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e797666e-e824-40f5-a6fd-fef34bd1c8e6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>/pending-notification-queue?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>","pending-notification-queue"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pending-notification-queue\": [\n    {\n      \"notification\": [\n        {\n          \"priority\": -2147483648,\n          \"client-name\": \"Some client-name\",\n          \"subscription-ids\": [\n            0,\n            0\n          ]\n        },\n        {\n          \"priority\": -2147483648,\n          \"client-name\": \"Some client-name\",\n          \"subscription-ids\": [\n            0,\n            0\n          ]\n        }\n      ]\n    },\n    {\n      \"notification\": [\n        {\n          \"priority\": -2147483648,\n          \"client-name\": \"Some client-name\",\n          \"subscription-ids\": [\n            0,\n            0\n          ]\n        },\n        {\n          \"priority\": -2147483648,\n          \"client-name\": \"Some client-name\",\n          \"subscription-ids\": [\n            0,\n            0\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"83aa5406-a005-4bb1-ab8a-fb765c178b3e"},{"name":"GET - NodeID - tailf-confd-monitoring - notification","id":"82648ec4-c994-41fe-a548-fc59fb3b8530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>/pending-notification-queue/notification?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>","pending-notification-queue","notification"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"8d6dffd6-924c-41dc-ad57-fc2342205df9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/datastore=<string>/pending-notification-queue/notification?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","datastore=<string>","pending-notification-queue","notification"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"notification\": [\n    {\n      \"priority\": -2147483648,\n      \"client-name\": \"Some client-name\",\n      \"subscription-ids\": [\n        0,\n        0\n      ]\n    },\n    {\n      \"priority\": -2147483648,\n      \"client-name\": \"Some client-name\",\n      \"subscription-ids\": [\n        0,\n        0\n      ]\n    }\n  ]\n}"}],"_postman_id":"82648ec4-c994-41fe-a548-fc59fb3b8530"},{"name":"GET - NodeID - tailf-confd-monitoring - client","id":"764f704a-5348-4821-afdb-28df7a1ddb9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/client?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","client"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"53331182-ed2a-42a8-904a-cd31f61ae9ec","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/client?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","client"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"client\": [\n    {\n      \"name\": \"Some name\",\n      \"info\": \"Some info\",\n      \"type\": \"inactive\",\n      \"datastore\": \"<string>\",\n      \"lock\": \"read\",\n      \"subscription\": [\n        {\n          \"datastore\": \"running\",\n          \"twophase\": \"<object>\",\n          \"priority\": -2147483648,\n          \"id\": 0,\n          \"path\": \"Some path\",\n          \"error\": \"PENDING\"\n        },\n        {\n          \"datastore\": \"running\",\n          \"twophase\": \"<object>\",\n          \"priority\": -2147483648,\n          \"id\": 0,\n          \"path\": \"Some path\",\n          \"error\": \"PENDING\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"info\": \"Some info\",\n      \"type\": \"inactive\",\n      \"datastore\": \"<string>\",\n      \"lock\": \"read\",\n      \"subscription\": [\n        {\n          \"datastore\": \"running\",\n          \"twophase\": \"<object>\",\n          \"priority\": -2147483648,\n          \"id\": 0,\n          \"path\": \"Some path\",\n          \"error\": \"PENDING\"\n        },\n        {\n          \"datastore\": \"running\",\n          \"twophase\": \"<object>\",\n          \"priority\": -2147483648,\n          \"id\": 0,\n          \"path\": \"Some path\",\n          \"error\": \"PENDING\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"764f704a-5348-4821-afdb-28df7a1ddb9e"},{"name":"GET - NodeID - tailf-confd-monitoring - subscription","id":"2c5ab863-b3d0-40f3-8ed2-f4d2d287d540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/client/subscription?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","client","subscription"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"2837b9a6-f1c4-4ea7-836d-faad987fcdcb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-confd-monitoring:confd-state/internal/cdb/client/subscription?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-confd-monitoring:confd-state","internal","cdb","client","subscription"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subscription\": [\n    {\n      \"datastore\": \"running\",\n      \"twophase\": \"<object>\",\n      \"priority\": -2147483648,\n      \"id\": 0,\n      \"path\": \"Some path\",\n      \"error\": \"PENDING\"\n    },\n    {\n      \"datastore\": \"running\",\n      \"twophase\": \"<object>\",\n      \"priority\": -2147483648,\n      \"id\": 0,\n      \"path\": \"Some path\",\n      \"error\": \"PENDING\"\n    }\n  ]\n}"}],"_postman_id":"2c5ab863-b3d0-40f3-8ed2-f4d2d287d540"}],"id":"7050bec0-9129-47ea-b1f8-c26ee114f27b","_postman_id":"7050bec0-9129-47ea-b1f8-c26ee114f27b","description":""},{"name":"mounted NodeID tailf-configuration-policy","item":[{"name":"POST - NodeID - tailf-configuration-policy - policy","id":"6d99d382-63f9-4f2b-bb6a-bcbe15515b4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rule\": [\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    },\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1895792a-50cd-45d1-aaf0-ada921e09729","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"rule\": [\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    },\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d99d382-63f9-4f2b-bb6a-bcbe15515b4c"},{"name":"GET - NodeID - tailf-configuration-policy - policy","id":"d76c7789-166e-47e5-a683-096daeea3091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"9b0c0420-1e2f-4070-bf1f-0911bf466aa7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy\": {\n    \"rule\": [\n      {\n        \"expr\": \"Some expr\",\n        \"name\": \"Some name\",\n        \"foreach\": \"Some foreach\",\n        \"error-message\": \"Some error-message\",\n        \"warning-message\": \"Some warning-message\"\n      },\n      {\n        \"expr\": \"Some expr\",\n        \"name\": \"Some name\",\n        \"foreach\": \"Some foreach\",\n        \"error-message\": \"Some error-message\",\n        \"warning-message\": \"Some warning-message\"\n      }\n    ]\n  }\n}"}],"_postman_id":"d76c7789-166e-47e5-a683-096daeea3091"},{"name":"DELETE - NodeID - tailf-configuration-policy - policy","id":"08611867-e185-4e6e-a4f3-00f2b8c6fcfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"874ed277-c681-402f-93bb-d74457b94187","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08611867-e185-4e6e-a4f3-00f2b8c6fcfd"},{"name":"PUT - NodeID - tailf-configuration-policy - policy","id":"2228503f-7960-4986-b162-5d52660ba068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy\": {\n    \"rule\": [\n      {\n        \"expr\": \"Some expr\",\n        \"name\": \"Some name\",\n        \"foreach\": \"Some foreach\",\n        \"error-message\": \"Some error-message\",\n        \"warning-message\": \"Some warning-message\"\n      },\n      {\n        \"expr\": \"Some expr\",\n        \"name\": \"Some name\",\n        \"foreach\": \"Some foreach\",\n        \"error-message\": \"Some error-message\",\n        \"warning-message\": \"Some warning-message\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ed52b08-339e-41f9-9858-adcee7aee02f","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": {\n    \"rule\": [\n      {\n        \"expr\": \"Some expr\",\n        \"name\": \"Some name\",\n        \"foreach\": \"Some foreach\",\n        \"error-message\": \"Some error-message\",\n        \"warning-message\": \"Some warning-message\"\n      },\n      {\n        \"expr\": \"Some expr\",\n        \"name\": \"Some name\",\n        \"foreach\": \"Some foreach\",\n        \"error-message\": \"Some error-message\",\n        \"warning-message\": \"Some warning-message\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"23af9462-1705-4fa6-a9b2-a7fe2879c1b5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"policy\": {\n    \"rule\": [\n      {\n        \"expr\": \"Some expr\",\n        \"name\": \"Some name\",\n        \"foreach\": \"Some foreach\",\n        \"error-message\": \"Some error-message\",\n        \"warning-message\": \"Some warning-message\"\n      },\n      {\n        \"expr\": \"Some expr\",\n        \"name\": \"Some name\",\n        \"foreach\": \"Some foreach\",\n        \"error-message\": \"Some error-message\",\n        \"warning-message\": \"Some warning-message\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2228503f-7960-4986-b162-5d52660ba068"},{"name":"POST - NodeID - tailf-configuration-policy - rule","id":"14868529-cb60-4bee-a53c-61760d478a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"foreach\": \"Some foreach\",\n  \"expr\": \"Some expr\",\n  \"error-message\": \"Some error-message\",\n  \"warning-message\": \"Some warning-message\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy/rule=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy","rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0776742d-9494-4914-be4e-bcd804703422","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"foreach\": \"Some foreach\",\n  \"expr\": \"Some expr\",\n  \"error-message\": \"Some error-message\",\n  \"warning-message\": \"Some warning-message\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy/rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"14868529-cb60-4bee-a53c-61760d478a19"},{"name":"GET - NodeID - tailf-configuration-policy - rule","id":"e0ddf4e6-3a89-4edc-880f-67b2464914fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy/rule=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy","rule=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f89b5f60-54ca-49b8-a448-f5578a9343fc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy/rule=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy","rule=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rule\": [\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    },\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    }\n  ]\n}"}],"_postman_id":"e0ddf4e6-3a89-4edc-880f-67b2464914fe"},{"name":"DELETE - NodeID - tailf-configuration-policy - rule","id":"6e071528-994f-40be-83cb-1bfbde44e93d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy/rule=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy","rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c3b33386-671f-479e-9902-4509f14ca91d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy/rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e071528-994f-40be-83cb-1bfbde44e93d"},{"name":"PUT - NodeID - tailf-configuration-policy - rule","id":"c8da4d4a-f2e1-439d-b00c-7d6d4c6b5054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rule\": [\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    },\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy/rule=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-configuration-policy:policy","rule=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ddbd19c3-ed61-4505-8ee9-53a98b53dc39","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rule\": [\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    },\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy/rule=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"afb01bca-4ee0-49f9-9553-5fff51f01eca","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"rule\": [\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    },\n    {\n      \"expr\": \"Some expr\",\n      \"name\": \"Some name\",\n      \"foreach\": \"Some foreach\",\n      \"error-message\": \"Some error-message\",\n      \"warning-message\": \"Some warning-message\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-configuration-policy:policy/rule=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c8da4d4a-f2e1-439d-b00c-7d6d4c6b5054"}],"id":"11662cf3-10cc-4156-ab5b-2b0be00eb616","_postman_id":"11662cf3-10cc-4156-ab5b-2b0be00eb616","description":""},{"name":"mounted NodeID tailf-netconf-extensions","item":[{"name":"POST - NodeID - tailf-netconf-extensions - has-children","id":"87f45113-8abb-44d8-afe6-8963c10aac57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"path\": \"/tfnce:has-children\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-extensions:has-children'","description":"<p>Used to find out whether a container or list instance is empty or\nnot.  Returns false if and only if the sub-tree is guaranteed to not\ncontain any configuration data, otherwise 'maybe'.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-extensions:has-children'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d4d5a089-7814-4fec-85b2-db7047cdd4ab","name":"RPC has-children success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"path\": \"/tfnce:has-children\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-extensions:has-children'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"result\": \"maybe\"\n  }\n}"}],"_postman_id":"87f45113-8abb-44d8-afe6-8963c10aac57"},{"name":"POST - NodeID - tailf-netconf-extensions - get-attributes","id":"495393fa-97e8-4f3c-9734-fb827327a8a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"path\": \"/tfnce:get-attributes\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-extensions:get-attributes'","description":"<p>Retrieves the meta-data attributes for a data node.\nThe attributes are returned as XML attributes\nin the  leaf.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-extensions:get-attributes'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7a135c16-d5c6-4eac-a548-e8ba1c689d91","name":"RPC get-attributes success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"path\": \"/tfnce:get-attributes\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-extensions:get-attributes'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"result\": \"ok\"\n  }\n}"}],"_postman_id":"495393fa-97e8-4f3c-9734-fb827327a8a0"}],"id":"e0f59ac2-0487-411f-9c99-d726ede52857","_postman_id":"e0f59ac2-0487-411f-9c99-d726ede52857","description":""},{"name":"mounted NodeID tailf-netconf-forward","item":[{"name":"POST - NodeID - tailf-netconf-forward - forward","id":"89f741e2-aabc-48fb-a7f7-bae82c5549b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": \"Some target\",\n    \"auth\": {\n      \"mechanism\": \"Some mechanism\",\n      \"initial-response\": \"Some initial-response\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-forward:forward'","description":"<p>May return 'connection-failure', 'sasl-authentication-needed', or\n'sasl-failure' error.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-forward:forward'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"67bdbf5e-319d-4683-a895-e223a8b3dd79","name":"RPC forward success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": \"Some target\",\n    \"auth\": {\n      \"mechanism\": \"Some mechanism\",\n      \"initial-response\": \"Some initial-response\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-forward:forward'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"capabilities\": {\n      \"capability\": [\n        \"Some capability\",\n        \"Some capability\"\n      ]\n    },\n    \"challenge\": {\n      \"challenge\": \"Some challenge\"\n    }\n  }\n}"}],"_postman_id":"89f741e2-aabc-48fb-a7f7-bae82c5549b0"},{"name":"POST - NodeID - tailf-netconf-forward - challenge-response","id":"9a841b1d-9eac-4e39-a99d-ae0916c98645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"response\": \"Some response\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-forward:challenge-response'","description":"<p>May return 'sasl-failure' error.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-forward:challenge-response'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b4a6b5bf-1f6a-41a5-8e82-9b0e032e5041","name":"RPC challenge-response success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"response\": \"Some response\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-forward:challenge-response'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"capabilities\": {\n      \"capability\": [\n        \"Some capability\",\n        \"Some capability\"\n      ]\n    },\n    \"challenge\": {\n      \"challenge\": \"Some challenge\"\n    }\n  }\n}"}],"_postman_id":"9a841b1d-9eac-4e39-a99d-ae0916c98645"}],"id":"427a7921-39e6-41cc-b486-b13b2e1479e4","_postman_id":"427a7921-39e6-41cc-b486-b13b2e1479e4","description":""},{"name":"mounted NodeID tailf-netconf-query","item":[{"name":"POST - NodeID - tailf-netconf-query - start-query","id":"9f88f129-1815-4a67-aac0-0bdc000d4e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"foreach\": \"Some foreach\",\n    \"select\": [\n      {\n        \"expression\": \"Some expression\",\n        \"label\": \"Some label\",\n        \"result-type\": [\n          \"string\"\n        ]\n      },\n      {\n        \"expression\": \"Some expression\",\n        \"label\": \"Some label\",\n        \"result-type\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"sort-by\": [\n      \"Some sort-by\",\n      \"Some sort-by\"\n    ],\n    \"limit\": 1,\n    \"offset\": 1,\n    \"timeout\": 600\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:start-query'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-query:start-query'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"60889065-850a-466a-a191-0d0b2c22cff3","name":"RPC start-query success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"foreach\": \"Some foreach\",\n    \"select\": [\n      {\n        \"expression\": \"Some expression\",\n        \"label\": \"Some label\",\n        \"result-type\": [\n          \"string\"\n        ]\n      },\n      {\n        \"expression\": \"Some expression\",\n        \"label\": \"Some label\",\n        \"result-type\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"sort-by\": [\n      \"Some sort-by\",\n      \"Some sort-by\"\n    ],\n    \"limit\": 1,\n    \"offset\": 1,\n    \"timeout\": 600\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:start-query'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"query-handle\": 0\n  }\n}"}],"_postman_id":"9f88f129-1815-4a67-aac0-0bdc000d4e71"},{"name":"POST - NodeID - tailf-netconf-query - fetch-query-result","id":"c582a686-fdb2-4eb9-9a54-d68c00f1dc1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"query-handle\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:fetch-query-result'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-query:fetch-query-result'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"04372c17-1096-47cf-89aa-32b2bfa8b7e2","name":"RPC fetch-query-result success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"query-handle\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:fetch-query-result'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"query-result\": {\n      \"result\": [\n        {\n          \"select\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"select\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c582a686-fdb2-4eb9-9a54-d68c00f1dc1a"},{"name":"POST - NodeID - tailf-netconf-query - immediate-query","id":"6efb8a4e-e502-4b82-9067-5404cf05e0bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"foreach\": \"Some foreach\",\n    \"select\": [\n      {\n        \"expression\": \"Some expression\",\n        \"label\": \"Some label\",\n        \"result-type\": [\n          \"string\"\n        ]\n      },\n      {\n        \"expression\": \"Some expression\",\n        \"label\": \"Some label\",\n        \"result-type\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"sort-by\": [\n      \"Some sort-by\",\n      \"Some sort-by\"\n    ],\n    \"limit\": 1,\n    \"offset\": 1,\n    \"timeout\": 600\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:immediate-query'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-query:immediate-query'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ad04f919-246b-4cb4-a032-adb0d3eef1cc","name":"RPC immediate-query success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"foreach\": \"Some foreach\",\n    \"select\": [\n      {\n        \"expression\": \"Some expression\",\n        \"label\": \"Some label\",\n        \"result-type\": [\n          \"string\"\n        ]\n      },\n      {\n        \"expression\": \"Some expression\",\n        \"label\": \"Some label\",\n        \"result-type\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"sort-by\": [\n      \"Some sort-by\",\n      \"Some sort-by\"\n    ],\n    \"limit\": 1,\n    \"offset\": 1,\n    \"timeout\": 600\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:immediate-query'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"query-result\": {\n      \"result\": [\n        {\n          \"select\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"select\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"6efb8a4e-e502-4b82-9067-5404cf05e0bf"},{"name":"POST - NodeID - tailf-netconf-query - reset-query","id":"311a73c7-4694-4bf0-96b0-98829662b041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"offset\": 1,\n    \"timeout\": 600,\n    \"query-handle\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:reset-query'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-query:reset-query'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a8fcd86a-a56e-4a30-9d71-f4a6e9fcc44a","name":"RPC reset-query success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"offset\": 1,\n    \"timeout\": 600,\n    \"query-handle\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:reset-query'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"311a73c7-4694-4bf0-96b0-98829662b041"},{"name":"POST - NodeID - tailf-netconf-query - stop-query","id":"ce375775-228f-4499-a029-82731f905a4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"query-handle\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:stop-query'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-query:stop-query'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e9e4960e-7948-4fc7-b88e-fa9ed9cd27c5","name":"RPC stop-query success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"query-handle\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-query:stop-query'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce375775-228f-4499-a029-82731f905a4c"}],"id":"15229c40-bbc9-438a-bb0a-0f41a04ab36c","_postman_id":"15229c40-bbc9-438a-bb0a-0f41a04ab36c","description":""},{"name":"mounted NodeID tailf-netconf-transactions","item":[{"name":"POST - NodeID - tailf-netconf-transactions - start-transaction","id":"2da26f4c-530e-45e8-9746-737e4d10a9d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"startup\": \"<object>\",\n      \"running\": \"<object>\",\n      \"candidate\": \"<object>\"\n    },\n    \"with-inactive\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-transactions:start-transaction'","description":"<p>Starts a transaction towards a configuration datastore.  There\ncan be a single ongoing transaction per session at any time.</p>\n<p>When a transaction has been started, the client can send any\nNETCONF operation, but any  or \noperation sent from the client MUST specify the same \nas the , and any  MUST specify\nthe same  as .</p>\n<p>If the server receives an  or  with\nanother , or a  with another , an\nerror MUST be returned with an  set to 'invalid-value'.</p>\n<p>The modifications sent in the  operations are not\nimmediately applied to the configuration datastore.  Instead\nthey are kept in the transaction state of the server.  The\ntransaction state is only applied when a \nis received.</p>\n<p>The client sends a  when all modifications\nhave been sent.</p>\n<p>If there is an ongoing transaction for this session already, an\nerror MUST be returned with  set to 'bad-state'.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-transactions:start-transaction'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3854b480-8fb8-4290-ade0-fe2790042f7a","name":"RPC start-transaction success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"target\": {\n      \"startup\": \"<object>\",\n      \"running\": \"<object>\",\n      \"candidate\": \"<object>\"\n    },\n    \"with-inactive\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-transactions:start-transaction'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2da26f4c-530e-45e8-9746-737e4d10a9d2"},{"name":"POST - NodeID - tailf-netconf-transactions - prepare-transaction","id":"20fa9e92-d104-47e7-a923-06c96d54db01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"rollback-label\": \"Some rollback-label\",\n    \"rollback-comment\": \"Some rollback-comment\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-transactions:prepare-transaction'","description":"<p>Prepares the transaction state for commit.  The server may reject\nthe prepare request for any reason, for example due to lack of\nresources or if the combined changes would result in an invalid\nconfiguration datastore.</p>\n<p>After a successful , the next transaction\nrelated rpc operation must be  or\n.  Note that an  cannot be sent\nbefore the transaction is either committed or aborted.</p>\n<p>Care must be taken by the server to make sure that if</p>\n<p> succeeds then the \nSHOULD not fail, since this might result in an inconsistent\ndistributed state.  Thus,  should allocate\nany resources needed to make sure the  will\nsucceed.</p>\n<p>If there is no ongoing transaction in this session, or if the\nongoing transaction already has been prepared, an error MUST be\nreturned with  set to 'bad-state'.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-transactions:prepare-transaction'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"635f12a8-3d69-4135-9ecb-658462c00ec0","name":"RPC prepare-transaction success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"rollback-label\": \"Some rollback-label\",\n    \"rollback-comment\": \"Some rollback-comment\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-transactions:prepare-transaction'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"20fa9e92-d104-47e7-a923-06c96d54db01"},{"name":"POST - NodeID - tailf-netconf-transactions - commit-transaction","id":"130a481e-0bd9-4192-a7de-e7d1c6e08b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"with-transaction-id\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-transactions:commit-transaction'","description":"<p>Applies the changes made in the transaction to the configuration\ndatatore.  The transaction is closed after a .</p>\n<p>If there is no ongoing transaction in this session, or if the\nongoing transaction already has not been prepared, an error\nMUST be returned with  set to 'bad-state'.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-transactions:commit-transaction'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4187d9fc-c8d1-4b59-af0d-0a6ab1e293cf","name":"RPC commit-transaction success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"with-transaction-id\": \"<object>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-transactions:commit-transaction'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"transaction-id\": \"Some transaction-id\"\n  }\n}"}],"_postman_id":"130a481e-0bd9-4192-a7de-e7d1c6e08b0f"},{"name":"POST - NodeID - tailf-netconf-transactions - abort-transaction","id":"deb7d8a2-8481-4de1-a269-1dd0cf6d98ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-transactions:abort-transaction'","description":"<p>Aborts the ongoing transaction, and all pending changes are\ndiscarded.   can be given at any time during an\nongoing transaction.</p>\n<p>If there is no ongoing transaction in this session, an error MUST\nbe returned with  set to 'bad-state'.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-netconf-transactions:abort-transaction'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7acf1bbb-26cd-41d8-aed3-635412a28927","name":"RPC abort-transaction success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-netconf-transactions:abort-transaction'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"deb7d8a2-8481-4de1-a269-1dd0cf6d98ee"}],"id":"c7f1c941-985b-4f57-b437-c9536dd2c35a","_postman_id":"c7f1c941-985b-4f57-b437-c9536dd2c35a","description":""},{"name":"mounted NodeID tailf-rollback","item":[{"name":"GET - NodeID - tailf-rollback - rollback-files","id":"39bdb8ff-c4de-4d4b-b5e1-6f8d614ff2a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-rollback:rollback-files?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-rollback:rollback-files"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"e9e499ec-f4e3-41c1-85e3-aa4f0c11dd56","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-rollback:rollback-files?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-rollback:rollback-files"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rollback-files\": {\n    \"file\": [\n      {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"fixed-number\": 0,\n        \"creator\": \"Some creator\",\n        \"date\": \"Some date\",\n        \"via\": \"Some via\",\n        \"label\": \"Some label\",\n        \"comment\": \"Some comment\"\n      },\n      {\n        \"id\": 0,\n        \"name\": \"Some name\",\n        \"fixed-number\": 0,\n        \"creator\": \"Some creator\",\n        \"date\": \"Some date\",\n        \"via\": \"Some via\",\n        \"label\": \"Some label\",\n        \"comment\": \"Some comment\"\n      }\n    ]\n  }\n}"}],"_postman_id":"39bdb8ff-c4de-4d4b-b5e1-6f8d614ff2a8"},{"name":"POST - NodeID - tailf-rollback - get-rollback-file","id":"22bc73f5-3526-40f2-b665-5c0aaa56cef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"id\": 0,\n    \"fixed-number\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-rollback:rollback-files/get-rollback-file","description":"<p>Get the content of a specific rollback file.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-rollback:rollback-files","get-rollback-file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c92c5741-b7cb-49d3-b128-d4d8b8d62676","name":"RPC get-rollback-file success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"id\": 0,\n    \"fixed-number\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-rollback:rollback-files/get-rollback-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"content\": \"Some content\"\n  }\n}"}],"_postman_id":"22bc73f5-3526-40f2-b665-5c0aaa56cef3"},{"name":"POST - NodeID - tailf-rollback - apply-rollback-file","id":"f5b70a0c-6000-487b-b736-4955fc55ed40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"id\": 0,\n    \"fixed-number\": 0,\n    \"selective\": \"<object>\",\n    \"path\": \"Some path\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-rollback:rollback-files/apply-rollback-file","description":"<p>Apply a specific rollback file.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-rollback:rollback-files","apply-rollback-file"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b4908cb1-9ace-4c33-8ce4-daf8e724302c","name":"RPC apply-rollback-file success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"id\": 0,\n    \"fixed-number\": 0,\n    \"selective\": \"<object>\",\n    \"path\": \"Some path\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-rollback:rollback-files/apply-rollback-file"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5b70a0c-6000-487b-b736-4955fc55ed40"},{"name":"GET - NodeID - tailf-rollback - file","id":"04f9e76a-d69a-4bc8-9a66-064b5a149c4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-rollback:rollback-files/file=<string>?content=<string>","description":"<p>Rollback file information.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-rollback:rollback-files","file=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"87b01802-84ef-49b4-b3f6-ab3eee4755e2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-rollback:rollback-files/file=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-rollback:rollback-files","file=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"file\": [\n    {\n      \"id\": 0,\n      \"name\": \"Some name\",\n      \"fixed-number\": 0,\n      \"creator\": \"Some creator\",\n      \"date\": \"Some date\",\n      \"via\": \"Some via\",\n      \"label\": \"Some label\",\n      \"comment\": \"Some comment\"\n    },\n    {\n      \"id\": 0,\n      \"name\": \"Some name\",\n      \"fixed-number\": 0,\n      \"creator\": \"Some creator\",\n      \"date\": \"Some date\",\n      \"via\": \"Some via\",\n      \"label\": \"Some label\",\n      \"comment\": \"Some comment\"\n    }\n  ]\n}"}],"_postman_id":"04f9e76a-d69a-4bc8-9a66-064b5a149c4f"}],"id":"3eede351-3424-4b41-85e2-700363b61403","_postman_id":"3eede351-3424-4b41-85e2-700363b61403","description":""},{"name":"mounted NodeID tailf-webui","item":[{"name":"POST - NodeID - tailf-webui - webui","id":"37c1a435-06da-4480-91e2-2613f8af687a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"schematics\": {\n    \"panels\": {\n      \"panel\": [\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"assets\": {\n      \"asset\": [\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        }\n      ]\n    }\n  },\n  \"data-stores\": {\n    \"user-profile\": [\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ],\n    \"data-store\": [\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"saved-query\": [\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"790b427b-617f-4615-bda3-e128f0682aa4","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"schematics\": {\n    \"panels\": {\n      \"panel\": [\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"assets\": {\n      \"asset\": [\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        }\n      ]\n    }\n  },\n  \"data-stores\": {\n    \"user-profile\": [\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ],\n    \"data-store\": [\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"saved-query\": [\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37c1a435-06da-4480-91e2-2613f8af687a"},{"name":"GET - NodeID - tailf-webui - webui","id":"535b9440-dc2f-48f4-b532-29ac3589e59e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"f7930c62-d33c-4ba6-ac7c-3e2c358ef18b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"webui\": {\n    \"schematics\": {\n      \"panels\": {\n        \"panel\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"components\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"components\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"assets\": {\n        \"asset\": [\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"base-64-image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"base-64-image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"data-stores\": {\n      \"user-profile\": [\n        {\n          \"username\": \"Some username\",\n          \"profile\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"saved-query\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        },\n        {\n          \"username\": \"Some username\",\n          \"profile\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"saved-query\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      ],\n      \"data-store\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"535b9440-dc2f-48f4-b532-29ac3589e59e"},{"name":"DELETE - NodeID - tailf-webui - webui","id":"666f9445-84f7-44ba-9b03-9034adf25758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"34b37665-0d3c-4a4f-9421-1aa61d25bc5a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"666f9445-84f7-44ba-9b03-9034adf25758"},{"name":"PUT - NodeID - tailf-webui - webui","id":"0316d769-bf06-43c1-ad61-961f35fe6a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"webui\": {\n    \"schematics\": {\n      \"panels\": {\n        \"panel\": [\n          {\n            \"name\": \"Some name\",\n            \"properties\": {\n              \"title\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"description\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"components\": {\n              \"component\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"name\": \"Some name\",\n            \"properties\": {\n              \"title\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"description\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"components\": {\n              \"component\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      },\n      \"assets\": {\n        \"asset\": [\n          {\n            \"name\": \"Some name\",\n            \"base-64-image\": \"Some base-64-image\",\n            \"type\": \"jpeg\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"base-64-image\": \"Some base-64-image\",\n            \"type\": \"jpeg\"\n          }\n        ]\n      }\n    },\n    \"data-stores\": {\n      \"user-profile\": [\n        {\n          \"username\": \"Some username\",\n          \"profile\": [\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            },\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            }\n          ],\n          \"saved-query\": [\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            }\n          ]\n        },\n        {\n          \"username\": \"Some username\",\n          \"profile\": [\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            },\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            }\n          ],\n          \"saved-query\": [\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      ],\n      \"data-store\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7c2c3ebe-c8eb-444c-83a7-5510924aeb1d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webui\": {\n    \"schematics\": {\n      \"panels\": {\n        \"panel\": [\n          {\n            \"name\": \"Some name\",\n            \"properties\": {\n              \"title\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"description\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"components\": {\n              \"component\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"name\": \"Some name\",\n            \"properties\": {\n              \"title\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"description\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"components\": {\n              \"component\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      },\n      \"assets\": {\n        \"asset\": [\n          {\n            \"name\": \"Some name\",\n            \"base-64-image\": \"Some base-64-image\",\n            \"type\": \"jpeg\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"base-64-image\": \"Some base-64-image\",\n            \"type\": \"jpeg\"\n          }\n        ]\n      }\n    },\n    \"data-stores\": {\n      \"user-profile\": [\n        {\n          \"username\": \"Some username\",\n          \"profile\": [\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            },\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            }\n          ],\n          \"saved-query\": [\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            }\n          ]\n        },\n        {\n          \"username\": \"Some username\",\n          \"profile\": [\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            },\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            }\n          ],\n          \"saved-query\": [\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      ],\n      \"data-store\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"62a46ec4-eb83-485f-97fa-6447245b954c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webui\": {\n    \"schematics\": {\n      \"panels\": {\n        \"panel\": [\n          {\n            \"name\": \"Some name\",\n            \"properties\": {\n              \"title\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"description\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"components\": {\n              \"component\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          },\n          {\n            \"name\": \"Some name\",\n            \"properties\": {\n              \"title\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"description\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            \"components\": {\n              \"component\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          }\n        ]\n      },\n      \"assets\": {\n        \"asset\": [\n          {\n            \"name\": \"Some name\",\n            \"base-64-image\": \"Some base-64-image\",\n            \"type\": \"jpeg\"\n          },\n          {\n            \"name\": \"Some name\",\n            \"base-64-image\": \"Some base-64-image\",\n            \"type\": \"jpeg\"\n          }\n        ]\n      }\n    },\n    \"data-stores\": {\n      \"user-profile\": [\n        {\n          \"username\": \"Some username\",\n          \"profile\": [\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            },\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            }\n          ],\n          \"saved-query\": [\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            }\n          ]\n        },\n        {\n          \"username\": \"Some username\",\n          \"profile\": [\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            },\n            {\n              \"key\": \"Some key\",\n              \"value\": \"Some value\"\n            }\n          ],\n          \"saved-query\": [\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            },\n            {\n              \"serialized-query\": \"Some serialized-query\",\n              \"list-path\": \"Some list-path\",\n              \"name\": \"Some name\"\n            }\n          ]\n        }\n      ],\n      \"data-store\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0316d769-bf06-43c1-ad61-961f35fe6a05"},{"name":"POST - NodeID - tailf-webui - schematics","id":"68f32982-5ed9-4cd0-abd6-a7327f2da4b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"panels\": {\n    \"panel\": [\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  },\n  \"assets\": {\n    \"asset\": [\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"029e1087-89fc-45f9-9d83-7b03f1c4e21a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"panels\": {\n    \"panel\": [\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  },\n  \"assets\": {\n    \"asset\": [\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68f32982-5ed9-4cd0-abd6-a7327f2da4b9"},{"name":"GET - NodeID - tailf-webui - schematics","id":"ce05495e-d6bd-4c53-9904-9a6e9fe3fb69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"af3701c1-930f-46d9-8f85-989328d00e97","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"schematics\": {\n    \"panels\": {\n      \"panel\": [\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"assets\": {\n      \"asset\": [\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"ce05495e-d6bd-4c53-9904-9a6e9fe3fb69"},{"name":"DELETE - NodeID - tailf-webui - schematics","id":"5dc1e103-ca55-4d4b-92a8-d9f11e582ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"acf2a9a8-329f-4c99-932c-0233f1cd1d02","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5dc1e103-ca55-4d4b-92a8-d9f11e582ac2"},{"name":"PUT - NodeID - tailf-webui - schematics","id":"2c4a235c-102d-441d-9d58-6828d7ca1c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"schematics\": {\n    \"panels\": {\n      \"panel\": [\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"assets\": {\n      \"asset\": [\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9622d0b0-7a10-4375-ae83-c2e65cf7c69d","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"schematics\": {\n    \"panels\": {\n      \"panel\": [\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"assets\": {\n      \"asset\": [\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"07b471d8-85b5-4e2f-bf7a-ecb699c5de20","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"schematics\": {\n    \"panels\": {\n      \"panel\": [\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"name\": \"Some name\",\n          \"properties\": {\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"width\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"height\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"components\": {\n            \"component\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    \"assets\": {\n      \"asset\": [\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        },\n        {\n          \"name\": \"Some name\",\n          \"base-64-image\": \"Some base-64-image\",\n          \"type\": \"jpeg\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c4a235c-102d-441d-9d58-6828d7ca1c0e"},{"name":"POST - NodeID - tailf-webui - panels","id":"9409c737-52ce-4527-bb9d-5a70ace0c74b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"panel\": [\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0f6263ae-0415-4837-b442-46e2282cfa25","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"panel\": [\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9409c737-52ce-4527-bb9d-5a70ace0c74b"},{"name":"GET - NodeID - tailf-webui - panels","id":"4b1a2952-a1da-466d-ab36-99a30942fcfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"b5df3656-254e-4fd8-9714-50b2e485e905","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"panels\": {\n    \"panel\": [\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"4b1a2952-a1da-466d-ab36-99a30942fcfc"},{"name":"DELETE - NodeID - tailf-webui - panels","id":"89f03351-9f31-4e20-a6bc-08a331f66cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"51b5c260-e572-41c8-ad5f-44a0ef28487c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89f03351-9f31-4e20-a6bc-08a331f66cfc"},{"name":"PUT - NodeID - tailf-webui - panels","id":"004c0ad6-e20b-400c-97c6-0b6f8bd4cd28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"panels\": {\n    \"panel\": [\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bb0d56d7-e4b6-4ba8-80da-e1b09afcca9c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"panels\": {\n    \"panel\": [\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2909aa56-8900-4977-a24a-6f21002515e0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"panels\": {\n    \"panel\": [\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"Some name\",\n        \"properties\": {\n          \"title\": \"Some title\",\n          \"description\": \"Some description\",\n          \"width\": 0,\n          \"height\": 0\n        },\n        \"components\": {\n          \"component\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"004c0ad6-e20b-400c-97c6-0b6f8bd4cd28"},{"name":"POST - NodeID - tailf-webui - panel","id":"e7ac989a-ef1d-4c08-80a8-8ce9705bb9cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"title\": \"Some title\",\n    \"description\": \"Some description\",\n    \"width\": 0,\n    \"height\": 0\n  },\n  \"components\": {\n    \"component\": [\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"17a7f930-396d-4a9c-8c3f-ede235168f25","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"title\": \"Some title\",\n    \"description\": \"Some description\",\n    \"width\": 0,\n    \"height\": 0\n  },\n  \"components\": {\n    \"component\": [\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7ac989a-ef1d-4c08-80a8-8ce9705bb9cb"},{"name":"GET - NodeID - tailf-webui - panel","id":"6f4f95b3-bba8-493d-87d9-0ec54319e505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"abfdefc8-9838-497d-99b4-5cb5b002a75c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"panel\": [\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"6f4f95b3-bba8-493d-87d9-0ec54319e505"},{"name":"DELETE - NodeID - tailf-webui - panel","id":"60a702d3-6e7a-47d9-80b7-208150b4338a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"7310d0fd-e0bc-4cb8-ac69-da38d18e7619","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60a702d3-6e7a-47d9-80b7-208150b4338a"},{"name":"PUT - NodeID - tailf-webui - panel","id":"856daa82-591a-4e35-bdbb-2075efc25df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"panel\": [\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b6c58587-09b3-4748-b885-14caf89823fa","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"panel\": [\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"12174461-726c-4bf0-8b83-872101a9779c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"panel\": [\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Some name\",\n      \"properties\": {\n        \"title\": \"Some title\",\n        \"description\": \"Some description\",\n        \"width\": 0,\n        \"height\": 0\n      },\n      \"components\": {\n        \"component\": [\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": \"Some id\",\n            \"properties\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"856daa82-591a-4e35-bdbb-2075efc25df7"},{"name":"POST - NodeID - tailf-webui - properties","id":"76e2363e-80b7-405d-8094-ee54c6f0d4c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Some title\",\n  \"description\": \"Some description\",\n  \"width\": 0,\n  \"height\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/properties","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","properties"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bafaa85b-d1d0-40f8-b1e2-de40ce6907ba","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Some title\",\n  \"description\": \"Some description\",\n  \"width\": 0,\n  \"height\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/properties"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"76e2363e-80b7-405d-8094-ee54c6f0d4c7"},{"name":"GET - NodeID - tailf-webui - properties","id":"c5582846-a103-4220-9130-84435c16cbc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/properties?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","properties"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"cf5fdc29-b508-455a-921d-6d506b5cb395","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/properties?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","properties"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"properties\": {\n    \"title\": \"Some title\",\n    \"description\": \"Some description\",\n    \"width\": 0,\n    \"height\": 0\n  }\n}"}],"_postman_id":"c5582846-a103-4220-9130-84435c16cbc1"},{"name":"DELETE - NodeID - tailf-webui - properties","id":"7c67453c-207c-460b-9ad8-bc0978a1b95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/properties","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","properties"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"380440ee-9b45-4779-87e7-60f85d2a719f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/properties"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c67453c-207c-460b-9ad8-bc0978a1b95f"},{"name":"PUT - NodeID - tailf-webui - properties","id":"b6dff9bb-ede3-4a5d-a56f-d5b6072112f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"title\": \"Some title\",\n    \"description\": \"Some description\",\n    \"width\": 0,\n    \"height\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/properties","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","properties"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"966c9e70-378a-43d5-93a1-6222f60f69da","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"title\": \"Some title\",\n    \"description\": \"Some description\",\n    \"width\": 0,\n    \"height\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/properties"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f0d85594-7409-424c-a0ac-9b061d59e303","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"title\": \"Some title\",\n    \"description\": \"Some description\",\n    \"width\": 0,\n    \"height\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/properties"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6dff9bb-ede3-4a5d-a56f-d5b6072112f8"},{"name":"POST - NodeID - tailf-webui - components","id":"c0c09f64-9865-40f7-9231-14089f61b201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    },\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e74030d2-2dca-4829-aa94-7b7ec4adfb86","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    },\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0c09f64-9865-40f7-9231-14089f61b201"},{"name":"GET - NodeID - tailf-webui - components","id":"a1ab851c-51bc-4efa-b1ca-660e212e6f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ff03c42a-0c47-419e-8855-07222aede862","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"components\": {\n    \"component\": [\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"a1ab851c-51bc-4efa-b1ca-660e212e6f85"},{"name":"DELETE - NodeID - tailf-webui - components","id":"5c9843e4-6f65-4aa5-9c8b-3522802bbb45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"392492a5-ef47-4146-aac9-6a15d23fd2fd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5c9843e4-6f65-4aa5-9c8b-3522802bbb45"},{"name":"PUT - NodeID - tailf-webui - components","id":"6541bf89-4fea-4b2d-9ee5-efcc51e8710f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"components\": {\n    \"component\": [\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"bcf3e707-ecd2-4b7b-8dc6-1e739d92440c","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"components\": {\n    \"component\": [\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3af5ef49-2c17-4611-869d-67e8855add81","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"components\": {\n    \"component\": [\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"id\": \"Some id\",\n        \"properties\": {\n          \"top\": 0,\n          \"left\": 0,\n          \"width\": 0,\n          \"height\": 0,\n          \"z-index\": -32768,\n          \"image\": {\n            \"image\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"link\": {\n            \"link\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6541bf89-4fea-4b2d-9ee5-efcc51e8710f"},{"name":"POST - NodeID - tailf-webui - component","id":"fb134a7e-0e39-4617-9660-ba0a3983cf6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"top\": 0,\n    \"left\": 0,\n    \"width\": 0,\n    \"height\": 0,\n    \"z-index\": -32768,\n    \"image\": {\n      \"image\": \"Some image\"\n    },\n    \"link\": {\n      \"link\": \"Some link\",\n      \"text\": \"Some text\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9db25a0d-74f8-44ac-8238-032093f73014","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"top\": 0,\n    \"left\": 0,\n    \"width\": 0,\n    \"height\": 0,\n    \"z-index\": -32768,\n    \"image\": {\n      \"image\": \"Some image\"\n    },\n    \"link\": {\n      \"link\": \"Some link\",\n      \"text\": \"Some text\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb134a7e-0e39-4617-9660-ba0a3983cf6e"},{"name":"GET - NodeID - tailf-webui - component","id":"0861512a-7add-4d5c-b946-e48fe306a734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"29c072eb-51a8-459e-b418-40a4670d038f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"component\": [\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    },\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"0861512a-7add-4d5c-b946-e48fe306a734"},{"name":"DELETE - NodeID - tailf-webui - component","id":"034ddc06-3da3-4587-9ea5-3cf3af028502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"45997890-26fa-4237-a21f-9dd64c4fe0ff","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"034ddc06-3da3-4587-9ea5-3cf3af028502"},{"name":"PUT - NodeID - tailf-webui - component","id":"5e80e05a-9d88-4c22-83cb-f087c4977667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    },\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"cad74a36-ded3-4fe6-b667-4ba31ada6e21","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    },\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"18b96d5e-49c5-4415-8d73-2d79af11f9be","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    },\n    {\n      \"id\": \"Some id\",\n      \"properties\": {\n        \"top\": 0,\n        \"left\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"z-index\": -32768,\n        \"image\": {\n          \"image\": \"Some image\"\n        },\n        \"link\": {\n          \"link\": \"Some link\",\n          \"text\": \"Some text\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e80e05a-9d88-4c22-83cb-f087c4977667"},{"name":"POST - NodeID - tailf-webui - properties","id":"afd2b83b-fd89-4509-8022-ffaee0def43e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"top\": 0,\n  \"left\": 0,\n  \"width\": 0,\n  \"height\": 0,\n  \"z-index\": -32768,\n  \"image\": {\n    \"image\": \"Some image\"\n  },\n  \"link\": {\n    \"link\": \"Some link\",\n    \"text\": \"Some text\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>/properties","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>","properties"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c8b4e91d-4773-455f-8287-090cff91486d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"top\": 0,\n  \"left\": 0,\n  \"width\": 0,\n  \"height\": 0,\n  \"z-index\": -32768,\n  \"image\": {\n    \"image\": \"Some image\"\n  },\n  \"link\": {\n    \"link\": \"Some link\",\n    \"text\": \"Some text\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>/properties"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afd2b83b-fd89-4509-8022-ffaee0def43e"},{"name":"GET - NodeID - tailf-webui - properties","id":"f27822cf-a85e-496d-9788-05f6a159e4a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>/properties?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>","properties"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"298e424a-c5c6-435d-ae26-8d516e331141","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>/properties?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>","properties"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"properties\": {\n    \"top\": 0,\n    \"left\": 0,\n    \"width\": 0,\n    \"height\": 0,\n    \"z-index\": -32768,\n    \"image\": {\n      \"image\": \"Some image\"\n    },\n    \"link\": {\n      \"link\": \"Some link\",\n      \"text\": \"Some text\"\n    }\n  }\n}"}],"_postman_id":"f27822cf-a85e-496d-9788-05f6a159e4a0"},{"name":"DELETE - NodeID - tailf-webui - properties","id":"cbd03d7a-f819-461c-9248-db567f1a711d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>/properties","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>","properties"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0638f076-b14f-45ac-8ed5-ab561736e8e5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>/properties"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbd03d7a-f819-461c-9248-db567f1a711d"},{"name":"PUT - NodeID - tailf-webui - properties","id":"3ab43506-80cf-4e39-875d-6cd0fddb737c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"top\": 0,\n    \"left\": 0,\n    \"width\": 0,\n    \"height\": 0,\n    \"z-index\": -32768,\n    \"image\": {\n      \"image\": \"Some image\"\n    },\n    \"link\": {\n      \"link\": \"Some link\",\n      \"text\": \"Some text\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>/properties","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","panels","panel=<string>","components","component=<string>","properties"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"ef14e18f-185f-47d4-b2ad-b4c414de2dbc","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"top\": 0,\n    \"left\": 0,\n    \"width\": 0,\n    \"height\": 0,\n    \"z-index\": -32768,\n    \"image\": {\n      \"image\": \"Some image\"\n    },\n    \"link\": {\n      \"link\": \"Some link\",\n      \"text\": \"Some text\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>/properties"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"caf24417-4fae-4efc-833c-736365cfa6d3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"top\": 0,\n    \"left\": 0,\n    \"width\": 0,\n    \"height\": 0,\n    \"z-index\": -32768,\n    \"image\": {\n      \"image\": \"Some image\"\n    },\n    \"link\": {\n      \"link\": \"Some link\",\n      \"text\": \"Some text\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/panels/panel=<string>/components/component=<string>/properties"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ab43506-80cf-4e39-875d-6cd0fddb737c"},{"name":"POST - NodeID - tailf-webui - assets","id":"43807f09-b23d-4836-a42f-6ba03a4cf069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset\": [\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b2f26b1e-6a33-4f6f-8a2c-5e638813b668","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"asset\": [\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43807f09-b23d-4836-a42f-6ba03a4cf069"},{"name":"GET - NodeID - tailf-webui - assets","id":"f2a1f695-f893-43ab-8285-883c262c5fd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4aa89adb-c924-4719-8539-eefa626e5bba","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"assets\": {\n    \"asset\": [\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      }\n    ]\n  }\n}"}],"_postman_id":"f2a1f695-f893-43ab-8285-883c262c5fd8"},{"name":"DELETE - NodeID - tailf-webui - assets","id":"bc67b53c-4cfd-4707-9324-388f052146fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6d43e89d-ea83-469b-97e6-867f79c4a0d9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bc67b53c-4cfd-4707-9324-388f052146fa"},{"name":"PUT - NodeID - tailf-webui - assets","id":"c5c51a7e-98bd-4b29-8374-12b5d1adda26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assets\": {\n    \"asset\": [\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"634ba99e-241e-4267-aa70-26eade2850a0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"assets\": {\n    \"asset\": [\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9a855825-42ec-4a83-be1c-6b7b5effaa1a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"assets\": {\n    \"asset\": [\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      },\n      {\n        \"name\": \"Some name\",\n        \"base-64-image\": \"Some base-64-image\",\n        \"type\": \"jpeg\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5c51a7e-98bd-4b29-8374-12b5d1adda26"},{"name":"POST - NodeID - tailf-webui - asset","id":"46b4bbf1-2a53-48f4-a08e-8c3f194f6dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"base-64-image\": \"Some base-64-image\",\n  \"type\": \"jpeg\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets/asset=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets","asset=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"91d8e13a-2938-4f6b-a7f0-f40a4b6fa9c6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"base-64-image\": \"Some base-64-image\",\n  \"type\": \"jpeg\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets/asset=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"46b4bbf1-2a53-48f4-a08e-8c3f194f6dae"},{"name":"GET - NodeID - tailf-webui - asset","id":"6e3c0b5e-242a-4aaa-915a-415a58918634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets/asset=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets","asset=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"dace4ef5-1a53-4cb9-8497-3f31b4bb5e84","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets/asset=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets","asset=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"asset\": [\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    }\n  ]\n}"}],"_postman_id":"6e3c0b5e-242a-4aaa-915a-415a58918634"},{"name":"DELETE - NodeID - tailf-webui - asset","id":"0f2cf1ce-1713-49cd-9d98-c6b479de6b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets/asset=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets","asset=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"59fda3eb-38cb-426f-923f-c555f6abd60c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets/asset=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f2cf1ce-1713-49cd-9d98-c6b479de6b94"},{"name":"PUT - NodeID - tailf-webui - asset","id":"c3891086-15b8-4251-964b-e4143bb1257f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset\": [\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets/asset=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","schematics","assets","asset=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"122c9111-ee35-44b3-9ed5-1921900700e0","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"asset\": [\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets/asset=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"91819889-0a2a-4f36-b072-70e8faa7e6f2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"asset\": [\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    },\n    {\n      \"name\": \"Some name\",\n      \"base-64-image\": \"Some base-64-image\",\n      \"type\": \"jpeg\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/schematics/assets/asset=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3891086-15b8-4251-964b-e4143bb1257f"},{"name":"POST - NodeID - tailf-webui - data-stores","id":"bd1ed9ee-21dd-408c-a68c-ac576d976bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user-profile\": [\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ],\n  \"data-store\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ],\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"aa6e9a71-c171-454f-9c19-d339b6a3f04d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"user-profile\": [\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ],\n  \"data-store\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ],\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd1ed9ee-21dd-408c-a68c-ac576d976bf0"},{"name":"GET - NodeID - tailf-webui - data-stores","id":"a0bd4603-af08-4635-8bc4-391d7d9d8908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"4b9ec3e7-b23d-47d9-b83a-832d5571623e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data-stores\": {\n    \"user-profile\": [\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ],\n    \"data-store\": [\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"saved-query\": [\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a0bd4603-af08-4635-8bc4-391d7d9d8908"},{"name":"DELETE - NodeID - tailf-webui - data-stores","id":"bc7b0993-9972-4c9d-8835-6559d09f9bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"61af2718-b2ac-4af7-8833-7577a251f498","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bc7b0993-9972-4c9d-8835-6559d09f9bc7"},{"name":"PUT - NodeID - tailf-webui - data-stores","id":"9bface1b-21ec-476c-ab28-bd4049b478c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data-stores\": {\n    \"user-profile\": [\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ],\n    \"data-store\": [\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"saved-query\": [\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"b3b1fa85-30d6-4370-80a4-189488312cae","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"data-stores\": {\n    \"user-profile\": [\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ],\n    \"data-store\": [\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"saved-query\": [\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d04d67f8-549b-4970-bdc9-fce3edf79df5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"data-stores\": {\n    \"user-profile\": [\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      },\n      {\n        \"username\": \"Some username\",\n        \"profile\": [\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          },\n          {\n            \"key\": \"Some key\",\n            \"value\": \"Some value\"\n          }\n        ],\n        \"saved-query\": [\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          },\n          {\n            \"serialized-query\": \"Some serialized-query\",\n            \"list-path\": \"Some list-path\",\n            \"name\": \"Some name\"\n          }\n        ]\n      }\n    ],\n    \"data-store\": [\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      },\n      {\n        \"key\": \"Some key\",\n        \"value\": \"Some value\"\n      }\n    ],\n    \"saved-query\": [\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      },\n      {\n        \"serialized-query\": \"Some serialized-query\",\n        \"list-path\": \"Some list-path\",\n        \"name\": \"Some name\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9bface1b-21ec-476c-ab28-bd4049b478c7"},{"name":"POST - NodeID - tailf-webui - user-profile","id":"50c8ea7e-0b18-4fee-ac95-43835c5436f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"profile\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ],\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"0072c370-98b2-475c-a774-e77044ea6cdb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"profile\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ],\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50c8ea7e-0b18-4fee-ac95-43835c5436f1"},{"name":"GET - NodeID - tailf-webui - user-profile","id":"572b28d7-245b-40ff-9957-577d709bf556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"40378daf-3fb6-460e-9b77-e2dde77fc652","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"user-profile\": [\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"572b28d7-245b-40ff-9957-577d709bf556"},{"name":"DELETE - NodeID - tailf-webui - user-profile","id":"6b03215b-2ec7-44a2-b6d1-39f4593b862f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9c1ba74e-c9e8-4304-9928-e4638393713d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b03215b-2ec7-44a2-b6d1-39f4593b862f"},{"name":"PUT - NodeID - tailf-webui - user-profile","id":"192036bb-9743-4a82-b829-795819db78a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user-profile\": [\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9f56bda2-5f68-4aae-aae6-2d4149b4e6a1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user-profile\": [\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f59616b5-c132-4e47-89aa-9582690b74e9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"user-profile\": [\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    },\n    {\n      \"username\": \"Some username\",\n      \"profile\": [\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        },\n        {\n          \"key\": \"Some key\",\n          \"value\": \"Some value\"\n        }\n      ],\n      \"saved-query\": [\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        },\n        {\n          \"serialized-query\": \"Some serialized-query\",\n          \"list-path\": \"Some list-path\",\n          \"name\": \"Some name\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"192036bb-9743-4a82-b829-795819db78a1"},{"name":"POST - NodeID - tailf-webui - profile","id":"22e8d08c-e894-4b87-9895-d67f81999697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/profile=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"187b084f-56e0-49d1-8a06-e4cf5a7de278","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22e8d08c-e894-4b87-9895-d67f81999697"},{"name":"GET - NodeID - tailf-webui - profile","id":"e713a05c-9e7f-4d05-847c-d97d96d7dc1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/profile=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","profile=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"35414726-9b9b-4adf-9d61-82abcced773e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/profile=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","profile=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"profile\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"e713a05c-9e7f-4d05-847c-d97d96d7dc1e"},{"name":"DELETE - NodeID - tailf-webui - profile","id":"4f0c0640-b4d7-4ab2-a0ac-aff53eabc234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/profile=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"a670c973-efdb-4a01-98eb-441aa827472e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f0c0640-b4d7-4ab2-a0ac-aff53eabc234"},{"name":"PUT - NodeID - tailf-webui - profile","id":"c56bc22e-d1d6-485f-8502-e21f79f2c6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"profile\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/profile=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","profile=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"4243316d-e8fc-4421-a145-0f58ae8efd38","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"profile\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eff19d69-0169-484d-ab27-a2191b3930be","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"profile\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c56bc22e-d1d6-485f-8502-e21f79f2c6e8"},{"name":"POST - NodeID - tailf-webui - saved-query","id":"f3fbb0df-5704-4c85-958d-64434f4c3647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"serialized-query\": \"Some serialized-query\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/saved-query=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","saved-query=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"73cc6a04-b456-44af-8e7d-95982763c8cd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"serialized-query\": \"Some serialized-query\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/saved-query=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3fbb0df-5704-4c85-958d-64434f4c3647"},{"name":"GET - NodeID - tailf-webui - saved-query","id":"7e1a7c58-ceac-4169-b19c-4813a173bfd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/saved-query=<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","saved-query=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d9cfaae5-e963-49dd-a9a2-fc6268ea990f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/saved-query=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","saved-query=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"7e1a7c58-ceac-4169-b19c-4813a173bfd7"},{"name":"DELETE - NodeID - tailf-webui - saved-query","id":"affe962e-f8b0-46ab-87b2-5e5e11985a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/saved-query=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","saved-query=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ce5bbe9-0fd1-4edf-a53a-55a35a3f3f61","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/saved-query=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"affe962e-f8b0-46ab-87b2-5e5e11985a39"},{"name":"PUT - NodeID - tailf-webui - saved-query","id":"e86a5f14-bd7f-4b5e-8129-b77bf593673c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/saved-query=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","user-profile=<string>","saved-query=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1385bfa6-bd0b-4eda-88c9-19158a8a53c5","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/saved-query=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a82f0818-f5a0-4af0-af44-52fb54ea5cd3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/user-profile=<string>/saved-query=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e86a5f14-bd7f-4b5e-8129-b77bf593673c"},{"name":"POST - NodeID - tailf-webui - data-store","id":"b09992f2-ba3a-4d9d-9362-f8ae550a4beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/data-store=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","data-store=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c1dd71bf-f17c-4176-aeb6-d6ee226df8e9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"value\": \"Some value\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/data-store=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b09992f2-ba3a-4d9d-9362-f8ae550a4beb"},{"name":"GET - NodeID - tailf-webui - data-store","id":"e72dafc9-4042-4e39-b9ea-8660c264f9da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/data-store=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","data-store=<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"ab7e12bc-9944-499e-8698-6b14049e15b4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/data-store=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","data-store=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data-store\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ]\n}"}],"_postman_id":"e72dafc9-4042-4e39-b9ea-8660c264f9da"},{"name":"DELETE - NodeID - tailf-webui - data-store","id":"7649613c-e14a-46d6-9dca-c8b1bfa1d5bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/data-store=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","data-store=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"00a1d77b-7e83-4c72-ac7d-affe3af2f0c2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/data-store=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7649613c-e14a-46d6-9dca-c8b1bfa1d5bf"},{"name":"PUT - NodeID - tailf-webui - data-store","id":"a102c23a-c634-4add-838b-01d5047d0e30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data-store\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/data-store=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","data-store=<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"74a82b36-3687-4112-8a8e-f3f6d1373716","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"data-store\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/data-store=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"37123634-d1b1-4098-a644-081cffc1594c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"data-store\": [\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    },\n    {\n      \"key\": \"Some key\",\n      \"value\": \"Some value\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/data-store=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a102c23a-c634-4add-838b-01d5047d0e30"},{"name":"POST - NodeID - tailf-webui - saved-query","id":"997f16ed-db39-407d-abdb-41f3b944c226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"serialized-query\": \"Some serialized-query\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/saved-query=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","saved-query=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"e17458c2-7e76-4e06-8f6f-b1740bea53c1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"serialized-query\": \"Some serialized-query\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/saved-query=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"997f16ed-db39-407d-abdb-41f3b944c226"},{"name":"GET - NodeID - tailf-webui - saved-query","id":"ffd78d3d-163e-45cc-b006-8805537e41da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/saved-query=<string>,<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","saved-query=<string>,<string>"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"556c2934-541d-48fe-970f-cdb4a47af2f1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/saved-query=<string>,<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","saved-query=<string>,<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}"}],"_postman_id":"ffd78d3d-163e-45cc-b006-8805537e41da"},{"name":"DELETE - NodeID - tailf-webui - saved-query","id":"0d3a435d-8d80-4629-bb73-ceaf10b7ae69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/saved-query=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","saved-query=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f9055053-7d02-4771-a062-672bcb6ccacb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/saved-query=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d3a435d-8d80-4629-bb73-ceaf10b7ae69"},{"name":"PUT - NodeID - tailf-webui - saved-query","id":"2df9f6fb-913f-451f-8c82-d27a682983e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/saved-query=<string>,<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tailf-webui:webui","data-stores","saved-query=<string>,<string>"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1c68b69c-ae5f-40ad-b424-e48e62eed431","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/saved-query=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a87c9986-9a99-4e0b-b74c-562186ac9c66","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"saved-query\": [\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    },\n    {\n      \"serialized-query\": \"Some serialized-query\",\n      \"list-path\": \"Some list-path\",\n      \"name\": \"Some name\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tailf-webui:webui/data-stores/saved-query=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2df9f6fb-913f-451f-8c82-d27a682983e2"}],"id":"82be023e-75ec-4518-9efc-31babecd3849","_postman_id":"82be023e-75ec-4518-9efc-31babecd3849","description":""},{"name":"mounted NodeID tools","item":[{"name":"POST - NodeID - tools - retrieve-jstack","id":"e7744c11-0c83-4702-b8a6-56926d492c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:retrieve-jstack'","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tools:retrieve-jstack'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d16ea690-a605-4236-8408-106433525295","name":"RPC retrieve-jstack success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:retrieve-jstack'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"jstack\": \"Some jstack\"\n  }\n}"}],"_postman_id":"e7744c11-0c83-4702-b8a6-56926d492c6d"},{"name":"POST - NodeID - tools - start-logging-cache-stats","id":"18030360-cc9e-40e9-b430-d831db9abed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"entity-name\": \"?:\\u000b\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:start-logging-cache-stats'","description":"<p>Start logging cache statistics for the specified entity</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tools:start-logging-cache-stats'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"07c45975-2015-40a3-a198-a5ac2da7ae61","name":"RPC start-logging-cache-stats success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"entity-name\": \"?:\\u000b\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:start-logging-cache-stats'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"18030360-cc9e-40e9-b430-d831db9abed2"},{"name":"POST - NodeID - tools - stop-logging-cache-stats","id":"8f7dcbfe-5ff3-48bd-afcb-9faab9ea030d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"entity-name\": \"?:\\u0005\\u0002\\u0017\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:stop-logging-cache-stats'","description":"<p>Stop logging cache statistics for the specified entity</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tools:stop-logging-cache-stats'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"92064fd1-a2cf-4b33-8d25-32bc42ad902f","name":"RPC stop-logging-cache-stats success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"entity-name\": \"?:\\u0005\\u0002\\u0017\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:stop-logging-cache-stats'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8f7dcbfe-5ff3-48bd-afcb-9faab9ea030d"},{"name":"POST - NodeID - tools - set-system-property","id":"ee8f298e-562f-4d7a-8045-147bb49d2f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"property-name\": \"Some property-name\",\n    \"property-value\": \"Some property-value\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:set-system-property'","description":"<p>Set the given name and value as System property</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tools:set-system-property'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"092a19e4-cb61-4f5f-a0c2-542928e0faae","name":"RPC set-system-property success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"property-name\": \"Some property-name\",\n    \"property-value\": \"Some property-value\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:set-system-property'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee8f298e-562f-4d7a-8045-147bb49d2f1a"},{"name":"POST - NodeID - tools - install-bundle","id":"e0e5037c-5f9f-45d4-9ace-6162865e3172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"url\": \"Some url\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:install-bundle'","description":"<p>Installs the given bundle in karaf</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tools:install-bundle'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"17bafefa-10c7-4abb-975e-5a104ee34951","name":"RPC install-bundle success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"url\": \"Some url\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:install-bundle'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0e5037c-5f9f-45d4-9ace-6162865e3172"},{"name":"POST - NodeID - tools - uninstall-bundle","id":"6b33d9fb-ce6f-436c-b4be-1622023765db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"url\": \"Some url\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:uninstall-bundle'","description":"<p>Un installs the given bundle from karaf</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tools:uninstall-bundle'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"9e63cb64-ff86-4db6-90fd-99a8e2b028c1","name":"RPC uninstall-bundle success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"url\": \"Some url\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:uninstall-bundle'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b33d9fb-ce6f-436c-b4be-1622023765db"},{"name":"POST - NodeID - tools - karaf-config-edit","id":"8d44ec2f-a956-48ca-86af-8c98608e69f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"cfg-file\": \"Some cfg-file\",\n    \"property-name\": \"Some property-name\",\n    \"property-value\": \"Some property-value\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:karaf-config-edit'","description":"<p>Edit cfg file in karaf</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tools:karaf-config-edit'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"063728cf-6715-4e37-bd03-3e450b04e096","name":"RPC karaf-config-edit success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"cfg-file\": \"Some cfg-file\",\n    \"property-name\": \"Some property-name\",\n    \"property-value\": \"Some property-value\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:karaf-config-edit'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d44ec2f-a956-48ca-86af-8c98608e69f8"},{"name":"POST - NodeID - tools - check-metrics-naming-convention","id":"9b874844-3d20-45b4-9290-90cb49985841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:check-metrics-naming-convention'","description":"<p>Check whether metrics in system are following naming conventions.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","tools:check-metrics-naming-convention'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d8886b14-a884-465b-8ead-a39ae733bff4","name":"RPC check-metrics-naming-convention success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/tools:check-metrics-naming-convention'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b874844-3d20-45b4-9290-90cb49985841"}],"id":"b58e8997-6cd4-4409-829c-9615caf4bb21","_postman_id":"b58e8997-6cd4-4409-829c-9615caf4bb21","description":""},{"name":"mounted NodeID webfwk-ui-metadata","item":[{"name":"POST - NodeID - webfwk-ui-metadata - webfwk-ui-metadata","id":"06c77586-2572-4598-9ccd-5ed1e7d7c676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dummy-leaf\": \"Some dummy-leaf\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/webfwk-ui-metadata:webfwk-ui-metadata","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","webfwk-ui-metadata:webfwk-ui-metadata"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"d4f4a57c-a303-4f50-a466-8372d7f58fe9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dummy-leaf\": \"Some dummy-leaf\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/webfwk-ui-metadata:webfwk-ui-metadata"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06c77586-2572-4598-9ccd-5ed1e7d7c676"},{"name":"GET - NodeID - webfwk-ui-metadata - webfwk-ui-metadata","id":"3da9db03-7069-4f31-bd22-6ec59e32fba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/webfwk-ui-metadata:webfwk-ui-metadata?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","webfwk-ui-metadata:webfwk-ui-metadata"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c59fa775-4bd4-4834-bab5-b3d88fd895b2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/webfwk-ui-metadata:webfwk-ui-metadata?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","webfwk-ui-metadata:webfwk-ui-metadata"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"webfwk-ui-metadata\": {\n    \"dummy-leaf\": \"Some dummy-leaf\"\n  }\n}"}],"_postman_id":"3da9db03-7069-4f31-bd22-6ec59e32fba3"},{"name":"DELETE - NodeID - webfwk-ui-metadata - webfwk-ui-metadata","id":"5a921586-af4e-4266-893d-f0299c36eca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/webfwk-ui-metadata:webfwk-ui-metadata","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","webfwk-ui-metadata:webfwk-ui-metadata"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f7cfb549-37c3-49e5-aa6a-94997e186763","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/webfwk-ui-metadata:webfwk-ui-metadata"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a921586-af4e-4266-893d-f0299c36eca0"},{"name":"PUT - NodeID - webfwk-ui-metadata - webfwk-ui-metadata","id":"dc980ac3-b1a9-4462-b686-359f7475e452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"webfwk-ui-metadata\": {\n    \"dummy-leaf\": \"Some dummy-leaf\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/webfwk-ui-metadata:webfwk-ui-metadata","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","webfwk-ui-metadata:webfwk-ui-metadata"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"906d2762-cc13-4451-8ef3-6b6d2f3ed7a1","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webfwk-ui-metadata\": {\n    \"dummy-leaf\": \"Some dummy-leaf\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/webfwk-ui-metadata:webfwk-ui-metadata"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8c3f6b20-7148-4863-a75f-247d29133559","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"webfwk-ui-metadata\": {\n    \"dummy-leaf\": \"Some dummy-leaf\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/webfwk-ui-metadata:webfwk-ui-metadata"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc980ac3-b1a9-4462-b686-359f7475e452"}],"id":"4eefd827-912a-44be-ae2d-3ce891f5fbfc","_postman_id":"4eefd827-912a-44be-ae2d-3ce891f5fbfc","description":""},{"name":"mounted NodeID xpon-tc-allocation","item":[{"name":"POST - NodeID - xpon-tc-allocation - xpon-tc-allocation","id":"1b1d6a26-7802-4a80-a760-e8cdb7afc132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"settings\": {\n    \"id-reservation-time\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation","description":"<p>Data nodes reporting the contents of PON ID pools</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"95cbe827-a83c-444a-b741-c85c6b148f8d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"settings\": {\n    \"id-reservation-time\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1b1d6a26-7802-4a80-a760-e8cdb7afc132"},{"name":"GET - NodeID - xpon-tc-allocation - xpon-tc-allocation","id":"50740503-3058-4e91-a03d-de4c14cb05c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation?content=<string>","description":"<p>Data nodes reporting the contents of PON ID pools</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"09e9c220-f59a-4db1-82b8-40defdffa802","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"xpon-tc-allocation\": {\n    \"settings\": {\n      \"id-reservation-time\": 300\n    },\n    \"channel-group\": [\n      {\n        \"name\": \"Some name\",\n        \"olt\": [\n          \"Some olt\",\n          \"Some olt\"\n        ],\n        \"per-xpon-technology-id-pool\": [\n          {\n            \"xpon-pool-type\": \"gpon\",\n            \"gemport-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"onu-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alloc-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"xpon-pool-type\": \"gpon\",\n            \"gemport-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"onu-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alloc-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"Some name\",\n        \"olt\": [\n          \"Some olt\",\n          \"Some olt\"\n        ],\n        \"per-xpon-technology-id-pool\": [\n          {\n            \"xpon-pool-type\": \"gpon\",\n            \"gemport-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"onu-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alloc-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"xpon-pool-type\": \"gpon\",\n            \"gemport-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"onu-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"alloc-id-pool\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"50740503-3058-4e91-a03d-de4c14cb05c7"},{"name":"DELETE - NodeID - xpon-tc-allocation - xpon-tc-allocation","id":"c04f53c2-3dad-49b5-be23-bfec7d74b6c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation","description":"<p>Data nodes reporting the contents of PON ID pools</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"c571f738-125c-48cd-bb5f-f6f740461aad","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c04f53c2-3dad-49b5-be23-bfec7d74b6c5"},{"name":"PUT - NodeID - xpon-tc-allocation - xpon-tc-allocation","id":"b6c036c4-8597-470b-ad70-ce6565448859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"xpon-tc-allocation\": {\n    \"settings\": {\n      \"id-reservation-time\": 300\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation","description":"<p>Data nodes reporting the contents of PON ID pools</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f3128a94-3b72-4b28-9d4c-fa86dbf9d80b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xpon-tc-allocation\": {\n    \"settings\": {\n      \"id-reservation-time\": 300\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8c32c4a3-89b2-4149-aad4-8b35b9404a59","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"xpon-tc-allocation\": {\n    \"settings\": {\n      \"id-reservation-time\": 300\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6c036c4-8597-470b-ad70-ce6565448859"},{"name":"POST - NodeID - xpon-tc-allocation - settings","id":"6ce05255-188a-4f44-8e84-e83d2972dee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id-reservation-time\": 300\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/settings","description":"<p>Set of configurable data nodes used to tune the xpon-tc-allocation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","settings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"80e03873-6a46-4f96-9d7f-f89c0b7b0522","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id-reservation-time\": 300\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/settings"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ce05255-188a-4f44-8e84-e83d2972dee4"},{"name":"GET - NodeID - xpon-tc-allocation - settings","id":"bd6636f5-3f0d-4998-902b-07d65a4d72c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/settings?content=<string>","description":"<p>Set of configurable data nodes used to tune the xpon-tc-allocation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","settings"],"host":["http://localhost:8888/"],"query":[{"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"7e5aa5bf-7870-41ac-bf85-fc2ef6fb1f1c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/settings?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","settings"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"settings\": {\n    \"id-reservation-time\": 300\n  }\n}"}],"_postman_id":"bd6636f5-3f0d-4998-902b-07d65a4d72c5"},{"name":"DELETE - NodeID - xpon-tc-allocation - settings","id":"117b93e6-ab93-4f03-8d46-63997298961f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/settings","description":"<p>Set of configurable data nodes used to tune the xpon-tc-allocation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","settings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2929f719-2b0a-42be-96f8-8bec22331be3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/settings"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"117b93e6-ab93-4f03-8d46-63997298961f"},{"name":"PUT - NodeID - xpon-tc-allocation - settings","id":"bd4ba37b-5547-4b03-a5e6-ecefdddcb2ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"settings\": {\n    \"id-reservation-time\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/settings","description":"<p>Set of configurable data nodes used to tune the xpon-tc-allocation.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","settings"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"3aa173d0-a9be-468c-b495-4b20ef865c4b","name":"Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"settings\": {\n    \"id-reservation-time\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/settings"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9c85660f-1747-49ea-9e34-d8579bc060cd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"settings\": {\n    \"id-reservation-time\": 300\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/settings"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd4ba37b-5547-4b03-a5e6-ecefdddcb2ae"},{"name":"GET - NodeID - xpon-tc-allocation - channel-group","id":"f2bd41a4-f78e-4c7d-9916-7b22a2b1f334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>?content=<string>","description":"<p>Channel groups are uniquely identified, network wide, by their name.\n       The channel group name matches the corresponding interface name in\n    the YANG model of each OLT.\n    ASSUMPTION: The same interface name is used for the channel group\n    in all OLTs where that channel group is configured.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"fa99e143-29ef-456b-bad4-05f0531b8cbb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel-group\": [\n    {\n      \"name\": \"Some name\",\n      \"olt\": [\n        \"Some olt\",\n        \"Some olt\"\n      ],\n      \"per-xpon-technology-id-pool\": [\n        {\n          \"xpon-pool-type\": \"gpon\",\n          \"gemport-id-pool\": {\n            \"supported-ids\": \"?:1797-360\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-gemport-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"onu-id-pool\": {\n            \"supported-ids\": \"?:0\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-onu-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"alloc-id-pool\": {\n            \"supported-ids\": \"?:\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-alloc-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"xpon-pool-type\": \"gpon\",\n          \"gemport-id-pool\": {\n            \"supported-ids\": \"?:1797-360\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-gemport-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"onu-id-pool\": {\n            \"supported-ids\": \"?:0\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-onu-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"alloc-id-pool\": {\n            \"supported-ids\": \"?:\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-alloc-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"Some name\",\n      \"olt\": [\n        \"Some olt\",\n        \"Some olt\"\n      ],\n      \"per-xpon-technology-id-pool\": [\n        {\n          \"xpon-pool-type\": \"gpon\",\n          \"gemport-id-pool\": {\n            \"supported-ids\": \"?:1797-360\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-gemport-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"onu-id-pool\": {\n            \"supported-ids\": \"?:0\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-onu-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"alloc-id-pool\": {\n            \"supported-ids\": \"?:\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-alloc-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"xpon-pool-type\": \"gpon\",\n          \"gemport-id-pool\": {\n            \"supported-ids\": \"?:1797-360\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-gemport-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"onu-id-pool\": {\n            \"supported-ids\": \"?:0\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-onu-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"alloc-id-pool\": {\n            \"supported-ids\": \"?:\",\n            \"maximum-number-of-ids\": 0,\n            \"reserved-alloc-ids\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"f2bd41a4-f78e-4c7d-9916-7b22a2b1f334"},{"name":"GET - NodeID - xpon-tc-allocation - per-xpon-technology-id-pool","id":"b05a96a2-16bc-416e-8a4c-db7ebea6ed77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>?content=<string>","description":"<p>One list entry exists for each XPON technology under a channel group</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"35a7e28c-d57f-4ef0-b575-2ba17cdca4bc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"per-xpon-technology-id-pool\": [\n    {\n      \"xpon-pool-type\": \"gpon\",\n      \"gemport-id-pool\": {\n        \"supported-ids\": \"?:1797-360\",\n        \"maximum-number-of-ids\": 0,\n        \"reserved-gemport-ids\": {\n          \"reserved-gemport-id\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"onu-id-pool\": {\n        \"supported-ids\": \"?:0\",\n        \"maximum-number-of-ids\": 0,\n        \"reserved-onu-ids\": {\n          \"reserved-onu-id\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"alloc-id-pool\": {\n        \"supported-ids\": \"?:\",\n        \"maximum-number-of-ids\": 0,\n        \"reserved-alloc-ids\": {\n          \"reserved-alloc-id\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"xpon-pool-type\": \"gpon\",\n      \"gemport-id-pool\": {\n        \"supported-ids\": \"?:1797-360\",\n        \"maximum-number-of-ids\": 0,\n        \"reserved-gemport-ids\": {\n          \"reserved-gemport-id\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"onu-id-pool\": {\n        \"supported-ids\": \"?:0\",\n        \"maximum-number-of-ids\": 0,\n        \"reserved-onu-ids\": {\n          \"reserved-onu-id\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      },\n      \"alloc-id-pool\": {\n        \"supported-ids\": \"?:\",\n        \"maximum-number-of-ids\": 0,\n        \"reserved-alloc-ids\": {\n          \"reserved-alloc-id\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"b05a96a2-16bc-416e-8a4c-db7ebea6ed77"},{"name":"GET - NodeID - xpon-tc-allocation - gemport-id-pool","id":"49bc3730-900e-4c19-8c43-2601c8c158b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/gemport-id-pool?content=<string>","description":"<p>Data nodes reporting the contents of an GEM PORT ID pool\n       for one channel group and one xPON technology.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","gemport-id-pool"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"69daa7ff-456c-4db5-8c04-29d2dc218fa8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/gemport-id-pool?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","gemport-id-pool"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"gemport-id-pool\": {\n    \"supported-ids\": \"?:1797-360\",\n    \"maximum-number-of-ids\": 0,\n    \"reserved-gemport-ids\": {\n      \"reserved-gemport-id\": [\n        {\n          \"gemport-name\": \"Some gemport-name\",\n          \"gemport-id\": 0,\n          \"reservation-time\": \"?:5027-60-89T61:40:06Z\"\n        },\n        {\n          \"gemport-name\": \"Some gemport-name\",\n          \"gemport-id\": 0,\n          \"reservation-time\": \"?:5027-60-89T61:40:06Z\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"49bc3730-900e-4c19-8c43-2601c8c158b6"},{"name":"POST - NodeID - xpon-tc-allocation - get-consumed-gemport-ids","id":"6526e43a-0dfd-439f-83d2-d2bb38ad4f6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/gemport-id-pool/get-consumed-gemport-ids","description":"<p>Returns the GEM Port IDs already consumed in\n      the pool by the OLTs and vONUs where the channel group\n      is configured.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","gemport-id-pool","get-consumed-gemport-ids"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"1d309dc0-1c15-4fca-b2e6-8769e469456d","name":"RPC get-consumed-gemport-ids success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/gemport-id-pool/get-consumed-gemport-ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"consumed-gemport-id\": [\n      {\n        \"gemport-name\": \"Some gemport-name\",\n        \"gemport-id\": 0,\n        \"device\": \"Some device\"\n      },\n      {\n        \"gemport-name\": \"Some gemport-name\",\n        \"gemport-id\": 0,\n        \"device\": \"Some device\"\n      }\n    ]\n  }\n}"}],"_postman_id":"6526e43a-0dfd-439f-83d2-d2bb38ad4f6d"},{"name":"GET - NodeID - xpon-tc-allocation - reserved-gemport-ids","id":"3d4d7aae-a7af-4e71-8711-a1ec1c3b281e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/gemport-id-pool/reserved-gemport-ids?content=<string>","description":"<p>Data nodes reporting the GEM PORT IDs already reserved in\n    the pool usinf the RPC 'get-free-gemport-ids'.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","gemport-id-pool","reserved-gemport-ids"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"44434e6d-58da-42b6-80f6-a1ada526fcd4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/gemport-id-pool/reserved-gemport-ids?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","gemport-id-pool","reserved-gemport-ids"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"reserved-gemport-ids\": {\n    \"reserved-gemport-id\": [\n      {\n        \"gemport-name\": \"Some gemport-name\",\n        \"gemport-id\": 0,\n        \"reservation-time\": \"?:5027-60-89T61:40:06Z\"\n      },\n      {\n        \"gemport-name\": \"Some gemport-name\",\n        \"gemport-id\": 0,\n        \"reservation-time\": \"?:5027-60-89T61:40:06Z\"\n      }\n    ]\n  }\n}"}],"_postman_id":"3d4d7aae-a7af-4e71-8711-a1ec1c3b281e"},{"name":"GET - NodeID - xpon-tc-allocation - reserved-gemport-id","id":"7a21ee2b-fbec-489e-ae50-122d6b079946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/gemport-id-pool/reserved-gemport-ids/reserved-gemport-id=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","gemport-id-pool","reserved-gemport-ids","reserved-gemport-id=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"c412ffcf-fd23-4d55-82d2-92c498f9ae29","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/gemport-id-pool/reserved-gemport-ids/reserved-gemport-id=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","gemport-id-pool","reserved-gemport-ids","reserved-gemport-id=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"reserved-gemport-id\": [\n    {\n      \"gemport-name\": \"Some gemport-name\",\n      \"gemport-id\": 0,\n      \"reservation-time\": \"?:5027-60-89T61:40:06Z\"\n    },\n    {\n      \"gemport-name\": \"Some gemport-name\",\n      \"gemport-id\": 0,\n      \"reservation-time\": \"?:5027-60-89T61:40:06Z\"\n    }\n  ]\n}"}],"_postman_id":"7a21ee2b-fbec-489e-ae50-122d6b079946"},{"name":"GET - NodeID - xpon-tc-allocation - onu-id-pool","id":"353787b5-4781-43f3-8985-9b7e1f4e89ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/onu-id-pool?content=<string>","description":"<p>Data nodes reporting the contents of an ONU ID pool\n       for one channel group and one xPON technology.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","onu-id-pool"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"60bfb863-6971-4692-9a4b-247d0009269b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/onu-id-pool?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","onu-id-pool"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"onu-id-pool\": {\n    \"supported-ids\": \"?:0\",\n    \"maximum-number-of-ids\": 0,\n    \"reserved-onu-ids\": {\n      \"reserved-onu-id\": [\n        {\n          \"v-ani-name\": \"Some v-ani-name\",\n          \"onu-id\": 0,\n          \"reservation-time\": \"?:2862-73-21T77:57:30Z\"\n        },\n        {\n          \"v-ani-name\": \"Some v-ani-name\",\n          \"onu-id\": 0,\n          \"reservation-time\": \"?:2862-73-21T77:57:30Z\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"353787b5-4781-43f3-8985-9b7e1f4e89ae"},{"name":"POST - NodeID - xpon-tc-allocation - get-consumed-onu-ids","id":"7bae5158-6ec0-4f49-8613-d4beb6bb46ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/onu-id-pool/get-consumed-onu-ids","description":"<p>Returns the ONU IDs already consumed in\n      the pool by the OLTs and vONUs where the channel group\n      is configured.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","onu-id-pool","get-consumed-onu-ids"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"6f22a7f1-783f-4722-b112-28ce92269441","name":"RPC get-consumed-onu-ids success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/onu-id-pool/get-consumed-onu-ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"consumed-onu-id\": [\n      {\n        \"v-ani-name\": \"Some v-ani-name\",\n        \"onu-id\": 0,\n        \"device\": \"Some device\"\n      },\n      {\n        \"v-ani-name\": \"Some v-ani-name\",\n        \"onu-id\": 0,\n        \"device\": \"Some device\"\n      }\n    ]\n  }\n}"}],"_postman_id":"7bae5158-6ec0-4f49-8613-d4beb6bb46ef"},{"name":"GET - NodeID - xpon-tc-allocation - reserved-onu-ids","id":"bedea11f-d4d4-470e-8678-7de9213723f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/onu-id-pool/reserved-onu-ids?content=<string>","description":"<p>Data nodes reporting the ONU-IDs already reserved in\n    the pool using the RPC 'get-free-onu-ids'.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","onu-id-pool","reserved-onu-ids"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"39e10a39-b751-4293-b11d-bcb82a199aaf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/onu-id-pool/reserved-onu-ids?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","onu-id-pool","reserved-onu-ids"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"reserved-onu-ids\": {\n    \"reserved-onu-id\": [\n      {\n        \"v-ani-name\": \"Some v-ani-name\",\n        \"onu-id\": 0,\n        \"reservation-time\": \"?:2862-73-21T77:57:30Z\"\n      },\n      {\n        \"v-ani-name\": \"Some v-ani-name\",\n        \"onu-id\": 0,\n        \"reservation-time\": \"?:2862-73-21T77:57:30Z\"\n      }\n    ]\n  }\n}"}],"_postman_id":"bedea11f-d4d4-470e-8678-7de9213723f3"},{"name":"GET - NodeID - xpon-tc-allocation - reserved-onu-id","id":"44070638-26c8-49b0-ad77-889c3f15ace3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/onu-id-pool/reserved-onu-ids/reserved-onu-id=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","onu-id-pool","reserved-onu-ids","reserved-onu-id=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"be512695-7037-4950-a64f-9a6286339c15","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/onu-id-pool/reserved-onu-ids/reserved-onu-id=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","onu-id-pool","reserved-onu-ids","reserved-onu-id=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"reserved-onu-id\": [\n    {\n      \"v-ani-name\": \"Some v-ani-name\",\n      \"onu-id\": 0,\n      \"reservation-time\": \"?:2862-73-21T77:57:30Z\"\n    },\n    {\n      \"v-ani-name\": \"Some v-ani-name\",\n      \"onu-id\": 0,\n      \"reservation-time\": \"?:2862-73-21T77:57:30Z\"\n    }\n  ]\n}"}],"_postman_id":"44070638-26c8-49b0-ad77-889c3f15ace3"},{"name":"GET - NodeID - xpon-tc-allocation - alloc-id-pool","id":"49c6a813-b7c2-464c-99a3-fc7cf52087e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/alloc-id-pool?content=<string>","description":"<p>Data nodes reporting the contents of an ALLOC ID pool\n       for one channel group and one xPON technology.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","alloc-id-pool"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"785c8ae3-817a-4301-a1a7-2847d3bf6898","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/alloc-id-pool?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","alloc-id-pool"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alloc-id-pool\": {\n    \"supported-ids\": \"?:\",\n    \"maximum-number-of-ids\": 0,\n    \"reserved-alloc-ids\": {\n      \"reserved-alloc-id\": [\n        {\n          \"tcont-name\": \"Some tcont-name\",\n          \"alloc-id\": 0,\n          \"reservation-time\": \"?:8562-19-11T85:16:90Z\"\n        },\n        {\n          \"tcont-name\": \"Some tcont-name\",\n          \"alloc-id\": 0,\n          \"reservation-time\": \"?:8562-19-11T85:16:90Z\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"49c6a813-b7c2-464c-99a3-fc7cf52087e9"},{"name":"POST - NodeID - xpon-tc-allocation - get-consumed-alloc-ids","id":"daa0c07e-83d3-497b-bbe8-32ed9f8c9f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/alloc-id-pool/get-consumed-alloc-ids","description":"<p>Returns the ALLOC IDs already consumed in\n      the pool by the OLTs and vONUs where the channel group\n      is configured.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","alloc-id-pool","get-consumed-alloc-ids"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2aaed245-e525-45d2-8904-3493fe212965","name":"RPC get-consumed-alloc-ids success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/alloc-id-pool/get-consumed-alloc-ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"consumed-alloc-id\": [\n      {\n        \"tcont-name\": \"Some tcont-name\",\n        \"alloc-id\": 0,\n        \"device\": \"Some device\"\n      },\n      {\n        \"tcont-name\": \"Some tcont-name\",\n        \"alloc-id\": 0,\n        \"device\": \"Some device\"\n      }\n    ]\n  }\n}"}],"_postman_id":"daa0c07e-83d3-497b-bbe8-32ed9f8c9f63"},{"name":"GET - NodeID - xpon-tc-allocation - reserved-alloc-ids","id":"e2f91d8c-8afb-4e9a-9048-92b7a0ed4a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/alloc-id-pool/reserved-alloc-ids?content=<string>","description":"<p>Data nodes reporting the ALLOC IDs already reserved in\n    the pool using the RPC 'get-free-alloc-ids'.</p>\n","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","alloc-id-pool","reserved-alloc-ids"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"14680afb-db23-4002-ae27-774e81e705af","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/alloc-id-pool/reserved-alloc-ids?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","alloc-id-pool","reserved-alloc-ids"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"reserved-alloc-ids\": {\n    \"reserved-alloc-id\": [\n      {\n        \"tcont-name\": \"Some tcont-name\",\n        \"alloc-id\": 0,\n        \"reservation-time\": \"?:8562-19-11T85:16:90Z\"\n      },\n      {\n        \"tcont-name\": \"Some tcont-name\",\n        \"alloc-id\": 0,\n        \"reservation-time\": \"?:8562-19-11T85:16:90Z\"\n      }\n    ]\n  }\n}"}],"_postman_id":"e2f91d8c-8afb-4e9a-9048-92b7a0ed4a14"},{"name":"GET - NodeID - xpon-tc-allocation - reserved-alloc-id","id":"cc7d6801-b1bb-4311-b01a-a3b0a2bb2445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/alloc-id-pool/reserved-alloc-ids/reserved-alloc-id=<string>?content=<string>","urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","alloc-id-pool","reserved-alloc-ids","reserved-alloc-id=<string>"],"host":["http://localhost:8888/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"da1f2c3d-d412-445d-9220-9824845786a2","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8888//restconf/data/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:xpon-tc-allocation/channel-group=<string>/per-xpon-technology-id-pool=<string>/alloc-id-pool/reserved-alloc-ids/reserved-alloc-id=<string>?content=<string>","host":["http://localhost:8888/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:xpon-tc-allocation","channel-group=<string>","per-xpon-technology-id-pool=<string>","alloc-id-pool","reserved-alloc-ids","reserved-alloc-id=<string>"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"reserved-alloc-id\": [\n    {\n      \"tcont-name\": \"Some tcont-name\",\n      \"alloc-id\": 0,\n      \"reservation-time\": \"?:8562-19-11T85:16:90Z\"\n    },\n    {\n      \"tcont-name\": \"Some tcont-name\",\n      \"alloc-id\": 0,\n      \"reservation-time\": \"?:8562-19-11T85:16:90Z\"\n    }\n  ]\n}"}],"_postman_id":"cc7d6801-b1bb-4311-b01a-a3b0a2bb2445"},{"name":"POST - NodeID - xpon-tc-allocation - get-free-onu-ids","id":"e70d162a-e2ef-4516-af39-dadc490d3ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"channel-group-name\": \"Some channel-group-name\",\n    \"xpon-type\": \"<string>\",\n    \"v-ani-name\": [\n      \"Some v-ani-name\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:get-free-onu-ids'","description":"<p>The RPC is used to get free ONU IDs for a pool, for a set of v-ani's.\n    The ONU-ID pool is identified by:\n    1) a channel group name\n    2) an xPON technology.\n    Each v-ani is indentified by the v-ani interface name to be configured\nin the OLT.\n    The RPC returns a list of tuple {v-ani name, ONU ID}.\n    ASSUMPTION: in case of 'multi-ventor ONU connect', the v-ani interface\n    name in the OLT must be equal to the corresponding ani interface name\n    in the virtual ONU device.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:get-free-onu-ids'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"15d0a10b-5e20-4c72-8e56-3cb6ac603934","name":"RPC get-free-onu-ids success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"channel-group-name\": \"Some channel-group-name\",\n    \"xpon-type\": \"<string>\",\n    \"v-ani-name\": [\n      \"Some v-ani-name\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:get-free-onu-ids'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"v-ani-and-onu-id\": [\n      {\n        \"v-ani-name\": \"Some v-ani-name\",\n        \"onu-id\": 0\n      },\n      {\n        \"v-ani-name\": \"Some v-ani-name\",\n        \"onu-id\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"e70d162a-e2ef-4516-af39-dadc490d3ae6"},{"name":"POST - NodeID - xpon-tc-allocation - get-free-alloc-ids","id":"f33c5622-6d77-4890-be03-215144d6a003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"channel-group-name\": \"Some channel-group-name\",\n    \"xpon-type\": \"<string>\",\n    \"tcont-name\": [\n      \"Some tcont-name\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:get-free-alloc-ids'","description":"<p>The RPC is used to get free ALLOC IDs for a pool, for a set of TCONT's.\n    The ALLOC ID pool is identified by:\n    1) a channel group name\n    2) an xPON technology.\n    Each TCONT is indentified by the TCONT name to be configured\nin the OLT.\n    The RPC returns a list of tuple {TCONT name, ALLOC ID}.\n    ASSUMPTION: The name of the TCONTs associated with the ani and with the v-ani\n    must be the same.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:get-free-alloc-ids'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"f2503921-9453-4102-bb83-a0c6d92e0dac","name":"RPC get-free-alloc-ids success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"channel-group-name\": \"Some channel-group-name\",\n    \"xpon-type\": \"<string>\",\n    \"tcont-name\": [\n      \"Some tcont-name\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:get-free-alloc-ids'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"tcont-and-alloc-id\": [\n      {\n        \"tcont-name\": \"Some tcont-name\",\n        \"alloc-id\": 0\n      },\n      {\n        \"tcont-name\": \"Some tcont-name\",\n        \"alloc-id\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"f33c5622-6d77-4890-be03-215144d6a003"},{"name":"POST - NodeID - xpon-tc-allocation - get-free-gemport-ids","id":"31a6d51c-b5fe-4237-8a01-c04f56ff1e81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"channel-group-name\": \"Some channel-group-name\",\n    \"xpon-type\": \"<string>\",\n    \"gemport-name\": [\n      \"Some gemport-name\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:get-free-gemport-ids'","description":"<p>The RPC is used to get free GEM PORT IDs for a pool, for a set of GEM PORTs.\n    The GEM PORT ID pool is identified by:\n    1) a channel group name\n    2) an xPON technology.\n    Each GEM PORT is indentified bit the GEM port name to be configured\nin the OLT.\n    The RPC returns a list of tuple {GEM port name, ONU-ID}.\n    ASSUMPTION: The name of the GEM ports associated with the ani and with the v-ani\n    must be the same.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:get-free-gemport-ids'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"5ce04346-ef41-472d-a8aa-c5a4f9d44a5e","name":"RPC get-free-gemport-ids success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"channel-group-name\": \"Some channel-group-name\",\n    \"xpon-type\": \"<string>\",\n    \"gemport-name\": [\n      \"Some gemport-name\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:get-free-gemport-ids'"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"output\": {\n    \"gemport-and-gemport-id\": [\n      {\n        \"gemport-name\": \"Some gemport-name\",\n        \"gemport-id\": 0\n      },\n      {\n        \"gemport-name\": \"Some gemport-name\",\n        \"gemport-id\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"31a6d51c-b5fe-4237-8a01-c04f56ff1e81"},{"name":"POST - NodeID - xpon-tc-allocation - re-align-id-pools-with-olt","id":"84ad12c3-8043-43fb-97d2-09086fdedb4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"olt\": \"Some olt\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:re-align-id-pools-with-olt'","description":"<p>Invoking this RPC updates the ONU, ALLOC and GEM port consumed ids with\n    the IDs actually used in the configuration datastore of an OLT.</p>\n","urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=<string>","yang-ext:mount","xpon-tc-allocation:re-align-id-pools-with-olt'"],"host":["http://localhost:8888/"],"query":[],"variable":[]}},"response":[{"id":"2d150424-ef34-495b-8cd5-e736df71fb73","name":"RPC re-align-id-pools-with-olt success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"olt\": \"Some olt\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=<string>/yang-ext:mount/xpon-tc-allocation:re-align-id-pools-with-olt'"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"84ad12c3-8043-43fb-97d2-09086fdedb4c"}],"id":"924ca14a-2a7a-4b3b-9aad-6c9570834ff4","_postman_id":"924ca14a-2a7a-4b3b-9aad-6c9570834ff4","description":""}],"variable":[{"key":"baseUrl","value":"http://localhost:8888/","type":"string"},{"key":"NodeID","value":"<string>","type":"any","description":"(Required) "},{"key":"name","value":"<string>","type":"any","description":"(Required) The name of the channel group interface."},{"key":"xpon-pool-type","value":"<string>","type":"any","description":"(Required) Indicates the xPON technology(ies) for which the pool can be used."},{"key":"gemport-name","value":"<string>","type":"any","description":"(Required) The name of the GEM port."},{"key":"v-ani-name","value":"<string>","type":"any","description":"(Required) The name of the v-ani interface."},{"key":"tcont-name","value":"<string>","type":"any","description":"(Required) The name of the TCONT interface."},{"key":"id","value":"<string>","type":"any","description":"(Required) "},{"key":"username","value":"<string>","type":"any","description":"(Required) "},{"key":"key","value":"<string>","type":"any","description":"(Required) "},{"key":"list-path","value":"<string>","type":"any","description":"(Required) "},{"key":"mount-id","value":"<string>","type":"any","description":"(Required) "},{"key":"name1","value":"<string>","type":"any","description":"(Required) "},{"key":"type","value":"<string>","type":"any","description":"(Required) the alarm type as stored in ES"},{"key":"condition","value":"<string>","type":"any","description":"(Required) Indicates whether the alarm must be raised or cleared to trigger the policy"},{"key":"variable-name","value":"<string>","type":"any","description":"(Required) the name of the variable that will store the processed string"},{"key":"arg1","value":"<string>","type":"any","description":"(Required) If type is IBN, the name of the intent type that triggers the policy"},{"key":"criteria-id","value":"<string>","type":"any","description":"(Required) A unique number auto-assigned by the system"},{"key":"app-name","value":"<string>","type":"any","description":"(Required) This leaf provide the application name (sw module )."},{"key":"mod-name","value":"<string>","type":"any","description":"(Required) This leaf represent an internal logger"},{"key":"interface-usage","value":"<string>","type":"any","description":"(Required) The interface-usage type."},{"key":"cpe-type","value":"<string>","type":"any","description":"(Required) Type of the cpe"},{"key":"software-name","value":"<string>","type":"any","description":"(Required) The name of the software revision. This is the name used\n       when the software was downloaded, e.g. filename."},{"key":"address","value":"<string>","type":"any","description":"(Required) "},{"key":"nid","value":"<string>","type":"any","description":"(Required) Identification of the network or network service."},{"key":"prefix","value":"<string>","type":"any","description":"(Required) Namespace prefix."},{"key":"module","value":"<string>","type":"any","description":"(Required) Name of a module containing the mount point."},{"key":"label","value":"<string>","type":"any","description":"(Required) Label of the mount point defined using the 'mount-point'\nextension."},{"key":"revision","value":"<string>","type":"any","description":"(Required) The YANG module or submodule revision date.\nA zero-length string is used if no revision statement\nis present in the YANG module or submodule."},{"key":"name2","value":"<string>","type":"any","description":"(Required) The YANG module or submodule name."},{"key":"revision1","value":"<string>","type":"any","description":"(Required) The YANG module or submodule revision date.\nA zero-length string is used if no revision statement\nis present in the YANG module or submodule."},{"key":"remote","value":"<string>","type":"any","description":"(Required) host name (or IP number) of peer."},{"key":"facility","value":"<string>","type":"any","description":"(Required) The leaf uniquely identifies a syslog facility."},{"key":"severity","value":"<string>","type":"any","description":"(Required) This leaf specifies the syslog message severity."},{"key":"destination-prefix","value":"<string>","type":"any","description":"(Required) IPv4 destination prefix."},{"key":"encoding","value":"<string>","type":"any","description":"(Required) This is the secondary encoding format within the\n'text/event-stream' encoding used by all streams.\nThe type 'xml' is supported for XML encoding.\nThe type 'json' is supported for JSON encoding."},{"key":"identifier","value":"<string>","type":"any","description":"(Required) Identifier to uniquely reference the schema.  The\nidentifier is used in the <get-schema> operation and may\nbe used for other purposes such as file retrieval.\n\nFor modeling languages that support or require a data\nmodel name (e.g., YANG module name) the identifier MUST\nmatch that name.  For YANG data models, the identifier is\nthe name of the module or submodule.  In other cases, an\nidentifier such as a filename MAY be used instead."},{"key":"version","value":"<string>","type":"any","description":"(Required) Version of the schema supported.  Multiple versions MAY be\nsupported simultaneously by a NETCONF server.  Each\nversion MUST be reported individually in the schema list,\ni.e., with same identifier, possibly different location,\nbut different version.\n\nFor YANG data models, version is the value of the most\nrecent YANG 'revision' statement in the module or\nsubmodule, or the empty string if no 'revision' statement\nis present."},{"key":"format","value":"<string>","type":"any","description":"(Required) The data modeling language the schema is written\nin (currently xsd, yang, yin, rng, or rnc).\nFor YANG data models, 'yang' format MUST be supported and\n'yin' format MAY also be provided."},{"key":"session-id","value":"<string>","type":"any","description":"(Required) Unique identifier for the session.  This value is the\nNETCONF session identifier, as defined in RFC 4741."},{"key":"participant","value":"<string>","type":"any","description":"(Required) Key into Participants list."},{"key":"announces","value":"<string>","type":"any","description":"(Required) Key into Announce list."},{"key":"mac-address","value":"<string>","type":"any","description":"(Required) The supplicant source MAC address to which this\nauthentication data applies."},{"key":"uni-identifier","value":"<string>","type":"any","description":"(Required) CPE UNI Identifier which is used to identify UNI port index"},{"key":"ip","value":"<string>","type":"any","description":"(Required) An IPv4 address assigned to the interface."},{"key":"index","value":"<string>","type":"any","description":"(Required) The index into the tag stack."},{"key":"prefix-spec","value":"<string>","type":"any","description":"(Required) IPv6 address prefix."},{"key":"interval-number","value":"<string>","type":"any","description":"(Required) The number of the interval relative to the current\ninterval."},{"key":"band-index","value":"<string>","type":"any","description":"(Required) Band index"},{"key":"band","value":"<string>","type":"any","description":"(Required) Identifies the frequency band.\nFor example, 0 denotes US0."},{"key":"inminpeq-index","value":"<string>","type":"any","description":"(Required) Identifies the INMAINPEQ histogram bin"},{"key":"inminiat-index","value":"<string>","type":"any","description":"(Required) Identifies the INMAIAT histogram bin"},{"key":"tag","value":"<string>","type":"any","description":"(Required) The specific issue tag indicating the type of issue\nencountered, if any."},{"key":"code","value":"<string>","type":"any","description":"(Required) A well-known code uniquely identifying the specific\ncondition, if any. This code may be vendor-specific."},{"key":"monitoring-period-length","value":"<string>","type":"any","description":"(Required) The period over which the data is collected."},{"key":"uni_identifier_state","value":"<string>","type":"any","description":"(Required)  CPE UNI Identifier which is used to identify UNI port index"},{"key":"participants","value":"<string>","type":"any","description":"(Required) Index into Participants list."},{"key":"announcements","value":"<string>","type":"any","description":"(Required) The key into the list of Announce nodes."},{"key":"target","value":"<string>","type":"any","description":"(Required) Uniquely identifies an intent within an intent-type"},{"key":"intent-type","value":"<string>","type":"any","description":"(Required) Name of the intent type"},{"key":"category","value":"<string>","type":"any","description":"(Required) The name of a particular category"},{"key":"value","value":"<string>","type":"any","description":"(Required) Value for a category"},{"key":"start-time","value":"<string>","type":"any","description":"(Required) Timestamp when the software action was launched towards the device."},{"key":"order","value":"<string>","type":"any","description":"(Required) A logical sequence number of operations to be done."},{"key":"device-name","value":"<string>","type":"any","description":"(Required) Indicates the device name within the topology"},{"key":"object-name","value":"<string>","type":"any","description":"(Required) Indicates the object name in the topology for the related device."},{"key":"subscription-type","value":"<string>","type":"any","description":"(Required) Subscription type."},{"key":"class-name","value":"<string>","type":"any","description":"(Required) Coverage Correction Factor Class"},{"key":"criteria-name","value":"<string>","type":"any","description":"(Required) Criteria for which rule to be applied"},{"key":"typeName","value":"<string>","type":"any","description":"(Required) "},{"key":"model-value","value":"<string>","type":"any","description":"(Required) The value of the attribute as returned by the device or model"},{"key":"host","value":"<string>","type":"any","description":"(Required) "},{"key":"context","value":"<string>","type":"any","description":"(Required) "},{"key":"sysORIndex","value":"<string>","type":"any","description":"(Required) "},{"key":"ts","value":"<string>","type":"any","description":"(Required) Identifies the transmission system type."},{"key":"start-index","value":"<string>","type":"any","description":"(Required) The sub-carrier index identifying the start of a range of\nsub-carriers (inclusive)."},{"key":"sub-carrier","value":"<string>","type":"any","description":"(Required) The sub-carrier index"},{"key":"event-number","value":"<string>","type":"any","description":"(Required) Identifies the event type at the VTU-O as defined in\nITU-T G.993.2 Table 11-43."},{"key":"traffic-class-id","value":"<string>","type":"any","description":"(Required) A traffic-class-id."},{"key":"action-type","value":"<string>","type":"any","description":"(Required) This defines the action type."},{"key":"source-address","value":"<string>","type":"any","description":"(Required) The source IP Address of the of the active multicast\nchannel. The IPv4 address '0.0.0.0' or IPv6 address\n'::' is used for ASM mode of operation."},{"key":"group-address","value":"<string>","type":"any","description":"(Required) The group IP Address of the active multicast channel."},{"key":"in-interface-usage","value":"<string>","type":"any","description":"(Required) The interface usage from which forwarding is specified\nhere."},{"key":"receiving-interface-usage","value":"<string>","type":"any","description":"(Required) Defines MAC address learning rules for frames received\non a port for which the interface usage of the\nunderlying interface is of this value."},{"key":"sub-carrier-index","value":"<string>","type":"any","description":"(Required) Sub carrier index. For each valid sub-carrier index\nnot included in this list, the maximum PSD level\npermitted by G.994.1 is allowed."},{"key":"NetconfNodeID","value":"<string>","type":"any","description":"(Required) "},{"key":"resource","value":"<string>","type":"any","description":"(Required) The alarming resource.  See also 'alt-resource'."},{"key":"alarm-identity","value":"<string>","type":"any","description":"(Required) This leaf and the leaf 'alarm-type-qualifier' together\nprovides a unique identification of the alarm type.\nNote 'alarm-type-qualifier' is not currently used to identify\nan alarm"},{"key":"time","value":"<string>","type":"any","description":"(Required) Timestamp for operator action on alarm."},{"key":"shelf-name","value":"<string>","type":"any","description":"(Required) A description of the shelved alarm. It SHOULD include\nthe reason for shelving this alarm"},{"key":"event-time","value":"<string>","type":"any","description":"(Required) The time the status of the alarm changed.  The value\nrepresents the time the real alarm state change appeared\nin the resource and not when it was added to the\nalarm list."},{"key":"license-name","value":"<string>","type":"any","description":"(Required) Any user defined name to identify the license-key. Ex: Core, PCC, UTC, iSAM.5.1 etc."},{"key":"license-key-attribute","value":"<string>","type":"any","description":"(Required) Name of the license attribute. Ex: No. of subscribers, license type, No. of NBI sessions etc."},{"key":"application","value":"<string>","type":"any","description":"(Required) The application or protocol that is applicable for this logger category"},{"key":"log-type","value":"<string>","type":"any","description":"(Required) Defines whether this is a customer-oriented log or a debug-oriented log"},{"key":"log-scope","value":"<string>","type":"any","description":"(Required) Defines whether this is a device related or non device related log"},{"key":"device-id","value":"<string>","type":"any","description":"(Required) The device-id for which this configuration is valid"},{"key":"waiting-time","value":"<string>","type":"any","description":"(Required) The waiting time, where:\n0 means the request was executed immediately, without waiting\n1 means the request waited for a time > 0 ms and <= time-increment\n2 means the request waited for a time > time-increment and <= 2 * time-increment\n...\nN (last value) means the request waited for more than (N-1) * time-increment"},{"key":"zookeeper-hostname","value":"<string>","type":"any","description":"(Required) hostname of the zookeeper server"},{"key":"zookeeper-port-number","value":"<string>","type":"any","description":"(Required) zookeeper port number for connection"},{"key":"kafka-broker-hostname","value":"<string>","type":"any","description":"(Required) hostname of the kafka broker"},{"key":"kafka-broker-port-number","value":"<string>","type":"any","description":"(Required) kafka-broker port number for connection"},{"key":"topic-name","value":"<string>","type":"any","description":"(Required) Depicts the name of the topic for which the retention time is applicable"},{"key":"file","value":"<string>","type":"any","description":"(Required) Certificate file name ex: NAV_CALLHOME_TLS_TRUST_CHAIN_PATH"},{"key":"sequence-number","value":"<string>","type":"any","description":"(Required) Certificate sequence number with the certificate file"},{"key":"accountname","value":"<string>","type":"any","description":"(Required) Enter a name to identify this Nokia support account. Eg: MyNokiaSupportAccount"},{"key":"hardware-type","value":"<string>","type":"any","description":"(Required) "},{"key":"interface-version","value":"<string>","type":"any","description":"(Required) "},{"key":"image-name","value":"<string>","type":"any","description":"(Required) The name of the software image, regardless of the server where\nit is available, and the sub-directory where it is located.\nNOTE: This should eventually be replaced by a release name.\nEG For Nokia equipment, an image name can be 'L6GQAA56.123',\nwhile the release name will be '5.6.02c'."},{"key":"operation","value":"<string>","type":"any","description":"(Required) The software alignment operation towards the device."},{"key":"file-server","value":"<string>","type":"any","description":"(Required) The name of the file server hosting the software file."},{"key":"file-name","value":"<string>","type":"any","description":"(Required) A non-empty string is provided when the software file is\navailable from a sub-directory of the file server."},{"key":"sub-directory","value":"<string>","type":"any","description":"(Required) A non-empty string is provided when the software file is\navailable from a sub-directory of the file server."},{"key":"request-id","value":"<string>","type":"any","description":"(Required) An arbitrary integer used to identify an asynchronous\nRPC request.\nIncremented for every request and wraps around when\nthe max value is reached.\nThe request-id is used in the output of the RPC"},{"key":"iana-enterprise-number","value":"<string>","type":"any","description":"(Required) An IANA Enterprise Number, as specified in\nhttps://www.iana.org/assignments/enterprise-numbers/enterprise-numbers."},{"key":"port-type","value":"<string>","type":"any","description":"(Required) Type of the subscriber port. Example: xDSL, WPON, GPON, XGSPON, NGPON2-TWDM, NGPON2-PTP etc."},{"key":"virtual-device-id","value":"<string>","type":"any","description":"(Required) The id of the virtual device."},{"key":"identification-method","value":"<string>","type":"any","description":"(Required) The method used to identify the device."},{"key":"identification-value","value":"<string>","type":"any","description":"(Required) The value of the device identification."}]}